01J8QXY6Q3R6YJW3PCDJ5T9XQB: 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: [
        "oxidecomputer/dendrite",
    ],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01J8QXYJ8N56DT0F25W4M9S1WB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-26T19:47:21.166Zjob assigned to worker 01J8QXYJY4GRSSVTGFVNJJNA9E (queued for 25 s)
 
22024-09-26T19:47:21.818Zstarting task 0: "setup"
32024-09-26T19:47:21.843Z++ uname -s
42024-09-26T19:47:21.843Z+ kern=SunOS
52024-09-26T19:47:21.843Z+ case "$kern" in
62024-09-26T19:47:21.843Z+ groupadd -g 12345 build
72024-09-26T19:47:21.843Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-26T19:47:23.849Z+ zfs create -o mountpoint=/work rpool/work
92024-09-26T19:47:23.892Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-26T19:47:23.916Z+ home_fs=zfs
112024-09-26T19:47:23.917Z+ [[ zfs == autofs ]]
122024-09-26T19:47:23.917Z+ mkdir -p /home/build
132024-09-26T19:47:23.917Z+ chown build:build /home/build /work
142024-09-26T19:47:25.902Z+ chmod 0700 /home/build /work
152024-09-26T19:47:25.926Zprocess exited: duration 4088 ms, exit code 0
 
162024-09-26T19:47:25.975Zstarting task 1: "rust-toolchain"
172024-09-26T19:47:25.999Z+ printf ' * toolchain channel = "%s"
182024-09-26T19:47:25.999Z' 1.80.1
192024-09-26T19:47:25.999Z+ printf ' * toolchain profile = "%s"
202024-09-26T19:47:25.999Z' default
212024-09-26T19:47:25.999Z * toolchain channel = "1.80.1"
222024-09-26T19:47:25.999Z * toolchain profile = "default"
232024-09-26T19:47:25.999Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-26T19:47:25.999Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-26T19:47:26.142Zinfo: downloading installer
262024-09-26T19:47:26.656Zinfo: profile set to 'default'
272024-09-26T19:47:26.656Zinfo: default host triple is x86_64-unknown-illumos
282024-09-26T19:47:26.680Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-26T19:47:26.746Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-26T19:47:26.746Zinfo: downloading component 'cargo'
312024-09-26T19:47:26.900Zinfo: downloading component 'clippy'
322024-09-26T19:47:26.960Zinfo: downloading component 'rust-docs'
332024-09-26T19:47:27.189Zinfo: downloading component 'rust-std'
342024-09-26T19:47:27.476Zinfo: downloading component 'rustc'
352024-09-26T19:47:28.311Zinfo: downloading component 'rustfmt'
362024-09-26T19:47:28.359Zinfo: installing component 'cargo'
372024-09-26T19:47:29.507Zinfo: installing component 'clippy'
382024-09-26T19:47:29.955Zinfo: installing component 'rust-docs'
392024-09-26T19:47:32.737Zinfo: installing component 'rust-std'
402024-09-26T19:47:34.691Zinfo: installing component 'rustc'
412024-09-26T19:47:39.962Zinfo: installing component 'rustfmt'
422024-09-26T19:47:40.360Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-26T19:47:40.360Z
442024-09-26T19:47:40.481Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-26T19:47:40.481Z
462024-09-26T19:47:40.481Z
472024-09-26T19:47:40.481ZRust is installed now. Great!
482024-09-26T19:47:40.481Z
492024-09-26T19:47:40.481ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-26T19:47:40.481Zenvironment variable. This has not been done automatically.
512024-09-26T19:47:40.481Z
522024-09-26T19:47:40.481ZTo configure your current shell, you need to source
532024-09-26T19:47:40.481Zthe corresponding env file under $HOME/.cargo.
542024-09-26T19:47:40.481Z
552024-09-26T19:47:40.482ZThis is usually done by running one of the following (note the leading DOT):
562024-09-26T19:47:40.482Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-26T19:47:40.482Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-26T19:47:40.554Z+ rustc --version
592024-09-26T19:47:40.669Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-26T19:47:40.693Zprocess exited: duration 14704 ms, exit code 0
 
612024-09-26T19:47:40.742Zstarting task 2: "authentication"
622024-09-26T19:47:40.801Zprocess exited: duration 58 ms, exit code 0
 
632024-09-26T19:47:40.854Zstarting task 3: "clone repository"
642024-09-26T19:47:40.879Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-26T19:47:40.879Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-26T19:47:40.903ZCloning into '/work/oxidecomputer/omicron'...
672024-09-26T19:47:48.247Z+ cd /work/oxidecomputer/omicron
682024-09-26T19:47:48.247Z+ git fetch origin 278ca2e40b1e643367f9086097500770325319ef
692024-09-26T19:47:48.677ZFrom https://github.com/oxidecomputer/omicron
702024-09-26T19:47:48.677Z * branch 278ca2e40b1e643367f9086097500770325319ef -> FETCH_HEAD
712024-09-26T19:47:48.701Z+ [[ -n ixi/lock-omicron-common-deps ]]
722024-09-26T19:47:48.701Z++ git branch --show-current
732024-09-26T19:47:48.701Z+ current=main
742024-09-26T19:47:48.701Z+ [[ main != ixi/lock-omicron-common-deps ]]
752024-09-26T19:47:48.701Z+ git branch -f ixi/lock-omicron-common-deps 278ca2e40b1e643367f9086097500770325319ef
762024-09-26T19:47:48.725Z+ git checkout -f ixi/lock-omicron-common-deps
772024-09-26T19:47:48.791ZSwitched to branch 'ixi/lock-omicron-common-deps'
782024-09-26T19:47:48.815Z+ git reset --hard 278ca2e40b1e643367f9086097500770325319ef
792024-09-26T19:47:48.880ZHEAD is now at 278ca2e40 explain why we do the weird thing
802024-09-26T19:47:48.904Zprocess exited: duration 8028 ms, exit code 0
 
812024-09-26T19:47:48.952Zstarting task 4: "build"
822024-09-26T19:47:48.976Z+ export CARGO_TERM_COLOR=always
832024-09-26T19:47:48.976Z+ CARGO_TERM_COLOR=always
842024-09-26T19:47:48.976Z+ target_os=illumos
852024-09-26T19:47:48.976Z+ NEXTEST_VERSION=0.9.78
862024-09-26T19:47:48.976Z+ cargo --version
872024-09-26T19:47:49.037Zcargo 1.80.1 (376290515 2024-07-16)
882024-09-26T19:47:49.062Z+ rustc --version
892024-09-26T19:47:49.115Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
902024-09-26T19:47:49.139Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.78/illumos
912024-09-26T19:47:49.139Z+ gunzip
922024-09-26T19:47:49.139Z+ tar -xvf - -C /home/build/.cargo/bin
932024-09-26T19:47:50.088Zx cargo-nextest, 16059952 bytes, 31368 tape blocks
942024-09-26T19:47:50.135Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
952024-09-26T19:47:50.135Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
962024-09-26T19:47:50.135Ztests will store ephemeral output in /var/tmp/omicron_tmp
972024-09-26T19:47:50.135Z+ mkdir /var/tmp/omicron_tmp
982024-09-26T19:47:50.135Z+ OUTPUT_DIR=/work
992024-09-26T19:47:50.135Z+ echo 'tests will store non-ephemeral output in /work'
1002024-09-26T19:47:50.135Ztests will store non-ephemeral output in /work
1012024-09-26T19:47:50.135Z+ mkdir -p /work
1022024-09-26T19:47:50.135Z+ source ./env.sh
1032024-09-26T19:47:50.135Z++ OLD_SHELL_OPTS=ehxB
1042024-09-26T19:47:50.135Z++ set -o xtrace
1052024-09-26T19:47:50.135Z++++ dirname ./env.sh
1062024-09-26T19:47:50.135Z+++ readlink -f .
1072024-09-26T19:47:50.135Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082024-09-26T19:47:50.135Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092024-09-26T19:47:50.135Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102024-09-26T19:47:50.135Z++ 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
1112024-09-26T19:47:50.135Z++ 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
1122024-09-26T19:47:50.135Z++ 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
1132024-09-26T19:47:50.135Z++ 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
1142024-09-26T19:47:50.135Z++ 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
1152024-09-26T19:47:50.135Z++ 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
1162024-09-26T19:47:50.135Z++ case $OLD_SHELL_OPTS in
1172024-09-26T19:47:50.135Z++ unset OLD_SHELL_OPTS OMICRON_WS
1182024-09-26T19:47:50.135Z+ banner prerequisites
1192024-09-26T19:47:50.135Z
1202024-09-26T19:47:50.135Z ##### ##### ###### ##### ###### #### # # # #### #
1212024-09-26T19:47:50.135Z # # # # # # # # # # # # # # #
1222024-09-26T19:47:50.135Z # # # # ##### # # ##### # # # # # #### #
1232024-09-26T19:47:50.135Z ##### ##### # ##### # # # # # # # # #
1242024-09-26T19:47:50.135Z # # # # # # # # # # # # # # #
1252024-09-26T19:47:50.136Z # # # ###### # # ###### ### # #### # #### #
1262024-09-26T19:47:50.136Z
1272024-09-26T19:47:50.136Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1282024-09-26T19:47:57.798Z Startup: Refreshing catalog 'helios-dev' ... Done
1292024-09-26T19:48:01.313Z Startup: Caching catalogs ... Done
1302024-09-26T19:48:06.815ZPlanning: Solver setup ... Done (4.573s)
1312024-09-26T19:48:06.879ZPlanning: Running solver ... Done (0.063s)
1322024-09-26T19:48:06.935ZPlanning: Finding local manifests ... Done (0.003s)
1332024-09-26T19:48:07.017ZPlanning: Fetching manifests: 0/5 0% complete
1342024-09-26T19:48:07.551ZPlanning: Fetching manifests: 5/5 100% complete
1352024-09-26T19:48:07.954ZPlanning: Package planning ... Done (0.319s)
1362024-09-26T19:48:07.978ZPlanning: Merging actions ... Done (0.107s)
1372024-09-26T19:48:08.276ZPlanning: Checking for conflicting actions ... Done (0.299s)
1382024-09-26T19:48:09.672ZPlanning: Consolidating action changes ... Done (1.395s)
1392024-09-26T19:48:10.170ZPlanning: Evaluating mediators ... Done (0.498s)
1402024-09-26T19:48:10.280ZPlanning: Planning completed in 8.89 seconds
1412024-09-26T19:48:10.305Z Packages to install: 4
1422024-09-26T19:48:10.305Z Packages to update: 1
1432024-09-26T19:48:10.305Z Mediators to change: 2
1442024-09-26T19:48:10.305Z Services to change: 1
1452024-09-26T19:48:10.305Z Estimated space available: 148.80 GB
1462024-09-26T19:48:10.305ZEstimated space to be consumed: 1.55 GB
1472024-09-26T19:48:10.305Z Create boot environment: No
1482024-09-26T19:48:10.305ZCreate backup boot environment: Yes
1492024-09-26T19:48:10.305Z Rebuild boot archive: No
1502024-09-26T19:48:10.305Z
1512024-09-26T19:48:10.305ZChanged mediators:
1522024-09-26T19:48:10.305Z mediator clang:
1532024-09-26T19:48:10.305Z version: None -> 15 (system default)
1542024-09-26T19:48:10.305Z
1552024-09-26T19:48:10.305Z mediator llvm:
1562024-09-26T19:48:10.305Z version: 14 (system default) -> 15 (system default)
1572024-09-26T19:48:10.305Z
1582024-09-26T19:48:10.305ZChanged packages:
1592024-09-26T19:48:10.305Zhelios-dev
1602024-09-26T19:48:10.305Z developer/build-essential
1612024-09-26T19:48:10.305Z None -> 11-2.0
1622024-09-26T19:48:10.305Z library/libxmlsec1
1632024-09-26T19:48:10.305Z None -> 1.2.35-2.0
1642024-09-26T19:48:10.305Z ooce/developer/clang-15
1652024-09-26T19:48:10.305Z None -> 15.0.7-2.0
1662024-09-26T19:48:10.305Z ooce/developer/llvm-15
1672024-09-26T19:48:10.305Z None -> 15.0.7-2.0
1682024-09-26T19:48:10.305Z package/pkg
1692024-09-26T19:48:10.305Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1702024-09-26T19:48:10.305Z
1712024-09-26T19:48:10.305ZServices:
1722024-09-26T19:48:10.305Z restart_fmri:
1732024-09-26T19:48:10.305Z svc:/system/update-man-index:default
1742024-09-26T19:48:10.305Z
1752024-09-26T19:48:10.305ZEditable files to change:
1762024-09-26T19:48:10.305Z Update:
1772024-09-26T19:48:10.305Z usr/share/lib/pkg/web/config.shtml
1782024-09-26T19:48:10.388Z
1792024-09-26T19:48:10.388ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1802024-09-26T19:48:15.390ZDownload: 1209/4281 items 83.9/220.6MB 38% complete (17.3M/s)
1812024-09-26T19:48:20.391ZDownload: 3095/4281 items 121.5/220.6MB 55% complete (12.2M/s)
1822024-09-26T19:48:25.626ZDownload: 3289/4281 items 212.5/220.6MB 96% complete (12.8M/s)
1832024-09-26T19:48:28.436ZDownload: Completed 220.60 MB in 18.05 seconds (12.2M/s)
1842024-09-26T19:48:29.990Z Actions: 1/5063 actions (Removing old actions)
1852024-09-26T19:48:30.015Z Actions: 194/5063 actions (Installing new actions)
1862024-09-26T19:48:35.006Z Actions: 3412/5063 actions (Installing new actions)
1872024-09-26T19:48:36.395Z Actions: 4226/5063 actions (Updating modified actions)
1882024-09-26T19:48:36.791Z Actions: Completed 5063 actions in 6.80 seconds.
1892024-09-26T19:48:37.306Z Done (0.506s)
1902024-09-26T19:48:37.330Z Done (0.000s)
1912024-09-26T19:48:37.862Z Done (0.554s)
1922024-09-26T19:48:43.254Z Done (5.230s)
1932024-09-26T19:48:43.357Z Done (0.019s)
1942024-09-26T19:48:43.381Z Done (0.000s)
1952024-09-26T19:48:43.522Z Done (0.000s)
1962024-09-26T19:48:44.257ZPlanning: Evaluating mediator changes ... Done
1972024-09-26T19:48:44.469ZPlanning: Checking for conflicting actions ... Done
1982024-09-26T19:48:44.493ZPlanning: Consolidating action changes ... Done
1992024-09-26T19:48:44.823ZPlanning: Evaluating mediators ... Done
2002024-09-26T19:48:44.847ZPlanning: Planning completed in 0.57 seconds
2012024-09-26T19:48:44.873Z Mediators to change: 2
2022024-09-26T19:48:44.873Z Create boot environment: No
2032024-09-26T19:48:44.873ZCreate backup boot environment: No
2042024-09-26T19:48:44.936Z Done
2052024-09-26T19:48:44.936Z Done
2062024-09-26T19:48:45.272Z Done
2072024-09-26T19:48:50.210Z Done
2082024-09-26T19:48:50.303Z Done
2092024-09-26T19:48:50.303Z Done
2102024-09-26T19:48:50.354Z Done
2112024-09-26T19:48:51.134ZPlanning: Evaluating mediator changes ... Done
2122024-09-26T19:48:51.158ZPlanning: Merging actions ... Done
2132024-09-26T19:48:51.381ZPlanning: Checking for conflicting actions ... Done
2142024-09-26T19:48:51.406ZPlanning: Consolidating action changes ... Done
2152024-09-26T19:48:51.728ZPlanning: Evaluating mediators ... Done
2162024-09-26T19:48:51.804ZPlanning: Planning completed in 1.00 seconds
2172024-09-26T19:48:51.853Z Packages to change: 1
2182024-09-26T19:48:51.853Z Mediators to change: 1
2192024-09-26T19:48:51.853Z Services to change: 1
2202024-09-26T19:48:51.853Z Create boot environment: No
2212024-09-26T19:48:51.877ZCreate backup boot environment: Yes
2222024-09-26T19:48:53.510Z Actions: 1/6 actions (Updating modified actions)
2232024-09-26T19:48:53.534Z Actions: Completed 6 actions in 0.00 seconds.
2242024-09-26T19:48:53.534Z Done
2252024-09-26T19:48:53.534Z Done
2262024-09-26T19:48:53.619Z Done
2272024-09-26T19:48:58.493Z Done
2282024-09-26T19:48:58.599Z Done
2292024-09-26T19:48:58.623Z Done
2302024-09-26T19:48:58.650Z Done
2312024-09-26T19:48:59.234ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2322024-09-26T19:48:59.234Zclang system 15 system
2332024-09-26T19:48:59.234Zcsh system system illumos
2342024-09-26T19:48:59.234Zctags system system illumos
2352024-09-26T19:48:59.234Zgcc vendor 12 vendor
2362024-09-26T19:48:59.234Zgcc system 10 system
2372024-09-26T19:48:59.234Zgcc system 7 system
2382024-09-26T19:48:59.234Zgo system 1.20 system
2392024-09-26T19:48:59.234Zgo system 1.19 system
2402024-09-26T19:48:59.234Zllvm system 15 system
2412024-09-26T19:48:59.234Zllvm system 14 system
2422024-09-26T19:48:59.234Zmariadb system 10.6 system
2432024-09-26T19:48:59.234Zmta vendor vendor dma
2442024-09-26T19:48:59.234Zopenjdk system 17 system
2452024-09-26T19:48:59.234Zopenjdk system 11 system
2462024-09-26T19:48:59.234Zopenjdk system 1.8 system
2472024-09-26T19:48:59.234Zopenssl vendor 3 vendor
2482024-09-26T19:48:59.234Zperl system 5.36 system
2492024-09-26T19:48:59.234Zpostgresql system 15 system
2502024-09-26T19:48:59.234Zpostgresql system 13 system
2512024-09-26T19:48:59.234Zpython vendor 3 vendor
2522024-09-26T19:48:59.234Zpython system 2 system
2532024-09-26T19:48:59.234Zpython3 system 3.11 system
2542024-09-26T19:48:59.234Zruby system 3.0 system
2552024-09-26T19:48:59.234Zwords vendor vendor american-english
2562024-09-26T19:48:59.234Zwords system system australian-english
2572024-09-26T19:48:59.234Zwords system system british-english
2582024-09-26T19:48:59.234Zwords system system canadian-english
2592024-09-26T19:48:59.235Zwords system system french
2602024-09-26T19:48:59.235Zwords system system italian
2612024-09-26T19:48:59.235Zwords system system ngerman
2622024-09-26T19:48:59.235Zwords system system ogerman
2632024-09-26T19:48:59.235Zwords system system spanish
2642024-09-26T19:48:59.662ZPUBLISHER TYPE STATUS P LOCATION
2652024-09-26T19:48:59.663Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2662024-09-26T19:49:02.211ZFMRI IFO
2672024-09-26T19:49:02.211Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2682024-09-26T19:49:02.211Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2692024-09-26T19:49:02.211Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2702024-09-26T19:49:02.211Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2712024-09-26T19:49:02.211Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2722024-09-26T19:49:02.211Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2732024-09-26T19:49:02.211Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2742024-09-26T19:49:02.211Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2752024-09-26T19:49:02.211Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2762024-09-26T19:49:02.211Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2772024-09-26T19:49:02.211Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2782024-09-26T19:49:02.211Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2792024-09-26T19:49:02.211Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802024-09-26T19:49:02.993Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812024-09-26T19:49:03.409Z Updating crates.io index
2822024-09-26T19:49:03.471Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2832024-09-26T19:49:04.822Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2842024-09-26T19:49:05.746Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2852024-09-26T19:49:06.157Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2862024-09-26T19:49:07.944Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872024-09-26T19:49:08.265Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2882024-09-26T19:49:08.609Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892024-09-26T19:49:09.927Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902024-09-26T19:49:12.913Z Updating git repository `https://github.com/oxidecomputer/opte`
2912024-09-26T19:49:13.968Z Updating git repository `https://github.com/oxidecomputer/falcon`
2922024-09-26T19:49:14.751Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932024-09-26T19:49:15.275Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2942024-09-26T19:49:15.680Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2952024-09-26T19:49:16.445Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2962024-09-26T19:49:16.929Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2972024-09-26T19:49:17.350Z Updating git repository `https://github.com/oxidecomputer/qorb`
2982024-09-26T19:49:18.157Z Updating git repository `https://github.com/oxidecomputer/propolis`
2992024-09-26T19:49:18.882Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3002024-09-26T19:49:19.315Z Updating git repository `https://github.com/oxidecomputer/tofino`
3012024-09-26T19:49:19.799Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022024-09-26T19:49:20.151Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032024-09-26T19:49:20.481Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042024-09-26T19:49:20.873Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3052024-09-26T19:49:21.398Z Updating git repository `https://github.com/oxidecomputer/ispf`
3062024-09-26T19:49:21.886Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3072024-09-26T19:49:22.301Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3082024-09-26T19:49:22.898Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3092024-09-26T19:49:23.382Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3102024-09-26T19:49:23.875Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3112024-09-26T19:49:24.402Z Updating git repository `https://github.com/oxidecomputer/typify`
3122024-09-26T19:49:26.997Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3132024-09-26T19:49:27.328Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3142024-09-26T19:49:27.696Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3152024-09-26T19:49:28.256Z Updating git repository `https://github.com/oxidecomputer/rfb`
3162024-09-26T19:49:29.581Z Downloading crates ...
3172024-09-26T19:49:29.644Z Downloaded equivalent v1.0.1
3182024-09-26T19:49:29.673Z Downloaded digest v0.10.7
3192024-09-26T19:49:29.673Z Downloaded cfg-if v1.0.0
3202024-09-26T19:49:29.673Z Downloaded dtrace-parser v0.2.0
3212024-09-26T19:49:29.673Z Downloaded camino-tempfile v1.1.1
3222024-09-26T19:49:29.673Z Downloaded byteorder v1.5.0
3232024-09-26T19:49:29.673Z Downloaded scroll_derive v0.12.0
3242024-09-26T19:49:29.673Z Downloaded itoa v1.0.11
3252024-09-26T19:49:29.673Z Downloaded macaddr v1.0.1
3262024-09-26T19:49:29.673Z Downloaded fs-err v2.11.0
3272024-09-26T19:49:29.674Z Downloaded proc-macro-error-attr v1.0.4
3282024-09-26T19:49:29.674Z Downloaded usdt v0.5.0
3292024-09-26T19:49:29.700Z Downloaded unicode-linebreak v0.1.5
3302024-09-26T19:49:29.700Z Downloaded cargo-platform v0.1.8
3312024-09-26T19:49:29.701Z Downloaded usdt-impl v0.5.0
3322024-09-26T19:49:29.701Z Downloaded pest_derive v2.7.10
3332024-09-26T19:49:29.701Z Downloaded utf8parse v0.2.1
3342024-09-26T19:49:29.701Z Downloaded tempfile v3.10.1
3352024-09-26T19:49:29.701Z Downloaded anyhow v1.0.89
3362024-09-26T19:49:29.701Z Downloaded version_check v0.9.5
3372024-09-26T19:49:29.701Z Downloaded usdt-macro v0.5.0
3382024-09-26T19:49:29.702Z Downloaded thread-id v4.2.1
3392024-09-26T19:49:29.702Z Downloaded scroll v0.12.0
3402024-09-26T19:49:29.702Z Downloaded zerocopy-derive v0.7.34
3412024-09-26T19:49:29.730Z Downloaded zerocopy v0.7.34
3422024-09-26T19:49:29.757Z Downloaded hashbrown v0.14.5
3432024-09-26T19:49:29.757Z Downloaded tabled v0.15.0
3442024-09-26T19:49:29.784Z Downloaded unicode-width v0.1.13
3452024-09-26T19:49:29.784Z Downloaded rustix v0.38.34
3462024-09-26T19:49:29.811Z Downloaded libc v0.2.159
3472024-09-26T19:49:29.838Z Downloaded syn v2.0.77
3482024-09-26T19:49:29.863Z Downloaded syn v1.0.109
3492024-09-26T19:49:29.863Z Downloaded indexmap v2.4.0
3502024-09-26T19:49:29.887Z Downloaded goblin v0.8.2
3512024-09-26T19:49:29.887Z Downloaded winnow v0.6.18
3522024-09-26T19:49:29.887Z Downloaded unicode-ident v1.0.12
3532024-09-26T19:49:29.887Z Downloaded typenum v1.17.0
3542024-09-26T19:49:29.912Z Downloaded toml_edit v0.22.22
3552024-09-26T19:49:29.940Z Downloaded serde_json v1.0.128
3562024-09-26T19:49:29.940Z Downloaded serde_derive v1.0.210
3572024-09-26T19:49:29.940Z Downloaded serde v1.0.210
3582024-09-26T19:49:29.940Z Downloaded semver v1.0.23
3592024-09-26T19:49:29.940Z Downloaded proc-macro2 v1.0.86
3602024-09-26T19:49:29.940Z Downloaded proc-macro-error v1.0.4
3612024-09-26T19:49:29.940Z Downloaded pest v2.7.10
3622024-09-26T19:49:29.965Z Downloaded memchr v2.7.2
3632024-09-26T19:49:29.965Z Downloaded log v0.4.21
3642024-09-26T19:49:29.965Z Downloaded clap_builder v4.5.18
3652024-09-26T19:49:29.965Z Downloaded clap v4.5.18
3662024-09-26T19:49:29.990Z Downloaded once_cell v1.19.0
3672024-09-26T19:49:29.990Z Downloaded bitflags v2.6.0
3682024-09-26T19:49:29.990Z Downloaded terminal_size v0.3.0
3692024-09-26T19:49:29.990Z Downloaded serde_tokenstream v0.2.2
3702024-09-26T19:49:29.990Z Downloaded usdt-attr-macro v0.5.0
3712024-09-26T19:49:29.990Z Downloaded ucd-trie v0.1.6
3722024-09-26T19:49:29.990Z Downloaded toml_datetime v0.6.8
3732024-09-26T19:49:29.990Z Downloaded textwrap v0.16.1
3742024-09-26T19:49:29.990Z Downloaded tabled_derive v0.7.0
3752024-09-26T19:49:29.990Z Downloaded ryu v1.0.18
3762024-09-26T19:49:30.015Z Downloaded plain v0.2.3
3772024-09-26T19:49:30.015Z Downloaded pest_meta v2.7.10
3782024-09-26T19:49:30.015Z Downloaded papergrid v0.11.0
3792024-09-26T19:49:30.015Z Downloaded clap_derive v4.5.18
3802024-09-26T19:49:30.015Z Downloaded cargo_toml v0.20.5
3812024-09-26T19:49:30.015Z Downloaded toml v0.8.19
3822024-09-26T19:49:30.015Z Downloaded thiserror v1.0.64
3832024-09-26T19:49:30.015Z Downloaded smawk v0.3.2
3842024-09-26T19:49:30.039Z Downloaded heck v0.5.0
3852024-09-26T19:49:30.039Z Downloaded fnv v1.0.7
3862024-09-26T19:49:30.039Z Downloaded errno v0.3.9
3872024-09-26T19:49:30.039Z Downloaded swrite v0.1.0
3882024-09-26T19:49:30.039Z Downloaded sha2 v0.10.8
3892024-09-26T19:49:30.039Z Downloaded pest_generator v2.7.10
3902024-09-26T19:49:30.039Z Downloaded serde_spanned v0.6.7
3912024-09-26T19:49:30.039Z Downloaded quote v1.0.37
3922024-09-26T19:49:30.039Z Downloaded crypto-common v0.1.6
3932024-09-26T19:49:30.039Z Downloaded colorchoice v1.0.1
3942024-09-26T19:49:30.039Z Downloaded generic-array v0.14.7
3952024-09-26T19:49:30.039Z Downloaded dof v0.3.0
3962024-09-26T19:49:30.039Z Downloaded anstyle-parse v0.2.4
3972024-09-26T19:49:30.039Z Downloaded is_terminal_polyfill v1.70.0
3982024-09-26T19:49:30.039Z Downloaded bytecount v0.6.8
3992024-09-26T19:49:30.039Z Downloaded camino v1.1.9
4002024-09-26T19:49:30.064Z Downloaded thiserror-impl v1.0.64
4012024-09-26T19:49:30.064Z Downloaded strsim v0.11.1
4022024-09-26T19:49:30.064Z Downloaded memmap v0.7.0
4032024-09-26T19:49:30.064Z Downloaded anstream v0.6.14
4042024-09-26T19:49:30.064Z Downloaded heck v0.4.1
4052024-09-26T19:49:30.064Z Downloaded fastrand v2.1.0
4062024-09-26T19:49:30.064Z Downloaded clap_lex v0.7.0
4072024-09-26T19:49:30.064Z Downloaded cargo_metadata v0.18.1
4082024-09-26T19:49:30.064Z Downloaded pretty-hex v0.4.1
4092024-09-26T19:49:30.064Z Downloaded cpufeatures v0.2.12
4102024-09-26T19:49:30.064Z Downloaded autocfg v1.3.0
4112024-09-26T19:49:30.064Z Downloaded block-buffer v0.10.4
4122024-09-26T19:49:30.064Z Downloaded anstyle-query v1.0.3
4132024-09-26T19:49:30.064Z Downloaded anstyle v1.0.8
4142024-09-26T19:49:30.204Z Compiling proc-macro2 v1.0.86
4152024-09-26T19:49:30.228Z Compiling unicode-ident v1.0.12
4162024-09-26T19:49:30.228Z Compiling version_check v0.9.5
4172024-09-26T19:49:30.228Z Compiling serde v1.0.210
4182024-09-26T19:49:30.228Z Compiling memchr v2.7.2
4192024-09-26T19:49:30.228Z Compiling thiserror v1.0.64
4202024-09-26T19:49:30.228Z Compiling libc v0.2.159
4212024-09-26T19:49:30.228Z Compiling ryu v1.0.18
4222024-09-26T19:49:30.553Z Compiling ucd-trie v0.1.6
4232024-09-26T19:49:30.705Z Compiling itoa v1.0.11
4242024-09-26T19:49:30.969Z Compiling once_cell v1.19.0
4252024-09-26T19:49:31.222Z Compiling byteorder v1.5.0
4262024-09-26T19:49:31.250Z Compiling rustix v0.38.34
4272024-09-26T19:49:31.379Z Compiling serde_json v1.0.128
4282024-09-26T19:49:31.732Z Compiling bitflags v2.6.0
4292024-09-26T19:49:31.763Z Compiling proc-macro-error-attr v1.0.4
4302024-09-26T19:49:32.030Z Compiling quote v1.0.37
4312024-09-26T19:49:32.089Z Compiling usdt-impl v0.5.0
4322024-09-26T19:49:32.158Z Compiling syn v1.0.109
4332024-09-26T19:49:32.192Z Compiling proc-macro-error v1.0.4
4342024-09-26T19:49:32.283Z Compiling errno v0.3.9
4352024-09-26T19:49:32.497Z Compiling syn v2.0.77
4362024-09-26T19:49:32.580Z Compiling hashbrown v0.14.5
4372024-09-26T19:49:32.709Z Compiling log v0.4.21
4382024-09-26T19:49:32.744Z Compiling equivalent v1.0.1
4392024-09-26T19:49:32.857Z Compiling thread-id v4.2.1
4402024-09-26T19:49:32.883Z Compiling camino v1.1.9
4412024-09-26T19:49:32.936Z Compiling utf8parse v0.2.1
4422024-09-26T19:49:32.965Z Compiling plain v0.2.3
4432024-09-26T19:49:33.103Z Compiling anstyle-parse v0.2.4
4442024-09-26T19:49:33.442Z Compiling unicode-width v0.1.13
4452024-09-26T19:49:33.609Z Compiling anstyle v1.0.8
4462024-09-26T19:49:33.776Z Compiling indexmap v2.4.0
4472024-09-26T19:49:33.800Z Compiling colorchoice v1.0.1
4482024-09-26T19:49:33.894Z Compiling anstyle-query v1.0.3
4492024-09-26T19:49:33.936Z Compiling semver v1.0.23
4502024-09-26T19:49:33.983Z Compiling pretty-hex v0.4.1
4512024-09-26T19:49:34.048Z Compiling is_terminal_polyfill v1.70.0
4522024-09-26T19:49:34.126Z Compiling winnow v0.6.18
4532024-09-26T19:49:34.197Z Compiling autocfg v1.3.0
4542024-09-26T19:49:34.224Z Compiling anstream v0.6.14
4552024-09-26T19:49:34.772Z Compiling terminal_size v0.3.0
4562024-09-26T19:49:35.026Z Compiling heck v0.5.0
4572024-09-26T19:49:35.128Z Compiling fnv v1.0.7
4582024-09-26T19:49:35.154Z Compiling fs-err v2.11.0
4592024-09-26T19:49:35.178Z Compiling cfg-if v1.0.0
4602024-09-26T19:49:35.356Z Compiling anyhow v1.0.89
4612024-09-26T19:49:35.389Z Compiling bytecount v0.6.8
4622024-09-26T19:49:35.492Z Compiling clap_lex v0.7.0
4632024-09-26T19:49:35.571Z Compiling heck v0.4.1
4642024-09-26T19:49:35.605Z Compiling fastrand v2.1.0
4652024-09-26T19:49:35.633Z Compiling strsim v0.11.1
4662024-09-26T19:49:36.088Z Compiling clap_builder v4.5.18
4672024-09-26T19:49:36.232Z Compiling tempfile v3.10.1
4682024-09-26T19:49:36.423Z Compiling papergrid v0.11.0
4692024-09-26T19:49:36.556Z Compiling memmap v0.7.0
4702024-09-26T19:49:36.694Z Compiling smawk v0.3.2
4712024-09-26T19:49:36.908Z Compiling unicode-linebreak v0.1.5
4722024-09-26T19:49:37.402Z Compiling textwrap v0.16.1
4732024-09-26T19:49:37.522Z Compiling swrite v0.1.0
4742024-09-26T19:49:38.793Z Compiling tabled_derive v0.7.0
4752024-09-26T19:49:40.513Z Compiling tabled v0.15.0
4762024-09-26T19:49:41.444Z Compiling serde_derive v1.0.210
4772024-09-26T19:49:41.468Z Compiling thiserror-impl v1.0.64
4782024-09-26T19:49:41.468Z Compiling zerocopy-derive v0.7.34
4792024-09-26T19:49:41.501Z Compiling scroll_derive v0.12.0
4802024-09-26T19:49:41.586Z Compiling clap_derive v4.5.18
4812024-09-26T19:49:42.829Z Compiling scroll v0.12.0
4822024-09-26T19:49:43.312Z Compiling goblin v0.8.2
4832024-09-26T19:49:43.379Z Compiling zerocopy v0.7.34
4842024-09-26T19:49:43.997Z Compiling pest v2.7.10
4852024-09-26T19:49:44.874Z Compiling clap v4.5.18
4862024-09-26T19:49:46.154Z Compiling pest_meta v2.7.10
4872024-09-26T19:49:47.172Z Compiling pest_generator v2.7.10
4882024-09-26T19:49:49.000Z Compiling pest_derive v2.7.10
4892024-09-26T19:49:49.672Z Compiling dtrace-parser v0.2.0
4902024-09-26T19:49:51.546Z Compiling serde_tokenstream v0.2.2
4912024-09-26T19:49:51.628Z Compiling serde_spanned v0.6.7
4922024-09-26T19:49:51.628Z Compiling toml_datetime v0.6.8
4932024-09-26T19:49:51.891Z Compiling cargo-platform v0.1.8
4942024-09-26T19:49:52.033Z Compiling toml_edit v0.22.22
4952024-09-26T19:49:52.144Z Compiling macaddr v1.0.1
4962024-09-26T19:49:52.431Z Compiling camino-tempfile v1.1.1
4972024-09-26T19:49:53.038Z Compiling dof v0.3.0
4982024-09-26T19:49:53.177Z Compiling cargo_metadata v0.18.1
4992024-09-26T19:49:54.906Z Compiling usdt-macro v0.5.0
5002024-09-26T19:49:54.906Z Compiling usdt-attr-macro v0.5.0
5012024-09-26T19:49:55.036Z Compiling toml v0.8.19
5022024-09-26T19:49:55.893Z Compiling cargo_toml v0.20.5
5032024-09-26T19:49:56.345Z Compiling usdt v0.5.0
5042024-09-26T19:50:00.726Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5052024-09-26T19:50:06.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
5062024-09-26T19:50:06.550Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5072024-09-26T19:50:07.518Z Downloading crates ...
5082024-09-26T19:50:07.675Z Downloaded atomicwrites v0.4.4
5092024-09-26T19:50:07.700Z Downloaded async-stream-impl v0.3.5
5102024-09-26T19:50:07.700Z Downloaded cstr-argument v0.1.2
5112024-09-26T19:50:07.725Z Downloaded hubpack_derive v0.1.1
5122024-09-26T19:50:07.749Z Downloaded multimap v0.10.0
5132024-09-26T19:50:07.773Z Downloaded rustls-pemfile v2.1.3
5142024-09-26T19:50:07.773Z Downloaded rustfmt-wrapper v0.2.1
5152024-09-26T19:50:07.798Z Downloaded sigpipe v0.1.3
5162024-09-26T19:50:07.798Z Downloaded nu-ansi-term v0.50.0
5172024-09-26T19:50:07.798Z Downloaded slab v0.4.9
5182024-09-26T19:50:07.823Z Downloaded num-conv v0.1.0
5192024-09-26T19:50:07.847Z Downloaded number_prefix v0.4.0
5202024-09-26T19:50:07.874Z Downloaded fxhash v0.2.1
5212024-09-26T19:50:07.916Z Downloaded ppv-lite86 v0.2.17
5222024-09-26T19:50:07.950Z Downloaded unicode-xid v0.2.4
5232024-09-26T19:50:07.976Z Downloaded defmt-parser v0.3.4
5242024-09-26T19:50:08.000Z Downloaded dyn-clone v1.0.17
5252024-09-26T19:50:08.000Z Downloaded dropshot_endpoint v0.10.1
5262024-09-26T19:50:08.000Z Downloaded dsl_auto_type v0.1.2
5272024-09-26T19:50:08.000Z Downloaded derive_builder v0.20.0
5282024-09-26T19:50:08.028Z Downloaded serde-big-array v0.5.1
5292024-09-26T19:50:08.054Z Downloaded russh-cryptovec v0.7.2
5302024-09-26T19:50:08.054Z Downloaded serde-hex v0.1.0
5312024-09-26T19:50:08.054Z Downloaded semver v0.1.20
5322024-09-26T19:50:08.054Z Downloaded serde_arrays v0.1.0
5332024-09-26T19:50:08.078Z Downloaded rustls-pki-types v1.7.0
5342024-09-26T19:50:08.078Z Downloaded serde_derive_internals v0.29.1
5352024-09-26T19:50:08.078Z Downloaded rand_core v0.6.4
5362024-09-26T19:50:08.105Z Downloaded samael v0.0.17
5372024-09-26T19:50:08.130Z Downloaded salty v0.3.0
5382024-09-26T19:50:08.155Z Downloaded reedline v0.33.0
5392024-09-26T19:50:08.180Z Downloaded reqwest v0.11.27
5402024-09-26T19:50:08.216Z Downloaded petgraph v0.6.5
5412024-09-26T19:50:08.253Z Downloaded regex-automata v0.4.6
5422024-09-26T19:50:08.286Z Downloaded ratatui v0.28.0
5432024-09-26T19:50:08.327Z Downloaded sha3 v0.10.8
5442024-09-26T19:50:08.352Z Downloaded csv v1.3.0
5452024-09-26T19:50:08.378Z Downloaded encoding_rs v0.8.34
5462024-09-26T19:50:08.406Z Downloaded libgit2-sys v0.17.0+1.8.1
5472024-09-26T19:50:08.485Z Downloaded regress v0.9.1
5482024-09-26T19:50:08.509Z Downloaded regex-syntax v0.8.4
5492024-09-26T19:50:08.534Z Downloaded regex-syntax v0.6.29
5502024-09-26T19:50:08.534Z Downloaded regex v1.10.6
5512024-09-26T19:50:08.558Z Downloaded rayon v1.10.0
5522024-09-26T19:50:08.582Z Downloaded radix_trie v0.2.1
5532024-09-26T19:50:08.606Z Downloaded quick-xml v0.33.0
5542024-09-26T19:50:08.606Z Downloaded proptest v1.5.0
5552024-09-26T19:50:08.630Z Downloaded finl_unicode v1.2.0
5562024-09-26T19:50:08.654Z Downloaded tokio v1.39.3
5572024-09-26T19:50:08.713Z Downloaded libz-sys v1.1.16
5582024-09-26T19:50:08.815Z Downloaded bzip2-sys v0.1.11+1.0.8
5592024-09-26T19:50:08.839Z Downloaded ring v0.17.8
5602024-09-26T19:50:08.909Z Downloaded rand v0.8.5
5612024-09-26T19:50:08.933Z Downloaded diesel v2.2.4
5622024-09-26T19:50:08.957Z Downloaded smoltcp v0.11.0
5632024-09-26T19:50:08.957Z Downloaded zerocopy-derive v0.6.6
5642024-09-26T19:50:08.981Z Downloaded libsqlite3-sys v0.30.1
5652024-09-26T19:50:09.053Z Downloaded openapiv3 v2.0.0
5662024-09-26T19:50:09.077Z Downloaded rustyline v14.0.0
5672024-09-26T19:50:09.077Z Downloaded ring v0.16.20
5682024-09-26T19:50:09.173Z Downloaded rustls-webpki v0.102.4
5692024-09-26T19:50:09.197Z Downloaded rustls-webpki v0.101.7
5702024-09-26T19:50:09.221Z Downloaded russh v0.45.0
5712024-09-26T19:50:09.221Z Downloaded rusqlite v0.32.1
5722024-09-26T19:50:09.244Z Downloaded rsa v0.9.6
5732024-09-26T19:50:09.244Z Downloaded ron v0.8.1
5742024-09-26T19:50:09.244Z Downloaded rcgen v0.12.1
5752024-09-26T19:50:09.244Z Downloaded rayon-core v1.12.1
5762024-09-26T19:50:09.244Z Downloaded publicsuffix v2.2.3
5772024-09-26T19:50:09.268Z Downloaded gimli v0.28.1
5782024-09-26T19:50:09.268Z Downloaded flate2 v1.0.33
5792024-09-26T19:50:09.268Z Downloaded serde_with v3.9.0
5802024-09-26T19:50:09.293Z Downloaded smoltcp v0.9.1
5812024-09-26T19:50:09.293Z Downloaded webpki-roots v0.25.4
5822024-09-26T19:50:09.293Z Downloaded sled v0.34.7
5832024-09-26T19:50:09.316Z Downloaded rustls v0.23.10
5842024-09-26T19:50:09.340Z Downloaded prettyplease v0.2.22
5852024-09-26T19:50:09.340Z Downloaded futures-util v0.3.30
5862024-09-26T19:50:09.340Z Downloaded expectorate v1.1.0
5872024-09-26T19:50:09.340Z Downloaded elliptic-curve v0.13.8
5882024-09-26T19:50:09.364Z Downloaded ed25519-dalek v2.1.1
5892024-09-26T19:50:09.364Z Downloaded winnow v0.5.40
5902024-09-26T19:50:09.364Z Downloaded vcpkg v0.2.15
5912024-09-26T19:50:09.404Z Downloaded polar-core v0.27.3
5922024-09-26T19:50:09.428Z Downloaded hickory-proto v0.24.1
5932024-09-26T19:50:09.452Z Downloaded schemars v0.8.21
5942024-09-26T19:50:09.452Z Downloaded predicates v3.1.2
5952024-09-26T19:50:09.452Z Downloaded password-hash v0.4.2
5962024-09-26T19:50:09.452Z Downloaded flume v0.11.0
5972024-09-26T19:50:09.476Z Downloaded rand_xorshift v0.3.0
5982024-09-26T19:50:09.476Z Downloaded radium v0.7.0
5992024-09-26T19:50:09.476Z Downloaded secrecy v0.8.0
6002024-09-26T19:50:09.476Z Downloaded sec1 v0.7.3
6012024-09-26T19:50:09.476Z Downloaded sct v0.7.1
6022024-09-26T19:50:09.476Z Downloaded scrypt v0.11.0
6032024-09-26T19:50:09.476Z Downloaded schemars_derive v0.8.21
6042024-09-26T19:50:09.476Z Downloaded scheduled-thread-pool v0.2.7
6052024-09-26T19:50:09.476Z Downloaded rtoolbox v0.0.2
6062024-09-26T19:50:09.476Z Downloaded resolv-conf v0.7.0
6072024-09-26T19:50:09.476Z Downloaded ref-cast-impl v1.0.23
6082024-09-26T19:50:09.476Z Downloaded ref-cast v1.0.23
6092024-09-26T19:50:09.477Z Downloaded rand_seeder v0.3.0
6102024-09-26T19:50:09.501Z Downloaded r2d2 v0.8.10
6112024-09-26T19:50:09.501Z Downloaded quick-error v1.2.3
6122024-09-26T19:50:09.501Z Downloaded psl-types v2.0.11
6132024-09-26T19:50:09.501Z Downloaded proc-macro-crate v1.3.1
6142024-09-26T19:50:09.501Z Downloaded precomputed-hash v0.1.1
6152024-09-26T19:50:09.501Z Downloaded password-hash v0.5.0
6162024-09-26T19:50:09.501Z Downloaded scopeguard v1.2.0
6172024-09-26T19:50:09.501Z Downloaded same-file v1.0.6
6182024-09-26T19:50:09.501Z Downloaded salsa20 v0.10.2
6192024-09-26T19:50:09.501Z Downloaded rusty-fork v0.3.0
6202024-09-26T19:50:09.501Z Downloaded rustversion v1.0.17
6212024-09-26T19:50:09.501Z Downloaded rfc6979 v0.4.0
6222024-09-26T19:50:09.501Z Downloaded rand_chacha v0.3.1
6232024-09-26T19:50:09.501Z Downloaded primeorder v0.13.6
6242024-09-26T19:50:09.501Z Downloaded predicates-tree v1.0.9
6252024-09-26T19:50:09.501Z Downloaded predicates-core v1.0.6
6262024-09-26T19:50:09.501Z Downloaded paste v1.0.15
6272024-09-26T19:50:09.526Z Downloaded parking_lot_core v0.9.10
6282024-09-26T19:50:09.526Z Downloaded parking_lot_core v0.8.6
6292024-09-26T19:50:09.526Z Downloaded parking_lot v0.12.2
6302024-09-26T19:50:09.526Z Downloaded parking_lot v0.11.2
6312024-09-26T19:50:09.526Z Downloaded futures v0.3.30
6322024-09-26T19:50:09.526Z Downloaded fallible-iterator v0.2.0
6332024-09-26T19:50:09.526Z Downloaded erased-serde v0.3.31
6342024-09-26T19:50:09.526Z Downloaded env_logger v0.10.2
6352024-09-26T19:50:09.526Z Downloaded slog-bunyan v2.5.0
6362024-09-26T19:50:09.526Z Downloaded diesel_derives v2.2.2
6372024-09-26T19:50:09.550Z Downloaded dropshot v0.10.1
6382024-09-26T19:50:09.550Z Downloaded object v0.32.2
6392024-09-26T19:50:09.575Z Downloaded object v0.30.4
6402024-09-26T19:50:09.575Z Downloaded nix v0.29.0
6412024-09-26T19:50:09.599Z Downloaded parse-display v0.10.0
6422024-09-26T19:50:09.599Z Downloaded float-ord v0.3.2
6432024-09-26T19:50:09.599Z Downloaded float-cmp v0.9.0
6442024-09-26T19:50:09.599Z Downloaded flagset v0.4.5
6452024-09-26T19:50:09.599Z Downloaded fallible-iterator v0.3.0
6462024-09-26T19:50:09.599Z Downloaded env_logger v0.11.5
6472024-09-26T19:50:09.599Z Downloaded endian-type v0.1.2
6482024-09-26T19:50:09.599Z Downloaded slog-dtrace v0.3.0
6492024-09-26T19:50:09.599Z Downloaded shell-words v1.1.0
6502024-09-26T19:50:09.599Z Downloaded sha1 v0.10.6
6512024-09-26T19:50:09.599Z Downloaded serde_yaml v0.9.34+deprecated
6522024-09-26T19:50:09.599Z Downloaded serde_with_macros v3.9.0
6532024-09-26T19:50:09.623Z Downloaded serde_repr v0.1.19
6542024-09-26T19:50:09.623Z Downloaded serde_path_to_error v0.1.16
6552024-09-26T19:50:09.623Z Downloaded dhcproto v0.12.0
6562024-09-26T19:50:09.623Z Downloaded derive_more v0.99.18
6572024-09-26T19:50:09.623Z Downloaded derive-where v1.2.7
6582024-09-26T19:50:09.623Z Downloaded der v0.7.9
6592024-09-26T19:50:09.647Z Downloaded rpassword v7.3.1
6602024-09-26T19:50:09.647Z Downloaded pretty-hex v0.2.1
6612024-09-26T19:50:09.647Z Downloaded parse-size v1.0.0
6622024-09-26T19:50:09.647Z Downloaded parse-display-derive v0.10.0
6632024-09-26T19:50:09.647Z Downloaded packed_struct_codegen v0.10.1
6642024-09-26T19:50:09.647Z Downloaded ghash v0.5.1
6652024-09-26T19:50:09.647Z Downloaded futures-task v0.3.30
6662024-09-26T19:50:09.647Z Downloaded futures-sink v0.3.30
6672024-09-26T19:50:09.647Z Downloaded futures-macro v0.3.30
6682024-09-26T19:50:09.647Z Downloaded futures-io v0.3.30
6692024-09-26T19:50:09.647Z Downloaded futures-executor v0.3.30
6702024-09-26T19:50:09.647Z Downloaded futures-core v0.3.30
6712024-09-26T19:50:09.647Z Downloaded futures-channel v0.3.30
6722024-09-26T19:50:09.647Z Downloaded funty v2.0.0
6732024-09-26T19:50:09.647Z Downloaded fragile v2.0.0
6742024-09-26T19:50:09.647Z Downloaded form_urlencoded v1.2.1
6752024-09-26T19:50:09.647Z Downloaded foreign-types-shared v0.3.1
6762024-09-26T19:50:09.647Z Downloaded foreign-types-shared v0.1.1
6772024-09-26T19:50:09.647Z Downloaded foreign-types-macros v0.2.3
6782024-09-26T19:50:09.647Z Downloaded foreign-types v0.5.0
6792024-09-26T19:50:09.647Z Downloaded foreign-types v0.3.2
6802024-09-26T19:50:09.672Z Downloaded env_logger v0.9.3
6812024-09-26T19:50:09.672Z Downloaded env_filter v0.1.2
6822024-09-26T19:50:09.672Z Downloaded enum-as-inner v0.6.0
6832024-09-26T19:50:09.672Z Downloaded enum-as-inner v0.5.1
6842024-09-26T19:50:09.672Z Downloaded ena v0.14.3
6852024-09-26T19:50:09.672Z Downloaded embedded-io v0.4.0
6862024-09-26T19:50:09.672Z Downloaded either v1.13.0
6872024-09-26T19:50:09.672Z Downloaded ed25519 v2.2.3
6882024-09-26T19:50:09.672Z Downloaded ecdsa v0.16.9
6892024-09-26T19:50:09.672Z Downloaded shlex v1.3.0
6902024-09-26T19:50:09.672Z Downloaded serde_urlencoded v0.7.1
6912024-09-26T19:50:09.672Z Downloaded serde_plain v1.0.2
6922024-09-26T19:50:09.672Z Downloaded des v0.8.1
6932024-09-26T19:50:09.672Z Downloaded derive_builder_core v0.20.0
6942024-09-26T19:50:09.696Z Downloaded p384 v0.13.0
6952024-09-26T19:50:09.696Z Downloaded openssl v0.10.66
6962024-09-26T19:50:09.696Z Downloaded der_derive v0.7.2
6972024-09-26T19:50:09.696Z Downloaded zip v0.6.6
6982024-09-26T19:50:09.720Z Downloaded sqlparser v0.45.0
6992024-09-26T19:50:09.720Z Downloaded trust-dns-proto v0.22.0
7002024-09-26T19:50:09.720Z Downloaded rustls v0.22.4
7012024-09-26T19:50:09.744Z Downloaded nix v0.27.1
7022024-09-26T19:50:09.768Z Downloaded darling_core v0.20.9
7032024-09-26T19:50:09.768Z Downloaded snafu v0.8.2
7042024-09-26T19:50:09.768Z Downloaded bstr v1.9.1
7052024-09-26T19:50:09.792Z Downloaded diesel_table_macro_syntax v0.2.0
7062024-09-26T19:50:09.792Z Downloaded dhcproto-macros v0.1.0
7072024-09-26T19:50:09.792Z Downloaded derive_builder_macro v0.20.0
7082024-09-26T19:50:09.792Z Downloaded deranged v0.3.11
7092024-09-26T19:50:09.792Z Downloaded data-encoding v2.6.0
7102024-09-26T19:50:09.792Z Downloaded darling_macro v0.20.9
7112024-09-26T19:50:09.792Z Downloaded zerocopy v0.6.6
7122024-09-26T19:50:09.792Z Downloaded x509-cert v0.2.5
7132024-09-26T19:50:09.792Z Downloaded which v4.4.2
7142024-09-26T19:50:09.792Z Downloaded vergen v8.3.2
7152024-09-26T19:50:09.792Z Downloaded unicode-normalization v0.1.23
7162024-09-26T19:50:09.817Z Downloaded steno v0.4.1
7172024-09-26T19:50:09.817Z Downloaded ssh-key v0.6.6
7182024-09-26T19:50:09.817Z Downloaded portable-atomic v1.6.0
7192024-09-26T19:50:09.817Z Downloaded rustls v0.21.12
7202024-09-26T19:50:09.841Z Downloaded nix v0.28.0
7212024-09-26T19:50:09.841Z Downloaded idna v0.5.0
7222024-09-26T19:50:09.865Z Downloaded defmt-macros v0.3.9
7232024-09-26T19:50:09.865Z Downloaded defmt v0.3.8
7242024-09-26T19:50:09.865Z Downloaded debug-ignore v1.0.5
7252024-09-26T19:50:09.865Z Downloaded zone_cfg_derive v0.3.0
7262024-09-26T19:50:09.865Z Downloaded zone_cfg_derive v0.1.2
7272024-09-26T19:50:09.865Z Downloaded socket2 v0.5.7
7282024-09-26T19:50:09.865Z Downloaded socket2 v0.4.10
7292024-09-26T19:50:09.865Z Downloaded snafu-derive v0.8.2
7302024-09-26T19:50:09.890Z Downloaded smf v0.2.3
7312024-09-26T19:50:09.890Z Downloaded smallvec v1.13.2
7322024-09-26T19:50:09.890Z Downloaded smallvec v0.6.14
7332024-09-26T19:50:09.890Z Downloaded slog-term v2.9.1
7342024-09-26T19:50:09.890Z Downloaded slog-stdlog v4.1.1
7352024-09-26T19:50:09.890Z Downloaded slog-scope v4.4.0
7362024-09-26T19:50:09.890Z Downloaded slog-json v2.6.1
7372024-09-26T19:50:09.890Z Downloaded slog-envlogger v2.2.0
7382024-09-26T19:50:09.890Z Downloaded zone v0.3.0
7392024-09-26T19:50:09.890Z Downloaded zone v0.1.8
7402024-09-26T19:50:09.890Z Downloaded zeroize_derive v1.4.2
7412024-09-26T19:50:09.890Z Downloaded zeroize v1.8.1
7422024-09-26T19:50:09.890Z Downloaded yasna v0.5.2
7432024-09-26T19:50:09.890Z Downloaded xattr v1.3.1
7442024-09-26T19:50:09.914Z Downloaded wyz v0.5.1
7452024-09-26T19:50:09.914Z Downloaded whoami v1.5.2
7462024-09-26T19:50:09.914Z Downloaded want v0.3.1
7472024-09-26T19:50:09.914Z Downloaded walkdir v2.5.0
7482024-09-26T19:50:09.914Z Downloaded waitgroup v0.1.2
7492024-09-26T19:50:09.914Z Downloaded wait-timeout v0.2.0
7502024-09-26T19:50:09.914Z Downloaded vte_generate_state_changes v0.1.1
7512024-09-26T19:50:09.914Z Downloaded vte v0.11.1
7522024-09-26T19:50:09.914Z Downloaded vsss-rs v3.3.4
7532024-09-26T19:50:09.914Z Downloaded value-bag v1.9.0
7542024-09-26T19:50:09.914Z Downloaded uzers v0.11.3
7552024-09-26T19:50:09.914Z Downloaded uuid v1.10.0
7562024-09-26T19:50:09.938Z Downloaded utf-8 v0.7.6
7572024-09-26T19:50:09.938Z Downloaded url v2.5.2
7582024-09-26T19:50:09.938Z Downloaded untrusted v0.9.0
7592024-09-26T19:50:09.938Z Downloaded untrusted v0.7.1
7602024-09-26T19:50:09.938Z Downloaded unsafe-libyaml v0.2.11
7612024-09-26T19:50:09.938Z Downloaded universal-hash v0.5.1
7622024-09-26T19:50:09.938Z Downloaded unicode_categories v0.1.1
7632024-09-26T19:50:09.938Z Downloaded unicode-truncate v1.0.0
7642024-09-26T19:50:09.938Z Downloaded unicode-segmentation v1.11.0
7652024-09-26T19:50:09.938Z Downloaded strip-ansi-escapes v0.2.0
7662024-09-26T19:50:09.938Z Downloaded stringprep v0.1.4
7672024-09-26T19:50:09.962Z Downloaded string_cache v0.8.7
7682024-09-26T19:50:09.962Z Downloaded static_assertions v1.1.0
7692024-09-26T19:50:09.962Z Downloaded stable_deref_trait v1.2.0
7702024-09-26T19:50:09.962Z Downloaded ssh-encoding v0.2.0
7712024-09-26T19:50:09.962Z Downloaded sqlformat v0.2.6
7722024-09-26T19:50:09.962Z Downloaded spki v0.7.3
7732024-09-26T19:50:09.962Z Downloaded spin v0.9.8
7742024-09-26T19:50:09.962Z Downloaded spin v0.5.2
7752024-09-26T19:50:09.962Z Downloaded postcard v1.0.8
7762024-09-26T19:50:09.962Z Downloaded pkcs5 v0.7.1
7772024-09-26T19:50:09.962Z Downloaded pkcs1 v0.7.5
7782024-09-26T19:50:09.987Z Downloaded pin-project v1.1.5
7792024-09-26T19:50:09.987Z Downloaded typed-path v0.7.1
7802024-09-26T19:50:09.987Z Downloaded p521 v0.13.3
7812024-09-26T19:50:10.011Z Downloaded num-bigint-dig v0.8.4
7822024-09-26T19:50:10.011Z Downloaded h2 v0.4.6
7832024-09-26T19:50:10.011Z Downloaded h2 v0.3.26
7842024-09-26T19:50:10.011Z Downloaded git2 v0.19.0
7852024-09-26T19:50:10.036Z Downloaded tough v0.17.1
7862024-09-26T19:50:10.036Z Downloaded tokio-util v0.7.12
7872024-09-26T19:50:10.060Z Downloaded lalrpop v0.19.12
7882024-09-26T19:50:10.060Z Downloaded idna v0.3.0
7892024-09-26T19:50:10.060Z Downloaded idna v0.2.3
7902024-09-26T19:50:10.084Z Downloaded curve25519-dalek v4.1.3
7912024-09-26T19:50:10.084Z Downloaded bitvec v1.0.1
7922024-09-26T19:50:10.108Z Downloaded bindgen v0.69.4
7932024-09-26T19:50:10.108Z Downloaded ssh-cipher v0.2.0
7942024-09-26T19:50:10.108Z Downloaded sqlparser_derive v0.2.2
7952024-09-26T19:50:10.109Z Downloaded portpicker v0.1.1
7962024-09-26T19:50:10.109Z Downloaded polyval v0.6.2
7972024-09-26T19:50:10.133Z Downloaded poly1305 v0.8.0
7982024-09-26T19:50:10.133Z Downloaded pkg-config v0.3.30
7992024-09-26T19:50:10.133Z Downloaded pkcs8 v0.10.2
8002024-09-26T19:50:10.133Z Downloaded pin-utils v0.1.0
8012024-09-26T19:50:10.133Z Downloaded pin-project-lite v0.2.14
8022024-09-26T19:50:10.133Z Downloaded pin-project-internal v1.1.5
8032024-09-26T19:50:10.133Z Downloaded phf_shared v0.11.2
8042024-09-26T19:50:10.133Z Downloaded phf_shared v0.10.0
8052024-09-26T19:50:10.133Z Downloaded phf v0.11.2
8062024-09-26T19:50:10.133Z Downloaded percent-encoding v2.3.1
8072024-09-26T19:50:10.133Z Downloaded pem-rfc7468 v0.7.0
8082024-09-26T19:50:10.133Z Downloaded pem v3.0.4
8092024-09-26T19:50:10.158Z Downloaded peg-runtime v0.8.3
8102024-09-26T19:50:10.158Z Downloaded peg-macros v0.8.4
8112024-09-26T19:50:10.159Z Downloaded peg v0.8.4
8122024-09-26T19:50:10.159Z Downloaded pbkdf2 v0.12.2
8132024-09-26T19:50:10.159Z Downloaded pbkdf2 v0.11.0
8142024-09-26T19:50:10.159Z Downloaded path-slash v0.1.5
8152024-09-26T19:50:10.159Z Downloaded getrandom v0.2.14
8162024-09-26T19:50:10.159Z Downloaded getopts v0.2.21
8172024-09-26T19:50:10.159Z Downloaded gethostname v0.5.0
8182024-09-26T19:50:10.159Z Downloaded fatfs v0.3.6
8192024-09-26T19:50:10.159Z Downloaded display-error-chain v0.2.1
8202024-09-26T19:50:10.159Z Downloaded diff v0.1.13
8212024-09-26T19:50:10.183Z Downloaded unicode-bidi v0.3.15
8222024-09-26T19:50:10.183Z Downloaded tungstenite v0.23.0
8232024-09-26T19:50:10.183Z Downloaded tungstenite v0.21.0
8242024-09-26T19:50:10.183Z Downloaded tungstenite v0.20.1
8252024-09-26T19:50:10.183Z Downloaded tracing-core v0.1.32
8262024-09-26T19:50:10.183Z Downloaded tracing v0.1.40
8272024-09-26T19:50:10.206Z Downloaded p256 v0.13.2
8282024-09-26T19:50:10.206Z Downloaded oso v0.27.3
8292024-09-26T19:50:10.206Z Downloaded openssl-sys v0.9.103
8302024-09-26T19:50:10.206Z Downloaded omicron-zone-package v0.11.0
8312024-09-26T19:50:10.206Z Downloaded num-traits v0.2.19
8322024-09-26T19:50:10.206Z Downloaded hickory-resolver v0.24.1
8332024-09-26T19:50:10.232Z Downloaded heapless v0.8.0
8342024-09-26T19:50:10.232Z Downloaded heapless v0.7.17
8352024-09-26T19:50:10.232Z Downloaded headers v0.3.9
8362024-09-26T19:50:10.232Z Downloaded hashlink v0.9.1
8372024-09-26T19:50:10.232Z Downloaded hashbrown v0.13.2
8382024-09-26T19:50:10.232Z Downloaded hashbrown v0.12.3
8392024-09-26T19:50:10.256Z Downloaded half v2.4.1
8402024-09-26T19:50:10.256Z Downloaded tower v0.4.13
8412024-09-26T19:50:10.256Z Downloaded toml_edit v0.19.15
8422024-09-26T19:50:10.280Z Downloaded tokio-postgres v0.7.12
8432024-09-26T19:50:10.280Z Downloaded time v0.3.36
8442024-09-26T19:50:10.304Z Downloaded nom v7.1.3
8452024-09-26T19:50:10.304Z Downloaded libm v0.2.8
8462024-09-26T19:50:10.304Z Downloaded itertools v0.12.1
8472024-09-26T19:50:10.328Z Downloaded idna v0.4.0
8482024-09-26T19:50:10.328Z Downloaded hyper v1.4.1
8492024-09-26T19:50:10.329Z Downloaded hyper v0.14.30
8502024-09-26T19:50:10.352Z Downloaded crossterm v0.28.1
8512024-09-26T19:50:10.352Z Downloaded crossterm v0.27.0
8522024-09-26T19:50:10.352Z Downloaded chrono v0.4.38
8532024-09-26T19:50:10.377Z Downloaded blake3 v1.5.1
8542024-09-26T19:50:10.377Z Downloaded aho-corasick v1.1.3
8552024-09-26T19:50:10.377Z Downloaded aes-gcm v0.10.3
8562024-09-26T19:50:10.377Z Downloaded powerfmt v0.2.0
8572024-09-26T19:50:10.401Z Downloaded postgres-types v0.2.8
8582024-09-26T19:50:10.401Z Downloaded postgres-protocol v0.6.7
8592024-09-26T19:50:10.401Z Downloaded fixedbitset v0.4.2
8602024-09-26T19:50:10.401Z Downloaded dirs-sys-next v0.1.2
8612024-09-26T19:50:10.401Z Downloaded dirs-next v2.0.0
8622024-09-26T19:50:10.401Z Downloaded difflib v0.4.0
8632024-09-26T19:50:10.401Z Downloaded unicase v2.7.0
8642024-09-26T19:50:10.401Z Downloaded unarray v0.1.4
8652024-09-26T19:50:10.401Z Downloaded twox-hash v1.6.3
8662024-09-26T19:50:10.401Z Downloaded tracing-attributes v0.1.27
8672024-09-26T19:50:10.401Z Downloaded num_enum_derive v0.5.11
8682024-09-26T19:50:10.401Z Downloaded num-rational v0.4.2
8692024-09-26T19:50:10.401Z Downloaded num-integer v0.1.46
8702024-09-26T19:50:10.401Z Downloaded num-complex v0.4.6
8712024-09-26T19:50:10.426Z Downloaded heck v0.3.3
8722024-09-26T19:50:10.426Z Downloaded hash32 v0.3.1
8732024-09-26T19:50:10.426Z Downloaded toml v0.7.8
8742024-09-26T19:50:10.426Z Downloaded tokio-stream v0.1.16
8752024-09-26T19:50:10.426Z Downloaded tokio-rustls v0.26.0
8762024-09-26T19:50:10.426Z Downloaded tokio-rustls v0.25.0
8772024-09-26T19:50:10.426Z Downloaded tokio-rustls v0.24.1
8782024-09-26T19:50:10.426Z Downloaded tinyvec v1.6.0
8792024-09-26T19:50:10.426Z Downloaded time-macros v0.2.18
8802024-09-26T19:50:10.450Z Downloaded thread_local v1.1.8
8812024-09-26T19:50:10.450Z Downloaded thiserror-no-std v2.0.2
8822024-09-26T19:50:10.450Z Downloaded thiserror-impl-no-std v2.0.2
8832024-09-26T19:50:10.450Z Downloaded test-strategy v0.3.1
8842024-09-26T19:50:10.450Z Downloaded term v0.7.0
8852024-09-26T19:50:10.450Z Downloaded tar v0.4.42
8862024-09-26T19:50:10.450Z Downloaded subprocess v0.2.9
8872024-09-26T19:50:10.450Z Downloaded num-bigint v0.4.5
8882024-09-26T19:50:10.474Z Downloaded mio v0.8.11
8892024-09-26T19:50:10.474Z Downloaded itertools v0.13.0
8902024-09-26T19:50:10.474Z Downloaded hkdf v0.12.4
8912024-09-26T19:50:10.474Z Downloaded hickory-server v0.24.1
8922024-09-26T19:50:10.498Z Downloaded crossbeam-channel v0.5.12
8932024-09-26T19:50:10.498Z Downloaded cc v1.0.97
8942024-09-26T19:50:10.498Z Downloaded aes v0.8.4
8952024-09-26T19:50:10.498Z Downloaded filetime v0.2.25
8962024-09-26T19:50:10.498Z Downloaded ff v0.13.0
8972024-09-26T19:50:10.498Z Downloaded fd-lock v4.0.2
8982024-09-26T19:50:10.498Z Downloaded fallible-streaming-iterator v0.1.9
8992024-09-26T19:50:10.498Z Downloaded downcast v0.11.0
9002024-09-26T19:50:10.498Z Downloaded tui-tree-widget v0.22.0
9012024-09-26T19:50:10.522Z Downloaded try-lock v0.2.5
9022024-09-26T19:50:10.522Z Downloaded strum_macros v0.24.3
9032024-09-26T19:50:10.522Z Downloaded strum v0.26.3
9042024-09-26T19:50:10.522Z Downloaded structmeta-derive v0.3.0
9052024-09-26T19:50:10.522Z Downloaded structmeta-derive v0.2.0
9062024-09-26T19:50:10.522Z Downloaded structmeta v0.3.0
9072024-09-26T19:50:10.522Z Downloaded structmeta v0.2.0
9082024-09-26T19:50:10.522Z Downloaded packed_struct v0.10.1
9092024-09-26T19:50:10.522Z Downloaded owo-colors v4.1.0
9102024-09-26T19:50:10.522Z Downloaded oso-derive v0.27.3
9112024-09-26T19:50:10.522Z Downloaded openssl-probe v0.1.5
9122024-09-26T19:50:10.522Z Downloaded openssl-macros v0.1.1
9132024-09-26T19:50:10.522Z Downloaded opaque-debug v0.3.1
9142024-09-26T19:50:10.522Z Downloaded olpc-cjson v0.1.3
9152024-09-26T19:50:10.522Z Downloaded num_threads v0.1.7
9162024-09-26T19:50:10.522Z Downloaded num_enum v0.5.11
9172024-09-26T19:50:10.546Z Downloaded hickory-client v0.24.1
9182024-09-26T19:50:10.547Z Downloaded hex-literal v0.4.1
9192024-09-26T19:50:10.547Z Downloaded headers-core v0.2.0
9202024-09-26T19:50:10.547Z Downloaded hash32 v0.2.1
9212024-09-26T19:50:10.547Z Downloaded group v0.13.0
9222024-09-26T19:50:10.547Z Downloaded globset v0.4.14
9232024-09-26T19:50:10.547Z Downloaded glob v0.3.1
9242024-09-26T19:50:10.547Z Downloaded topological-sort v0.2.2
9252024-09-26T19:50:10.547Z Downloaded toolchain_find v0.4.0
9262024-09-26T19:50:10.547Z Downloaded tokio-tungstenite v0.23.1
9272024-09-26T19:50:10.547Z Downloaded tokio-tungstenite v0.21.0
9282024-09-26T19:50:10.547Z Downloaded tokio-tungstenite v0.20.1
9292024-09-26T19:50:10.547Z Downloaded tls_codec v0.4.1
9302024-09-26T19:50:10.547Z Downloaded termios v0.3.3
9312024-09-26T19:50:10.571Z Downloaded termcolor v1.4.1
9322024-09-26T19:50:10.571Z Downloaded tap v1.0.1
9332024-09-26T19:50:10.571Z Downloaded tabwriter v1.4.0
9342024-09-26T19:50:10.571Z Downloaded supports-color v3.0.1
9352024-09-26T19:50:10.571Z Downloaded subtle v2.5.0
9362024-09-26T19:50:10.571Z Downloaded strum_macros v0.26.4
9372024-09-26T19:50:10.571Z Downloaded strum_macros v0.25.3
9382024-09-26T19:50:10.571Z Downloaded slog v2.7.0
9392024-09-26T19:50:10.571Z Downloaded similar v2.6.0
9402024-09-26T19:50:10.571Z Downloaded signal-hook-mio v0.2.4
9412024-09-26T19:50:10.571Z Downloaded signal-hook v0.3.17
9422024-09-26T19:50:10.595Z Downloaded libxml v0.3.3
9432024-09-26T19:50:10.595Z Downloaded crypto-bigint v0.5.5
9442024-09-26T19:50:10.595Z Downloaded base64 v0.22.1
9452024-09-26T19:50:10.595Z Downloaded base64 v0.21.7
9462024-09-26T19:50:10.619Z Downloaded async-bb8-diesel v0.2.1
9472024-09-26T19:50:10.619Z Downloaded num-iter v0.1.45
9482024-09-26T19:50:10.619Z Downloaded num-derive v0.4.2
9492024-09-26T19:50:10.619Z Downloaded tower-service v0.3.2
9502024-09-26T19:50:10.619Z Downloaded tower-layer v0.3.2
9512024-09-26T19:50:10.619Z Downloaded tokio-native-tls v0.3.1
9522024-09-26T19:50:10.619Z Downloaded tokio-macros v2.4.0
9532024-09-26T19:50:10.619Z Downloaded tls_codec_derive v0.4.1
9542024-09-26T19:50:10.619Z Downloaded tinyvec_macros v0.1.1
9552024-09-26T19:50:10.619Z Downloaded tiny-keccak v2.0.2
9562024-09-26T19:50:10.619Z Downloaded time-core v0.1.2
9572024-09-26T19:50:10.619Z Downloaded termtree v0.4.1
9582024-09-26T19:50:10.620Z Downloaded take_mut v0.2.2
9592024-09-26T19:50:10.620Z Downloaded sync_wrapper v0.1.2
9602024-09-26T19:50:10.620Z Downloaded signature v2.2.0
9612024-09-26T19:50:10.620Z Downloaded signal-hook-tokio v0.3.1
9622024-09-26T19:50:10.620Z Downloaded signal-hook-registry v1.4.2
9632024-09-26T19:50:10.644Z Downloaded rustc-demangle v0.1.24
9642024-09-26T19:50:10.644Z Downloaded russh-keys v0.45.0
9652024-09-26T19:50:10.644Z Downloaded mio v1.0.2
9662024-09-26T19:50:10.644Z Downloaded itertools v0.10.5
9672024-09-26T19:50:10.644Z Downloaded indicatif v0.17.8
9682024-09-26T19:50:10.668Z Downloaded http v1.1.0
9692024-09-26T19:50:10.668Z Downloaded crossbeam-epoch v0.9.18
9702024-09-26T19:50:10.668Z Downloaded cookie_store v0.20.0
9712024-09-26T19:50:10.668Z Downloaded const_format v0.2.33
9722024-09-26T19:50:10.668Z Downloaded compact_str v0.8.0
9732024-09-26T19:50:10.668Z Downloaded chacha20poly1305 v0.10.1
9742024-09-26T19:50:10.668Z Downloaded bzip2 v0.4.4
9752024-09-26T19:50:10.668Z Downloaded bytes v1.7.2
9762024-09-26T19:50:10.692Z Downloaded backtrace v0.3.71
9772024-09-26T19:50:10.692Z Downloaded slog-async v2.8.0
9782024-09-26T19:50:10.692Z Downloaded ron v0.7.1
9792024-09-26T19:50:10.692Z Downloaded cancel-safe-futures v0.1.5
9802024-09-26T19:50:10.692Z Downloaded siphasher v0.3.11
9812024-09-26T19:50:10.692Z Downloaded multer v3.1.0
9822024-09-26T19:50:10.716Z Downloaded miniz_oxide v0.7.2
9832024-09-26T19:50:10.716Z Downloaded minimal-lexical v0.2.1
9842024-09-26T19:50:10.716Z Downloaded crc-any v2.5.0
9852024-09-26T19:50:10.716Z Downloaded const-oid v0.9.6
9862024-09-26T19:50:10.716Z Downloaded nibble_vec v0.1.0
9872024-09-26T19:50:10.716Z Downloaded native-tls v0.2.11
9882024-09-26T19:50:10.716Z Downloaded highway v1.2.0
9892024-09-26T19:50:10.716Z Downloaded const_format_proc_macros v0.2.33
9902024-09-26T19:50:10.716Z Downloaded blake2 v0.10.6
9912024-09-26T19:50:10.716Z Downloaded arc-swap v1.7.1
9922024-09-26T19:50:10.741Z Downloaded rustls-pemfile v1.0.4
9932024-09-26T19:50:10.741Z Downloaded rustc_version v0.1.7
9942024-09-26T19:50:10.741Z Downloaded rustc-hash v1.1.0
9952024-09-26T19:50:10.741Z Downloaded newtype-uuid v1.1.0
9962024-09-26T19:50:10.741Z Downloaded mockall v0.13.0
9972024-09-26T19:50:10.741Z Downloaded mime_guess v2.0.4
9982024-09-26T19:50:10.741Z Downloaded memoffset v0.9.1
9992024-09-26T19:50:10.741Z Downloaded jobserver v0.1.32
10002024-09-26T19:50:10.741Z Downloaded hyper-util v0.1.7
10012024-09-26T19:50:10.741Z Downloaded csv-core v0.1.11
10022024-09-26T19:50:10.741Z Downloaded crossbeam-utils v0.8.19
10032024-09-26T19:50:10.767Z Downloaded crc32fast v1.4.0
10042024-09-26T19:50:10.767Z Downloaded cookie v0.18.1
10052024-09-26T19:50:10.767Z Downloaded cookie v0.17.0
10062024-09-26T19:50:10.767Z Downloaded console v0.15.8
10072024-09-26T19:50:10.767Z Downloaded clang-sys v1.7.0
10082024-09-26T19:50:10.767Z Downloaded ciborium-ll v0.2.2
10092024-09-26T19:50:10.767Z Downloaded ciborium v0.2.2
10102024-09-26T19:50:10.767Z Downloaded base64ct v1.6.0
10112024-09-26T19:50:10.767Z Downloaded rustc_version v0.4.0
10122024-09-26T19:50:10.767Z Downloaded num v0.4.3
10132024-09-26T19:50:10.792Z Downloaded newline-converter v0.3.0
10142024-09-26T19:50:10.792Z Downloaded nanorand v0.7.0
10152024-09-26T19:50:10.792Z Downloaded mockall_derive v0.13.0
10162024-09-26T19:50:10.792Z Downloaded miniz_oxide v0.8.0
10172024-09-26T19:50:10.792Z Downloaded memmap2 v0.9.4
10182024-09-26T19:50:10.792Z Downloaded md5 v0.7.0
10192024-09-26T19:50:10.792Z Downloaded maybe-uninit v2.0.0
10202024-09-26T19:50:10.792Z Downloaded match_cfg v0.1.0
10212024-09-26T19:50:10.792Z Downloaded managed v0.8.0
10222024-09-26T19:50:10.793Z Downloaded lru-cache v0.1.2
10232024-09-26T19:50:10.793Z Downloaded lru v0.12.3
10242024-09-26T19:50:10.793Z Downloaded lock_api v0.4.12
10252024-09-26T19:50:10.793Z Downloaded linked-hash-map v0.5.6
10262024-09-26T19:50:10.793Z Downloaded linear-map v1.2.0
10272024-09-26T19:50:10.793Z Downloaded libsw v3.3.1
10282024-09-26T19:50:10.817Z Downloaded libloading v0.8.3
10292024-09-26T19:50:10.817Z Downloaded lazycell v1.3.0
10302024-09-26T19:50:10.817Z Downloaded lalrpop-util v0.19.12
10312024-09-26T19:50:10.817Z Downloaded kstat-rs v0.2.4
10322024-09-26T19:50:10.817Z Downloaded keccak v0.1.5
10332024-09-26T19:50:10.817Z Downloaded ipnet v2.9.0
10342024-09-26T19:50:10.817Z Downloaded instant v0.1.12
10352024-09-26T19:50:10.817Z Downloaded inout v0.1.3
10362024-09-26T19:50:10.817Z Downloaded indexmap v1.9.3
10372024-09-26T19:50:10.817Z Downloaded indent_write v2.2.0
10382024-09-26T19:50:10.817Z Downloaded ident_case v1.0.1
10392024-09-26T19:50:10.817Z Downloaded iana-time-zone v0.1.60
10402024-09-26T19:50:10.817Z Downloaded hyper-staticfile v0.9.5
10412024-09-26T19:50:10.817Z Downloaded hyper-rustls v0.24.2
10422024-09-26T19:50:10.841Z Downloaded hubpack v0.1.2
10432024-09-26T19:50:10.841Z Downloaded httparse v1.8.0
10442024-09-26T19:50:10.841Z Downloaded hmac v0.12.1
10452024-09-26T19:50:10.841Z Downloaded crucible-workspace-hack v0.1.0
10462024-09-26T19:50:10.841Z Downloaded convert_case v0.4.0
10472024-09-26T19:50:10.841Z Downloaded cobs v0.2.3
10482024-09-26T19:50:10.841Z Downloaded cipher v0.4.4
10492024-09-26T19:50:10.841Z Downloaded cfg_aliases v0.2.1
10502024-09-26T19:50:10.841Z Downloaded buf-list v1.0.3
10512024-09-26T19:50:10.841Z Downloaded bit-vec v0.6.3
10522024-09-26T19:50:10.841Z Downloaded bcs v0.1.6
10532024-09-26T19:50:10.865Z Downloaded bcrypt-pbkdf v0.10.0
10542024-09-26T19:50:10.865Z Downloaded base64 v0.13.1
10552024-09-26T19:50:10.865Z Downloaded base16ct v0.2.0
10562024-09-26T19:50:10.865Z Downloaded array-init v0.0.4
10572024-09-26T19:50:10.865Z Downloaded argon2 v0.5.3
10582024-09-26T19:50:10.865Z Downloaded allocator-api2 v0.2.18
10592024-09-26T19:50:10.865Z Downloaded ahash v0.8.11
10602024-09-26T19:50:10.865Z Downloaded normalize-line-endings v0.3.0
10612024-09-26T19:50:10.865Z Downloaded nodrop v0.1.14
10622024-09-26T19:50:10.865Z Downloaded newtype_derive v0.1.6
10632024-09-26T19:50:10.865Z Downloaded new_debug_unreachable v1.0.6
10642024-09-26T19:50:10.891Z Downloaded mime v0.3.17
10652024-09-26T19:50:10.891Z Downloaded md-5 v0.10.6
10662024-09-26T19:50:10.891Z Downloaded matches v0.1.10
10672024-09-26T19:50:10.891Z Downloaded maplit v1.0.2
10682024-09-26T19:50:10.891Z Downloaded libefi-sys v0.1.0
10692024-09-26T19:50:10.891Z Downloaded lazy_static v1.5.0
10702024-09-26T19:50:10.891Z Downloaded is_ci v1.2.0
10712024-09-26T19:50:10.892Z Downloaded ipnetwork v0.20.0
10722024-09-26T19:50:10.892Z Downloaded instability v0.3.2
10732024-09-26T19:50:10.892Z Downloaded impl-trait-for-tuples v0.2.2
10742024-09-26T19:50:10.892Z Downloaded hyper-tls v0.5.0
10752024-09-26T19:50:10.892Z Downloaded humantime v2.1.0
10762024-09-26T19:50:10.892Z Downloaded http-body v1.0.0
10772024-09-26T19:50:10.892Z Downloaded http v0.2.12
10782024-09-26T19:50:10.916Z Downloaded hostname v0.4.0
10792024-09-26T19:50:10.917Z Downloaded hostname v0.3.1
10802024-09-26T19:50:10.917Z Downloaded hex v0.4.3
10812024-09-26T19:50:10.917Z Downloaded darling v0.20.9
10822024-09-26T19:50:10.917Z Downloaded curve25519-dalek-derive v0.1.1
10832024-09-26T19:50:10.917Z Downloaded ctr v0.9.2
10842024-09-26T19:50:10.917Z Downloaded crossbeam-deque v0.8.5
10852024-09-26T19:50:10.917Z Downloaded crc-catalog v2.4.0
10862024-09-26T19:50:10.917Z Downloaded crc v3.2.1
10872024-09-26T19:50:10.917Z Downloaded colored v2.1.0
10882024-09-26T19:50:10.940Z Downloaded chacha20 v0.9.1
10892024-09-26T19:50:10.940Z Downloaded cfg_aliases v0.1.1
10902024-09-26T19:50:10.940Z Downloaded cexpr v0.6.0
10912024-09-26T19:50:10.941Z Downloaded cbc v0.1.2
10922024-09-26T19:50:10.941Z Downloaded castaway v0.2.3
10932024-09-26T19:50:10.941Z Downloaded cassowary v0.3.0
10942024-09-26T19:50:10.941Z Downloaded blowfish v0.9.1
10952024-09-26T19:50:10.941Z Downloaded block-padding v0.3.3
10962024-09-26T19:50:10.941Z Downloaded bitstruct v0.1.1
10972024-09-26T19:50:10.941Z Downloaded bitfield-struct v0.6.1
10982024-09-26T19:50:10.941Z Downloaded bb8 v0.8.5
10992024-09-26T19:50:10.941Z Downloaded backoff v0.4.0
11002024-09-26T19:50:10.941Z Downloaded async-trait v0.1.83
11012024-09-26T19:50:10.965Z Downloaded async-stream v0.3.5
11022024-09-26T19:50:10.965Z Downloaded ascii-canvas v3.0.0
11032024-09-26T19:50:10.965Z Downloaded ascii v1.1.0
11042024-09-26T19:50:10.965Z Downloaded arrayvec v0.7.4
11052024-09-26T19:50:10.965Z Downloaded is-terminal v0.4.12
11062024-09-26T19:50:10.965Z Downloaded internet-checksum v0.2.1
11072024-09-26T19:50:10.965Z Downloaded indoc v1.0.9
11082024-09-26T19:50:10.965Z Downloaded http-body v0.4.6
11092024-09-26T19:50:10.965Z Downloaded home v0.5.9
11102024-09-26T19:50:10.965Z Downloaded constant_time_eq v0.3.0
11112024-09-26T19:50:10.990Z Downloaded bitfield v0.14.0
11122024-09-26T19:50:10.990Z Downloaded atomic-waker v1.1.2
11132024-09-26T19:50:10.990Z Downloaded arrayref v0.3.7
11142024-09-26T19:50:10.990Z Downloaded adler2 v2.0.0
11152024-09-26T19:50:10.990Z Downloaded adler v1.0.2
11162024-09-26T19:50:10.990Z Downloaded httpdate v1.0.3
11172024-09-26T19:50:10.990Z Downloaded http-range v0.1.5
11182024-09-26T19:50:10.990Z Downloaded crunchy v0.2.2
11192024-09-26T19:50:10.990Z Downloaded bitstruct_derive v0.1.0
11202024-09-26T19:50:10.990Z Downloaded bitflags v1.3.2
11212024-09-26T19:50:11.014Z Downloaded bit-set v0.5.3
11222024-09-26T19:50:11.014Z Downloaded atty v0.2.14
11232024-09-26T19:50:11.014Z Downloaded async-recursion v1.1.1
11242024-09-26T19:50:11.014Z Downloaded aead v0.5.2
11252024-09-26T19:50:11.014Z Downloaded addr2line v0.21.0
11262024-09-26T19:50:11.014Z Downloaded ciborium-io v0.2.2
11272024-09-26T19:50:11.014Z Downloaded assert_matches v1.5.0
11282024-09-26T19:50:11.152Z Compiling serde v1.0.210
11292024-09-26T19:50:11.152Z Compiling typenum v1.17.0
11302024-09-26T19:50:11.152Z Compiling generic-array v0.14.7
11312024-09-26T19:50:11.176Z Compiling lock_api v0.4.12
11322024-09-26T19:50:11.176Z Compiling scopeguard v1.2.0
11332024-09-26T19:50:11.176Z Compiling value-bag v1.9.0
11342024-09-26T19:50:11.176Z Compiling syn v2.0.77
11352024-09-26T19:50:11.176Z Compiling getrandom v0.2.14
11362024-09-26T19:50:11.415Z Compiling subtle v2.5.0
11372024-09-26T19:50:11.603Z Compiling rand_core v0.6.4
11382024-09-26T19:50:11.757Z Compiling log v0.4.21
11392024-09-26T19:50:11.757Z Compiling const-oid v0.9.6
11402024-09-26T19:50:11.801Z Compiling jobserver v0.1.32
11412024-09-26T19:50:11.846Z Compiling smallvec v1.13.2
11422024-09-26T19:50:12.100Z Compiling pin-project-lite v0.2.14
11432024-09-26T19:50:12.157Z Compiling cc v1.0.97
11442024-09-26T19:50:12.185Z Compiling parking_lot_core v0.9.10
11452024-09-26T19:50:12.223Z Compiling signal-hook-registry v1.4.2
11462024-09-26T19:50:12.534Z Compiling mio v1.0.2
11472024-09-26T19:50:12.614Z Compiling socket2 v0.5.7
11482024-09-26T19:50:12.934Z Compiling parking_lot v0.12.2
11492024-09-26T19:50:13.135Z Compiling ahash v0.8.11
11502024-09-26T19:50:13.338Z Compiling futures-core v0.3.30
11512024-09-26T19:50:13.450Z Compiling futures-sink v0.3.30
11522024-09-26T19:50:13.521Z Compiling cpufeatures v0.2.12
11532024-09-26T19:50:13.605Z Compiling slab v0.4.9
11542024-09-26T19:50:13.629Z Compiling allocator-api2 v0.2.18
11552024-09-26T19:50:13.689Z Compiling spin v0.9.8
11562024-09-26T19:50:13.849Z Compiling tinyvec_macros v0.1.1
11572024-09-26T19:50:13.872Z Compiling futures-channel v0.3.30
11582024-09-26T19:50:14.087Z Compiling tinyvec v1.6.0
11592024-09-26T19:50:14.147Z Compiling futures-task v0.3.30
11602024-09-26T19:50:14.370Z Compiling base64ct v1.6.0
11612024-09-26T19:50:14.433Z Compiling pin-utils v0.1.0
11622024-09-26T19:50:14.531Z Compiling futures-io v0.3.30
11632024-09-26T19:50:14.600Z Compiling serde_json v1.0.128
11642024-09-26T19:50:14.723Z Compiling libm v0.2.8
11652024-09-26T19:50:14.771Z Compiling num-traits v0.2.19
11662024-09-26T19:50:14.990Z Compiling pem-rfc7468 v0.7.0
11672024-09-26T19:50:15.104Z Compiling unicode-bidi v0.3.15
11682024-09-26T19:50:15.233Z Compiling flagset v0.4.5
11692024-09-26T19:50:15.511Z Compiling tracing-core v0.1.32
11702024-09-26T19:50:15.692Z Compiling unicode-normalization v0.1.23
11712024-09-26T19:50:15.726Z Compiling pkg-config v0.3.30
11722024-09-26T19:50:15.836Z Compiling vcpkg v0.2.15
11732024-09-26T19:50:16.625Z Compiling ring v0.17.8
11742024-09-26T19:50:16.675Z Compiling httparse v1.8.0
11752024-09-26T19:50:16.701Z Compiling percent-encoding v2.3.1
11762024-09-26T19:50:16.866Z Compiling ppv-lite86 v0.2.17
11772024-09-26T19:50:17.018Z Compiling untrusted v0.9.0
11782024-09-26T19:50:17.094Z Compiling rustix v0.38.34
11792024-09-26T19:50:17.119Z Compiling try-lock v0.2.5
11802024-09-26T19:50:17.255Z Compiling want v0.3.1
11812024-09-26T19:50:17.542Z Compiling rand_chacha v0.3.1
11822024-09-26T19:50:17.566Z Compiling powerfmt v0.2.0
11832024-09-26T19:50:17.783Z Compiling openssl-sys v0.9.103
11842024-09-26T19:50:17.837Z Compiling foreign-types-shared v0.1.1
11852024-09-26T19:50:17.940Z Compiling rand v0.8.5
11862024-09-26T19:50:17.964Z Compiling httpdate v1.0.3
11872024-09-26T19:50:17.964Z Compiling openssl v0.10.66
11882024-09-26T19:50:18.108Z Compiling tower-service v0.3.2
11892024-09-26T19:50:18.224Z Compiling time-core v0.1.2
11902024-09-26T19:50:18.348Z Compiling rustversion v1.0.17
11912024-09-26T19:50:18.388Z Compiling num-conv v0.1.0
11922024-09-26T19:50:18.413Z Compiling foreign-types v0.3.2
11932024-09-26T19:50:18.508Z Compiling deranged v0.3.11
11942024-09-26T19:50:18.723Z Compiling time-macros v0.2.18
11952024-09-26T19:50:19.132Z Compiling form_urlencoded v1.2.1
11962024-09-26T19:50:19.410Z Compiling aho-corasick v1.1.3
11972024-09-26T19:50:19.465Z Compiling siphasher v0.3.11
11982024-09-26T19:50:19.709Z Compiling native-tls v0.2.11
11992024-09-26T19:50:19.801Z Compiling crossbeam-utils v0.8.19
12002024-09-26T19:50:20.012Z Compiling rustls v0.21.12
12012024-09-26T19:50:20.036Z Compiling num_threads v0.1.7
12022024-09-26T19:50:20.161Z Compiling regex-syntax v0.8.4
12032024-09-26T19:50:20.225Z Compiling syn v1.0.109
12042024-09-26T19:50:20.381Z Compiling idna v0.5.0
12052024-09-26T19:50:20.836Z Compiling socket2 v0.4.10
12062024-09-26T19:50:21.466Z Compiling time v0.3.36
12072024-09-26T19:50:21.550Z Compiling cookie v0.17.0
12082024-09-26T19:50:21.656Z Compiling finl_unicode v1.2.0
12092024-09-26T19:50:21.734Z Compiling slog v2.7.0
12102024-09-26T19:50:21.840Z Compiling iana-time-zone v0.1.60
12112024-09-26T19:50:22.203Z Compiling openssl-probe v0.1.5
12122024-09-26T19:50:22.257Z Compiling stringprep v0.1.4
12132024-09-26T19:50:22.370Z Compiling url v2.5.2
12142024-09-26T19:50:23.281Z Compiling regex-automata v0.4.6
12152024-09-26T19:50:24.140Z Compiling num-integer v0.1.46
12162024-09-26T19:50:24.289Z Compiling serde_derive v1.0.210
12172024-09-26T19:50:24.859Z Compiling zeroize_derive v1.4.2
12182024-09-26T19:50:25.274Z Compiling zerocopy-derive v0.7.34
12192024-09-26T19:50:25.927Z Compiling tokio-macros v2.4.0
12202024-09-26T19:50:26.136Z Compiling futures-macro v0.3.30
12212024-09-26T19:50:26.160Z Compiling thiserror-impl v1.0.64
12222024-09-26T19:50:26.259Z Compiling zeroize v1.8.1
12232024-09-26T19:50:27.286Z Compiling zerocopy v0.7.34
12242024-09-26T19:50:27.396Z Compiling der_derive v0.7.2
12252024-09-26T19:50:27.815Z Compiling futures-util v0.3.30
12262024-09-26T19:50:27.949Z Compiling crypto-common v0.1.6
12272024-09-26T19:50:28.184Z Compiling block-buffer v0.10.4
12282024-09-26T19:50:28.446Z Compiling digest v0.10.7
12292024-09-26T19:50:28.903Z Compiling hmac v0.12.1
12302024-09-26T19:50:29.079Z Compiling block-padding v0.3.3
12312024-09-26T19:50:29.127Z Compiling sha2 v0.10.8
12322024-09-26T19:50:29.377Z Compiling hashbrown v0.14.5
12332024-09-26T19:50:29.402Z Compiling inout v0.1.3
12342024-09-26T19:50:29.538Z Compiling der v0.7.9
12352024-09-26T19:50:29.620Z Compiling cipher v0.4.4
12362024-09-26T19:50:30.084Z Compiling thiserror v1.0.64
12372024-09-26T19:50:30.223Z Compiling salsa20 v0.10.2
12382024-09-26T19:50:30.425Z Compiling pbkdf2 v0.12.2
12392024-09-26T19:50:30.570Z Compiling tracing-attributes v0.1.27
12402024-09-26T19:50:30.594Z Compiling scrypt v0.11.0
12412024-09-26T19:50:31.145Z Compiling cbc v0.1.2
12422024-09-26T19:50:31.407Z Compiling spki v0.7.3
12432024-09-26T19:50:31.774Z Compiling aes v0.8.4
12442024-09-26T19:50:31.923Z Compiling pest v2.7.10
12452024-09-26T19:50:32.641Z Compiling scroll_derive v0.12.0
12462024-09-26T19:50:33.517Z Compiling pkcs5 v0.7.1
12472024-09-26T19:50:34.055Z Compiling scroll v0.12.0
12482024-09-26T19:50:34.158Z Compiling tracing v0.1.40
12492024-09-26T19:50:34.183Z Compiling pkcs8 v0.10.2
12502024-09-26T19:50:34.573Z Compiling pest_meta v2.7.10
12512024-09-26T19:50:34.662Z Compiling goblin v0.8.2
12522024-09-26T19:50:34.686Z Compiling openssl-macros v0.1.1
12532024-09-26T19:50:34.845Z Compiling signature v2.2.0
12542024-09-26T19:50:34.871Z Compiling sct v0.7.1
12552024-09-26T19:50:34.895Z Compiling rustls-webpki v0.101.7
12562024-09-26T19:50:35.121Z Compiling md-5 v0.10.6
12572024-09-26T19:50:35.163Z Compiling pin-project-internal v1.1.5
12582024-09-26T19:50:35.204Z Compiling idna v0.3.0
12592024-09-26T19:50:35.362Z Compiling backtrace v0.3.71
12602024-09-26T19:50:35.387Z Compiling lazy_static v1.5.0
12612024-09-26T19:50:35.504Z Compiling ff v0.13.0
12622024-09-26T19:50:35.698Z Compiling pest_generator v2.7.10
12632024-09-26T19:50:36.568Z Compiling hash32 v0.2.1
12642024-09-26T19:50:36.592Z Compiling num-bigint-dig v0.8.4
12652024-09-26T19:50:36.879Z Compiling bytes v1.7.2
12662024-09-26T19:50:36.910Z Compiling indexmap v2.4.0
12672024-09-26T19:50:37.154Z Compiling bitflags v2.6.0
12682024-09-26T19:50:37.593Z Compiling semver v1.0.23
12692024-09-26T19:50:37.848Z Compiling tokio v1.39.3
12702024-09-26T19:50:37.996Z Compiling rustc_version v0.4.0
12712024-09-26T19:50:38.169Z Compiling http v0.2.12
12722024-09-26T19:50:38.756Z Compiling heapless v0.7.17
12732024-09-26T19:50:39.033Z Compiling pest_derive v2.7.10
12742024-09-26T19:50:39.164Z Compiling http v1.1.0
12752024-09-26T19:50:39.748Z Compiling dtrace-parser v0.2.0
12762024-09-26T19:50:40.186Z Compiling dof v0.3.0
12772024-09-26T19:50:40.448Z Compiling http-body v0.4.6
12782024-09-26T19:50:41.351Z Compiling uuid v1.10.0
12792024-09-26T19:50:41.604Z Compiling usdt-impl v0.5.0
12802024-09-26T19:50:42.105Z Compiling curve25519-dalek v4.1.3
12812024-09-26T19:50:42.587Z Compiling serde_tokenstream v0.2.2
12822024-09-26T19:50:42.654Z Compiling toml_datetime v0.6.8
12832024-09-26T19:50:43.003Z Compiling chrono v0.4.38
12842024-09-26T19:50:43.037Z Compiling serde_spanned v0.6.7
12852024-09-26T19:50:43.136Z Compiling stable_deref_trait v1.2.0
12862024-09-26T19:50:43.160Z Compiling signal-hook v0.3.17
12872024-09-26T19:50:43.244Z Compiling base64 v0.22.1
12882024-09-26T19:50:43.268Z Compiling atomic-waker v1.1.2
12892024-09-26T19:50:43.412Z Compiling base16ct v0.2.0
12902024-09-26T19:50:43.452Z Compiling psl-types v2.0.11
12912024-09-26T19:50:43.575Z Compiling gimli v0.28.1
12922024-09-26T19:50:43.637Z Compiling crc32fast v1.4.0
12932024-09-26T19:50:43.757Z Compiling adler v1.0.2
12942024-09-26T19:50:43.784Z Compiling fallible-iterator v0.2.0
12952024-09-26T19:50:43.974Z Compiling smoltcp v0.9.1
12962024-09-26T19:50:43.998Z Compiling miniz_oxide v0.7.2
12972024-09-26T19:50:44.226Z Compiling sec1 v0.7.3
12982024-09-26T19:50:44.411Z Compiling postgres-protocol v0.6.7
12992024-09-26T19:50:44.642Z Compiling publicsuffix v2.2.3
13002024-09-26T19:50:44.870Z Compiling terminal_size v0.3.0
13012024-09-26T19:50:44.899Z Compiling http-body v1.0.0
13022024-09-26T19:50:45.064Z Compiling pin-project v1.1.5
13032024-09-26T19:50:45.170Z Compiling tokio-util v0.7.12
13042024-09-26T19:50:45.194Z Compiling tokio-rustls v0.24.1
13052024-09-26T19:50:45.546Z Compiling group v0.13.0
13062024-09-26T19:50:45.629Z Compiling hubpack_derive v0.1.1
13072024-09-26T19:50:45.787Z Compiling hkdf v0.12.4
13082024-09-26T19:50:45.854Z Compiling crypto-bigint v0.5.5
13092024-09-26T19:50:46.049Z Compiling h2 v0.3.26
13102024-09-26T19:50:46.435Z Compiling h2 v0.4.6
13112024-09-26T19:50:46.459Z Compiling num-iter v0.1.45
13122024-09-26T19:50:46.643Z Compiling async-trait v0.1.83
13132024-09-26T19:50:46.903Z Compiling tokio-native-tls v0.3.1
13142024-09-26T19:50:47.165Z Compiling zerocopy-derive v0.6.6
13152024-09-26T19:50:47.921Z Compiling addr2line v0.21.0
13162024-09-26T19:50:48.519Z Compiling curve25519-dalek-derive v0.1.1
13172024-09-26T19:50:49.093Z Compiling phf_shared v0.11.2
13182024-09-26T19:50:49.417Z Compiling serde_derive_internals v0.29.1
13192024-09-26T19:50:49.661Z Compiling object v0.32.2
13202024-09-26T19:50:49.764Z Compiling fs-err v2.11.0
13212024-09-26T19:50:49.908Z Compiling base64 v0.21.7
13222024-09-26T19:50:50.057Z Compiling schemars v0.8.21
13232024-09-26T19:50:50.378Z Compiling winnow v0.5.40
13242024-09-26T19:50:50.562Z Compiling either v1.13.0
13252024-09-26T19:50:50.944Z Compiling anyhow v1.0.89
13262024-09-26T19:50:51.167Z Compiling tower-layer v0.3.2
13272024-09-26T19:50:51.410Z Compiling bitflags v1.3.2
13282024-09-26T19:50:51.516Z Compiling ipnet v2.9.0
13292024-09-26T19:50:51.541Z Compiling managed v0.8.0
13302024-09-26T19:50:51.684Z Compiling adler2 v2.0.0
13312024-09-26T19:50:51.880Z Compiling rustc-demangle v0.1.24
13322024-09-26T19:50:51.913Z Compiling clap_builder v4.5.18
13332024-09-26T19:50:51.954Z Compiling schemars_derive v0.8.21
13342024-09-26T19:50:52.594Z Compiling hyper v0.14.30
13352024-09-26T19:50:52.724Z Compiling hyper v1.4.1
13362024-09-26T19:50:53.633Z Compiling toml_edit v0.19.15
13372024-09-26T19:50:55.284Z Compiling miniz_oxide v0.8.0
13382024-09-26T19:50:56.199Z Compiling tower v0.4.13
13392024-09-26T19:50:56.597Z Compiling rustls-pemfile v1.0.4
13402024-09-26T19:50:56.801Z Compiling phf v0.11.2
13412024-09-26T19:50:56.974Z Compiling zerocopy v0.6.6
13422024-09-26T19:50:57.000Z Compiling cookie_store v0.20.0
13432024-09-26T19:50:57.076Z Compiling elliptic-curve v0.13.8
13442024-09-26T19:50:57.811Z Compiling hubpack v0.1.2
13452024-09-26T19:50:58.233Z Compiling postgres-types v0.2.8
13462024-09-26T19:50:58.911Z Compiling hyper-tls v0.5.0
13472024-09-26T19:50:59.249Z Compiling hyper-rustls v0.24.2
13482024-09-26T19:50:59.571Z Compiling usdt-macro v0.5.0
13492024-09-26T19:50:59.595Z Compiling usdt-attr-macro v0.5.0
13502024-09-26T19:50:59.619Z Compiling serde-big-array v0.5.1
13512024-09-26T19:50:59.826Z Compiling serde_urlencoded v0.7.1
13522024-09-26T19:51:00.116Z Compiling ed25519 v2.2.3
13532024-09-26T19:51:00.315Z Compiling pkcs1 v0.7.5
13542024-09-26T19:51:00.625Z Compiling futures-executor v0.3.30
13552024-09-26T19:51:00.946Z Compiling rfc6979 v0.4.0
13562024-09-26T19:51:01.075Z Compiling bstr v1.9.1
13572024-09-26T19:51:01.151Z Compiling regex v1.10.6
13582024-09-26T19:51:01.216Z Compiling serde_repr v0.1.19
13592024-09-26T19:51:01.241Z Compiling strum_macros v0.25.3
13602024-09-26T19:51:01.356Z Compiling enum-as-inner v0.6.0
13612024-09-26T19:51:01.859Z Compiling clap_derive v4.5.18
13622024-09-26T19:51:02.132Z Compiling phf_shared v0.10.0
13632024-09-26T19:51:02.295Z Compiling float-cmp v0.9.0
13642024-09-26T19:51:02.321Z Compiling idna v0.4.0
13652024-09-26T19:51:02.519Z Compiling mio v0.8.11
13662024-09-26T19:51:02.543Z Compiling encoding_rs v0.8.34
13672024-09-26T19:51:02.597Z Compiling static_assertions v1.1.0
13682024-09-26T19:51:02.697Z Compiling normalize-line-endings v0.3.0
13692024-09-26T19:51:02.823Z Compiling minimal-lexical v0.2.1
13702024-09-26T19:51:03.317Z Compiling predicates-core v1.0.6
13712024-09-26T19:51:03.388Z Compiling unicode-segmentation v1.11.0
13722024-09-26T19:51:03.665Z Compiling bit-vec v0.6.3
13732024-09-26T19:51:03.722Z Compiling difflib v0.4.0
13742024-09-26T19:51:03.807Z Compiling whoami v1.5.2
13752024-09-26T19:51:04.151Z Compiling webpki-roots v0.25.4
13762024-09-26T19:51:04.209Z Compiling fixedbitset v0.4.2
13772024-09-26T19:51:04.309Z Compiling data-encoding v2.6.0
13782024-09-26T19:51:04.393Z Compiling precomputed-hash v0.1.1
13792024-09-26T19:51:04.512Z Compiling mime v0.3.17
13802024-09-26T19:51:04.647Z Compiling dyn-clone v1.0.17
13812024-09-26T19:51:04.858Z Compiling sync_wrapper v0.1.2
13822024-09-26T19:51:04.890Z Compiling new_debug_unreachable v1.0.6
13832024-09-26T19:51:04.993Z Compiling reqwest v0.11.27
13842024-09-26T19:51:05.017Z Compiling string_cache v0.8.7
13852024-09-26T19:51:05.078Z Compiling hickory-proto v0.24.1
13862024-09-26T19:51:05.184Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
13872024-09-26T19:51:06.308Z Compiling clap v4.5.18
13882024-09-26T19:51:06.434Z Compiling petgraph v0.6.5
13892024-09-26T19:51:06.458Z Compiling toml_edit v0.22.22
13902024-09-26T19:51:06.483Z Compiling tokio-postgres v0.7.12
13912024-09-26T19:51:08.751Z Compiling predicates v3.1.2
13922024-09-26T19:51:09.929Z Compiling bit-set v0.5.3
13932024-09-26T19:51:10.212Z Compiling similar v2.6.0
13942024-09-26T19:51:10.244Z Compiling console v0.15.8
13952024-09-26T19:51:10.270Z Compiling nom v7.1.3
13962024-09-26T19:51:11.071Z Compiling signal-hook-mio v0.2.4
13972024-09-26T19:51:11.229Z Compiling usdt v0.5.0
13982024-09-26T19:51:11.340Z Compiling ecdsa v0.16.9
13992024-09-26T19:51:11.629Z Compiling futures v0.3.30
14002024-09-26T19:51:11.667Z Compiling rsa v0.9.6
14012024-09-26T19:51:11.746Z Compiling ed25519-dalek v2.1.1
14022024-09-26T19:51:12.084Z Compiling flate2 v1.0.33
14032024-09-26T19:51:12.350Z Compiling hyper-util v0.1.7
14042024-09-26T19:51:13.401Z Compiling toml v0.7.8
14052024-09-26T19:51:13.605Z Compiling itertools v0.10.5
14062024-09-26T19:51:13.824Z Compiling itertools v0.12.1
14072024-09-26T19:51:13.849Z Compiling tokio-stream v0.1.16
14082024-09-26T19:51:14.406Z Compiling openapiv3 v2.0.0
14092024-09-26T19:51:14.787Z Compiling hex v0.4.3
14102024-09-26T19:51:14.993Z Compiling x509-cert v0.2.5
14112024-09-26T19:51:15.068Z Compiling sha1 v0.10.6
14122024-09-26T19:51:15.321Z Compiling crossbeam-epoch v0.9.18
14132024-09-26T19:51:15.467Z Compiling dirs-sys-next v0.1.2
14142024-09-26T19:51:16.019Z Compiling unicode-xid v0.2.4
14152024-09-26T19:51:16.119Z Compiling peg-runtime v0.8.3
14162024-09-26T19:51:16.199Z Compiling lalrpop-util v0.19.12
14172024-09-26T19:51:16.228Z Compiling dirs-next v2.0.0
14182024-09-26T19:51:16.526Z Compiling thread_local v1.1.8
14192024-09-26T19:51:16.549Z Compiling slog-async v2.8.0
14202024-09-26T19:51:16.586Z Compiling term v0.7.0
14212024-09-26T19:51:16.733Z Compiling xattr v1.3.1
14222024-09-26T19:51:16.919Z Compiling crossbeam-channel v0.5.12
14232024-09-26T19:51:16.985Z Compiling strum_macros v0.26.4
14242024-09-26T19:51:17.106Z Compiling filetime v0.2.25
14252024-09-26T19:51:17.393Z Compiling is-terminal v0.4.12
14262024-09-26T19:51:17.519Z Compiling take_mut v0.2.2
14272024-09-26T19:51:17.922Z Compiling slog-term v2.9.1
14282024-09-26T19:51:18.044Z Compiling tar v0.4.42
14292024-09-26T19:51:18.150Z Compiling camino v1.1.9
14302024-09-26T19:51:18.938Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14312024-09-26T19:51:20.410Z Compiling strum v0.26.3
14322024-09-26T19:51:20.538Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14332024-09-26T19:51:28.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
14342024-09-26T19:51:28.359Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14352024-09-26T19:51:28.430ZSep 26 19:51:28.303 INFO Starting download, target: Clickhouse
14362024-09-26T19:51:28.430ZSep 26 19:51:28.303 INFO Starting download, target: Cockroach
14372024-09-26T19:51:28.430ZSep 26 19:51:28.303 INFO Starting download, target: Console
14382024-09-26T19:51:28.430ZSep 26 19:51:28.304 INFO Starting download, target: DendriteOpenapi
14392024-09-26T19:51:28.430ZSep 26 19:51:28.304 INFO Starting download, target: MaghemiteMgd
14402024-09-26T19:51:28.430ZSep 26 19:51:28.304 INFO Starting download, target: DendriteStub
14412024-09-26T19:51:28.430ZSep 26 19:51:28.304 INFO Starting download, target: TransceiverControl
14422024-09-26T19:51:28.454ZSep 26 19:51:28.306 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14432024-09-26T19:51:28.454ZSep 26 19:51:28.306 INFO Downloading out/downloads/dpd-8dab641b522375a4b403ae4bd0c9a22d905fae5d.json (attempt 1/3), target: DendriteOpenapi
14442024-09-26T19:51:28.454ZSep 26 19:51:28.306 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14452024-09-26T19:51:28.454ZSep 26 19:51:28.306 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14462024-09-26T19:51:28.454ZSep 26 19:51:28.306 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14472024-09-26T19:51:28.454ZSep 26 19:51:28.306 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14482024-09-26T19:51:28.454ZSep 26 19:51:28.306 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14492024-09-26T19:51:28.943ZSep 26 19:51:28.804 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14502024-09-26T19:51:28.997ZSep 26 19:51:28.857 INFO Download complete, target: DendriteOpenapi
14512024-09-26T19:51:29.256ZSep 26 19:51:29.130 INFO Download complete, target: Console
14522024-09-26T19:51:29.328ZSep 26 19:51:29.201 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14532024-09-26T19:51:30.072ZSep 26 19:51:29.945 INFO Download complete, target: TransceiverControl
14542024-09-26T19:51:30.466ZSep 26 19:51:30.340 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14552024-09-26T19:51:33.865ZSep 26 19:51:33.738 INFO Download complete, target: MaghemiteMgd
14562024-09-26T19:51:36.215ZSep 26 19:51:36.089 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14572024-09-26T19:51:38.838ZSep 26 19:51:38.711 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14582024-09-26T19:51:38.838ZSep 26 19:51:38.711 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14592024-09-26T19:51:39.577ZSep 26 19:51:39.451 INFO Download complete, target: DendriteStub
14602024-09-26T19:51:42.017ZSep 26 19:51:41.891 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14612024-09-26T19:51:48.091ZSep 26 19:51:47.965 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14622024-09-26T19:51:48.714ZSep 26 19:51:48.587 INFO Checking that binary works, target: Cockroach
14632024-09-26T19:51:49.043ZSep 26 19:51:48.916 INFO Download complete, target: Cockroach
14642024-09-26T19:51:57.888ZSep 26 19:51:57.762 INFO Checking that binary works, target: Clickhouse
14652024-09-26T19:51:58.154ZSep 26 19:51:58.028 INFO Download complete, target: Clickhouse
14662024-09-26T19:51:58.184ZAll builder prerequisites installed successfully, and PATH looks valid
14672024-09-26T19:51:58.209Z
14682024-09-26T19:51:58.209Zreal 4:08.081927605
14692024-09-26T19:51:58.209Zuser 11:31.840381966
14702024-09-26T19:51:58.209Zsys 2:40.753623543
14712024-09-26T19:51:58.209Ztrap 0.427331604
14722024-09-26T19:51:58.209Ztflt 0.680053824
14732024-09-26T19:51:58.209Zdflt 1.728829050
14742024-09-26T19:51:58.210Zkflt 0.009203304
14752024-09-26T19:51:58.210Zlock 26:38.302464144
14762024-09-26T19:51:58.210Zslp 43:01.801828492
14772024-09-26T19:51:58.210Zlat 50.382698902
14782024-09-26T19:51:58.210Zstop 2:02.886543076
14792024-09-26T19:51:58.210Z+ banner build
14802024-09-26T19:51:58.210Z
14812024-09-26T19:51:58.210Z ##### # # # # #####
14822024-09-26T19:51:58.210Z # # # # # # # #
14832024-09-26T19:51:58.210Z ##### # # # # # #
14842024-09-26T19:51:58.210Z # # # # # # # #
14852024-09-26T19:51:58.210Z # # # # # # # #
14862024-09-26T19:51:58.210Z ##### #### # ###### #####
14872024-09-26T19:51:58.210Z
14882024-09-26T19:51:58.210Z+ export 'RUSTFLAGS=-D warnings'
14892024-09-26T19:51:58.210Z+ RUSTFLAGS='-D warnings'
14902024-09-26T19:51:58.210Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
14912024-09-26T19:51:58.210Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
14922024-09-26T19:51:58.210Z+ [[ illumos == \i\l\l\u\m\o\s ]]
14932024-09-26T19:51:58.210Z+ RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
14942024-09-26T19:51:58.210Z+ export TMPDIR=/var/tmp/omicron_tmp
14952024-09-26T19:51:58.210Z+ TMPDIR=/var/tmp/omicron_tmp
14962024-09-26T19:51:58.210Z+ export RUST_BACKTRACE=1
14972024-09-26T19:51:58.210Z+ RUST_BACKTRACE=1
14982024-09-26T19:51:58.211Z+ export CARGO_INCREMENTAL=0
14992024-09-26T19:51:58.211Z+ CARGO_INCREMENTAL=0
15002024-09-26T19:51:58.211Z+ export RUSTC_BOOTSTRAP=1
15012024-09-26T19:51:58.211Z+ RUSTC_BOOTSTRAP=1
15022024-09-26T19:51:58.211Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
15032024-09-26T19:51:59.483Z Downloading crates ...
15042024-09-26T19:51:59.909Z Downloaded approx v0.5.1
15052024-09-26T19:51:59.941Z Downloaded num_cpus v1.16.0
15062024-09-26T19:51:59.941Z Downloaded tinytemplate v1.2.1
15072024-09-26T19:51:59.941Z Downloaded threadpool v1.8.1
15082024-09-26T19:51:59.966Z Downloaded yansi v1.0.1
15092024-09-26T19:51:59.966Z Downloaded trybuild v1.0.99
15102024-09-26T19:51:59.966Z Downloaded toml_edit v0.21.1
15112024-09-26T19:51:59.991Z Downloaded rand_distr v0.4.3
15122024-09-26T19:51:59.992Z Downloaded pretty_assertions v1.4.1
15132024-09-26T19:51:59.992Z Downloaded plotters v0.3.5
15142024-09-26T19:52:00.017Z Downloaded path-tree v0.8.1
15152024-09-26T19:52:00.018Z Downloaded http-body-util v0.1.2
15162024-09-26T19:52:00.018Z Downloaded httpmock v0.8.0-alpha.1
15172024-09-26T19:52:00.044Z Downloaded headers v0.4.0
15182024-09-26T19:52:00.044Z Downloaded guppy v0.17.7
15192024-09-26T19:52:00.044Z Downloaded fancy-regex v0.13.0
15202024-09-26T19:52:00.044Z Downloaded event-listener v5.3.1
15212024-09-26T19:52:00.044Z Downloaded datatest-stable v0.2.9
15222024-09-26T19:52:00.081Z Downloaded criterion v0.5.1
15232024-09-26T19:52:00.081Z Downloaded async-std v1.13.0
15242024-09-26T19:52:00.081Z Downloaded stringmetrics v2.2.2
15252024-09-26T19:52:00.081Z Downloaded serde_regex v1.1.0
15262024-09-26T19:52:00.081Z Downloaded rust-argon2 v2.1.0
15272024-09-26T19:52:00.108Z Downloaded rstest_macros v0.22.0
15282024-09-26T19:52:00.108Z Downloaded rstest v0.22.0
15292024-09-26T19:52:00.108Z Downloaded relative-path v1.9.3
15302024-09-26T19:52:00.108Z Downloaded polling v3.7.3
15312024-09-26T19:52:00.108Z Downloaded piper v0.2.4
15322024-09-26T19:52:00.108Z Downloaded pathdiff v0.2.1
15332024-09-26T19:52:00.109Z Downloaded partial-io v0.5.4
15342024-09-26T19:52:00.109Z Downloaded parking v2.2.1
15352024-09-26T19:52:00.109Z Downloaded oorandom v11.1.3
15362024-09-26T19:52:00.109Z Downloaded nested v0.1.1
15372024-09-26T19:52:00.109Z Downloaded libtest-mimic v0.7.3
15382024-09-26T19:52:00.109Z Downloaded kv-log-macro v1.0.7
15392024-09-26T19:52:00.136Z Downloaded hyper-rustls v0.26.0
15402024-09-26T19:52:00.136Z Downloaded httptest v0.16.1
15412024-09-26T19:52:00.136Z Downloaded criterion-plot v0.5.0
15422024-09-26T19:52:00.136Z Downloaded cfg-expr v0.16.0
15432024-09-26T19:52:00.136Z Downloaded blocking v1.6.1
15442024-09-26T19:52:00.136Z Downloaded blake2b_simd v1.0.2
15452024-09-26T19:52:00.136Z Downloaded async-task v4.7.1
15462024-09-26T19:52:00.136Z Downloaded async-signal v0.2.10
15472024-09-26T19:52:00.136Z Downloaded async-executor v1.13.1
15482024-09-26T19:52:00.137Z Downloaded target-spec v3.2.1
15492024-09-26T19:52:00.137Z Downloaded target-lexicon v0.12.16
15502024-09-26T19:52:00.137Z Downloaded similar-asserts v1.5.0
15512024-09-26T19:52:00.163Z Downloaded rustls-native-certs v0.7.0
15522024-09-26T19:52:00.163Z Downloaded proc-macro-crate v3.1.0
15532024-09-26T19:52:00.164Z Downloaded plotters-svg v0.3.5
15542024-09-26T19:52:00.164Z Downloaded plotters-backend v0.3.5
15552024-09-26T19:52:00.164Z Downloaded indoc v2.0.5
15562024-09-26T19:52:00.164Z Downloaded guppy-workspace-hack v0.1.0
15572024-09-26T19:52:00.164Z Downloaded futures-timer v3.0.3
15582024-09-26T19:52:00.164Z Downloaded futures-lite v2.3.0
15592024-09-26T19:52:00.164Z Downloaded event-listener v2.5.3
15602024-09-26T19:52:00.164Z Downloaded escape8259 v0.5.2
15612024-09-26T19:52:00.164Z Downloaded doc-comment v0.3.3
15622024-09-26T19:52:00.165Z Downloaded concurrent-queue v2.5.0
15632024-09-26T19:52:00.165Z Downloaded cast v0.3.0
15642024-09-26T19:52:00.165Z Downloaded async-process v2.2.4
15652024-09-26T19:52:00.165Z Downloaded async-io v2.3.4
15662024-09-26T19:52:00.165Z Downloaded async-global-executor v2.4.1
15672024-09-26T19:52:00.193Z Downloaded async-channel v1.9.0
15682024-09-26T19:52:00.193Z Downloaded async-attributes v1.1.2
15692024-09-26T19:52:00.193Z Downloaded assert_cmd v2.0.16
15702024-09-26T19:52:00.193Z Downloaded assert-json-diff v2.0.2
15712024-09-26T19:52:00.194Z Downloaded anes v0.1.6
15722024-09-26T19:52:00.194Z Downloaded headers-core v0.3.0
15732024-09-26T19:52:00.194Z Downloaded event-listener-strategy v0.5.2
15742024-09-26T19:52:00.194Z Downloaded async-object-pool v0.1.5
15752024-09-26T19:52:00.194Z Downloaded async-lock v3.4.0
15762024-09-26T19:52:00.194Z Downloaded async-channel v2.3.1
15772024-09-26T19:52:01.156Z Dirty unicode-ident v1.0.12: the rustflags changed
15782024-09-26T19:52:01.156Z Compiling unicode-ident v1.0.12
15792024-09-26T19:52:01.156Z Dirty proc-macro2 v1.0.86: the rustflags changed
15802024-09-26T19:52:01.156Z Compiling proc-macro2 v1.0.86
15812024-09-26T19:52:01.157Z Dirty libc v0.2.159: the rustflags changed
15822024-09-26T19:52:01.157Z Compiling libc v0.2.159
15832024-09-26T19:52:01.203Z Dirty cfg-if v1.0.0: the rustflags changed
15842024-09-26T19:52:01.203Z Compiling cfg-if v1.0.0
15852024-09-26T19:52:01.203Z Dirty serde v1.0.210: the rustflags changed
15862024-09-26T19:52:01.203Z Compiling serde v1.0.210
15872024-09-26T19:52:01.203Z Dirty version_check v0.9.5: the rustflags changed
15882024-09-26T19:52:01.203Z Compiling version_check v0.9.5
15892024-09-26T19:52:01.203Z Dirty autocfg v1.3.0: the rustflags changed
15902024-09-26T19:52:01.203Z Compiling autocfg v1.3.0
15912024-09-26T19:52:01.203Z Dirty once_cell v1.19.0: the rustflags changed
15922024-09-26T19:52:01.203Z Compiling once_cell v1.19.0
15932024-09-26T19:52:01.203Z 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.159/build.rs --error-format=json --json=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=2ac3d04886efdd46 -C extra-filename=-2ac3d04886efdd46 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-2ac3d04886efdd46 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15942024-09-26T19:52:01.203Z 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`
15952024-09-26T19:52:01.203Z 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`
15962024-09-26T19:52:01.203Z 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.210/build.rs --error-format=json --json=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=c0aa51eaa19bc06f -C extra-filename=-c0aa51eaa19bc06f --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-c0aa51eaa19bc06f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15972024-09-26T19:52:01.227Z 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`
15982024-09-26T19:52:01.227Z 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`
15992024-09-26T19:52:01.227Z 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`
16002024-09-26T19:52:01.227Z 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`
16012024-09-26T19:52:01.390Z Dirty memchr v2.7.2: the rustflags changed
16022024-09-26T19:52:01.390Z Compiling memchr v2.7.2
16032024-09-26T19:52:01.414Z 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`
16042024-09-26T19:52:01.445Z Dirty value-bag v1.9.0: the rustflags changed
16052024-09-26T19:52:01.445Z Compiling value-bag v1.9.0
16062024-09-26T19:52:01.480Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name value_bag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/value-bag-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="inline-i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "error", "inline-i128", "owned", "seq", "serde", "serde1", "std", "sval", "sval2", "test", "value-bag-serde1", "value-bag-sval2"))' -C metadata=6bc82a1397c079d6 -C extra-filename=-6bc82a1397c079d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16072024-09-26T19:52:01.703Z Dirty byteorder v1.5.0: the rustflags changed
16082024-09-26T19:52:01.703Z Compiling byteorder v1.5.0
16092024-09-26T19:52:01.741Z 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`
16102024-09-26T19:52:01.841Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-c0aa51eaa19bc06f/build-script-build`
16112024-09-26T19:52:01.873Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-d49ccfd8249300a7/build-script-build`
16122024-09-26T19:52:01.905Z Dirty log v0.4.21: the rustflags changed
16132024-09-26T19:52:01.905Z Compiling log v0.4.21
16142024-09-26T19:52:01.905Z 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="kv"' --cfg 'feature="kv_unstable"' --cfg 'feature="std"' --cfg 'feature="value-bag"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=9bb3211f8a6d4da7 -C extra-filename=-9bb3211f8a6d4da7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern value_bag=/work/oxidecomputer/omicron/target/debug/deps/libvalue_bag-6bc82a1397c079d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16152024-09-26T19:52:01.950Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-2ac3d04886efdd46/build-script-build`
16162024-09-26T19:52:02.005Z Dirty scopeguard v1.2.0: the rustflags changed
16172024-09-26T19:52:02.005Z Compiling scopeguard v1.2.0
16182024-09-26T19:52:02.035Z 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`
16192024-09-26T19:52:02.059Z 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.159/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=1b46dd66a7c6c3c6 -C extra-filename=-1b46dd66a7c6c3c6 --out-dir /work/oxidecomputer/omicron/target/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(libc_ctest)' --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"))'`
16202024-09-26T19:52:02.060Z Dirty itoa v1.0.11: the rustflags changed
16212024-09-26T19:52:02.060Z Compiling itoa v1.0.11
16222024-09-26T19:52:02.060Z 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`
16232024-09-26T19:52:02.112Z Dirty smallvec v1.13.2: the rustflags changed
16242024-09-26T19:52:02.112Z Compiling smallvec v1.13.2
16252024-09-26T19:52:02.136Z 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`
16262024-09-26T19:52:02.161Z Dirty lock_api v0.4.12: the rustflags changed
16272024-09-26T19:52:02.161Z Compiling lock_api v0.4.12
16282024-09-26T19:52:02.161Z 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`
16292024-09-26T19:52:02.161Z 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)'`
16302024-09-26T19:52:02.185Z Dirty pin-project-lite v0.2.14: the rustflags changed
16312024-09-26T19:52:02.185Z Compiling pin-project-lite v0.2.14
16322024-09-26T19:52:02.185Z 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`
16332024-09-26T19:52:02.271Z Dirty parking_lot_core v0.9.10: the rustflags changed
16342024-09-26T19:52:02.271Z Compiling parking_lot_core v0.9.10
16352024-09-26T19:52:02.308Z 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`
16362024-09-26T19:52:02.332Z Dirty thiserror v1.0.64: the rustflags changed
16372024-09-26T19:52:02.332Z Compiling thiserror v1.0.64
16382024-09-26T19:52:02.358Z 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.64/build.rs --error-format=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=7b2eec9a92e86dcf -C extra-filename=-7b2eec9a92e86dcf --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-7b2eec9a92e86dcf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16392024-09-26T19:52:02.487Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-653785a230c85179/build-script-build`
16402024-09-26T19:52:02.510Z Dirty ahash v0.8.11: the rustflags changed
16412024-09-26T19:52:02.510Z Compiling ahash v0.8.11
16422024-09-26T19:52:02.511Z 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`
16432024-09-26T19:52:02.640Z 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`
16442024-09-26T19:52:02.704Z Dirty typenum v1.17.0: the rustflags changed
16452024-09-26T19:52:02.704Z Compiling typenum v1.17.0
16462024-09-26T19:52:02.729Z 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`
16472024-09-26T19:52:02.753Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-aeb53c5354bb50d5/build-script-build`
16482024-09-26T19:52:02.777Z Dirty generic-array v0.14.7: the rustflags changed
16492024-09-26T19:52:02.778Z Compiling generic-array v0.14.7
16502024-09-26T19:52:02.778Z 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`
16512024-09-26T19:52:02.893Z Dirty quote v1.0.37: the rustflags changed
16522024-09-26T19:52:02.893Z Compiling quote v1.0.37
16532024-09-26T19:52:02.917Z 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.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=700a8165421bc382 -C extra-filename=-700a8165421bc382 --out-dir /work/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`
16542024-09-26T19:52:02.917Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-6093e0e56b120ab2/build-script-build`
16552024-09-26T19:52:02.941Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-7b2eec9a92e86dcf/build-script-build`
16562024-09-26T19:52:03.006Z Dirty futures-core v0.3.30: the rustflags changed
16572024-09-26T19:52:03.006Z Compiling futures-core v0.3.30
16582024-09-26T19:52:03.030Z 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`
16592024-09-26T19:52:03.068Z Dirty getrandom v0.2.14: the rustflags changed
16602024-09-26T19:52:03.069Z Compiling getrandom v0.2.14
16612024-09-26T19:52:03.095Z 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=b050ca61f382ec87 -C extra-filename=-b050ca61f382ec87 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16622024-09-26T19:52:03.126Z Dirty jobserver v0.1.32: the rustflags changed
16632024-09-26T19:52:03.127Z Compiling jobserver v0.1.32
16642024-09-26T19:52:03.152Z 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=53659cce17325665 -C extra-filename=-53659cce17325665 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16652024-09-26T19:52:03.190Z 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=6a1cc2da7277af98 -C extra-filename=-6a1cc2da7277af98 --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-1b46dd66a7c6c3c6.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`
16662024-09-26T19:52:03.265Z Dirty syn v2.0.77: the rustflags changed
16672024-09-26T19:52:03.265Z Compiling syn v2.0.77
16682024-09-26T19:52:03.290Z 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.77/src/lib.rs --error-format=json --json=diagnostic-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=9f1bf8c0c2f91e7e -C extra-filename=-9f1bf8c0c2f91e7e --out-dir /work/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-700a8165421bc382.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`
16692024-09-26T19:52:03.327Z Dirty rand_core v0.6.4: the rustflags changed
16702024-09-26T19:52:03.327Z Compiling rand_core v0.6.4
16712024-09-26T19:52:03.351Z 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=8b13f8510d518754 -C extra-filename=-8b13f8510d518754 --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-b050ca61f382ec87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16722024-09-26T19:52:03.509Z Dirty cc v1.0.97: the rustflags changed
16732024-09-26T19:52:03.509Z Compiling cc v1.0.97
16742024-09-26T19:52:03.676Z 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=43b8f6db9526eca9 -C extra-filename=-43b8f6db9526eca9 --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-53659cce17325665.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.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`
16752024-09-26T19:52:03.676Z Dirty parking_lot v0.12.2: the rustflags changed
16762024-09-26T19:52:03.676Z Compiling parking_lot v0.12.2
16772024-09-26T19:52:03.700Z 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=472720b9ff68b690 -C extra-filename=-472720b9ff68b690 --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-6a1cc2da7277af98.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16782024-09-26T19:52:03.742Z Dirty signal-hook-registry v1.4.2: the rustflags changed
16792024-09-26T19:52:03.742Z Compiling signal-hook-registry v1.4.2
16802024-09-26T19:52:03.767Z 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=4f7cf3856044bb3a -C extra-filename=-4f7cf3856044bb3a --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16812024-09-26T19:52:03.801Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-f78d3e5b0e6ba211/build-script-main`
16822024-09-26T19:52:03.845Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-6331d367a75138c7/build-script-build`
16832024-09-26T19:52:03.903Z Dirty allocator-api2 v0.2.18: the rustflags changed
16842024-09-26T19:52:03.903Z Compiling allocator-api2 v0.2.18
16852024-09-26T19:52:03.927Z 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`
16862024-09-26T19:52:03.927Z Dirty mio v1.0.2: the rustflags changed
16872024-09-26T19:52:03.927Z Compiling mio v1.0.2
16882024-09-26T19:52:03.927Z 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=34ebc64efd3050da -C extra-filename=-34ebc64efd3050da --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-1b46dd66a7c6c3c6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16892024-09-26T19:52:03.990Z 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`
16902024-09-26T19:52:04.057Z Dirty subtle v2.5.0: the rustflags changed
16912024-09-26T19:52:04.057Z Compiling subtle v2.5.0
16922024-09-26T19:52:04.082Z 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`
16932024-09-26T19:52:04.365Z Dirty ryu v1.0.18: the rustflags changed
16942024-09-26T19:52:04.365Z Compiling ryu v1.0.18
16952024-09-26T19:52:04.389Z 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`
16962024-09-26T19:52:04.413Z Dirty libm v0.2.8: the rustflags changed
16972024-09-26T19:52:04.413Z Compiling libm v0.2.8
16982024-09-26T19:52:04.413Z 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`
16992024-09-26T19:52:04.484Z Dirty num-traits v0.2.19: the rustflags changed
17002024-09-26T19:52:04.484Z Compiling num-traits v0.2.19
17012024-09-26T19:52:04.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/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`
17022024-09-26T19:52:04.596Z Dirty spin v0.9.8: the rustflags changed
17032024-09-26T19:52:04.596Z Compiling spin v0.9.8
17042024-09-26T19:52:04.620Z 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`
17052024-09-26T19:52:04.715Z Dirty serde_json v1.0.128: the rustflags changed
17062024-09-26T19:52:04.715Z Compiling serde_json v1.0.128
17072024-09-26T19:52:04.739Z 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.128/build.rs --error-format=json --json=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=ddccb03e725d221f -C extra-filename=-ddccb03e725d221f --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-ddccb03e725d221f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17082024-09-26T19:52:04.840Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-167dbd547a9f8507/build-script-build`
17092024-09-26T19:52:04.869Z 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`
17102024-09-26T19:52:04.912Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-df973dab6b6b4461/build-script-build`
17112024-09-26T19:52:05.028Z Dirty socket2 v0.5.7: the rustflags changed
17122024-09-26T19:52:05.028Z Compiling socket2 v0.5.7
17132024-09-26T19:52:05.052Z 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=31f20414dbea471d -C extra-filename=-31f20414dbea471d --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17142024-09-26T19:52:05.076Z Dirty fnv v1.0.7: the rustflags changed
17152024-09-26T19:52:05.076Z Compiling fnv v1.0.7
17162024-09-26T19:52:05.076Z 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`
17172024-09-26T19:52:05.146Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-ddccb03e725d221f/build-script-build`
17182024-09-26T19:52:05.176Z Dirty equivalent v1.0.1: the rustflags changed
17192024-09-26T19:52:05.176Z Compiling equivalent v1.0.1
17202024-09-26T19:52:05.200Z 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`
17212024-09-26T19:52:05.224Z Dirty slab v0.4.9: the rustflags changed
17222024-09-26T19:52:05.224Z Compiling slab v0.4.9
17232024-09-26T19:52:05.224Z Dirty futures-io v0.3.30: the rustflags changed
17242024-09-26T19:52:05.224Z Compiling futures-io v0.3.30
17252024-09-26T19:52:05.224Z 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`
17262024-09-26T19:52:05.224Z 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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=ec51e95ae6c78625 -C extra-filename=-ec51e95ae6c78625 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17272024-09-26T19:52:05.269Z Dirty const-oid v0.9.6: the rustflags changed
17282024-09-26T19:52:05.269Z Compiling const-oid v0.9.6
17292024-09-26T19:52:05.294Z 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`
17302024-09-26T19:52:05.318Z Dirty futures-sink v0.3.30: the rustflags changed
17312024-09-26T19:52:05.318Z Compiling futures-sink v0.3.30
17322024-09-26T19:52:05.318Z 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`
17332024-09-26T19:52:05.485Z Dirty pin-utils v0.1.0: the rustflags changed
17342024-09-26T19:52:05.485Z Compiling pin-utils v0.1.0
17352024-09-26T19:52:05.510Z 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`
17362024-09-26T19:52:05.572Z Dirty futures-channel v0.3.30: the rustflags changed
17372024-09-26T19:52:05.572Z Compiling futures-channel v0.3.30
17382024-09-26T19:52:05.596Z 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`
17392024-09-26T19:52:05.620Z Dirty futures-task v0.3.30: the rustflags changed
17402024-09-26T19:52:05.620Z Compiling futures-task v0.3.30
17412024-09-26T19:52:05.620Z 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`
17422024-09-26T19:52:05.644Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-26e342cf5190e347/build-script-build`
17432024-09-26T19:52:05.801Z 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`
17442024-09-26T19:52:05.945Z 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`
17452024-09-26T19:52:06.009Z Dirty regex-syntax v0.8.4: the rustflags changed
17462024-09-26T19:52:06.009Z Compiling regex-syntax v0.8.4
17472024-09-26T19:52:06.033Z 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`
17482024-09-26T19:52:06.057Z Dirty cpufeatures v0.2.12: the rustflags changed
17492024-09-26T19:52:06.057Z Compiling cpufeatures v0.2.12
17502024-09-26T19:52:06.081Z 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`
17512024-09-26T19:52:06.177Z Dirty aho-corasick v1.1.3: the rustflags changed
17522024-09-26T19:52:06.177Z Compiling aho-corasick v1.1.3
17532024-09-26T19:52:06.201Z 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`
17542024-09-26T19:52:06.245Z Dirty syn v1.0.109: the rustflags changed
17552024-09-26T19:52:06.245Z Compiling syn v1.0.109
17562024-09-26T19:52:06.269Z 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`
17572024-09-26T19:52:06.293Z Dirty pkg-config v0.3.30: the rustflags changed
17582024-09-26T19:52:06.293Z Compiling pkg-config v0.3.30
17592024-09-26T19:52:06.317Z 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`
17602024-09-26T19:52:06.924Z Dirty rustix v0.38.34: the rustflags changed
17612024-09-26T19:52:06.924Z Compiling rustix v0.38.34
17622024-09-26T19:52:06.949Z 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="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "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=c9b87f87aa9acbac -C extra-filename=-c9b87f87aa9acbac --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-c9b87f87aa9acbac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17632024-09-26T19:52:06.973Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-7bd69fb34c9940b1/build-script-build`
17642024-09-26T19:52:07.055Z 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=17f66ea741059823 -C extra-filename=-17f66ea741059823 --out-dir /work/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-700a8165421bc382.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`
17652024-09-26T19:52:07.341Z Dirty errno v0.3.9: the rustflags changed
17662024-09-26T19:52:07.341Z Compiling errno v0.3.9
17672024-09-26T19:52:07.365Z 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=845b76ba4aeefe65 -C extra-filename=-845b76ba4aeefe65 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17682024-09-26T19:52:07.572Z Dirty heck v0.5.0: the rustflags changed
17692024-09-26T19:52:07.572Z Compiling heck v0.5.0
17702024-09-26T19:52:07.596Z 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`
17712024-09-26T19:52:07.660Z Dirty semver v1.0.23: the rustflags changed
17722024-09-26T19:52:07.660Z Compiling semver v1.0.23
17732024-09-26T19:52:07.686Z 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`
17742024-09-26T19:52:07.744Z Dirty tracing-core v0.1.32: the rustflags changed
17752024-09-26T19:52:07.744Z Compiling tracing-core v0.1.32
17762024-09-26T19:52:07.768Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-c9b87f87aa9acbac/build-script-build`
17772024-09-26T19:52:07.768Z 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`
17782024-09-26T19:52:07.898Z Dirty iana-time-zone v0.1.60: the rustflags changed
17792024-09-26T19:52:07.898Z Compiling iana-time-zone v0.1.60
17802024-09-26T19:52:07.922Z 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`
17812024-09-26T19:52:08.105Z Dirty tinyvec_macros v0.1.1: the rustflags changed
17822024-09-26T19:52:08.105Z Compiling tinyvec_macros v0.1.1
17832024-09-26T19:52:08.128Z 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`
17842024-09-26T19:52:08.208Z Dirty tinyvec v1.6.0: the rustflags changed
17852024-09-26T19:52:08.208Z Compiling tinyvec v1.6.0
17862024-09-26T19:52:08.232Z 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`
17872024-09-26T19:52:08.257Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-746a93df62810af4/build-script-build`
17882024-09-26T19:52:08.336Z Dirty unicode-bidi v0.3.15: the rustflags changed
17892024-09-26T19:52:08.336Z Compiling unicode-bidi v0.3.15
17902024-09-26T19:52:08.360Z 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`
17912024-09-26T19:52:08.384Z Dirty percent-encoding v2.3.1: the rustflags changed
17922024-09-26T19:52:08.384Z Compiling percent-encoding v2.3.1
17932024-09-26T19:52:08.384Z 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`
17942024-09-26T19:52:08.770Z Dirty ppv-lite86 v0.2.17: the rustflags changed
17952024-09-26T19:52:08.771Z Compiling ppv-lite86 v0.2.17
17962024-09-26T19:52:08.794Z 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`
17972024-09-26T19:52:09.081Z Dirty form_urlencoded v1.2.1: the rustflags changed
17982024-09-26T19:52:09.081Z Compiling form_urlencoded v1.2.1
17992024-09-26T19:52:09.105Z 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`
18002024-09-26T19:52:09.388Z Dirty regex-automata v0.4.6: the rustflags changed
18012024-09-26T19:52:09.388Z Compiling regex-automata v0.4.6
18022024-09-26T19:52:09.412Z 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`
18032024-09-26T19:52:09.447Z Dirty unicode-normalization v0.1.23: the rustflags changed
18042024-09-26T19:52:09.448Z Compiling unicode-normalization v0.1.23
18052024-09-26T19:52:09.472Z 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`
18062024-09-26T19:52:09.520Z Dirty rand_chacha v0.3.1: the rustflags changed
18072024-09-26T19:52:09.520Z Compiling rand_chacha v0.3.1
18082024-09-26T19:52:09.544Z 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=2667bd39ef37db11 -C extra-filename=-2667bd39ef37db11 --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-8b13f8510d518754.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18092024-09-26T19:52:09.690Z Dirty vcpkg v0.2.15: the rustflags changed
18102024-09-26T19:52:09.690Z Compiling vcpkg v0.2.15
18112024-09-26T19:52:09.714Z 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`
18122024-09-26T19:52:10.366Z Dirty serde_derive_internals v0.29.1: the rustflags changed
18132024-09-26T19:52:10.366Z Compiling serde_derive_internals v0.29.1
18142024-09-26T19:52:10.390Z 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=953ca79c86869c7d -C extra-filename=-953ca79c86869c7d --out-dir /work/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-700a8165421bc382.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18152024-09-26T19:52:11.114Z Dirty schemars v0.8.21: the rustflags changed
18162024-09-26T19:52:11.114Z Compiling schemars v0.8.21
18172024-09-26T19:52:11.138Z 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`
18182024-09-26T19:52:11.394Z Dirty dyn-clone v1.0.17: the rustflags changed
18192024-09-26T19:52:11.394Z Compiling dyn-clone v1.0.17
18202024-09-26T19:52:11.419Z 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`
18212024-09-26T19:52:11.490Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-55f55719d25eeb1e/build-script-build`
18222024-09-26T19:52:11.519Z Dirty rand v0.8.5: the rustflags changed
18232024-09-26T19:52:11.519Z Compiling rand v0.8.5
18242024-09-26T19:52:11.543Z 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=3626728e99f8adb9 -C extra-filename=-3626728e99f8adb9 --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-1b46dd66a7c6c3c6.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2667bd39ef37db11.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18252024-09-26T19:52:11.606Z Dirty crossbeam-utils v0.8.19: the rustflags changed
18262024-09-26T19:52:11.606Z Compiling crossbeam-utils v0.8.19
18272024-09-26T19:52:11.630Z 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`
18282024-09-26T19:52:11.654Z Dirty ring v0.17.8: the rustflags changed
18292024-09-26T19:52:11.654Z Compiling ring v0.17.8
18302024-09-26T19:52:11.654Z 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=0680a8c0a0c16906 -C extra-filename=-0680a8c0a0c16906 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-0680a8c0a0c16906 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18312024-09-26T19:52:11.861Z Dirty httparse v1.8.0: the rustflags changed
18322024-09-26T19:52:11.861Z Compiling httparse v1.8.0
18332024-09-26T19:52:11.885Z 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`
18342024-09-26T19:52:12.240Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c614866a1ad12207/build-script-build`
18352024-09-26T19:52:12.268Z 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`
18362024-09-26T19:52:12.335Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-080b0553c9222f9d/build-script-build`
18372024-09-26T19:52:12.369Z Dirty idna v0.5.0: the rustflags changed
18382024-09-26T19:52:12.370Z Compiling idna v0.5.0
18392024-09-26T19:52:12.393Z 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`
18402024-09-26T19:52:12.753Z 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`
18412024-09-26T19:52:12.777Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-0680a8c0a0c16906/build-script-build`
18422024-09-26T19:52:13.270Z Dirty url v2.5.2: the rustflags changed
18432024-09-26T19:52:13.270Z Compiling url v2.5.2
18442024-09-26T19:52:13.294Z 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`
18452024-09-26T19:52:13.362Z Dirty lazy_static v1.5.0: the rustflags changed
18462024-09-26T19:52:13.362Z Compiling lazy_static v1.5.0
18472024-09-26T19:52:13.386Z 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`
18482024-09-26T19:52:13.411Z Dirty time-core v0.1.2: the rustflags changed
18492024-09-26T19:52:13.411Z Compiling time-core v0.1.2
18502024-09-26T19:52:13.411Z 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`
18512024-09-26T19:52:13.491Z Dirty num-conv v0.1.0: the rustflags changed
18522024-09-26T19:52:13.491Z Compiling num-conv v0.1.0
18532024-09-26T19:52:13.515Z 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`
18542024-09-26T19:52:13.569Z Dirty powerfmt v0.2.0: the rustflags changed
18552024-09-26T19:52:13.593Z Compiling powerfmt v0.2.0
18562024-09-26T19:52:13.641Z 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`
18572024-09-26T19:52:13.731Z Dirty num_threads v0.1.7: the rustflags changed
18582024-09-26T19:52:13.731Z Compiling num_threads v0.1.7
18592024-09-26T19:52:13.754Z 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`
18602024-09-26T19:52:13.838Z Dirty time-macros v0.2.18: the rustflags changed
18612024-09-26T19:52:13.838Z Compiling time-macros v0.2.18
18622024-09-26T19:52:13.863Z 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`
18632024-09-26T19:52:13.887Z Dirty deranged v0.3.11: the rustflags changed
18642024-09-26T19:52:13.887Z Compiling deranged v0.3.11
18652024-09-26T19:52:13.887Z 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`
18662024-09-26T19:52:13.963Z Dirty either v1.13.0: the rustflags changed
18672024-09-26T19:52:13.963Z Compiling either v1.13.0
18682024-09-26T19:52:13.989Z 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`
18692024-09-26T19:52:14.342Z Dirty regex v1.10.6: the rustflags changed
18702024-09-26T19:52:14.342Z Compiling regex v1.10.6
18712024-09-26T19:52:14.366Z 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`
18722024-09-26T19:52:14.908Z Dirty rustversion v1.0.17: the rustflags changed
18732024-09-26T19:52:14.908Z Compiling rustversion v1.0.17
18742024-09-26T19:52:14.932Z 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`
18752024-09-26T19:52:15.258Z Dirty untrusted v0.9.0: the rustflags changed
18762024-09-26T19:52:15.258Z Compiling untrusted v0.9.0
18772024-09-26T19:52:15.282Z 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`
18782024-09-26T19:52:15.434Z Dirty base64ct v1.6.0: the rustflags changed
18792024-09-26T19:52:15.434Z Compiling base64ct v1.6.0
18802024-09-26T19:52:15.458Z 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`
18812024-09-26T19:52:15.510Z Dirty unicode-width v0.1.13: the rustflags changed
18822024-09-26T19:52:15.510Z Compiling unicode-width v0.1.13
18832024-09-26T19:52:15.534Z 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`
18842024-09-26T19:52:15.624Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-12b051871c96bdc0/build-script-build`
18852024-09-26T19:52:15.691Z 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"))'`
18862024-09-26T19:52:15.741Z Dirty strsim v0.11.1: the rustflags changed
18872024-09-26T19:52:15.741Z Compiling strsim v0.11.1
18882024-09-26T19:52:15.766Z 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`
18892024-09-26T19:52:15.955Z Dirty serde_derive v1.0.210: the rustflags changed
18902024-09-26T19:52:15.955Z Compiling serde_derive v1.0.210
18912024-09-26T19:52:15.980Z 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.210/src/lib.rs --error-format=json --json=diagnostic-rendered-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=4d3f1b3ad0292503 -C extra-filename=-4d3f1b3ad0292503 --out-dir /work/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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18922024-09-26T19:52:16.004Z Dirty zeroize_derive v1.4.2: the rustflags changed
18932024-09-26T19:52:16.004Z Compiling zeroize_derive v1.4.2
18942024-09-26T19:52:16.004Z 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=49d6b53535b0d726 -C extra-filename=-49d6b53535b0d726 --out-dir /work/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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18952024-09-26T19:52:16.598Z Dirty zerocopy-derive v0.7.34: the rustflags changed
18962024-09-26T19:52:16.598Z Compiling zerocopy-derive v0.7.34
18972024-09-26T19:52:16.622Z 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=bf24599e3365867c -C extra-filename=-bf24599e3365867c --out-dir /work/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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18982024-09-26T19:52:16.696Z Dirty thiserror-impl v1.0.64: the rustflags changed
18992024-09-26T19:52:16.696Z Compiling thiserror-impl v1.0.64
19002024-09-26T19:52:16.719Z 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.64/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --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=ba38ca77c67bbaf6 -C extra-filename=-ba38ca77c67bbaf6 --out-dir /work/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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19012024-09-26T19:52:17.038Z Dirty tokio-macros v2.4.0: the rustflags changed
19022024-09-26T19:52:17.038Z Compiling tokio-macros v2.4.0
19032024-09-26T19:52:17.062Z 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.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=29c9a263dfe6d7eb -C extra-filename=-29c9a263dfe6d7eb --out-dir /work/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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19042024-09-26T19:52:17.216Z Dirty futures-macro v0.3.30: the rustflags changed
19052024-09-26T19:52:17.216Z Compiling futures-macro v0.3.30
19062024-09-26T19:52:17.241Z 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=ee3a778da84d0825 -C extra-filename=-ee3a778da84d0825 --out-dir /work/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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19072024-09-26T19:52:17.559Z Dirty zeroize v1.8.1: the rustflags changed
19082024-09-26T19:52:17.559Z Compiling zeroize v1.8.1
19092024-09-26T19:52:17.584Z 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.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=37f01ee774828d60 -C extra-filename=-37f01ee774828d60 --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-49d6b53535b0d726.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19102024-09-26T19:52:17.919Z 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=033b543cc30967b3 -C extra-filename=-033b543cc30967b3 --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-37f01ee774828d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
19112024-09-26T19:52:18.643Z Dirty tracing-attributes v0.1.27: the rustflags changed
19122024-09-26T19:52:18.643Z Compiling tracing-attributes v0.1.27
19132024-09-26T19:52:18.668Z 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=34b70cf2ce4462ce -C extra-filename=-34b70cf2ce4462ce --out-dir /work/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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19142024-09-26T19:52:18.723Z Dirty zerocopy v0.7.34: the rustflags changed
19152024-09-26T19:52:18.723Z Compiling zerocopy v0.7.34
19162024-09-26T19:52:18.747Z 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=6659aeae0a5b7207 -C extra-filename=-6659aeae0a5b7207 --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-bf24599e3365867c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19172024-09-26T19:52:19.098Z Dirty futures-util v0.3.30: the rustflags changed
19182024-09-26T19:52:19.098Z Compiling futures-util v0.3.30
19192024-09-26T19:52:19.122Z 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=01f167c9eb44adb9 -C extra-filename=-01f167c9eb44adb9 --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-ec51e95ae6c78625.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-ee3a778da84d0825.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`
19202024-09-26T19:52:19.221Z Dirty crypto-common v0.1.6: the rustflags changed
19212024-09-26T19:52:19.221Z Compiling crypto-common v0.1.6
19222024-09-26T19:52:19.246Z 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=5fb64d847cdd0a83 -C extra-filename=-5fb64d847cdd0a83 --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-033b543cc30967b3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.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`
19232024-09-26T19:52:19.287Z Dirty block-buffer v0.10.4: the rustflags changed
19242024-09-26T19:52:19.287Z Compiling block-buffer v0.10.4
19252024-09-26T19:52:19.311Z 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=af648215251b618f -C extra-filename=-af648215251b618f --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-033b543cc30967b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19262024-09-26T19:52:19.448Z Dirty schemars_derive v0.8.21: the rustflags changed
19272024-09-26T19:52:19.448Z Compiling schemars_derive v0.8.21
19282024-09-26T19:52:19.472Z 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=af5c5b1961f01ae1 -C extra-filename=-af5c5b1961f01ae1 --out-dir /work/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-700a8165421bc382.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-953ca79c86869c7d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19292024-09-26T19:52:19.538Z Dirty digest v0.10.7: the rustflags changed
19302024-09-26T19:52:19.538Z Compiling digest v0.10.7
19312024-09-26T19:52:19.562Z 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=9215c75ecf6dc2e1 -C extra-filename=-9215c75ecf6dc2e1 --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-af648215251b618f.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-5fb64d847cdd0a83.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`
19322024-09-26T19:52:19.723Z 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.64/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2c5de0a6793a89e -C extra-filename=-b2c5de0a6793a89e --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-ba38ca77c67bbaf6.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)'`
19332024-09-26T19:52:19.871Z Dirty block-padding v0.3.3: the rustflags changed
19342024-09-26T19:52:19.872Z Compiling block-padding v0.3.3
19352024-09-26T19:52:19.896Z 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=74ea7c6431f040ac -C extra-filename=-74ea7c6431f040ac --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-033b543cc30967b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19362024-09-26T19:52:19.987Z 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=e2fb159e06ef370b -C extra-filename=-e2fb159e06ef370b --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-b050ca61f382ec87.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6659aeae0a5b7207.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
19372024-09-26T19:52:20.100Z Dirty inout v0.1.3: the rustflags changed
19382024-09-26T19:52:20.100Z Compiling inout v0.1.3
19392024-09-26T19:52:20.124Z 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=58b4684230791a07 -C extra-filename=-58b4684230791a07 --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-74ea7c6431f040ac.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-033b543cc30967b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19402024-09-26T19:52:20.124Z Dirty time v0.3.36: the rustflags changed
19412024-09-26T19:52:20.124Z Compiling time v0.3.36
19422024-09-26T19:52:20.148Z 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=478e0f05d7cd44f4 -C extra-filename=-478e0f05d7cd44f4 --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-1b46dd66a7c6c3c6.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`
19432024-09-26T19:52:20.323Z Dirty cipher v0.4.4: the rustflags changed
19442024-09-26T19:52:20.323Z Compiling cipher v0.4.4
19452024-09-26T19:52:20.349Z 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=d517c578d34f8a8c -C extra-filename=-d517c578d34f8a8c --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-5fb64d847cdd0a83.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-58b4684230791a07.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19462024-09-26T19:52:20.373Z 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=21e223042efd6c2a -C extra-filename=-21e223042efd6c2a --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-b050ca61f382ec87.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-e8b5c01317fe1661/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test`
19472024-09-26T19:52:20.554Z Dirty hashbrown v0.14.5: the rustflags changed
19482024-09-26T19:52:20.554Z Compiling hashbrown v0.14.5
19492024-09-26T19:52:20.578Z 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=67b9ae57f5745324 -C extra-filename=-67b9ae57f5745324 --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-e2fb159e06ef370b.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`
19502024-09-26T19:52:20.769Z Dirty hmac v0.12.1: the rustflags changed
19512024-09-26T19:52:20.769Z Compiling hmac v0.12.1
19522024-09-26T19:52:20.793Z 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=19a367469c532c8d -C extra-filename=-19a367469c532c8d --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-9215c75ecf6dc2e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19532024-09-26T19:52:21.002Z Dirty sha2 v0.10.8: the rustflags changed
19542024-09-26T19:52:21.002Z Compiling sha2 v0.10.8
19552024-09-26T19:52:21.027Z 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=70c117f9faddfe04 -C extra-filename=-70c117f9faddfe04 --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-9215c75ecf6dc2e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19562024-09-26T19:52:21.777Z Dirty async-trait v0.1.83: the rustflags changed
19572024-09-26T19:52:21.777Z Compiling async-trait v0.1.83
19582024-09-26T19:52:21.801Z 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.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ab8bb954528b4839 -C extra-filename=-ab8bb954528b4839 --out-dir /work/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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19592024-09-26T19:52:22.097Z Dirty tracing v0.1.40: the rustflags changed
19602024-09-26T19:52:22.097Z Compiling tracing v0.1.40
19612024-09-26T19:52:22.121Z 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=4849ad2e0e9b19f7 -C extra-filename=-4849ad2e0e9b19f7 --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-9bb3211f8a6d4da7.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-34b70cf2ce4462ce.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`
19622024-09-26T19:52:22.426Z Dirty httpdate v1.0.3: the rustflags changed
19632024-09-26T19:52:22.426Z Compiling httpdate v1.0.3
19642024-09-26T19:52:22.450Z 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`
19652024-09-26T19:52:22.574Z Dirty slog v2.7.0: the rustflags changed
19662024-09-26T19:52:22.574Z Compiling slog v2.7.0
19672024-09-26T19:52:22.598Z 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`
19682024-09-26T19:52:22.852Z Dirty backtrace v0.3.71: the rustflags changed
19692024-09-26T19:52:22.852Z Compiling backtrace v0.3.71
19702024-09-26T19:52:22.877Z 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=b566670ef0ea36fa -C extra-filename=-b566670ef0ea36fa --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-b566670ef0ea36fa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19712024-09-26T19:52:23.106Z 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.210/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=b77f2f78e8b09bf9 -C extra-filename=-b77f2f78e8b09bf9 --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-4d3f1b3ad0292503.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg no_core_error --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
19722024-09-26T19:52:23.130Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-993125d68d51fc81/build-script-build`
19732024-09-26T19:52:23.196Z Dirty adler v1.0.2: the rustflags changed
19742024-09-26T19:52:23.196Z Compiling adler v1.0.2
19752024-09-26T19:52:23.220Z 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`
19762024-09-26T19:52:23.389Z Dirty try-lock v0.2.5: the rustflags changed
19772024-09-26T19:52:23.389Z Compiling try-lock v0.2.5
19782024-09-26T19:52:23.413Z 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`
19792024-09-26T19:52:23.438Z Dirty gimli v0.28.1: the rustflags changed
19802024-09-26T19:52:23.438Z Compiling gimli v0.28.1
19812024-09-26T19:52:23.438Z 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`
19822024-09-26T19:52:23.547Z Dirty want v0.3.1: the rustflags changed
19832024-09-26T19:52:23.547Z Compiling want v0.3.1
19842024-09-26T19:52:23.571Z 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`
19852024-09-26T19:52:23.711Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-b566670ef0ea36fa/build-script-build`
19862024-09-26T19:52:23.742Z Dirty miniz_oxide v0.7.2: the rustflags changed
19872024-09-26T19:52:23.742Z Compiling miniz_oxide v0.7.2
19882024-09-26T19:52:23.767Z 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 --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=b6745610e627cedf -C extra-filename=-b6745610e627cedf --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`
19892024-09-26T19:52:23.767Z 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`
19902024-09-26T19:52:23.872Z Dirty object v0.32.2: the rustflags changed
19912024-09-26T19:52:23.872Z Compiling object v0.32.2
19922024-09-26T19:52:23.897Z 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`
19932024-09-26T19:52:24.372Z Dirty tower-service v0.3.2: the rustflags changed
19942024-09-26T19:52:24.372Z Compiling tower-service v0.3.2
19952024-09-26T19:52:24.396Z 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`
19962024-09-26T19:52:24.434Z Dirty anyhow v1.0.89: the rustflags changed
19972024-09-26T19:52:24.434Z Compiling anyhow v1.0.89
19982024-09-26T19:52:24.459Z 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.89/build.rs --error-format=json --json=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=4604dbbbc7fdc589 -C extra-filename=-4604dbbbc7fdc589 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-4604dbbbc7fdc589 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19992024-09-26T19:52:24.483Z Dirty rustc-demangle v0.1.24: the rustflags changed
20002024-09-26T19:52:24.483Z Compiling rustc-demangle v0.1.24
20012024-09-26T19:52:24.483Z 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`
20022024-09-26T19:52:24.519Z Dirty pem-rfc7468 v0.7.0: the rustflags changed
20032024-09-26T19:52:24.519Z Compiling pem-rfc7468 v0.7.0
20042024-09-26T19:52:24.544Z 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`
20052024-09-26T19:52:24.544Z Dirty futures-executor v0.3.30: the rustflags changed
20062024-09-26T19:52:24.544Z Compiling futures-executor v0.3.30
20072024-09-26T19:52:24.544Z 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=39f2b1d4ec34797d -C extra-filename=-39f2b1d4ec34797d --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-01f167c9eb44adb9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20082024-09-26T19:52:24.763Z Dirty socket2 v0.4.10: the rustflags changed
20092024-09-26T19:52:24.763Z Compiling socket2 v0.4.10
20102024-09-26T19:52:24.787Z 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=7c6d672330db8c70 -C extra-filename=-7c6d672330db8c70 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20112024-09-26T19:52:25.053Z Dirty futures v0.3.30: the rustflags changed
20122024-09-26T19:52:25.053Z Compiling futures v0.3.30
20132024-09-26T19:52:25.053Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-4604dbbbc7fdc589/build-script-build`
20142024-09-26T19:52:25.077Z 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=25b9bd7f9abae822 -C extra-filename=-25b9bd7f9abae822 --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-39f2b1d4ec34797d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ec51e95ae6c78625.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-01f167c9eb44adb9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20152024-09-26T19:52:25.198Z Dirty der_derive v0.7.2: the rustflags changed
20162024-09-26T19:52:25.198Z Compiling der_derive v0.7.2
20172024-09-26T19:52:25.222Z Dirty openssl-sys v0.9.103: the rustflags changed
20182024-09-26T19:52:25.222Z Compiling openssl-sys v0.9.103
20192024-09-26T19:52:25.222Z 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=882f193fb6bf28ae -C extra-filename=-882f193fb6bf28ae --out-dir /work/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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20202024-09-26T19:52:25.222Z 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=2d11e44b4fbc9dbd -C extra-filename=-2d11e44b4fbc9dbd --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-2d11e44b4fbc9dbd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.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`
20212024-09-26T19:52:25.333Z Dirty base64 v0.21.7: the rustflags changed
20222024-09-26T19:52:25.333Z Compiling base64 v0.21.7
20232024-09-26T19:52:25.359Z 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`
20242024-09-26T19:52:25.359Z Dirty flagset v0.4.5: the rustflags changed
20252024-09-26T19:52:25.359Z Compiling flagset v0.4.5
20262024-09-26T19:52:25.359Z 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`
20272024-09-26T19:52:25.560Z Dirty mime v0.3.17: the rustflags changed
20282024-09-26T19:52:25.560Z Compiling mime v0.3.17
20292024-09-26T19:52:25.585Z 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`
20302024-09-26T19:52:25.585Z Dirty pbkdf2 v0.12.2: the rustflags changed
20312024-09-26T19:52:25.585Z Compiling pbkdf2 v0.12.2
20322024-09-26T19:52:25.609Z 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=4265ac5e75b313df -C extra-filename=-4265ac5e75b313df --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-9215c75ecf6dc2e1.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-19a367469c532c8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20332024-09-26T19:52:25.758Z Dirty aes v0.8.4: the rustflags changed
20342024-09-26T19:52:25.758Z Compiling aes v0.8.4
20352024-09-26T19:52:25.782Z 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=b1964e7a3d24b57b -C extra-filename=-b1964e7a3d24b57b --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-d517c578d34f8a8c.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`
20362024-09-26T19:52:26.031Z Dirty heck v0.4.1: the rustflags changed
20372024-09-26T19:52:26.031Z Compiling heck v0.4.1
20382024-09-26T19:52:26.055Z 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`
20392024-09-26T19:52:26.187Z Dirty salsa20 v0.10.2: the rustflags changed
20402024-09-26T19:52:26.187Z Compiling salsa20 v0.10.2
20412024-09-26T19:52:26.211Z 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=1390c402b24a9526 -C extra-filename=-1390c402b24a9526 --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-d517c578d34f8a8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20422024-09-26T19:52:26.310Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-2d11e44b4fbc9dbd/build-script-main`
20432024-09-26T19:52:26.398Z Dirty cbc v0.1.2: the rustflags changed
20442024-09-26T19:52:26.398Z Compiling cbc v0.1.2
20452024-09-26T19:52:26.423Z 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=10e903f887f8e166 -C extra-filename=-10e903f887f8e166 --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-d517c578d34f8a8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20462024-09-26T19:52:26.423Z Dirty winnow v0.5.40: the rustflags changed
20472024-09-26T19:52:26.423Z Compiling winnow v0.5.40
20482024-09-26T19:52:26.459Z 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`
20492024-09-26T19:52:26.502Z Dirty scrypt v0.11.0: the rustflags changed
20502024-09-26T19:52:26.502Z Compiling scrypt v0.11.0
20512024-09-26T19:52:26.528Z 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=3dfeb39ff6ef07d1 -C extra-filename=-3dfeb39ff6ef07d1 --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-4265ac5e75b313df.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-1390c402b24a9526.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-70c117f9faddfe04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20522024-09-26T19:52:26.623Z Dirty ipnet v2.9.0: the rustflags changed
20532024-09-26T19:52:26.623Z Compiling ipnet v2.9.0
20542024-09-26T19:52:26.647Z 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`
20552024-09-26T19:52:27.039Z Dirty foreign-types-shared v0.1.1: the rustflags changed
20562024-09-26T19:52:27.039Z Compiling foreign-types-shared v0.1.1
20572024-09-26T19:52:27.063Z 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`
20582024-09-26T19:52:27.155Z Dirty addr2line v0.21.0: the rustflags changed
20592024-09-26T19:52:27.155Z Compiling addr2line v0.21.0
20602024-09-26T19:52:27.180Z 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`
20612024-09-26T19:52:27.527Z Dirty der v0.7.9: the rustflags changed
20622024-09-26T19:52:27.527Z Compiling der v0.7.9
20632024-09-26T19:52:27.551Z 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=f38f921c2054efce -C extra-filename=-f38f921c2054efce --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-882f193fb6bf28ae.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-37f01ee774828d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20642024-09-26T19:52:27.728Z Dirty openssl v0.10.66: the rustflags changed
20652024-09-26T19:52:27.728Z Compiling openssl v0.10.66
20662024-09-26T19:52:27.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/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`
20672024-09-26T19:52:27.754Z Dirty openssl-probe v0.1.5: the rustflags changed
20682024-09-26T19:52:27.754Z Compiling openssl-probe v0.1.5
20692024-09-26T19:52:27.784Z 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`
20702024-09-26T19:52:27.810Z Dirty foreign-types v0.3.2: the rustflags changed
20712024-09-26T19:52:27.810Z Compiling foreign-types v0.3.2
20722024-09-26T19:52:27.810Z 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`
20732024-09-26T19:52:27.911Z Dirty bytes v1.7.2: the rustflags changed
20742024-09-26T19:52:27.911Z Compiling bytes v1.7.2
20752024-09-26T19:52:27.935Z 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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=2396091a33ed140b -C extra-filename=-2396091a33ed140b --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-b77f2f78e8b09bf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20762024-09-26T19:52:28.033Z Dirty bitflags v2.6.0: the rustflags changed
20772024-09-26T19:52:28.033Z Compiling bitflags v2.6.0
20782024-09-26T19:52:28.057Z 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=63cede1d1ea82dc2 -C extra-filename=-63cede1d1ea82dc2 --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-b77f2f78e8b09bf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20792024-09-26T19:52:28.087Z 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.128/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=e4ad8f169245e957 -C extra-filename=-e4ad8f169245e957 --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-b77f2f78e8b09bf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
20802024-09-26T19:52:28.192Z Dirty indexmap v2.4.0: the rustflags changed
20812024-09-26T19:52:28.192Z Compiling indexmap v2.4.0
20822024-09-26T19:52:28.217Z 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=721c35836bc121ec -C extra-filename=-721c35836bc121ec --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-67b9ae57f5745324.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20832024-09-26T19:52:28.255Z Dirty chrono v0.4.38: the rustflags changed
20842024-09-26T19:52:28.255Z Compiling chrono v0.4.38
20852024-09-26T19:52:28.279Z 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=8d96ed3c0f645ade -C extra-filename=-8d96ed3c0f645ade --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-b77f2f78e8b09bf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20862024-09-26T19:52:28.459Z 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="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "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=968df9948346758c -C extra-filename=-968df9948346758c --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-63cede1d1ea82dc2.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-845b76ba4aeefe65.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
20872024-09-26T19:52:29.139Z Dirty tokio v1.39.3: the rustflags changed
20882024-09-26T19:52:29.140Z Compiling tokio v1.39.3
20892024-09-26T19:52:29.164Z 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.39.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="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=42c4d50779fe32e0 -C extra-filename=-42c4d50779fe32e0 --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-2396091a33ed140b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-34ebc64efd3050da.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-472720b9ff68b690.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-4f7cf3856044bb3a.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-29c9a263dfe6d7eb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20902024-09-26T19:52:29.472Z 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=0fb8b605bbfd881f -C extra-filename=-0fb8b605bbfd881f --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-b77f2f78e8b09bf9.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)'`
20912024-09-26T19:52:29.808Z Dirty uuid v1.10.0: the rustflags changed
20922024-09-26T19:52:29.808Z Compiling uuid v1.10.0
20932024-09-26T19:52:29.833Z 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=f668f91978ebd455 -C extra-filename=-f668f91978ebd455 --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-b050ca61f382ec87.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20942024-09-26T19:52:30.164Z Dirty toml_datetime v0.6.8: the rustflags changed
20952024-09-26T19:52:30.164Z Compiling toml_datetime v0.6.8
20962024-09-26T19:52:30.188Z 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=d448c7bd1cf2ef35 -C extra-filename=-d448c7bd1cf2ef35 --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-b77f2f78e8b09bf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20972024-09-26T19:52:30.212Z Dirty http v0.2.12: the rustflags changed
20982024-09-26T19:52:30.212Z Compiling http v0.2.12
20992024-09-26T19:52:30.212Z 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=fc3e9785c2b51d39 -C extra-filename=-fc3e9785c2b51d39 --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-2396091a33ed140b.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`
21002024-09-26T19:52:30.537Z 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=f8d87f440548dcec -C extra-filename=-f8d87f440548dcec --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-2396091a33ed140b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.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-af5c5b1961f01ae1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
21012024-09-26T19:52:30.651Z Dirty serde_tokenstream v0.2.2: the rustflags changed
21022024-09-26T19:52:30.651Z Compiling serde_tokenstream v0.2.2
21032024-09-26T19:52:30.675Z 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=e968890b991f4456 -C extra-filename=-e968890b991f4456 --out-dir /work/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-700a8165421bc382.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21042024-09-26T19:52:30.906Z Dirty serde_spanned v0.6.7: the rustflags changed
21052024-09-26T19:52:30.906Z Compiling serde_spanned v0.6.7
21062024-09-26T19:52:30.931Z 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=4cdd3a0c5bc2956c -C extra-filename=-4cdd3a0c5bc2956c --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-b77f2f78e8b09bf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21072024-09-26T19:52:31.072Z 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=7edff9d8cda30ac9 -C extra-filename=-7edff9d8cda30ac9 --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-1b46dd66a7c6c3c6.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-b6745610e627cedf.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`
21082024-09-26T19:52:31.145Z Dirty rustc_version v0.4.0: the rustflags changed
21092024-09-26T19:52:31.146Z Compiling rustc_version v0.4.0
21102024-09-26T19:52:31.170Z 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=b1b663f0a48c9776 -C extra-filename=-b1b663f0a48c9776 --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-0fb8b605bbfd881f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21112024-09-26T19:52:31.247Z Dirty spki v0.7.3: the rustflags changed
21122024-09-26T19:52:31.247Z Compiling spki v0.7.3
21132024-09-26T19:52:31.271Z 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=bdf7dd31e256d2a1 -C extra-filename=-bdf7dd31e256d2a1 --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-f38f921c2054efce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21142024-09-26T19:52:31.535Z Dirty http v1.1.0: the rustflags changed
21152024-09-26T19:52:31.535Z Compiling http v1.1.0
21162024-09-26T19:52:31.559Z 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=2d9395ab4302713f -C extra-filename=-2d9395ab4302713f --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-2396091a33ed140b.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`
21172024-09-26T19:52:31.592Z Dirty http-body v0.4.6: the rustflags changed
21182024-09-26T19:52:31.593Z Compiling http-body v0.4.6
21192024-09-26T19:52:31.617Z 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=d7614d52cd0600f6 -C extra-filename=-d7614d52cd0600f6 --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-2396091a33ed140b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.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`
21202024-09-26T19:52:31.871Z 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.89/src/lib.rs --error-format=json --json=diagnostic-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=44609b41ff48f4fb -C extra-filename=-44609b41ff48f4fb --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-7edff9d8cda30ac9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg anyhow_no_core_error --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
21212024-09-26T19:52:31.987Z Dirty pkcs5 v0.7.1: the rustflags changed
21222024-09-26T19:52:31.987Z Compiling pkcs5 v0.7.1
21232024-09-26T19:52:32.012Z 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=a2019b42fe7f5d6e -C extra-filename=-a2019b42fe7f5d6e --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-b1964e7a3d24b57b.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-10e903f887f8e166.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f38f921c2054efce.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-4265ac5e75b313df.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-3dfeb39ff6ef07d1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-70c117f9faddfe04.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-bdf7dd31e256d2a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21242024-09-26T19:52:32.441Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-a8b0d1321d6e4d0d/build-script-build`
21252024-09-26T19:52:32.470Z Dirty serde_urlencoded v0.7.1: the rustflags changed
21262024-09-26T19:52:32.470Z Compiling serde_urlencoded v0.7.1
21272024-09-26T19:52:32.495Z 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=f966a333adb39b2a -C extra-filename=-f966a333adb39b2a --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-b77f2f78e8b09bf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21282024-09-26T19:52:32.656Z Dirty pkcs8 v0.10.2: the rustflags changed
21292024-09-26T19:52:32.656Z Compiling pkcs8 v0.10.2
21302024-09-26T19:52:32.680Z 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=18f7acef858970dc -C extra-filename=-18f7acef858970dc --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-f38f921c2054efce.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-a2019b42fe7f5d6e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-bdf7dd31e256d2a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21312024-09-26T19:52:32.932Z 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=9d9e768368c14300 -C extra-filename=-9d9e768368c14300 --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-1b46dd66a7c6c3c6.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)'`
21322024-09-26T19:52:33.039Z Dirty openssl-macros v0.1.1: the rustflags changed
21332024-09-26T19:52:33.039Z Compiling openssl-macros v0.1.1
21342024-09-26T19:52:33.064Z 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=c8db9c406cbf9986 -C extra-filename=-c8db9c406cbf9986 --out-dir /work/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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21352024-09-26T19:52:33.064Z Dirty encoding_rs v0.8.34: the rustflags changed
21362024-09-26T19:52:33.064Z Compiling encoding_rs v0.8.34
21372024-09-26T19:52:33.095Z 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`
21382024-09-26T19:52:33.300Z Dirty utf8parse v0.2.1: the rustflags changed
21392024-09-26T19:52:33.300Z Compiling utf8parse v0.2.1
21402024-09-26T19:52:33.324Z 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`
21412024-09-26T19:52:33.455Z Dirty rustls v0.21.12: the rustflags changed
21422024-09-26T19:52:33.455Z Compiling rustls v0.21.12
21432024-09-26T19:52:33.480Z 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`
21442024-09-26T19:52:33.779Z Dirty ucd-trie v0.1.6: the rustflags changed
21452024-09-26T19:52:33.779Z Compiling ucd-trie v0.1.6
21462024-09-26T19:52:33.811Z 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`
21472024-09-26T19:52:33.811Z Dirty data-encoding v2.6.0: the rustflags changed
21482024-09-26T19:52:33.811Z Compiling data-encoding v2.6.0
21492024-09-26T19:52:33.811Z 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`
21502024-09-26T19:52:33.811Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-cc7004d78b197d5b/build-script-build`
21512024-09-26T19:52:33.854Z Dirty sct v0.7.1: the rustflags changed
21522024-09-26T19:52:33.854Z Compiling sct v0.7.1
21532024-09-26T19:52:33.879Z 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=59ca750739fc586b -C extra-filename=-59ca750739fc586b --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-21e223042efd6c2a.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-e8b5c01317fe1661/out`
21542024-09-26T19:52:33.903Z Dirty rustls-webpki v0.101.7: the rustflags changed
21552024-09-26T19:52:33.903Z Compiling rustls-webpki v0.101.7
21562024-09-26T19:52:33.903Z 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=575b5a6d4acb28b6 -C extra-filename=-575b5a6d4acb28b6 --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-21e223042efd6c2a.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-e8b5c01317fe1661/out`
21572024-09-26T19:52:34.097Z Dirty pest v2.7.10: the rustflags changed
21582024-09-26T19:52:34.097Z Compiling pest v2.7.10
21592024-09-26T19:52:34.122Z 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=d6790f4e2b0c4390 -C extra-filename=-d6790f4e2b0c4390 --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-b2c5de0a6793a89e.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`
21602024-09-26T19:52:34.164Z 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=060498d8aab3c360 -C extra-filename=-060498d8aab3c360 --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-63cede1d1ea82dc2.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-1b46dd66a7c6c3c6.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-c8db9c406cbf9986.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9d9e768368c14300.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)'`
21612024-09-26T19:52:34.192Z Dirty sha1 v0.10.6: the rustflags changed
21622024-09-26T19:52:34.192Z Compiling sha1 v0.10.6
21632024-09-26T19:52:34.192Z 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=336528d46dc1ab41 -C extra-filename=-336528d46dc1ab41 --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-9215c75ecf6dc2e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21642024-09-26T19:52:34.363Z Dirty native-tls v0.2.11: the rustflags changed
21652024-09-26T19:52:34.363Z Compiling native-tls v0.2.11
21662024-09-26T19:52:34.387Z 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`
21672024-09-26T19:52:34.614Z 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=8a695779d6e79c96 -C extra-filename=-8a695779d6e79c96 --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-9bb3211f8a6d4da7.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-575b5a6d4acb28b6.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-59ca750739fc586b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
21682024-09-26T19:52:34.705Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-cf90cf2c6b0283f2/build-script-build`
21692024-09-26T19:52:34.731Z Dirty toml_edit v0.19.15: the rustflags changed
21702024-09-26T19:52:34.731Z Compiling toml_edit v0.19.15
21712024-09-26T19:52:34.755Z 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=90415c611b1250b4 -C extra-filename=-90415c611b1250b4 --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-721c35836bc121ec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-4cdd3a0c5bc2956c.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-d448c7bd1cf2ef35.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`
21722024-09-26T19:52:35.510Z Dirty openapiv3 v2.0.0: the rustflags changed
21732024-09-26T19:52:35.510Z Compiling openapiv3 v2.0.0
21742024-09-26T19:52:35.534Z 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=db9effad285786c2 -C extra-filename=-db9effad285786c2 --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-721c35836bc121ec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21752024-09-26T19:52:35.806Z Dirty scroll_derive v0.12.0: the rustflags changed
21762024-09-26T19:52:35.806Z Compiling scroll_derive v0.12.0
21772024-09-26T19:52:35.832Z 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=d70eca09b5f4562a -C extra-filename=-d70eca09b5f4562a --out-dir /work/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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21782024-09-26T19:52:36.645Z Dirty tokio-util v0.7.12: the rustflags changed
21792024-09-26T19:52:36.645Z Compiling tokio-util v0.7.12
21802024-09-26T19:52:36.670Z 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.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=b8b267ec77b81b8e -C extra-filename=-b8b267ec77b81b8e --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-2396091a33ed140b.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-42c4d50779fe32e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21812024-09-26T19:52:36.702Z Dirty pest_meta v2.7.10: the rustflags changed
21822024-09-26T19:52:36.702Z Compiling pest_meta v2.7.10
21832024-09-26T19:52:36.726Z 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=0fde432404e621a9 -C extra-filename=-0fde432404e621a9 --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-d6790f4e2b0c4390.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21842024-09-26T19:52:37.263Z Dirty cookie v0.17.0: the rustflags changed
21852024-09-26T19:52:37.263Z Compiling cookie v0.17.0
21862024-09-26T19:52:37.287Z 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`
21872024-09-26T19:52:37.600Z Dirty h2 v0.3.26: the rustflags changed
21882024-09-26T19:52:37.600Z Compiling h2 v0.3.26
21892024-09-26T19:52:37.625Z 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=3db304e93c877b13 -C extra-filename=-3db304e93c877b13 --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-2396091a33ed140b.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-01f167c9eb44adb9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-721c35836bc121ec.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96e20c34b56be83.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4849ad2e0e9b19f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21902024-09-26T19:52:37.874Z Dirty anstyle v1.0.8: the rustflags changed
21912024-09-26T19:52:37.874Z Compiling anstyle v1.0.8
21922024-09-26T19:52:37.901Z 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`
21932024-09-26T19:52:38.287Z Dirty pest_generator v2.7.10: the rustflags changed
21942024-09-26T19:52:38.287Z Compiling pest_generator v2.7.10
21952024-09-26T19:52:38.312Z 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=14abc65b7c40930e -C extra-filename=-14abc65b7c40930e --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-d6790f4e2b0c4390.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-0fde432404e621a9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21962024-09-26T19:52:39.245Z 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=543bcbe47cb05be4 -C extra-filename=-543bcbe47cb05be4 --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-9bb3211f8a6d4da7.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-060498d8aab3c360.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-9d9e768368c14300.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`
21972024-09-26T19:52:39.805Z Dirty tokio-rustls v0.24.1: the rustflags changed
21982024-09-26T19:52:39.805Z Compiling tokio-rustls v0.24.1
21992024-09-26T19:52:39.830Z 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=a66311c92771506c -C extra-filename=-a66311c92771506c --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-8a695779d6e79c96.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
22002024-09-26T19:52:39.958Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-f9006c4f2b124dac/build-script-build`
22012024-09-26T19:52:40.021Z Dirty scroll v0.12.0: the rustflags changed
22022024-09-26T19:52:40.021Z Compiling scroll v0.12.0
22032024-09-26T19:52:40.045Z 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=3a71268d5ffd0ee9 -C extra-filename=-3a71268d5ffd0ee9 --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-d70eca09b5f4562a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22042024-09-26T19:52:40.170Z Dirty idna v0.3.0: the rustflags changed
22052024-09-26T19:52:40.170Z Compiling idna v0.3.0
22062024-09-26T19:52:40.194Z 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`
22072024-09-26T19:52:40.510Z Dirty atomic-waker v1.1.2: the rustflags changed
22082024-09-26T19:52:40.510Z Compiling atomic-waker v1.1.2
22092024-09-26T19:52:40.534Z 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`
22102024-09-26T19:52:40.694Z Dirty psl-types v2.0.11: the rustflags changed
22112024-09-26T19:52:40.694Z Compiling psl-types v2.0.11
22122024-09-26T19:52:40.720Z 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`
22132024-09-26T19:52:40.885Z Dirty plain v0.2.3: the rustflags changed
22142024-09-26T19:52:40.885Z Compiling plain v0.2.3
22152024-09-26T19:52:40.910Z 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`
22162024-09-26T19:52:41.104Z Dirty goblin v0.8.2: the rustflags changed
22172024-09-26T19:52:41.104Z Compiling goblin v0.8.2
22182024-09-26T19:52:41.128Z 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=43513228682b8cee -C extra-filename=-43513228682b8cee --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-9bb3211f8a6d4da7.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-7a3ece633e1d4183.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-3a71268d5ffd0ee9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22192024-09-26T19:52:41.153Z Dirty pest_derive v2.7.10: the rustflags changed
22202024-09-26T19:52:41.153Z Compiling pest_derive v2.7.10
22212024-09-26T19:52:41.153Z 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=efede6a118ce48ce -C extra-filename=-efede6a118ce48ce --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-d6790f4e2b0c4390.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-14abc65b7c40930e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22222024-09-26T19:52:41.535Z Dirty publicsuffix v2.2.3: the rustflags changed
22232024-09-26T19:52:41.535Z Compiling publicsuffix v2.2.3
22242024-09-26T19:52:41.560Z 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`
22252024-09-26T19:52:41.584Z 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=ecc96e0fea102ce5 -C extra-filename=-ecc96e0fea102ce5 --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-478e0f05d7cd44f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22262024-09-26T19:52:41.608Z Dirty tokio-native-tls v0.3.1: the rustflags changed
22272024-09-26T19:52:41.608Z Compiling tokio-native-tls v0.3.1
22282024-09-26T19:52:41.638Z 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=690cd369096266ed -C extra-filename=-690cd369096266ed --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-543bcbe47cb05be4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
22292024-09-26T19:52:41.806Z Dirty rustls-pemfile v1.0.4: the rustflags changed
22302024-09-26T19:52:41.806Z Compiling rustls-pemfile v1.0.4
22312024-09-26T19:52:41.830Z 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`
22322024-09-26T19:52:41.867Z Dirty usdt-impl v0.5.0: the rustflags changed
22332024-09-26T19:52:41.867Z Compiling usdt-impl v0.5.0
22342024-09-26T19:52:41.891Z 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`
22352024-09-26T19:52:42.071Z Dirty base64 v0.22.1: the rustflags changed
22362024-09-26T19:52:42.071Z Compiling base64 v0.22.1
22372024-09-26T19:52:42.095Z 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`
22382024-09-26T19:52:42.160Z Dirty pretty-hex v0.4.1: the rustflags changed
22392024-09-26T19:52:42.160Z Compiling pretty-hex v0.4.1
22402024-09-26T19:52:42.185Z 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`
22412024-09-26T19:52:42.245Z Dirty dtrace-parser v0.2.0: the rustflags changed
22422024-09-26T19:52:42.245Z Compiling dtrace-parser v0.2.0
22432024-09-26T19:52:42.270Z 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=67be3fe683cbf946 -C extra-filename=-67be3fe683cbf946 --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-d6790f4e2b0c4390.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-efede6a118ce48ce.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22442024-09-26T19:52:42.295Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-6caa4c31d5230c97/build-script-build`
22452024-09-26T19:52:42.319Z Dirty cookie_store v0.20.0: the rustflags changed
22462024-09-26T19:52:42.319Z Compiling cookie_store v0.20.0
22472024-09-26T19:52:42.319Z 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=2a190af4df45169e -C extra-filename=-2a190af4df45169e --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-ecc96e0fea102ce5.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-10e850573a39292b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-f266276591515350.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4d3f1b3ad0292503.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.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`
22482024-09-26T19:52:42.371Z Dirty anstyle-parse v0.2.4: the rustflags changed
22492024-09-26T19:52:42.371Z Compiling anstyle-parse v0.2.4
22502024-09-26T19:52:42.409Z 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`
22512024-09-26T19:52:42.439Z Dirty signature v2.2.0: the rustflags changed
22522024-09-26T19:52:42.440Z Compiling signature v2.2.0
22532024-09-26T19:52:42.464Z 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=6df2ef2bba82c8e5 -C extra-filename=-6df2ef2bba82c8e5 --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-9215c75ecf6dc2e1.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22542024-09-26T19:52:42.582Z Dirty thread-id v4.2.1: the rustflags changed
22552024-09-26T19:52:42.582Z Compiling thread-id v4.2.1
22562024-09-26T19:52:42.607Z 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=95fab8b102482621 -C extra-filename=-95fab8b102482621 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22572024-09-26T19:52:42.715Z Dirty bitflags v1.3.2: the rustflags changed
22582024-09-26T19:52:42.715Z Compiling bitflags v1.3.2
22592024-09-26T19:52:42.739Z Dirty sync_wrapper v0.1.2: the rustflags changed
22602024-09-26T19:52:42.739Z Compiling sync_wrapper v0.1.2
22612024-09-26T19:52:42.739Z 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`
22622024-09-26T19:52:42.739Z 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`
22632024-09-26T19:52:42.763Z Dirty webpki-roots v0.25.4: the rustflags changed
22642024-09-26T19:52:42.763Z Compiling webpki-roots v0.25.4
22652024-09-26T19:52:42.763Z 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`
22662024-09-26T19:52:42.806Z Dirty is_terminal_polyfill v1.70.0: the rustflags changed
22672024-09-26T19:52:42.806Z Compiling is_terminal_polyfill v1.70.0
22682024-09-26T19:52:42.831Z 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`
22692024-09-26T19:52:42.857Z Dirty anstyle-query v1.0.3: the rustflags changed
22702024-09-26T19:52:42.857Z Compiling anstyle-query v1.0.3
22712024-09-26T19:52:42.881Z 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`
22722024-09-26T19:52:42.881Z Dirty colorchoice v1.0.1: the rustflags changed
22732024-09-26T19:52:42.881Z Compiling colorchoice v1.0.1
22742024-09-26T19:52:42.881Z 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`
22752024-09-26T19:52:42.935Z Dirty terminal_size v0.3.0: the rustflags changed
22762024-09-26T19:52:42.935Z Compiling terminal_size v0.3.0
22772024-09-26T19:52:42.959Z 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=a6592b230159076a -C extra-filename=-a6592b230159076a --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-968df9948346758c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22782024-09-26T19:52:42.959Z Dirty winnow v0.6.18: the rustflags changed
22792024-09-26T19:52:42.959Z Compiling winnow v0.6.18
22802024-09-26T19:52:42.960Z 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`
22812024-09-26T19:52:43.012Z Dirty anstream v0.6.14: the rustflags changed
22822024-09-26T19:52:43.012Z Compiling anstream v0.6.14
22832024-09-26T19:52:43.036Z 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`
22842024-09-26T19:52:43.071Z Dirty clap_lex v0.7.0: the rustflags changed
22852024-09-26T19:52:43.071Z Compiling clap_lex v0.7.0
22862024-09-26T19:52:43.071Z 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`
22872024-09-26T19:52:43.138Z Dirty clap_derive v4.5.18: the rustflags changed
22882024-09-26T19:52:43.138Z Compiling clap_derive v4.5.18
22892024-09-26T19:52:43.174Z 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.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-v5"))' -C metadata=3942f26642e1b526 -C extra-filename=-3942f26642e1b526 --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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22902024-09-26T19:52:43.536Z Dirty clap_builder v4.5.18: the rustflags changed
22912024-09-26T19:52:43.536Z Compiling clap_builder v4.5.18
22922024-09-26T19:52:43.561Z 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.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::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=7979b4304d00e5f9 -C extra-filename=-7979b4304d00e5f9 --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-a6592b230159076a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22932024-09-26T19:52:43.762Z Dirty hyper v0.14.30: the rustflags changed
22942024-09-26T19:52:43.762Z Compiling hyper v0.14.30
22952024-09-26T19:52:43.797Z 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=5307a36688f7075b -C extra-filename=-5307a36688f7075b --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-2396091a33ed140b.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-01f167c9eb44adb9.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-3db304e93c877b13.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-d7614d52cd0600f6.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-7c6d672330db8c70.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4849ad2e0e9b19f7.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`
22962024-09-26T19:52:43.797Z Dirty base16ct v0.2.0: the rustflags changed
22972024-09-26T19:52:43.797Z Compiling base16ct v0.2.0
22982024-09-26T19:52:43.797Z 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`
22992024-09-26T19:52:44.107Z Dirty crc32fast v1.4.0: the rustflags changed
23002024-09-26T19:52:44.107Z Compiling crc32fast v1.4.0
23012024-09-26T19:52:44.131Z 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`
23022024-09-26T19:52:44.131Z Dirty unicode-segmentation v1.11.0: the rustflags changed
23032024-09-26T19:52:44.131Z Compiling unicode-segmentation v1.11.0
23042024-09-26T19:52:44.156Z 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`
23052024-09-26T19:52:44.624Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-37021511ff531a57/build-script-build`
23062024-09-26T19:52:44.702Z Dirty sec1 v0.7.3: the rustflags changed
23072024-09-26T19:52:44.702Z Compiling sec1 v0.7.3
23082024-09-26T19:52:44.727Z 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=96a91bf383d134f6 -C extra-filename=-96a91bf383d134f6 --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-f38f921c2054efce.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-033b543cc30967b3.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-18f7acef858970dc.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23092024-09-26T19:52:44.865Z Dirty num-integer v0.1.46: the rustflags changed
23102024-09-26T19:52:44.865Z Compiling num-integer v0.1.46
23112024-09-26T19:52:44.890Z 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`
23122024-09-26T19:52:45.263Z Dirty ff v0.13.0: the rustflags changed
23132024-09-26T19:52:45.263Z Compiling ff v0.13.0
23142024-09-26T19:52:45.288Z 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=c1aa6d2350b74cba -C extra-filename=-c1aa6d2350b74cba --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-8b13f8510d518754.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`
23152024-09-26T19:52:45.490Z Dirty memmap v0.7.0: the rustflags changed
23162024-09-26T19:52:45.490Z Compiling memmap v0.7.0
23172024-09-26T19:52:45.514Z 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=05bc91404a9edc9a -C extra-filename=-05bc91404a9edc9a --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23182024-09-26T19:52:45.579Z Dirty group v0.13.0: the rustflags changed
23192024-09-26T19:52:45.579Z Compiling group v0.13.0
23202024-09-26T19:52:45.607Z 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=d28686e858e4e4e9 -C extra-filename=-d28686e858e4e4e9 --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-c1aa6d2350b74cba.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.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`
23212024-09-26T19:52:45.838Z 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`
23222024-09-26T19:52:45.899Z Dirty toml_edit v0.22.22: the rustflags changed
23232024-09-26T19:52:45.899Z Compiling toml_edit v0.22.22
23242024-09-26T19:52:45.924Z 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.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=2b6da40b504a9c80 -C extra-filename=-2b6da40b504a9c80 --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-721c35836bc121ec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-4cdd3a0c5bc2956c.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-d448c7bd1cf2ef35.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`
23252024-09-26T19:52:46.195Z Dirty dof v0.3.0: the rustflags changed
23262024-09-26T19:52:46.195Z Compiling dof v0.3.0
23272024-09-26T19:52:46.219Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=309d54d167237796 -C extra-filename=-309d54d167237796 --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-43513228682b8cee.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6659aeae0a5b7207.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23282024-09-26T19:52:46.278Z Dirty hkdf v0.12.4: the rustflags changed
23292024-09-26T19:52:46.278Z Compiling hkdf v0.12.4
23302024-09-26T19:52:46.304Z 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=c25077869a9d59b5 -C extra-filename=-c25077869a9d59b5 --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-19a367469c532c8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23312024-09-26T19:52:46.521Z Dirty crypto-bigint v0.5.5: the rustflags changed
23322024-09-26T19:52:46.521Z Compiling crypto-bigint v0.5.5
23332024-09-26T19:52:46.546Z 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=602f75106484b756 -C extra-filename=-602f75106484b756 --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-033b543cc30967b3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23342024-09-26T19:52:46.849Z 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=3606d719e8a7d99e -C extra-filename=-3606d719e8a7d99e --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-309d54d167237796.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-67be3fe683cbf946.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-95fab8b102482621.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
23352024-09-26T19:52:47.540Z Dirty clap v4.5.18: the rustflags changed
23362024-09-26T19:52:47.540Z Compiling clap v4.5.18
23372024-09-26T19:52:47.565Z 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.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::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-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=5643645ca5b98d5d -C extra-filename=-5643645ca5b98d5d --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-7979b4304d00e5f9.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-3942f26642e1b526.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23382024-09-26T19:52:47.667Z Dirty siphasher v0.3.11: the rustflags changed
23392024-09-26T19:52:47.667Z Compiling siphasher v0.3.11
23402024-09-26T19:52:47.691Z 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`
23412024-09-26T19:52:48.001Z Dirty static_assertions v1.1.0: the rustflags changed
23422024-09-26T19:52:48.001Z Compiling static_assertions v1.1.0
23432024-09-26T19:52:48.026Z 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`
23442024-09-26T19:52:48.060Z Dirty hex v0.4.3: the rustflags changed
23452024-09-26T19:52:48.060Z Compiling hex v0.4.3
23462024-09-26T19:52:48.086Z 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=a94629f0533ceeb4 -C extra-filename=-a94629f0533ceeb4 --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-b77f2f78e8b09bf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23472024-09-26T19:52:48.110Z Dirty itertools v0.10.5: the rustflags changed
23482024-09-26T19:52:48.110Z Compiling itertools v0.10.5
23492024-09-26T19:52:48.135Z 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`
23502024-09-26T19:52:48.237Z Dirty crossbeam-epoch v0.9.18: the rustflags changed
23512024-09-26T19:52:48.237Z Compiling crossbeam-epoch v0.9.18
23522024-09-26T19:52:48.262Z 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`
23532024-09-26T19:52:48.623Z Dirty adler2 v2.0.0: the rustflags changed
23542024-09-26T19:52:48.623Z Compiling adler2 v2.0.0
23552024-09-26T19:52:48.647Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler2-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=3ab49a5399cf3c85 -C extra-filename=-3ab49a5399cf3c85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23562024-09-26T19:52:48.829Z Dirty bit-vec v0.6.3: the rustflags changed
23572024-09-26T19:52:48.829Z Compiling bit-vec v0.6.3
23582024-09-26T19:52:48.853Z 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`
23592024-09-26T19:52:48.947Z Dirty stable_deref_trait v1.2.0: the rustflags changed
23602024-09-26T19:52:48.947Z Compiling stable_deref_trait v1.2.0
23612024-09-26T19:52:48.971Z 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`
23622024-09-26T19:52:49.056Z Dirty elliptic-curve v0.13.8: the rustflags changed
23632024-09-26T19:52:49.056Z Compiling elliptic-curve v0.13.8
23642024-09-26T19:52:49.080Z 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=d12dd8749a61148d -C extra-filename=-d12dd8749a61148d --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-602f75106484b756.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-9215c75ecf6dc2e1.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-c1aa6d2350b74cba.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-033b543cc30967b3.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d28686e858e4e4e9.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c25077869a9d59b5.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-18f7acef858970dc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-96a91bf383d134f6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23652024-09-26T19:52:49.248Z Dirty bit-set v0.5.3: the rustflags changed
23662024-09-26T19:52:49.248Z Compiling bit-set v0.5.3
23672024-09-26T19:52:49.273Z 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`
23682024-09-26T19:52:49.505Z Dirty miniz_oxide v0.8.0: the rustflags changed
23692024-09-26T19:52:49.505Z Compiling miniz_oxide v0.8.0
23702024-09-26T19:52:49.530Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' --check-cfg 'cfg(fuzzing)' -C metadata=568c7230d30d7b84 -C extra-filename=-568c7230d30d7b84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler2=/work/oxidecomputer/omicron/target/debug/deps/libadler2-3ab49a5399cf3c85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23712024-09-26T19:52:49.770Z Dirty hyper-tls v0.5.0: the rustflags changed
23722024-09-26T19:52:49.770Z Compiling hyper-tls v0.5.0
23732024-09-26T19:52:49.794Z 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=be5d52c99d623419 -C extra-filename=-be5d52c99d623419 --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-2396091a33ed140b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-543bcbe47cb05be4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-690cd369096266ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
23742024-09-26T19:52:50.082Z Dirty hyper-rustls v0.24.2: the rustflags changed
23752024-09-26T19:52:50.082Z Compiling hyper-rustls v0.24.2
23762024-09-26T19:52:50.106Z 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=3addf857969cfe6a -C extra-filename=-3addf857969cfe6a --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-01f167c9eb44adb9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8a695779d6e79c96.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-a66311c92771506c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
23772024-09-26T19:52:50.107Z Dirty usdt-macro v0.5.0: the rustflags changed
23782024-09-26T19:52:50.107Z Compiling usdt-macro v0.5.0
23792024-09-26T19:52:50.107Z 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=c2b37d9089d305f4 -C extra-filename=-c2b37d9089d305f4 --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-67be3fe683cbf946.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-e968890b991f4456.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3606d719e8a7d99e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23802024-09-26T19:52:50.404Z Dirty reqwest v0.11.27: the rustflags changed
23812024-09-26T19:52:50.404Z Compiling reqwest v0.11.27
23822024-09-26T19:52:50.429Z 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=432134aa9ea53f07 -C extra-filename=-432134aa9ea53f07 --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-2396091a33ed140b.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ecc96e0fea102ce5.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-2a190af4df45169e.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-01f167c9eb44adb9.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-3db304e93c877b13.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-d7614d52cd0600f6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-3addf857969cfe6a.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-be5d52c99d623419.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-7e28ccd96dc058f1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-74bdd973ffb0df66.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-543bcbe47cb05be4.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-8a695779d6e79c96.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-ef67309bf96e0f1b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f966a333adb39b2a.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-12c43cd70bd8ae58.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-690cd369096266ed.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-a66311c92771506c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
23832024-09-26T19:52:50.533Z Dirty usdt-attr-macro v0.5.0: the rustflags changed
23842024-09-26T19:52:50.533Z Compiling usdt-attr-macro v0.5.0
23852024-09-26T19:52:50.557Z 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=d2f9389efb17bbc9 -C extra-filename=-d2f9389efb17bbc9 --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-67be3fe683cbf946.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-e968890b991f4456.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3606d719e8a7d99e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23862024-09-26T19:52:50.837Z Dirty num-iter v0.1.45: the rustflags changed
23872024-09-26T19:52:50.837Z Compiling num-iter v0.1.45
23882024-09-26T19:52:50.861Z 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`
23892024-09-26T19:52:51.025Z Dirty curve25519-dalek v4.1.3: the rustflags changed
23902024-09-26T19:52:51.026Z Compiling curve25519-dalek v4.1.3
23912024-09-26T19:52:51.050Z 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=b4a2146f94d8b07c -C extra-filename=-b4a2146f94d8b07c --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-b4a2146f94d8b07c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-b1b663f0a48c9776.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23922024-09-26T19:52:51.481Z Dirty pin-project-internal v1.1.5: the rustflags changed
23932024-09-26T19:52:51.482Z Compiling pin-project-internal v1.1.5
23942024-09-26T19:52:51.506Z 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=8c65637b09299bcb -C extra-filename=-8c65637b09299bcb --out-dir /work/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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23952024-09-26T19:52:51.672Z Dirty signal-hook v0.3.17: the rustflags changed
23962024-09-26T19:52:51.672Z Compiling signal-hook v0.3.17
23972024-09-26T19:52:51.697Z 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`
23982024-09-26T19:52:51.755Z Dirty num-bigint-dig v0.8.4: the rustflags changed
23992024-09-26T19:52:51.755Z Compiling num-bigint-dig v0.8.4
24002024-09-26T19:52:51.779Z 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`
24012024-09-26T19:52:51.804Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-b4a2146f94d8b07c/build-script-build`
24022024-09-26T19:52:51.906Z Dirty flate2 v1.0.33: the rustflags changed
24032024-09-26T19:52:51.906Z Compiling flate2 v1.0.33
24042024-09-26T19:52:51.930Z 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.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=07e9482c127bed67 -C extra-filename=-07e9482c127bed67 --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-568c7230d30d7b84.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24052024-09-26T19:52:52.003Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-aa21692816cd7757/build-script-build`
24062024-09-26T19:52:52.037Z Dirty toml v0.7.8: the rustflags changed
24072024-09-26T19:52:52.037Z Compiling toml v0.7.8
24082024-09-26T19:52:52.061Z 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=d1c85dca7f92ec74 -C extra-filename=-d1c85dca7f92ec74 --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-b77f2f78e8b09bf9.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-4cdd3a0c5bc2956c.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-d448c7bd1cf2ef35.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-90415c611b1250b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24092024-09-26T19:52:52.116Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-a48bba7d8738e000/build-script-build`
24102024-09-26T19:52:52.152Z Dirty rfc6979 v0.4.0: the rustflags changed
24112024-09-26T19:52:52.152Z Compiling rfc6979 v0.4.0
24122024-09-26T19:52:52.176Z 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=6d3a15bb53a81879 -C extra-filename=-6d3a15bb53a81879 --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-19a367469c532c8d.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`
24132024-09-26T19:52:52.306Z Dirty usdt v0.5.0: the rustflags changed
24142024-09-26T19:52:52.306Z Compiling usdt v0.5.0
24152024-09-26T19:52:52.336Z 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=469fba569a1f4e34 -C extra-filename=-469fba569a1f4e34 --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-309d54d167237796.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-67be3fe683cbf946.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-43513228682b8cee.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-05bc91404a9edc9a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-d2f9389efb17bbc9.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3606d719e8a7d99e.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-c2b37d9089d305f4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24162024-09-26T19:52:52.360Z Dirty zerocopy-derive v0.6.6: the rustflags changed
24172024-09-26T19:52:52.360Z Compiling zerocopy-derive v0.6.6
24182024-09-26T19:52:52.360Z 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=69cd39fbb4ab910d -C extra-filename=-69cd39fbb4ab910d --out-dir /work/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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24192024-09-26T19:52:52.384Z Dirty curve25519-dalek-derive v0.1.1: the rustflags changed
24202024-09-26T19:52:52.384Z Compiling curve25519-dalek-derive v0.1.1
24212024-09-26T19:52:52.384Z 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=4ef7c82e9c03f8f4 -C extra-filename=-4ef7c82e9c03f8f4 --out-dir /work/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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24222024-09-26T19:52:52.769Z Dirty itertools v0.12.1: the rustflags changed
24232024-09-26T19:52:52.769Z Compiling itertools v0.12.1
24242024-09-26T19:52:52.797Z Dirty bstr v1.9.1: the rustflags changed
24252024-09-26T19:52:52.797Z Compiling bstr v1.9.1
24262024-09-26T19:52:52.797Z 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`
24272024-09-26T19:52:52.797Z 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`
24282024-09-26T19:52:52.908Z Dirty fixedbitset v0.4.2: the rustflags changed
24292024-09-26T19:52:52.908Z Compiling fixedbitset v0.4.2
24302024-09-26T19:52:52.932Z 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`
24312024-09-26T19:52:53.327Z Dirty managed v0.8.0: the rustflags changed
24322024-09-26T19:52:53.327Z Compiling managed v0.8.0
24332024-09-26T19:52:53.358Z 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`
24342024-09-26T19:52:53.524Z Dirty petgraph v0.6.5: the rustflags changed
24352024-09-26T19:52:53.525Z Compiling petgraph v0.6.5
24362024-09-26T19:52:53.549Z 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=9cb4b45b85e38268 -C extra-filename=-9cb4b45b85e38268 --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-721c35836bc121ec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4d3f1b3ad0292503.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24372024-09-26T19:52:53.776Z Dirty ecdsa v0.16.9: the rustflags changed
24382024-09-26T19:52:53.776Z Compiling ecdsa v0.16.9
24392024-09-26T19:52:53.803Z 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=dfdd81406fc54ef6 -C extra-filename=-dfdd81406fc54ef6 --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-f38f921c2054efce.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-9215c75ecf6dc2e1.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-d12dd8749a61148d.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-6d3a15bb53a81879.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6df2ef2bba82c8e5.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-bdf7dd31e256d2a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24402024-09-26T19:52:53.874Z 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=1fc5956660611951 -C extra-filename=-1fc5956660611951 --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-4ef7c82e9c03f8f4.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-9215c75ecf6dc2e1.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.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"'`
24412024-09-26T19:52:54.310Z Dirty pin-project v1.1.5: the rustflags changed
24422024-09-26T19:52:54.310Z Compiling pin-project v1.1.5
24432024-09-26T19:52:54.335Z 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=610fe0e6b4e6e93d -C extra-filename=-610fe0e6b4e6e93d --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-8c65637b09299bcb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24442024-09-26T19:52:54.370Z Dirty zerocopy v0.6.6: the rustflags changed
24452024-09-26T19:52:54.370Z Compiling zerocopy v0.6.6
24462024-09-26T19:52:54.394Z 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=dda4d3baa14861ec -C extra-filename=-dda4d3baa14861ec --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-69cd39fbb4ab910d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24472024-09-26T19:52:54.419Z 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=5cd5280b908ad662 -C extra-filename=-5cd5280b908ad662 --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-3626728e99f8adb9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
24482024-09-26T19:52:54.451Z 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=8b929d32c77d7889 -C extra-filename=-8b929d32c77d7889 --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-1b46dd66a7c6c3c6.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-4f7cf3856044bb3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24492024-09-26T19:52:54.507Z Dirty phf_shared v0.10.0: the rustflags changed
24502024-09-26T19:52:54.507Z Compiling phf_shared v0.10.0
24512024-09-26T19:52:54.531Z 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`
24522024-09-26T19:52:54.873Z Dirty pkcs1 v0.7.5: the rustflags changed
24532024-09-26T19:52:54.873Z Compiling pkcs1 v0.7.5
24542024-09-26T19:52:54.898Z 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=a823ba378d516394 -C extra-filename=-a823ba378d516394 --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-f38f921c2054efce.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-18f7acef858970dc.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-bdf7dd31e256d2a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24552024-09-26T19:52:55.119Z Dirty minimal-lexical v0.2.1: the rustflags changed
24562024-09-26T19:52:55.119Z Compiling minimal-lexical v0.2.1
24572024-09-26T19:52:55.143Z 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`
24582024-09-26T19:52:55.302Z Dirty precomputed-hash v0.1.1: the rustflags changed
24592024-09-26T19:52:55.302Z Compiling precomputed-hash v0.1.1
24602024-09-26T19:52:55.326Z 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`
24612024-09-26T19:52:55.416Z Dirty unicode-xid v0.2.4: the rustflags changed
24622024-09-26T19:52:55.416Z Compiling unicode-xid v0.2.4
24632024-09-26T19:52:55.440Z 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`
24642024-09-26T19:52:55.472Z Dirty new_debug_unreachable v1.0.6: the rustflags changed
24652024-09-26T19:52:55.472Z Compiling new_debug_unreachable v1.0.6
24662024-09-26T19:52:55.496Z 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`
24672024-09-26T19:52:55.569Z Dirty string_cache v0.8.7: the rustflags changed
24682024-09-26T19:52:55.569Z Compiling string_cache v0.8.7
24692024-09-26T19:52:55.569Z 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=21db2c3f6310c57d -C extra-filename=-21db2c3f6310c57d --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-472720b9ff68b690.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-b77f2f78e8b09bf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24702024-09-26T19:52:55.593Z Dirty nom v7.1.3: the rustflags changed
24712024-09-26T19:52:55.593Z Compiling nom v7.1.3
24722024-09-26T19:52:55.593Z Dirty ed25519 v2.2.3: the rustflags changed
24732024-09-26T19:52:55.593Z Compiling ed25519 v2.2.3
24742024-09-26T19:52:55.593Z 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`
24752024-09-26T19:52:55.593Z 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=6422ec9b5dcbb28d -C extra-filename=-6422ec9b5dcbb28d --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-18f7acef858970dc.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6df2ef2bba82c8e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24762024-09-26T19:52:55.725Z Dirty http-body v1.0.0: the rustflags changed
24772024-09-26T19:52:55.726Z Compiling http-body v1.0.0
24782024-09-26T19:52:55.749Z 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=a401c33c809a02e4 -C extra-filename=-a401c33c809a02e4 --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-2396091a33ed140b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2d9395ab4302713f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24792024-09-26T19:52:55.949Z Dirty hubpack_derive v0.1.1: the rustflags changed
24802024-09-26T19:52:55.949Z Compiling hubpack_derive v0.1.1
24812024-09-26T19:52:55.973Z 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=85a2cfb684d7a409 -C extra-filename=-85a2cfb684d7a409 --out-dir /work/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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-17f66ea741059823.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24822024-09-26T19:52:56.006Z Dirty mio v0.8.11: the rustflags changed
24832024-09-26T19:52:56.006Z Compiling mio v0.8.11
24842024-09-26T19:52:56.030Z 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=89e1869f19f6743f -C extra-filename=-89e1869f19f6743f --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-1b46dd66a7c6c3c6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24852024-09-26T19:52:56.906Z Dirty rsa v0.9.6: the rustflags changed
24862024-09-26T19:52:56.906Z Compiling rsa v0.9.6
24872024-09-26T19:52:56.930Z 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=9e8a3d01ad4ead9c -C extra-filename=-9e8a3d01ad4ead9c --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-9215c75ecf6dc2e1.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-5cd5280b908ad662.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-a823ba378d516394.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-18f7acef858970dc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-70c117f9faddfe04.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6df2ef2bba82c8e5.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-bdf7dd31e256d2a1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24882024-09-26T19:52:56.978Z Dirty hubpack v0.1.2: the rustflags changed
24892024-09-26T19:52:56.978Z Compiling hubpack v0.1.2
24902024-09-26T19:52:57.003Z 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=d933f175f940d602 -C extra-filename=-d933f175f940d602 --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-85a2cfb684d7a409.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24912024-09-26T19:52:57.138Z Dirty signal-hook-mio v0.2.4: the rustflags changed
24922024-09-26T19:52:57.138Z Compiling signal-hook-mio v0.2.4
24932024-09-26T19:52:57.161Z 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=52384e1dd65c42ba -C extra-filename=-52384e1dd65c42ba --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-1b46dd66a7c6c3c6.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-89e1869f19f6743f.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-34ebc64efd3050da.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24942024-09-26T19:52:57.308Z Dirty ed25519-dalek v2.1.1: the rustflags changed
24952024-09-26T19:52:57.308Z Compiling ed25519-dalek v2.1.1
24962024-09-26T19:52:57.334Z 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="digest"' --cfg 'feature="fast"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="signature"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "asm", "batch", "default", "digest", "fast", "hazmat", "legacy_compatibility", "merlin", "pem", "pkcs8", "rand_core", "serde", "signature", "std", "zeroize"))' -C metadata=fad16a1760217afe -C extra-filename=-fad16a1760217afe --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-1fc5956660611951.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-6422ec9b5dcbb28d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-70c117f9faddfe04.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6df2ef2bba82c8e5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24972024-09-26T19:52:57.409Z Dirty h2 v0.4.6: the rustflags changed
24982024-09-26T19:52:57.409Z Compiling h2 v0.4.6
24992024-09-26T19:52:57.433Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' --check-cfg 'cfg(fuzzing)' -C metadata=ad8ede6763e8be4c -C extra-filename=-ad8ede6763e8be4c --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 --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.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 http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2d9395ab4302713f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-721c35836bc121ec.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96e20c34b56be83.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4849ad2e0e9b19f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25002024-09-26T19:52:57.457Z Dirty heapless v0.7.17: the rustflags changed
25012024-09-26T19:52:57.457Z Compiling heapless v0.7.17
25022024-09-26T19:52:57.457Z 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=5c0fa9a4cf57b2c9 -C extra-filename=-5c0fa9a4cf57b2c9 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-5c0fa9a4cf57b2c9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-b1b663f0a48c9776.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25032024-09-26T19:52:57.900Z Dirty x509-cert v0.2.5: the rustflags changed
25042024-09-26T19:52:57.900Z Compiling x509-cert v0.2.5
25052024-09-26T19:52:57.925Z 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="default"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "builder", "default", "hazmat", "pem", "sct", "sha1", "signature", "std"))' -C metadata=abf7bd0e7b4c5d8a -C extra-filename=-abf7bd0e7b4c5d8a --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-f38f921c2054efce.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-bdf7dd31e256d2a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25062024-09-26T19:52:58.456Z Dirty enum-as-inner v0.6.0: the rustflags changed
25072024-09-26T19:52:58.456Z Compiling enum-as-inner v0.6.0
25082024-09-26T19:52:58.481Z 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=2a19c0655960fa7d -C extra-filename=-2a19c0655960fa7d --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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25092024-09-26T19:52:58.846Z Dirty idna v0.4.0: the rustflags changed
25102024-09-26T19:52:58.846Z Compiling idna v0.4.0
25112024-09-26T19:52:58.870Z 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`
25122024-09-26T19:52:59.616Z Dirty lalrpop-util v0.19.12: the rustflags changed
25132024-09-26T19:52:59.616Z Compiling lalrpop-util v0.19.12
25142024-09-26T19:52:59.641Z 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`
25152024-09-26T19:52:59.944Z Dirty tower-layer v0.3.2: the rustflags changed
25162024-09-26T19:52:59.944Z Compiling tower-layer v0.3.2
25172024-09-26T19:52:59.968Z 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`
25182024-09-26T19:53:00.172Z Dirty hickory-proto v0.24.1: the rustflags changed
25192024-09-26T19:53:00.172Z Compiling hickory-proto v0.24.1
25202024-09-26T19:53:00.196Z 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=e310daf1f3704a67 -C extra-filename=-e310daf1f3704a67 --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-ab8bb954528b4839.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-2a19c0655960fa7d.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-ec51e95ae6c78625.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-01f167c9eb44adb9.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-3626728e99f8adb9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-bfd9b440086bc207.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4849ad2e0e9b19f7.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`
25212024-09-26T19:53:00.220Z Dirty tower v0.4.13: the rustflags changed
25222024-09-26T19:53:00.220Z Compiling tower v0.4.13
25232024-09-26T19:53:00.220Z 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="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="make"' --cfg 'feature="pin-project"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --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=487c63d3cdaf5a79 -C extra-filename=-487c63d3cdaf5a79 --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-01f167c9eb44adb9.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-610fe0e6b4e6e93d.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-42c4d50779fe32e0.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 --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25242024-09-26T19:53:00.400Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-5c0fa9a4cf57b2c9/build-script-build`
25252024-09-26T19:53:00.470Z Dirty hash32 v0.2.1: the rustflags changed
25262024-09-26T19:53:00.470Z Compiling hash32 v0.2.1
25272024-09-26T19:53:00.496Z 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`
25282024-09-26T19:53:00.831Z Dirty predicates-core v1.0.6: the rustflags changed
25292024-09-26T19:53:00.831Z Compiling predicates-core v1.0.6
25302024-09-26T19:53:00.855Z 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`
25312024-09-26T19:53:00.985Z Dirty smoltcp v0.9.1: the rustflags changed
25322024-09-26T19:53:00.985Z Compiling smoltcp v0.9.1
25332024-09-26T19:53:01.010Z 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`
25342024-09-26T19:53:01.190Z Dirty finl_unicode v1.2.0: the rustflags changed
25352024-09-26T19:53:01.190Z Compiling finl_unicode v1.2.0
25362024-09-26T19:53:01.214Z 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`
25372024-09-26T19:53:01.739Z Dirty stringprep v0.1.4: the rustflags changed
25382024-09-26T19:53:01.739Z Compiling stringprep v0.1.4
25392024-09-26T19:53:01.763Z 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`
25402024-09-26T19:53:01.763Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-bdbe85cbcf8150ee/build-script-build`
25412024-09-26T19:53:01.794Z 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=95ad8b34b3d78fdf -C extra-filename=-95ad8b34b3d78fdf --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`
25422024-09-26T19:53:01.864Z Dirty similar v2.6.0: the rustflags changed
25432024-09-26T19:53:01.864Z Compiling similar v2.6.0
25442024-09-26T19:53:01.888Z 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`
25452024-09-26T19:53:02.740Z Dirty tokio-stream v0.1.16: the rustflags changed
25462024-09-26T19:53:02.740Z Compiling tokio-stream v0.1.16
25472024-09-26T19:53:02.775Z 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.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=dcd4c922a763b4f6 -C extra-filename=-dcd4c922a763b4f6 --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-42c4d50779fe32e0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25482024-09-26T19:53:02.799Z Dirty md-5 v0.10.6: the rustflags changed
25492024-09-26T19:53:02.799Z Compiling md-5 v0.10.6
25502024-09-26T19:53:02.799Z 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=8e1233ccc7c4d71a -C extra-filename=-8e1233ccc7c4d71a --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-9215c75ecf6dc2e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25512024-09-26T19:53:03.054Z Dirty console v0.15.8: the rustflags changed
25522024-09-26T19:53:03.054Z Compiling console v0.15.8
25532024-09-26T19:53:03.078Z 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=d203535d0c6e9365 -C extra-filename=-d203535d0c6e9365 --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-1b46dd66a7c6c3c6.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`
25542024-09-26T19:53:03.560Z Dirty hyper v1.4.1: the rustflags changed
25552024-09-26T19:53:03.560Z Compiling hyper v1.4.1
25562024-09-26T19:53:03.601Z 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.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' -C metadata=6d265c1673e46b28 -C extra-filename=-6d265c1673e46b28 --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-2396091a33ed140b.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-01f167c9eb44adb9.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-ad8ede6763e8be4c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2d9395ab4302713f.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-a401c33c809a02e4.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 smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.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`
25572024-09-26T19:53:03.736Z Dirty float-cmp v0.9.0: the rustflags changed
25582024-09-26T19:53:03.736Z Compiling float-cmp v0.9.0
25592024-09-26T19:53:03.760Z 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`
25602024-09-26T19:53:03.962Z Dirty fs-err v2.11.0: the rustflags changed
25612024-09-26T19:53:03.962Z Compiling fs-err v2.11.0
25622024-09-26T19:53:03.987Z 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`
25632024-09-26T19:53:03.987Z Dirty difflib v0.4.0: the rustflags changed
25642024-09-26T19:53:03.987Z Compiling difflib v0.4.0
25652024-09-26T19:53:04.011Z 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`
25662024-09-26T19:53:04.102Z Dirty normalize-line-endings v0.3.0: the rustflags changed
25672024-09-26T19:53:04.102Z Compiling normalize-line-endings v0.3.0
25682024-09-26T19:53:04.128Z 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`
25692024-09-26T19:53:04.225Z Dirty fallible-iterator v0.2.0: the rustflags changed
25702024-09-26T19:53:04.225Z Compiling fallible-iterator v0.2.0
25712024-09-26T19:53:04.249Z 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`
25722024-09-26T19:53:04.301Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-7840dcc9301ae0b4/build-script-build`
25732024-09-26T19:53:04.432Z Dirty predicates v3.1.2: the rustflags changed
25742024-09-26T19:53:04.432Z Compiling predicates v3.1.2
25752024-09-26T19:53:04.458Z 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`
25762024-09-26T19:53:04.458Z 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=a82ef4938c477900 -C extra-filename=-a82ef4938c477900 --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-95ad8b34b3d78fdf.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`
25772024-09-26T19:53:04.842Z Dirty postgres-protocol v0.6.7: the rustflags changed
25782024-09-26T19:53:04.842Z Compiling postgres-protocol v0.6.7
25792024-09-26T19:53:04.866Z 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=46d9c7a76468c103 -C extra-filename=-46d9c7a76468c103 --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-2396091a33ed140b.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-99585d275a54a8fa.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-19a367469c532c8d.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-8e1233ccc7c4d71a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-70c117f9faddfe04.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`
25802024-09-26T19:53:05.355Z Dirty phf_shared v0.11.2: the rustflags changed
25812024-09-26T19:53:05.355Z Compiling phf_shared v0.11.2
25822024-09-26T19:53:05.380Z 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`
25832024-09-26T19:53:05.687Z Dirty hyper-util v0.1.7: the rustflags changed
25842024-09-26T19:53:05.687Z Compiling hyper-util v0.1.7
25852024-09-26T19:53:05.712Z 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.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="client"' --cfg 'feature="client-legacy"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio"))' -C metadata=b8cd6003866b0695 -C extra-filename=-b8cd6003866b0695 --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-2396091a33ed140b.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-01f167c9eb44adb9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2d9395ab4302713f.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-a401c33c809a02e4.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-6d265c1673e46b28.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-31f20414dbea471d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-487c63d3cdaf5a79.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4849ad2e0e9b19f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25862024-09-26T19:53:05.964Z Dirty serde-big-array v0.5.1: the rustflags changed
25872024-09-26T19:53:05.964Z Compiling serde-big-array v0.5.1
25882024-09-26T19:53:05.989Z 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=d14b82473b3c43df -C extra-filename=-d14b82473b3c43df --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-b77f2f78e8b09bf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25892024-09-26T19:53:05.989Z Dirty strum_macros v0.25.3: the rustflags changed
25902024-09-26T19:53:05.989Z Compiling strum_macros v0.25.3
25912024-09-26T19:53:06.013Z 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=bd19f9451b8f2815 -C extra-filename=-bd19f9451b8f2815 --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-700a8165421bc382.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25922024-09-26T19:53:06.181Z Dirty serde_repr v0.1.19: the rustflags changed
25932024-09-26T19:53:06.181Z Compiling serde_repr v0.1.19
25942024-09-26T19:53:06.255Z 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=e207b62069800781 -C extra-filename=-e207b62069800781 --out-dir /work/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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25952024-09-26T19:53:06.281Z Dirty peg-runtime v0.8.3: the rustflags changed
25962024-09-26T19:53:06.281Z Compiling peg-runtime v0.8.3
25972024-09-26T19:53:06.281Z 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`
25982024-09-26T19:53:06.635Z Dirty phf v0.11.2: the rustflags changed
25992024-09-26T19:53:06.635Z Compiling phf v0.11.2
26002024-09-26T19:53:06.659Z 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`
26012024-09-26T19:53:06.772Z Dirty postgres-types v0.2.8: the rustflags changed
26022024-09-26T19:53:06.772Z Compiling postgres-types v0.2.8
26032024-09-26T19:53:06.796Z 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.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array-impls", "array-init", "bit-vec-06", "chrono-04", "cidr-02", "derive", "eui48-04", "eui48-1", "geo-types-06", "geo-types-0_7", "jiff-01", "js", "postgres-derive", "serde-1", "serde_json-1", "smol_str-01", "time-02", "time-03", "uuid-08", "uuid-1", "with-bit-vec-0_6", "with-chrono-0_4", "with-cidr-0_2", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=db86d85037900380 -C extra-filename=-db86d85037900380 --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-2396091a33ed140b.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.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-46d9c7a76468c103.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26042024-09-26T19:53:06.846Z 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=880c3f2864e14d3e -C extra-filename=-880c3f2864e14d3e --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-42c4d50779fe32e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63`
26052024-09-26T19:53:06.908Z Dirty whoami v1.5.2: the rustflags changed
26062024-09-26T19:53:06.908Z Compiling whoami v1.5.2
26072024-09-26T19:53:06.932Z 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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' --check-cfg 'cfg(daku)' -C metadata=481ec9f9cd50a9a2 -C extra-filename=-481ec9f9cd50a9a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26082024-09-26T19:53:07.268Z Dirty camino v1.1.9: the rustflags changed
26092024-09-26T19:53:07.268Z Compiling camino v1.1.9
26102024-09-26T19:53:07.292Z 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`
26112024-09-26T19:53:07.323Z Compiling regress v0.9.1
26122024-09-26T19:53:07.347Z 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=12ba0926e1340bdb -C extra-filename=-12ba0926e1340bdb --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-67b9ae57f5745324.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`
26132024-09-26T19:53:07.483Z Dirty tokio-postgres v0.7.12: the rustflags changed
26142024-09-26T19:53:07.483Z Compiling tokio-postgres v0.7.12
26152024-09-26T19:53:07.509Z 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.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array-impls", "default", "js", "runtime", "with-bit-vec-0_6", "with-chrono-0_4", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=90f3d6a74d7641a0 -C extra-filename=-90f3d6a74d7641a0 --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-ab8bb954528b4839.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.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-01f167c9eb44adb9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-472720b9ff68b690.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-46d9c7a76468c103.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-db86d85037900380.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-481ec9f9cd50a9a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26162024-09-26T19:53:07.634Z Dirty is-terminal v0.4.12: the rustflags changed
26172024-09-26T19:53:07.634Z Compiling is-terminal v0.4.12
26182024-09-26T19:53:07.658Z 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=be44762a43d64e7f -C extra-filename=-be44762a43d64e7f --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26192024-09-26T19:53:07.755Z Compiling getopts v0.2.21
26202024-09-26T19:53:07.779Z 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`
26212024-09-26T19:53:07.914Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-2abadfff710ca87e/build-script-build`
26222024-09-26T19:53:07.983Z 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=2123433c4c5aba73 -C extra-filename=-2123433c4c5aba73 --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-b77f2f78e8b09bf9.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)'`
26232024-09-26T19:53:08.052Z Compiling unsafe-libyaml v0.2.11
26242024-09-26T19:53:08.079Z 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`
26252024-09-26T19:53:08.257Z Dirty dirs-sys-next v0.1.2: the rustflags changed
26262024-09-26T19:53:08.257Z Compiling dirs-sys-next v0.1.2
26272024-09-26T19:53:08.282Z 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=50e47a67884b79d4 -C extra-filename=-50e47a67884b79d4 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26282024-09-26T19:53:08.584Z Dirty dirs-next v2.0.0: the rustflags changed
26292024-09-26T19:53:08.584Z Compiling dirs-next v2.0.0
26302024-09-26T19:53:08.609Z 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=09a781331eb17ddc -C extra-filename=-09a781331eb17ddc --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-50e47a67884b79d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26312024-09-26T19:53:08.796Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26322024-09-26T19:53:08.821Z 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=5cb3ef9818407cdd -C extra-filename=-5cb3ef9818407cdd --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-2396091a33ed140b.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-432134aa9ea53f07.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f966a333adb39b2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
26332024-09-26T19:53:08.888Z Dirty fastrand v2.1.0: the rustflags changed
26342024-09-26T19:53:08.888Z Compiling fastrand v2.1.0
26352024-09-26T19:53:08.913Z 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`
26362024-09-26T19:53:08.913Z Dirty term v0.7.0: the rustflags changed
26372024-09-26T19:53:08.913Z Compiling term v0.7.0
26382024-09-26T19:53:08.913Z 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=d2b024c6cdb0145f -C extra-filename=-d2b024c6cdb0145f --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-09a781331eb17ddc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26392024-09-26T19:53:08.937Z Compiling toml v0.8.19
26402024-09-26T19:53:08.961Z 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=b2886c724e86b898 -C extra-filename=-b2886c724e86b898 --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-b77f2f78e8b09bf9.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-4cdd3a0c5bc2956c.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-d448c7bd1cf2ef35.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2b6da40b504a9c80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26412024-09-26T19:53:09.189Z Compiling serde_yaml v0.9.34+deprecated
26422024-09-26T19:53:09.213Z 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=5d0ce89b15d18cc9 -C extra-filename=-5d0ce89b15d18cc9 --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-721c35836bc121ec.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-b77f2f78e8b09bf9.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`
26432024-09-26T19:53:09.389Z Compiling rustls-pki-types v1.7.0
26442024-09-26T19:53:09.413Z 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`
26452024-09-26T19:53:09.615Z Dirty gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475): the rustflags changed
26462024-09-26T19:53:09.615Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
26472024-09-26T19:53:09.640Z 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/9bbac47/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "smoltcp", "std"))' -C metadata=e840c726e561ef92 -C extra-filename=-e840c726e561ef92 --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-63cede1d1ea82dc2.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-d933f175f940d602.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-d14b82473b3c43df.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-e207b62069800781.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-a82ef4938c477900.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-bd19f9451b8f2815.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-dda4d3baa14861ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26482024-09-26T19:53:09.720Z Compiling ident_case v1.0.1
26492024-09-26T19:53:09.744Z 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`
26502024-09-26T19:53:09.895Z Compiling paste v1.0.15
26512024-09-26T19:53:09.920Z 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`
26522024-09-26T19:53:10.130Z Compiling darling_core v0.20.9
26532024-09-26T19:53:10.155Z 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=1f4edb611c470fc1 -C extra-filename=-1f4edb611c470fc1 --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-700a8165421bc382.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a1f7ddb01f1b033d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26542024-09-26T19:53:10.274Z Dirty crossbeam-channel v0.5.12: the rustflags changed
26552024-09-26T19:53:10.274Z Compiling crossbeam-channel v0.5.12
26562024-09-26T19:53:10.299Z 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`
26572024-09-26T19:53:10.403Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26582024-09-26T19:53:10.427Z 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=d0e57b1ee23bfc71 -C extra-filename=-d0e57b1ee23bfc71 --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-9bb3211f8a6d4da7.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-12ba0926e1340bdb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0fb8b605bbfd881f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.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`
26592024-09-26T19:53:10.459Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-fe0fbfc06ab2594b/build-script-build`
26602024-09-26T19:53:10.525Z Dirty thread_local v1.1.8: the rustflags changed
26612024-09-26T19:53:10.525Z Compiling thread_local v1.1.8
26622024-09-26T19:53:10.549Z 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`
26632024-09-26T19:53:11.031Z Dirty slog-async v2.8.0: the rustflags changed
26642024-09-26T19:53:11.031Z Compiling slog-async v2.8.0
26652024-09-26T19:53:11.056Z 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`
26662024-09-26T19:53:11.240Z 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"))'`
26672024-09-26T19:53:11.564Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-01c8cef20947d45b/build-script-build`
26682024-09-26T19:53:11.605Z Dirty take_mut v0.2.2: the rustflags changed
26692024-09-26T19:53:11.605Z Compiling take_mut v0.2.2
26702024-09-26T19:53:11.633Z 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`
26712024-09-26T19:53:11.657Z Dirty slog-term v2.9.1: the rustflags changed
26722024-09-26T19:53:11.657Z Compiling slog-term v2.9.1
26732024-09-26T19:53:11.657Z 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=42ef47a16e0d62a4 -C extra-filename=-42ef47a16e0d62a4 --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-be44762a43d64e7f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-31e87b9424f2815f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26742024-09-26T19:53:11.756Z 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`
26752024-09-26T19:53:12.212Z Compiling rustls-webpki v0.102.4
26762024-09-26T19:53:12.236Z 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=d5af560903623034 -C extra-filename=-d5af560903623034 --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-21e223042efd6c2a.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-e8b5c01317fe1661/out`
26772024-09-26T19:53:12.341Z Compiling match_cfg v0.1.0
26782024-09-26T19:53:12.365Z 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`
26792024-09-26T19:53:12.448Z Compiling hostname v0.3.1
26802024-09-26T19:53:12.472Z 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=e7d282d0c72e90f8 -C extra-filename=-e7d282d0c72e90f8 --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-1b46dd66a7c6c3c6.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`
26812024-09-26T19:53:12.682Z Dirty strum_macros v0.26.4: the rustflags changed
26822024-09-26T19:53:12.682Z Compiling strum_macros v0.26.4
26832024-09-26T19:53:12.707Z 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=9a40ec71e23b8849 -C extra-filename=-9a40ec71e23b8849 --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-700a8165421bc382.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26842024-09-26T19:53:12.707Z Compiling rustls v0.22.4
26852024-09-26T19:53:12.743Z 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`
26862024-09-26T19:53:12.767Z Compiling rustls-pemfile v2.1.3
26872024-09-26T19:53:12.767Z 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`
26882024-09-26T19:53:12.809Z Compiling tempfile v3.10.1
26892024-09-26T19:53:12.833Z 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=ff80803e7c01eb54 -C extra-filename=-ff80803e7c01eb54 --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-968df9948346758c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26902024-09-26T19:53:13.012Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-7a39c18fd3e98d58/build-script-build`
26912024-09-26T19:53:13.044Z 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=cc5ef85873981447 -C extra-filename=-cc5ef85873981447 --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-9bb3211f8a6d4da7.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-d5af560903623034.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
26922024-09-26T19:53:13.182Z Compiling multer v3.1.0
26932024-09-26T19:53:13.206Z 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`
26942024-09-26T19:53:13.517Z Compiling debug-ignore v1.0.5
26952024-09-26T19:53:13.541Z 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`
26962024-09-26T19:53:13.597Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-b0c2a76b3dbdbc46/build-script-build`
26972024-09-26T19:53:13.669Z Compiling slog-json v2.6.1
26982024-09-26T19:53:13.693Z 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=44a3d19b3c823a6b -C extra-filename=-44a3d19b3c823a6b --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-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26992024-09-26T19:53:13.717Z Compiling async-stream-impl v0.3.5
27002024-09-26T19:53:13.765Z 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=465ecf42b81f40b0 -C extra-filename=-465ecf42b81f40b0 --out-dir /work/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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27012024-09-26T19:53:14.014Z Compiling slog-bunyan v2.5.0
27022024-09-26T19:53:14.052Z 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=8be24298b1165009 -C extra-filename=-8be24298b1165009 --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-e7d282d0c72e90f8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-44a3d19b3c823a6b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27032024-09-26T19:53:14.076Z 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=0c67e535159beaf2 -C extra-filename=-0c67e535159beaf2 --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-2396091a33ed140b.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-01f167c9eb44adb9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2d9395ab4302713f.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`
27042024-09-26T19:53:14.216Z Compiling waitgroup v0.1.2
27052024-09-26T19:53:14.243Z 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`
27062024-09-26T19:53:14.419Z Compiling serde_path_to_error v0.1.16
27072024-09-26T19:53:14.443Z 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=e5ca38e32977a7fc -C extra-filename=-e5ca38e32977a7fc --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-b77f2f78e8b09bf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27082024-09-26T19:53:14.935Z Compiling async-stream v0.3.5
27092024-09-26T19:53:14.960Z 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=5f90365efe746e83 -C extra-filename=-5f90365efe746e83 --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-465ecf42b81f40b0.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`
27102024-09-26T19:53:15.015Z Compiling hostname v0.4.0
27112024-09-26T19:53:15.039Z 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=f05b37f1d6d64d48 -C extra-filename=-f05b37f1d6d64d48 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27122024-09-26T19:53:15.159Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
27132024-09-26T19:53:15.183Z 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`
27142024-09-26T19:53:15.229Z Compiling ipnetwork v0.20.0
27152024-09-26T19:53:15.254Z 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=73c51197ed8e5258 -C extra-filename=-73c51197ed8e5258 --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-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27162024-09-26T19:53:15.278Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
27172024-09-26T19:53:15.278Z 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=d700e81a5e93d934 -C extra-filename=-d700e81a5e93d934 --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-700a8165421bc382.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-e968890b991f4456.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27182024-09-26T19:53:15.397Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27192024-09-26T19:53:15.421Z 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=3cbb832c90ea54aa -C extra-filename=-3cbb832c90ea54aa --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-3cbb832c90ea54aa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-e2fb159e06ef370b.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.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-63cede1d1ea82dc2.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-2396091a33ed140b.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d517c578d34f8a8c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-7979b4304d00e5f9.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.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-5fb64d847cdd0a83.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-1fc5956660611951.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-9215c75ecf6dc2e1.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-309d54d167237796.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-dfdd81406fc54ef6.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-fad16a1760217afe.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-d12dd8749a61148d.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-c1aa6d2350b74cba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-880c3f2864e14d3e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.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-ec51e95ae6c78625.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-01f167c9eb44adb9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e840c726e561ef92.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-033b543cc30967b3.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-b050ca61f382ec87.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d28686e858e4e4e9.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-67b9ae57f5745324.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e310daf1f3704a67.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-19a367469c532c8d.rlib --extern hyper_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rlib --extern hyper_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libhyper-6d265c1673e46b28.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-b8cd6003866b0695.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-721c35836bc121ec.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-58b4684230791a07.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-1b46dd66a7c6c3c6.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.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-34ebc64efd3050da.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-5cd5280b908ad662.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-db9effad285786c2.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-9cb4b45b85e38268.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-18f7acef858970dc.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-db86d85037900380.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-700a8165421bc382.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-432134aa9ea53f07.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-9e8a3d01ad4ead9c.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-968df9948346758c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0fb8b605bbfd881f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-336528d46dc1ab41.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-70c117f9faddfe04.rlib --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-52384e1dd65c42ba.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-31f20414dbea471d.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-21db2c3f6310c57d.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-17f66ea741059823.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-fe135c41e946333f.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-90f3d6a74d7641a0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-dcd4c922a763b4f6.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d1c85dca7f92ec74.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-d448c7bd1cf2ef35.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-90415c611b1250b4.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2b6da40b504a9c80.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4849ad2e0e9b19f7.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-469fba569a1f4e34.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3606d719e8a7d99e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-abf7bd0e7b4c5d8a.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6659aeae0a5b7207.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
27202024-09-26T19:53:15.493Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-a919d62130b9e085/build-script-build`
27212024-09-26T19:53:15.561Z Compiling instant v0.1.12
27222024-09-26T19:53:15.585Z 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`
27232024-09-26T19:53:15.707Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-3cbb832c90ea54aa/build-script-build`
27242024-09-26T19:53:15.731Z Compiling quick-error v1.2.3
27252024-09-26T19:53:15.731Z 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`
27262024-09-26T19:53:15.756Z 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=545ce11aa6690bff -C extra-filename=-545ce11aa6690bff --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-e2fb159e06ef370b.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.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-63cede1d1ea82dc2.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-2396091a33ed140b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d517c578d34f8a8c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-7979b4304d00e5f9.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.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-5fb64d847cdd0a83.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-1fc5956660611951.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-9215c75ecf6dc2e1.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-309d54d167237796.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-dfdd81406fc54ef6.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-fad16a1760217afe.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-d12dd8749a61148d.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-c1aa6d2350b74cba.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-880c3f2864e14d3e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.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-ec51e95ae6c78625.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-01f167c9eb44adb9.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e840c726e561ef92.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-033b543cc30967b3.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-b050ca61f382ec87.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d28686e858e4e4e9.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-67b9ae57f5745324.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e310daf1f3704a67.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-19a367469c532c8d.rmeta --extern hyper_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rmeta --extern hyper_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libhyper-6d265c1673e46b28.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-b8cd6003866b0695.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-721c35836bc121ec.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-58b4684230791a07.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-1b46dd66a7c6c3c6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.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-34ebc64efd3050da.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-5cd5280b908ad662.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-db9effad285786c2.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-9cb4b45b85e38268.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-18f7acef858970dc.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-db86d85037900380.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-700a8165421bc382.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-432134aa9ea53f07.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-9e8a3d01ad4ead9c.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-968df9948346758c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0fb8b605bbfd881f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-336528d46dc1ab41.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-70c117f9faddfe04.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-52384e1dd65c42ba.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-31f20414dbea471d.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-21db2c3f6310c57d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-90f3d6a74d7641a0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-dcd4c922a763b4f6.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d1c85dca7f92ec74.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-d448c7bd1cf2ef35.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-90415c611b1250b4.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2b6da40b504a9c80.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4849ad2e0e9b19f7.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-469fba569a1f4e34.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3606d719e8a7d99e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-abf7bd0e7b4c5d8a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6659aeae0a5b7207.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
27272024-09-26T19:53:15.868Z Compiling newtype-uuid v1.1.0
27282024-09-26T19:53:15.892Z 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=348967cb7f3375ff -C extra-filename=-348967cb7f3375ff --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-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27292024-09-26T19:53:15.892Z Compiling structmeta-derive v0.3.0
27302024-09-26T19:53:15.892Z 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=b6c68af22de77044 -C extra-filename=-b6c68af22de77044 --out-dir /work/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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27312024-09-26T19:53:15.981Z Compiling darling_macro v0.20.9
27322024-09-26T19:53:16.005Z 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=6c8eda01dd3150d7 -C extra-filename=-6c8eda01dd3150d7 --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-1f4edb611c470fc1.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27332024-09-26T19:53:16.070Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27342024-09-26T19:53:16.094Z 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=e6b25ea0f7a9f62a -C extra-filename=-e6b25ea0f7a9f62a --out-dir /work/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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27352024-09-26T19:53:16.181Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27362024-09-26T19:53:16.205Z 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=888af9b706764397 -C extra-filename=-888af9b706764397 --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-348967cb7f3375ff.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27372024-09-26T19:53:16.499Z Compiling backoff v0.4.0
27382024-09-26T19:53:16.523Z 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=6494e93e0965ea9a -C extra-filename=-6494e93e0965ea9a --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-b050ca61f382ec87.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-3626728e99f8adb9.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27392024-09-26T19:53:16.837Z Compiling tokio-rustls v0.25.0
27402024-09-26T19:53:16.837Z 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=11acd4a09e0c6166 -C extra-filename=-11acd4a09e0c6166 --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-cc5ef85873981447.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
27412024-09-26T19:53:16.914Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27422024-09-26T19:53:16.938Z 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=a37431deb39776a0 -C extra-filename=-a37431deb39776a0 --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-e6b25ea0f7a9f62a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27432024-09-26T19:53:17.051Z Compiling darling v0.20.9
27442024-09-26T19:53:17.081Z 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=1d45d8d8ee84a16a -C extra-filename=-1d45d8d8ee84a16a --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-1f4edb611c470fc1.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-6c8eda01dd3150d7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27452024-09-26T19:53:17.105Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
27462024-09-26T19:53:17.105Z 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=9d0cebb1dfdd1c7b -C extra-filename=-9d0cebb1dfdd1c7b --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-73c51197ed8e5258.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27472024-09-26T19:53:17.128Z Dirty strum v0.26.3: the rustflags changed
27482024-09-26T19:53:17.129Z Compiling strum v0.26.3
27492024-09-26T19:53:17.152Z 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=806c9767c004150a -C extra-filename=-806c9767c004150a --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-9a40ec71e23b8849.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27502024-09-26T19:53:17.179Z Compiling serde_with_macros v3.9.0
27512024-09-26T19:53:17.202Z 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=d8479d5447428c16 -C extra-filename=-d8479d5447428c16 --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-1d45d8d8ee84a16a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27522024-09-26T19:53:17.227Z Compiling macaddr v1.0.1
27532024-09-26T19:53:17.227Z 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=d161d590ed954c52 -C extra-filename=-d161d590ed954c52 --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-b77f2f78e8b09bf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27542024-09-26T19:53:17.290Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27552024-09-26T19:53:17.315Z 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=c7e9a69914647243 -C extra-filename=-c7e9a69914647243 --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-545ce11aa6690bff.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
27562024-09-26T19:53:17.584Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27572024-09-26T19:53:17.622Z 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=f1360a1d73801714 -C extra-filename=-f1360a1d73801714 --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-a94629f0533ceeb4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27582024-09-26T19:53:17.754Z Compiling wait-timeout v0.2.0
27592024-09-26T19:53:17.754Z 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=32e63b1de861798b -C extra-filename=-32e63b1de861798b --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27602024-09-26T19:53:17.778Z Compiling structmeta-derive v0.2.0
27612024-09-26T19:53:17.778Z 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=ffeb152ca100994f -C extra-filename=-ffeb152ca100994f --out-dir /work/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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27622024-09-26T19:53:18.069Z Compiling rusty-fork v0.3.0
27632024-09-26T19:53:18.094Z 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=0cfe87568a2247e6 -C extra-filename=-0cfe87568a2247e6 --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-ff80803e7c01eb54.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-32e63b1de861798b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27642024-09-26T19:53:18.277Z Compiling rand_xorshift v0.3.0
27652024-09-26T19:53:18.302Z 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=e5d67a1406e679f5 -C extra-filename=-e5d67a1406e679f5 --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-8b13f8510d518754.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27662024-09-26T19:53:18.503Z Compiling structmeta v0.3.0
27672024-09-26T19:53:18.527Z 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=543d0b64eb92f0f6 -C extra-filename=-543d0b64eb92f0f6 --out-dir /work/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-700a8165421bc382.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-b6c68af22de77044.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27682024-09-26T19:53:18.656Z Compiling unarray v0.1.4
27692024-09-26T19:53:18.680Z 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`
27702024-09-26T19:53:18.791Z Compiling proptest v1.5.0
27712024-09-26T19:53:18.815Z 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=1cb868b2cd1fbc6f -C extra-filename=-1cb868b2cd1fbc6f --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-63cede1d1ea82dc2.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-3626728e99f8adb9.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2667bd39ef37db11.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-e5d67a1406e679f5.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-0cfe87568a2247e6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.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`
27722024-09-26T19:53:18.816Z Compiling camino-tempfile v1.1.1
27732024-09-26T19:53:18.816Z 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=d5b4d25fa3b6ff01 -C extra-filename=-d5b4d25fa3b6ff01 --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-2123433c4c5aba73.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27742024-09-26T19:53:18.961Z Compiling parse-display-derive v0.10.0
27752024-09-26T19:53:18.985Z 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=0357d314a0b427cd -C extra-filename=-0357d314a0b427cd --out-dir /work/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-700a8165421bc382.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-543d0b64eb92f0f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27762024-09-26T19:53:19.212Z Dirty proc-macro-error-attr v1.0.4: the rustflags changed
27772024-09-26T19:53:19.212Z Compiling proc-macro-error-attr v1.0.4
27782024-09-26T19:53:19.236Z 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`
27792024-09-26T19:53:19.378Z 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=9d3306970b1c0c56 -C extra-filename=-9d3306970b1c0c56 --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-5f90365efe746e83.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.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-d700e81a5e93d934.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-5569ff5eb631ad8f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-f05b37f1d6d64d48.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-721c35836bc121ec.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-0c67e535159beaf2.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-db9effad285786c2.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-cc5ef85873981447.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-e5ca38e32977a7fc.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f966a333adb39b2a.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-336528d46dc1ab41.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-8be24298b1165009.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-44a3d19b3c823a6b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-11acd4a09e0c6166.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-469fba569a1f4e34.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/out`
27802024-09-26T19:53:19.549Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-5d000a157274cd67/build-script-build`
27812024-09-26T19:53:19.626Z Dirty proc-macro-error v1.0.4: the rustflags changed
27822024-09-26T19:53:19.626Z Compiling proc-macro-error v1.0.4
27832024-09-26T19:53:19.651Z 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`
27842024-09-26T19:53:19.910Z Compiling serde_with v3.9.0
27852024-09-26T19:53:19.935Z 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=b6ded8bf03951d3a -C extra-filename=-b6ded8bf03951d3a --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-b77f2f78e8b09bf9.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4d3f1b3ad0292503.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-d8479d5447428c16.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27862024-09-26T19:53:19.959Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a4bca8a215788b67/build-script-build`
27872024-09-26T19:53:20.106Z 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=19dd48a15b00711f -C extra-filename=-19dd48a15b00711f --out-dir /work/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-700a8165421bc382.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27882024-09-26T19:53:20.410Z Compiling structmeta v0.2.0
27892024-09-26T19:53:20.435Z 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=06fb4cf9efb0ae6e -C extra-filename=-06fb4cf9efb0ae6e --out-dir /work/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-700a8165421bc382.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-ffeb152ca100994f.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27902024-09-26T19:53:20.801Z Compiling test-strategy v0.3.1
27912024-09-26T19:53:20.825Z 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=d3f54644808b3dd8 -C extra-filename=-d3f54644808b3dd8 --out-dir /work/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-700a8165421bc382.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-06fb4cf9efb0ae6e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27922024-09-26T19:53:20.911Z 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=6875a40cf47463e6 -C extra-filename=-6875a40cf47463e6 --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-19dd48a15b00711f.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-17f66ea741059823.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
27932024-09-26T19:53:21.519Z Compiling proc-macro-crate v1.3.1
27942024-09-26T19:53:21.544Z 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=c8d5e6c8555385cf -C extra-filename=-c8d5e6c8555385cf --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-90415c611b1250b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27952024-09-26T19:53:21.799Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27962024-09-26T19:53:21.823Z 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`
27972024-09-26T19:53:22.166Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-d7e5a9887b0b0e8e/build-script-build`
27982024-09-26T19:53:22.201Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27992024-09-26T19:53:22.225Z 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`
28002024-09-26T19:53:22.473Z Compiling num_enum_derive v0.5.11
28012024-09-26T19:53:22.497Z 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=7774fe8dd61c71f0 -C extra-filename=-7774fe8dd61c71f0 --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-c8d5e6c8555385cf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-17f66ea741059823.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28022024-09-26T19:53:22.553Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-525ace519d3346b6/build-script-build`
28032024-09-26T19:53:22.581Z Compiling foreign-types-macros v0.2.3
28042024-09-26T19:53:22.607Z 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=96eea001287bb480 -C extra-filename=-96eea001287bb480 --out-dir /work/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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28052024-09-26T19:53:23.138Z Compiling foreign-types-shared v0.3.1
28062024-09-26T19:53:23.162Z 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`
28072024-09-26T19:53:23.186Z Compiling parse-display v0.10.0
28082024-09-26T19:53:23.210Z 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=610c39d51f54be4e -C extra-filename=-610c39d51f54be4e --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-0357d314a0b427cd.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`
28092024-09-26T19:53:23.275Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28102024-09-26T19:53:23.299Z 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`
28112024-09-26T19:53:23.654Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-f477c3b355d84377/build-script-build`
28122024-09-26T19:53:23.678Z 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`
28132024-09-26T19:53:23.833Z 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`
28142024-09-26T19:53:23.859Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28152024-09-26T19:53:23.883Z 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=414bcb3cef266d20 -C extra-filename=-414bcb3cef266d20 --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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-17f66ea741059823.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28162024-09-26T19:53:23.883Z Compiling foreign-types v0.5.0
28172024-09-26T19:53:23.883Z 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=e28f380d1a9c4d60 -C extra-filename=-e28f380d1a9c4d60 --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-96eea001287bb480.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`
28182024-09-26T19:53:24.001Z Compiling tabwriter v1.4.0
28192024-09-26T19:53:24.029Z 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`
28202024-09-26T19:53:24.029Z Compiling cstr-argument v0.1.2
28212024-09-26T19:53:24.029Z 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`
28222024-09-26T19:53:24.284Z Compiling pretty-hex v0.2.1
28232024-09-26T19:53:24.307Z 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`
28242024-09-26T19:53:24.307Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28252024-09-26T19:53:24.308Z 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=8e4d4cdffcf79354 -C extra-filename=-8e4d4cdffcf79354 --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-e28f380d1a9c4d60.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`
28262024-09-26T19:53:24.465Z Compiling colored v2.1.0
28272024-09-26T19:53:24.465Z 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`
28282024-09-26T19:53:24.489Z Compiling smf v0.2.3
28292024-09-26T19:53:24.489Z 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=9d01afcb92ec7207 -C extra-filename=-9d01afcb92ec7207 --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-b2c5de0a6793a89e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28302024-09-26T19:53:24.765Z 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=e467005b0a826ad7 -C extra-filename=-e467005b0a826ad7 --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-1b46dd66a7c6c3c6.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-414bcb3cef266d20.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l door`
28312024-09-26T19:53:24.872Z Compiling heapless v0.8.0
28322024-09-26T19:53:24.898Z 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`
28332024-09-26T19:53:24.930Z Compiling termtree v0.4.1
28342024-09-26T19:53:24.969Z 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`
28352024-09-26T19:53:25.015Z Compiling num_enum v0.5.11
28362024-09-26T19:53:25.040Z 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=8f7e97e7356f1a1b -C extra-filename=-8f7e97e7356f1a1b --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-7774fe8dd61c71f0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28372024-09-26T19:53:25.145Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28382024-09-26T19:53:25.171Z 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=4551ce9a4092b126 -C extra-filename=-4551ce9a4092b126 --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-1b46dd66a7c6c3c6.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-8f7e97e7356f1a1b.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-27176efeb89a212c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28392024-09-26T19:53:25.171Z Compiling predicates-tree v1.0.9
28402024-09-26T19:53:25.171Z 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`
28412024-09-26T19:53:25.195Z Compiling hash32 v0.3.1
28422024-09-26T19:53:25.195Z 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`
28432024-09-26T19:53:25.426Z Compiling crucible-workspace-hack v0.1.0
28442024-09-26T19:53:25.450Z 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`
28452024-09-26T19:53:25.474Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-e556d1dbcfabb7d1/build-script-build`
28462024-09-26T19:53:25.514Z Compiling smoltcp v0.11.0
28472024-09-26T19:53:25.538Z 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`
28482024-09-26T19:53:25.646Z Compiling cobs v0.2.3
28492024-09-26T19:53:25.671Z 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`
28502024-09-26T19:53:25.702Z Compiling embedded-io v0.4.0
28512024-09-26T19:53:25.726Z 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`
28522024-09-26T19:53:25.751Z 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`
28532024-09-26T19:53:25.775Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-7bb6db9d5be3b93a/build-script-build`
28542024-09-26T19:53:25.799Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
28552024-09-26T19:53:25.799Z 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=636a762947e29627 -C extra-filename=-636a762947e29627 --out-dir /work/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-700a8165421bc382.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0fb8b605bbfd881f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-e968890b991f4456.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-d0e57b1ee23bfc71.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28562024-09-26T19:53:25.823Z 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`
28572024-09-26T19:53:25.938Z Compiling postcard v1.0.8
28582024-09-26T19:53:25.962Z 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=bf96463d150beda7 -C extra-filename=-bf96463d150beda7 --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-b77f2f78e8b09bf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28592024-09-26T19:53:25.986Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
28602024-09-26T19:53:25.986Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
28612024-09-26T19:53:26.011Z 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`
28622024-09-26T19:53:26.011Z 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`
28632024-09-26T19:53:26.161Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
28642024-09-26T19:53:26.185Z 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=bc6b234006bccb3f -C extra-filename=-bc6b234006bccb3f --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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28652024-09-26T19:53:26.268Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-8932ed320cfb35a5/build-script-build`
28662024-09-26T19:53:26.302Z Compiling sigpipe v0.1.3
28672024-09-26T19:53:26.326Z 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=955f100085ab1813 -C extra-filename=-955f100085ab1813 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28682024-09-26T19:53:26.350Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-f3ebe4ececd17b62/build-script-build`
28692024-09-26T19:53:26.414Z Compiling mockall_derive v0.13.0
28702024-09-26T19:53:26.414Z 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`
28712024-09-26T19:53:26.439Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
28722024-09-26T19:53:26.439Z 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`
28732024-09-26T19:53:26.664Z 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`
28742024-09-26T19:53:26.726Z Compiling humantime v2.1.0
28752024-09-26T19:53:26.750Z 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`
28762024-09-26T19:53:26.774Z Running `/work/oxidecomputer/omicron/target/debug/build/mockall_derive-840718ae530a1b62/build-script-build`
28772024-09-26T19:53:26.774Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-03b8ac6ea3fd311e/build-script-build`
28782024-09-26T19:53:26.799Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28792024-09-26T19:53:26.823Z 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`
28802024-09-26T19:53:26.847Z 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=7df743928cb6f52c -C extra-filename=-7df743928cb6f52c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.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-4551ce9a4092b126.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-8f7e97e7356f1a1b.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-8e4d4cdffcf79354.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-e467005b0a826ad7.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-7c6d672330db8c70.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4849ad2e0e9b19f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
28812024-09-26T19:53:26.944Z 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=554785bdaf1c56c3 -C extra-filename=-554785bdaf1c56c3 --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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(reprocheck)'`
28822024-09-26T19:53:27.068Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28832024-09-26T19:53:27.092Z 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=4d0a46c149d680b3 -C extra-filename=-4d0a46c149d680b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-955f100085ab1813.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
28842024-09-26T19:53:27.116Z Compiling zone_cfg_derive v0.3.0
28852024-09-26T19:53:27.116Z 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.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=74d862cad6b6f642 -C extra-filename=-74d862cad6b6f642 --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-6875a40cf47463e6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-17f66ea741059823.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28862024-09-26T19:53:27.198Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
28872024-09-26T19:53:27.222Z 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=4c5dc13140b05272 -C extra-filename=-4c5dc13140b05272 --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-1b46dd66a7c6c3c6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28882024-09-26T19:53:27.617Z Compiling num-derive v0.4.2
28892024-09-26T19:53:27.642Z 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=2ef658aacf297646 -C extra-filename=-2ef658aacf297646 --out-dir /work/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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28902024-09-26T19:53:28.071Z Compiling downcast v0.11.0
28912024-09-26T19:53:28.095Z 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`
28922024-09-26T19:53:28.280Z Compiling fragile v2.0.0
28932024-09-26T19:53:28.304Z 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`
28942024-09-26T19:53:28.499Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28952024-09-26T19:53:28.524Z 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`
28962024-09-26T19:53:28.859Z Compiling zone v0.3.0
28972024-09-26T19:53:28.884Z 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.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=0d5b8b27f9d50a38 -C extra-filename=-0d5b8b27f9d50a38 --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-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-74d862cad6b6f642.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982024-09-26T19:53:28.884Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-a3fc801a6ca21997/build-script-build`
28992024-09-26T19:53:28.914Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
29002024-09-26T19:53:28.938Z 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=477c42e7d75be12d -C extra-filename=-477c42e7d75be12d --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-4c5dc13140b05272.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29012024-09-26T19:53:29.304Z Compiling same-file v1.0.6
29022024-09-26T19:53:29.329Z 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`
29032024-09-26T19:53:29.554Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
29042024-09-26T19:53:29.579Z 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=1a3f1d3d824cee6b -C extra-filename=-1a3f1d3d824cee6b --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-73c51197ed8e5258.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-bf96463d150beda7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.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`
29052024-09-26T19:53:29.652Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
29062024-09-26T19:53:29.677Z 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/a551f24/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=aed5ec0a0a0513d5 -C extra-filename=-aed5ec0a0a0513d5 --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-1b46dd66a7c6c3c6.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-2ef658aacf297646.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29072024-09-26T19:53:29.973Z Compiling walkdir v2.5.0
29082024-09-26T19:53:29.997Z 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`
29092024-09-26T19:53:30.022Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
29102024-09-26T19:53:30.046Z 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=8472317ba2b4338a -C extra-filename=-8472317ba2b4338a --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-d0e57b1ee23bfc71.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-636a762947e29627.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29112024-09-26T19:53:30.157Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
29122024-09-26T19:53:30.181Z 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=84f1db04afb06d43 -C extra-filename=-84f1db04afb06d43 --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-fc3e9785c2b51d39.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-721c35836bc121ec.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-db9effad285786c2.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-8472317ba2b4338a.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`
29132024-09-26T19:53:30.261Z Dirty xattr v1.3.1: the rustflags changed
29142024-09-26T19:53:30.261Z Compiling xattr v1.3.1
29152024-09-26T19:53:30.285Z 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=2bd29b8db352af4a -C extra-filename=-2bd29b8db352af4a --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-968df9948346758c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29162024-09-26T19:53:30.473Z Dirty filetime v0.2.25: the rustflags changed
29172024-09-26T19:53:30.473Z Compiling filetime v0.2.25
29182024-09-26T19:53:30.505Z 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.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=65322f84cd556c62 -C extra-filename=-65322f84cd556c62 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29192024-09-26T19:53:30.505Z Compiling utf-8 v0.7.6
29202024-09-26T19:53:30.505Z 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`
29212024-09-26T19:53:30.647Z 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=b117e807852673ea -C extra-filename=-b117e807852673ea --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-bc6b234006bccb3f.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-1a3f1d3d824cee6b.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-bf96463d150beda7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.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)'`
29222024-09-26T19:53:30.763Z Dirty tar v0.4.42: the rustflags changed
29232024-09-26T19:53:30.794Z Compiling tar v0.4.42
29242024-09-26T19:53:30.794Z 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.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=392876b8a640d0c1 -C extra-filename=-392876b8a640d0c1 --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-65322f84cd556c62.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-2bd29b8db352af4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29252024-09-26T19:53:30.819Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
29262024-09-26T19:53:30.819Z 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=ea8bb86f51f3c367 -C extra-filename=-ea8bb86f51f3c367 --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-b117e807852673ea.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-1bcf0f2aa9b53959.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.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-6659aeae0a5b7207.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29272024-09-26T19:53:30.843Z Compiling atomicwrites v0.4.4
29282024-09-26T19:53:30.843Z 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.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=0f974a35c648c4cf -C extra-filename=-0f974a35c648c4cf --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-968df9948346758c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292024-09-26T19:53:30.867Z Compiling newline-converter v0.3.0
29302024-09-26T19:53:30.867Z 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`
29312024-09-26T19:53:31.034Z Compiling expectorate v1.1.0
29322024-09-26T19:53:31.058Z 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=b84c1c53a60d0a0a -C extra-filename=-b84c1c53a60d0a0a --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-d203535d0c6e9365.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`
29332024-09-26T19:53:31.208Z Compiling convert_case v0.4.0
29342024-09-26T19:53:31.233Z 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`
29352024-09-26T19:53:31.233Z Compiling tungstenite v0.21.0
29362024-09-26T19:53:31.233Z 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=c28ed3aee14346e4 -C extra-filename=-c28ed3aee14346e4 --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-2396091a33ed140b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2d9395ab4302713f.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-4ceb8996510f7f6e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-336528d46dc1ab41.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.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`
29372024-09-26T19:53:31.314Z Compiling itertools v0.13.0
29382024-09-26T19:53:31.339Z 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`
29392024-09-26T19:53:32.070Z Compiling derive_more v0.99.18
29402024-09-26T19:53:32.095Z 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=0dfaebee3056f89d -C extra-filename=-0dfaebee3056f89d --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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29412024-09-26T19:53:32.647Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
29422024-09-26T19:53:32.671Z 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=ad2f7418aaca4f9f -C extra-filename=-ad2f7418aaca4f9f --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-1b46dd66a7c6c3c6.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-7df743928cb6f52c.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-b117e807852673ea.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-ea8bb86f51f3c367.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-bf96463d150beda7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29432024-09-26T19:53:32.772Z Compiling tokio-tungstenite v0.21.0
29442024-09-26T19:53:32.797Z 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=4e12a4a7386bfe8a -C extra-filename=-4e12a4a7386bfe8a --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-01f167c9eb44adb9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-c28ed3aee14346e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29452024-09-26T19:53:33.114Z Compiling arc-swap v1.7.1
29462024-09-26T19:53:33.144Z 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`
29472024-09-26T19:53:33.240Z Compiling termcolor v1.4.1
29482024-09-26T19:53:33.264Z 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`
29492024-09-26T19:53:33.734Z Compiling slog-scope v4.4.0
29502024-09-26T19:53:33.767Z 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`
29512024-09-26T19:53:33.852Z Compiling cancel-safe-futures v0.1.5
29522024-09-26T19:53:33.876Z 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`
29532024-09-26T19:53:33.900Z Compiling mockall v0.13.0
29542024-09-26T19:53:33.901Z 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=065c59f7db1df368 -C extra-filename=-065c59f7db1df368 --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-554785bdaf1c56c3.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`
29552024-09-26T19:53:34.033Z Compiling slog-stdlog v4.1.1
29562024-09-26T19:53:34.057Z 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=071f7f85ff281999 -C extra-filename=-071f7f85ff281999 --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-9bb3211f8a6d4da7.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`
29572024-09-26T19:53:34.081Z Compiling owo-colors v4.1.0
29582024-09-26T19:53:34.081Z 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/owo-colors-4.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=2bded459cb5572f2 -C extra-filename=-2bded459cb5572f2 --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-2bded459cb5572f2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29592024-09-26T19:53:34.178Z Compiling derive-where v1.2.7
29602024-09-26T19:53:34.204Z 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=daff58329f40d98c -C extra-filename=-daff58329f40d98c --out-dir /work/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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29612024-09-26T19:53:34.235Z Compiling slog-envlogger v2.2.0
29622024-09-26T19:53:34.259Z 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=7cb44d7c48bfc9c7 -C extra-filename=-7cb44d7c48bfc9c7 --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-9bb3211f8a6d4da7.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-071f7f85ff281999.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29632024-09-26T19:53:34.284Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-2d15830b8e271b76/build-script-build`
29642024-09-26T19:53:34.308Z Dirty swrite v0.1.0: the rustflags changed
29652024-09-26T19:53:34.309Z Compiling swrite v0.1.0
29662024-09-26T19:53:34.309Z 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`
29672024-09-26T19:53:34.405Z 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=66a775b3c97a0cdd -C extra-filename=-66a775b3c97a0cdd --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-01f167c9eb44adb9.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-42c4d50779fe32e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29682024-09-26T19:53:34.429Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-2bded459cb5572f2/build-script-build`
29692024-09-26T19:53:34.454Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29702024-09-26T19:53:34.478Z 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=cdbcb2e515945498 -C extra-filename=-cdbcb2e515945498 --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-545ce11aa6690bff.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
29712024-09-26T19:53:34.502Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=1b9c87378f6a0ee3 -C extra-filename=-1b9c87378f6a0ee3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'`
29722024-09-26T19:53:34.759Z Compiling libsw v3.3.1
29732024-09-26T19:53:34.783Z 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=74a9f4ec163d4891 -C extra-filename=-74a9f4ec163d4891 --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-42c4d50779fe32e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29742024-09-26T19:53:34.913Z Compiling linear-map v1.2.0
29752024-09-26T19:53:34.938Z 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`
29762024-09-26T19:53:34.962Z Compiling indent_write v2.2.0
29772024-09-26T19:53:34.962Z 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`
29782024-09-26T19:53:35.047Z Compiling blake2 v0.10.6
29792024-09-26T19:53:35.071Z 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=254a60005a2afc97 -C extra-filename=-254a60005a2afc97 --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-9215c75ecf6dc2e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29802024-09-26T19:53:35.154Z Compiling password-hash v0.5.0
29812024-09-26T19:53:35.179Z 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=135dac09e60e1aa0 -C extra-filename=-135dac09e60e1aa0 --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-8b13f8510d518754.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`
29822024-09-26T19:53:35.253Z Compiling num-rational v0.4.2
29832024-09-26T19:53:35.278Z 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`
29842024-09-26T19:53:36.064Z Compiling argon2 v0.5.3
29852024-09-26T19:53:36.088Z 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=77bced599b1d0a46 -C extra-filename=-77bced599b1d0a46 --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-254a60005a2afc97.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-135dac09e60e1aa0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29862024-09-26T19:53:36.209Z Compiling num-complex v0.4.6
29872024-09-26T19:53:36.234Z 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`
29882024-09-26T19:53:36.311Z Compiling float-ord v0.3.2
29892024-09-26T19:53:36.336Z 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`
29902024-09-26T19:53:36.460Z Compiling atty v0.2.14
29912024-09-26T19:53:36.484Z 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=42bb01a048b0cf97 -C extra-filename=-42bb01a048b0cf97 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29922024-09-26T19:53:36.589Z Compiling pem v3.0.4
29932024-09-26T19:53:36.613Z 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`
29942024-09-26T19:53:36.727Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29952024-09-26T19:53:36.752Z 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=07afed1feab68e9d -C extra-filename=-07afed1feab68e9d --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-77bced599b1d0a46.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b6ded8bf03951d3a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
29962024-09-26T19:53:37.079Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
29972024-09-26T19:53:37.103Z 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=9df11466a916dc2f -C extra-filename=-9df11466a916dc2f --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-db9effad285786c2.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-84f1db04afb06d43.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-e968890b991f4456.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-5d0ce89b15d18cc9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29982024-09-26T19:53:37.103Z Compiling num v0.4.3
29992024-09-26T19:53:37.127Z 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`
30002024-09-26T19:53:37.128Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
30012024-09-26T19:53:37.153Z 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`
30022024-09-26T19:53:37.219Z Compiling tungstenite v0.20.1
30032024-09-26T19:53:37.243Z 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=d50dc0083b67ab45 -C extra-filename=-d50dc0083b67ab45 --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-2396091a33ed140b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-4ceb8996510f7f6e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-336528d46dc1ab41.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.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`
30042024-09-26T19:53:37.307Z Compiling env_logger v0.9.3
30052024-09-26T19:53:37.331Z 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=febc7a5863a07500 -C extra-filename=-febc7a5863a07500 --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-42bb01a048b0cf97.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.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`
30062024-09-26T19:53:37.414Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30072024-09-26T19:53:37.439Z 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=468d0a4b93f63a49 -C extra-filename=-468d0a4b93f63a49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-66a775b3c97a0cdd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.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-daff58329f40d98c.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-721c35836bc121ec.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-74a9f4ec163d4891.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-545ce11aa6690bff.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9cb4b45b85e38268.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b6ded8bf03951d3a.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-42c4d50779fe32e0.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
30082024-09-26T19:53:38.027Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-68f76a0818581d6b/build-script-build`
30092024-09-26T19:53:38.052Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30102024-09-26T19:53:38.052Z 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=642b5acb1f7fc3c3 -C extra-filename=-642b5acb1f7fc3c3 --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-1b46dd66a7c6c3c6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30112024-09-26T19:53:38.351Z Compiling tokio-tungstenite v0.20.1
30122024-09-26T19:53:38.376Z 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=ae8e973b8a2db2ac -C extra-filename=-ae8e973b8a2db2ac --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-01f167c9eb44adb9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-d50dc0083b67ab45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30132024-09-26T19:53:38.400Z Compiling bitstruct_derive v0.1.0
30142024-09-26T19:53:38.400Z 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=404ef0bc2a89db86 -C extra-filename=-404ef0bc2a89db86 --out-dir /work/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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-17f66ea741059823.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30152024-09-26T19:53:38.500Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30162024-09-26T19:53:38.524Z 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=9aef0f5504b91d37 -C extra-filename=-9aef0f5504b91d37 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30172024-09-26T19:53:38.660Z Compiling ascii v1.1.0
30182024-09-26T19:53:38.685Z 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`
30192024-09-26T19:53:38.810Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30202024-09-26T19:53:38.835Z 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=02eda3ca750f64eb -C extra-filename=-02eda3ca750f64eb --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-1b46dd66a7c6c3c6.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-9aef0f5504b91d37.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30212024-09-26T19:53:38.872Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30222024-09-26T19:53:38.898Z 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=c3a697730793fd8f -C extra-filename=-c3a697730793fd8f --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-642b5acb1f7fc3c3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30232024-09-26T19:53:39.114Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
30242024-09-26T19:53:39.140Z 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=dd77de6dd7dcde2c -C extra-filename=-dd77de6dd7dcde2c --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-ab8bb954528b4839.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-febc7a5863a07500.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30252024-09-26T19:53:39.140Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30262024-09-26T19:53:39.165Z 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=cf503a39fa537744 -C extra-filename=-cf503a39fa537744 --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-1b46dd66a7c6c3c6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30272024-09-26T19:53:39.213Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30282024-09-26T19:53:39.238Z 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=e8421b2819a7fb29 -C extra-filename=-e8421b2819a7fb29 --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-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30292024-09-26T19:53:39.304Z Compiling serde_arrays v0.1.0
30302024-09-26T19:53:39.328Z 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=4367812b621d88cc -C extra-filename=-4367812b621d88cc --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-b77f2f78e8b09bf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30312024-09-26T19:53:39.470Z Compiling erased-serde v0.3.31
30322024-09-26T19:53:39.495Z 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=209d0509cc7fcebd -C extra-filename=-209d0509cc7fcebd --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-b77f2f78e8b09bf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30332024-09-26T19:53:39.571Z Compiling heck v0.3.3
30342024-09-26T19:53:39.595Z 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`
30352024-09-26T19:53:39.761Z Compiling bitstruct v0.1.1
30362024-09-26T19:53:39.786Z 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=255f4c42ebf8d864 -C extra-filename=-255f4c42ebf8d864 --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-404ef0bc2a89db86.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30372024-09-26T19:53:39.811Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
30382024-09-26T19:53:39.836Z 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`
30392024-09-26T19:53:39.886Z Compiling headers-core v0.2.0
30402024-09-26T19:53:39.910Z 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=6a3a91743d567310 -C extra-filename=-6a3a91743d567310 --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-fc3e9785c2b51d39.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30412024-09-26T19:53:39.979Z Compiling zone_cfg_derive v0.1.2
30422024-09-26T19:53:40.009Z 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=8b10e35e6771b87b -C extra-filename=-8b10e35e6771b87b --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-6875a40cf47463e6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-17f66ea741059823.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30432024-09-26T19:53:40.049Z Compiling yasna v0.5.2
30442024-09-26T19:53:40.074Z 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=2dc5da634aeefc76 -C extra-filename=-2dc5da634aeefc76 --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-478e0f05d7cd44f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30452024-09-26T19:53:40.132Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-ca3d463ff48c182f/build-script-build`
30462024-09-26T19:53:40.162Z Compiling base64 v0.13.1
30472024-09-26T19:53:40.186Z 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`
30482024-09-26T19:53:40.481Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30492024-09-26T19:53:40.506Z 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=c664f540177cd574 -C extra-filename=-c664f540177cd574 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-c3a697730793fd8f.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-63cede1d1ea82dc2.rmeta --extern bitstruct=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct-255f4c42ebf8d864.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-cf503a39fa537744.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-209d0509cc7fcebd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.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-e8421b2819a7fb29.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-dd77de6dd7dcde2c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-4367812b621d88cc.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-469fba569a1f4e34.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-02eda3ca750f64eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30502024-09-26T19:53:40.646Z Compiling semver v0.1.20
30512024-09-26T19:53:40.671Z 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`
30522024-09-26T19:53:40.711Z Compiling ron v0.7.1
30532024-09-26T19:53:40.735Z 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=ea88be8d8770e838 -C extra-filename=-ea88be8d8770e838 --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-b77f2f78e8b09bf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30542024-09-26T19:53:40.886Z 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=9d1168b8aa5b491e -C extra-filename=-9d1168b8aa5b491e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.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-4551ce9a4092b126.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-8f7e97e7356f1a1b.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-8e4d4cdffcf79354.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-e467005b0a826ad7.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-7c6d672330db8c70.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4849ad2e0e9b19f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
30552024-09-26T19:53:41.238Z Compiling rustc_version v0.1.7
30562024-09-26T19:53:41.262Z 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`
30572024-09-26T19:53:41.403Z Compiling zone v0.1.8
30582024-09-26T19:53:41.428Z 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=466445f79ae18d22 -C extra-filename=-466445f79ae18d22 --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-b2c5de0a6793a89e.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-8b10e35e6771b87b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30592024-09-26T19:53:41.552Z Compiling rcgen v0.12.1
30602024-09-26T19:53:41.577Z 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=11da61859021830c -C extra-filename=-11da61859021830c --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-21e223042efd6c2a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-2dc5da634aeefc76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
30612024-09-26T19:53:41.705Z Compiling headers v0.3.9
30622024-09-26T19:53:41.731Z 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=4500e615bc0dd49d -C extra-filename=-4500e615bc0dd49d --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-2396091a33ed140b.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-6a3a91743d567310.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.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-336528d46dc1ab41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30632024-09-26T19:53:41.731Z Compiling portpicker v0.1.1
30642024-09-26T19:53:41.731Z 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=9a7b538f0079c63d -C extra-filename=-9a7b538f0079c63d --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-3626728e99f8adb9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30652024-09-26T19:53:42.047Z Compiling highway v1.2.0
30662024-09-26T19:53:42.071Z 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`
30672024-09-26T19:53:42.714Z Compiling home v0.5.9
30682024-09-26T19:53:42.739Z 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`
30692024-09-26T19:53:42.739Z Compiling newtype_derive v0.1.6
30702024-09-26T19:53:42.739Z 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`
30712024-09-26T19:53:42.763Z Compiling subprocess v0.2.9
30722024-09-26T19:53:42.763Z 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=abb91b09131331d4 -C extra-filename=-abb91b09131331d4 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30732024-09-26T19:53:42.977Z Compiling cookie v0.18.1
30742024-09-26T19:53:43.001Z 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`
30752024-09-26T19:53:43.066Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-c4c1ae37bf8fd7dc/build-script-build`
30762024-09-26T19:53:43.140Z 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`
30772024-09-26T19:53:43.266Z Compiling prettyplease v0.2.22
30782024-09-26T19:53:43.290Z 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.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=0cd99c1bb9496db1 -C extra-filename=-0cd99c1bb9496db1 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-0cd99c1bb9496db1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30792024-09-26T19:53:43.317Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-40d88af450dd2121/build-script-build`
30802024-09-26T19:53:43.384Z Compiling half v2.4.1
30812024-09-26T19:53:43.409Z 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`
30822024-09-26T19:53:43.409Z Compiling ciborium-io v0.2.2
30832024-09-26T19:53:43.409Z 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`
30842024-09-26T19:53:43.622Z 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=dc7d413016cd4b77 -C extra-filename=-dc7d413016cd4b77 --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-478e0f05d7cd44f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30852024-09-26T19:53:43.646Z Compiling steno v0.4.1
30862024-09-26T19:53:43.646Z 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=e1d765c7b5b5f7f6 -C extra-filename=-e1d765c7b5b5f7f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.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-9cb4b45b85e38268.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30872024-09-26T19:53:43.671Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-0cd99c1bb9496db1/build-script-build`
30882024-09-26T19:53:43.699Z 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.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=14021a4718805f9d -C extra-filename=-14021a4718805f9d --out-dir /work/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-9f1bf8c0c2f91e7e.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)'`
30892024-09-26T19:53:43.903Z Compiling ciborium-ll v0.2.2
30902024-09-26T19:53:43.928Z 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`
30912024-09-26T19:53:44.067Z 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`
30922024-09-26T19:53:44.286Z Compiling ciborium v0.2.2
30932024-09-26T19:53:44.311Z 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=95a9ff5427c2d28e -C extra-filename=-95a9ff5427c2d28e --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-b77f2f78e8b09bf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30942024-09-26T19:53:44.336Z Compiling linked-hash-map v0.5.6
30952024-09-26T19:53:44.336Z 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`
30962024-09-26T19:53:44.535Z Compiling resolv-conf v0.7.0
30972024-09-26T19:53:44.560Z 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=c593ae89b2fb6a7b -C extra-filename=-c593ae89b2fb6a7b --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-e7d282d0c72e90f8.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`
30982024-09-26T19:53:44.560Z Compiling rayon-core v1.12.1
30992024-09-26T19:53:44.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/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`
31002024-09-26T19:53:44.651Z Compiling lru-cache v0.1.2
31012024-09-26T19:53:44.675Z 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`
31022024-09-26T19:53:44.839Z Compiling hickory-resolver v0.24.1
31032024-09-26T19:53:44.863Z 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=1f3c802008044b3e -C extra-filename=-1f3c802008044b3e --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-01f167c9eb44adb9.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e310daf1f3704a67.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-472720b9ff68b690.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-c593ae89b2fb6a7b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4849ad2e0e9b19f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31042024-09-26T19:53:44.888Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-dbd7eded198f5a43/build-script-build`
31052024-09-26T19:53:44.913Z Compiling crossbeam-deque v0.8.5
31062024-09-26T19:53:44.913Z 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`
31072024-09-26T19:53:45.241Z 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`
31082024-09-26T19:53:45.269Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31092024-09-26T19:53:45.293Z 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=5e953e9e79012079 -C extra-filename=-5e953e9e79012079 --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-545ce11aa6690bff.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
31102024-09-26T19:53:45.527Z Compiling display-error-chain v0.2.1
31112024-09-26T19:53:45.558Z 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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=080efa0e0fcda2f8 -C extra-filename=-080efa0e0fcda2f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31122024-09-26T19:53:45.684Z Compiling slog-dtrace v0.3.0
31132024-09-26T19:53:45.708Z 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`
31142024-09-26T19:53:46.030Z Compiling rayon v1.10.0
31152024-09-26T19:53:46.054Z 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`
31162024-09-26T19:53:46.309Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-4a6bc5db261f7a6c/build-script-build`
31172024-09-26T19:53:46.373Z Compiling keccak v0.1.5
31182024-09-26T19:53:46.373Z 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`
31192024-09-26T19:53:46.398Z 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=436183675d625028 -C extra-filename=-436183675d625028 --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-8d96ed3c0f645ade.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-469fba569a1f4e34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31202024-09-26T19:53:46.839Z Compiling sha3 v0.10.8
31212024-09-26T19:53:46.840Z 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=957de0c534bb3cfb -C extra-filename=-957de0c534bb3cfb --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-9215c75ecf6dc2e1.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`
31222024-09-26T19:53:46.907Z Compiling constant_time_eq v0.3.0
31232024-09-26T19:53:46.931Z 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`
31242024-09-26T19:53:47.081Z Compiling arrayref v0.3.7
31252024-09-26T19:53:47.105Z 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`
31262024-09-26T19:53:47.146Z Compiling arrayvec v0.7.4
31272024-09-26T19:53:47.170Z 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`
31282024-09-26T19:53:47.195Z Compiling universal-hash v0.5.1
31292024-09-26T19:53:47.195Z 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=4792bac5cb2eb8bf -C extra-filename=-4792bac5cb2eb8bf --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-5fb64d847cdd0a83.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`
31302024-09-26T19:53:47.374Z Compiling opaque-debug v0.3.1
31312024-09-26T19:53:47.399Z 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`
31322024-09-26T19:53:47.477Z Compiling secrecy v0.8.0
31332024-09-26T19:53:47.502Z 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=94f66032f0e4bae4 -C extra-filename=-94f66032f0e4bae4 --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-37f01ee774828d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31342024-09-26T19:53:47.526Z Compiling blake3 v1.5.1
31352024-09-26T19:53:47.526Z 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=0b063f5e3402ae20 -C extra-filename=-0b063f5e3402ae20 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-0b063f5e3402ae20 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31362024-09-26T19:53:47.690Z Compiling ring v0.16.20
31372024-09-26T19:53:47.715Z 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=32fe97cea76b9162 -C extra-filename=-32fe97cea76b9162 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-32fe97cea76b9162 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31382024-09-26T19:53:47.740Z Compiling glob v0.3.1
31392024-09-26T19:53:47.740Z 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`
31402024-09-26T19:53:48.164Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-0b063f5e3402ae20/build-script-build`
31412024-09-26T19:53:48.654Z Compiling memmap2 v0.9.4
31422024-09-26T19:53:48.679Z 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=1f2446cecff4c31a -C extra-filename=-1f2446cecff4c31a --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31432024-09-26T19:53:48.793Z Compiling untrusted v0.7.1
31442024-09-26T19:53:48.821Z 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`
31452024-09-26T19:53:48.845Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-32fe97cea76b9162/build-script-build`
31462024-09-26T19:53:48.997Z Compiling spin v0.5.2
31472024-09-26T19:53:49.022Z 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`
31482024-09-26T19:53:49.057Z Compiling aead v0.5.2
31492024-09-26T19:53:49.081Z 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=a68c64dfd661899b -C extra-filename=-a68c64dfd661899b --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-5fb64d847cdd0a83.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-033b543cc30967b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31502024-09-26T19:53:49.228Z Compiling topological-sort v0.2.2
31512024-09-26T19:53:49.252Z 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`
31522024-09-26T19:53:49.408Z Compiling poly1305 v0.8.0
31532024-09-26T19:53:49.433Z 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=511dfc2dab20eccb -C extra-filename=-511dfc2dab20eccb --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-4792bac5cb2eb8bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31542024-09-26T19:53:49.457Z Compiling chacha20 v0.9.1
31552024-09-26T19:53:49.457Z 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=774205ad5ca61a83 -C extra-filename=-774205ad5ca61a83 --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-d517c578d34f8a8c.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`
31562024-09-26T19:53:49.840Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31572024-09-26T19:53:49.865Z 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=b06717ef65abf9e4 -C extra-filename=-b06717ef65abf9e4 --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-c664f540177cd574.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4d3f1b3ad0292503.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d1c85dca7f92ec74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31582024-09-26T19:53:50.074Z 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=0c52d30b390cb606 -C extra-filename=-0c52d30b390cb606 --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-1f2446cecff4c31a.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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/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`
31592024-09-26T19:53:50.179Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31602024-09-26T19:53:50.209Z 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=d90523341eef9c6f -C extra-filename=-d90523341eef9c6f --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-b06717ef65abf9e4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4d3f1b3ad0292503.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d1c85dca7f92ec74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31612024-09-26T19:53:50.240Z Compiling gethostname v0.5.0
31622024-09-26T19:53:50.264Z 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=883d78bf3ecc6808 -C extra-filename=-883d78bf3ecc6808 --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-968df9948346758c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31632024-09-26T19:53:50.445Z Compiling toolchain_find v0.4.0
31642024-09-26T19:53:50.470Z 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=dc242c7958761037 -C extra-filename=-dc242c7958761037 --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-0fb8b605bbfd881f.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`
31652024-09-26T19:53:50.494Z Compiling thiserror-impl-no-std v2.0.2
31662024-09-26T19:53:50.494Z 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=aa66ad7f607fe7ca -C extra-filename=-aa66ad7f607fe7ca --out-dir /work/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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-17f66ea741059823.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31672024-09-26T19:53:50.816Z Compiling rustfmt-wrapper v0.2.1
31682024-09-26T19:53:50.841Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31692024-09-26T19:53:50.841Z 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=22ede96ae70961f2 -C extra-filename=-22ede96ae70961f2 --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-b77f2f78e8b09bf9.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-dc242c7958761037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31702024-09-26T19:53:50.841Z 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=ec04644fb613d4f3 -C extra-filename=-ec04644fb613d4f3 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-ec04644fb613d4f3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-cdbcb2e515945498.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
31712024-09-26T19:53:51.074Z Compiling nibble_vec v0.1.0
31722024-09-26T19:53:51.099Z 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`
31732024-09-26T19:53:51.167Z Compiling endian-type v0.1.2
31742024-09-26T19:53:51.191Z 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`
31752024-09-26T19:53:51.215Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
31762024-09-26T19:53:51.215Z 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=7d01e8b5505baafc -C extra-filename=-7d01e8b5505baafc --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-314f9daab8629853/out -l static=ring-core -l static=ring-test`
31772024-09-26T19:53:51.215Z 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/libipcc-9eb7fd72f4257074/fdffa21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e51260f71c511de5 -C extra-filename=-e51260f71c511de5 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-e51260f71c511de5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31782024-09-26T19:53:51.280Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-ec04644fb613d4f3/build-script-build`
31792024-09-26T19:53:51.311Z Compiling chacha20poly1305 v0.10.1
31802024-09-26T19:53:51.335Z 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=ae7067bd28b7f6e0 -C extra-filename=-ae7067bd28b7f6e0 --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-a68c64dfd661899b.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-774205ad5ca61a83.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d517c578d34f8a8c.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-511dfc2dab20eccb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31812024-09-26T19:53:51.382Z Compiling radix_trie v0.2.1
31822024-09-26T19:53:51.407Z 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`
31832024-09-26T19:53:51.407Z Compiling fxhash v0.2.1
31842024-09-26T19:53:51.407Z 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`
31852024-09-26T19:53:51.521Z Compiling maplit v1.0.2
31862024-09-26T19:53:51.545Z 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`
31872024-09-26T19:53:51.569Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-e51260f71c511de5/build-script-build`
31882024-09-26T19:53:51.593Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/libipcc-9eb7fd72f4257074/fdffa21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e3014f2fc2803018 -C extra-filename=-e3014f2fc2803018 --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-1b46dd66a7c6c3c6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
31892024-09-26T19:53:51.623Z Compiling radium v0.7.0
31902024-09-26T19:53:51.648Z 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`
31912024-09-26T19:53:51.672Z Compiling tap v1.0.1
31922024-09-26T19:53:51.672Z 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`
31932024-09-26T19:53:51.836Z Compiling maybe-uninit v2.0.0
31942024-09-26T19:53:51.836Z 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`
31952024-09-26T19:53:51.966Z Compiling wyz v0.5.1
31962024-09-26T19:53:51.991Z 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`
31972024-09-26T19:53:52.015Z Compiling bzip2-sys v0.1.11+1.0.8
31982024-09-26T19:53:52.015Z 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=e2dca148e937ac70 -C extra-filename=-e2dca148e937ac70 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e2dca148e937ac70 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.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`
31992024-09-26T19:53:52.101Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-aac5360a52d794c2/build-script-build`
32002024-09-26T19:53:52.133Z 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`
32012024-09-26T19:53:52.354Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-b33ceb08dbefeb3f/build-script-build`
32022024-09-26T19:53:52.380Z Compiling packed_struct v0.10.1
32032024-09-26T19:53:52.380Z 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`
32042024-09-26T19:53:52.430Z Compiling funty v2.0.0
32052024-09-26T19:53:52.455Z 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`
32062024-09-26T19:53:52.514Z Compiling crc-catalog v2.4.0
32072024-09-26T19:53:52.514Z 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`
32082024-09-26T19:53:52.565Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e2dca148e937ac70/build-script-build`
32092024-09-26T19:53:52.659Z Compiling crc v3.2.1
32102024-09-26T19:53:52.685Z 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`
32112024-09-26T19:53:52.861Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-d51a549b82168867/build-script-build`
32122024-09-26T19:53:52.898Z Compiling omicron-zone-package v0.11.0
32132024-09-26T19:53:52.922Z 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=f0e0a471d2ad1afb -C extra-filename=-f0e0a471d2ad1afb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-0c52d30b390cb606.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-65322f84cd556c62.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-01f167c9eb44adb9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7d01e8b5505baafc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0fb8b605bbfd881f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4d3f1b3ad0292503.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-392876b8a640d0c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d1c85dca7f92ec74.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-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out`
32142024-09-26T19:53:53.080Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
32152024-09-26T19:53:53.105Z 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=07509e35d5bf56a9 -C extra-filename=-07509e35d5bf56a9 --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-5cb3ef9818407cdd.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-84f1db04afb06d43.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-9df11466a916dc2f.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
32162024-09-26T19:53:53.277Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
32172024-09-26T19:53:53.302Z 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=e34273816740d0f6 -C extra-filename=-e34273816740d0f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-07509e35d5bf56a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
32182024-09-26T19:53:53.302Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32192024-09-26T19:53:53.302Z 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=155af274e62e4fda -C extra-filename=-155af274e62e4fda --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-8d96ed3c0f645ade.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e840c726e561ef92.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-07509e35d5bf56a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
32202024-09-26T19:53:53.413Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32212024-09-26T19:53:53.437Z 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=62a61e72c9d376a8 -C extra-filename=-62a61e72c9d376a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-07509e35d5bf56a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
32222024-09-26T19:53:53.784Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
32232024-09-26T19:53:53.808Z 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=a743837e627d58ca -C extra-filename=-a743837e627d58ca --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-ab8bb954528b4839.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-07509e35d5bf56a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ae8e973b8a2db2ac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
32242024-09-26T19:53:54.007Z Compiling thiserror-no-std v2.0.2
32252024-09-26T19:53:54.032Z 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=bcf70002c055e570 -C extra-filename=-bcf70002c055e570 --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-aa66ad7f607fe7ca.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32262024-09-26T19:53:54.132Z Compiling vsss-rs v3.3.4
32272024-09-26T19:53:54.157Z 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=5c7a019bb7f38080 -C extra-filename=-5c7a019bb7f38080 --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-1fc5956660611951.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-d12dd8749a61148d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2667bd39ef37db11.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.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-bcf70002c055e570.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32282024-09-26T19:53:54.467Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac)
32292024-09-26T19:53:54.517Z 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/a9c5fda/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=220e6db68810cfa2 -C extra-filename=-220e6db68810cfa2 --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-ab8bb954528b4839.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-07509e35d5bf56a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4e12a4a7386bfe8a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
32302024-09-26T19:53:55.227Z Compiling bitvec v1.0.1
32312024-09-26T19:53:55.253Z 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`
32322024-09-26T19:53:58.021Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32332024-09-26T19:53:58.068Z 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=3abd759e47f12c14 -C extra-filename=-3abd759e47f12c14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c7e9a69914647243.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-6494e93e0965ea9a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-73c51197ed8e5258.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d161d590ed954c52.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e34273816740d0f6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-610c39d51f54be4e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-07509e35d5bf56a9.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5cb3ef9818407cdd.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1cb868b2cd1fbc6f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-12ba0926e1340bdb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0fb8b605bbfd881f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f1360a1d73801714.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b6ded8bf03951d3a.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-a37431deb39776a0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d3f54644808b3dd8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
32342024-09-26T19:53:58.386Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
32352024-09-26T19:53:58.411Z 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=809f0faff9e7b329 -C extra-filename=-809f0faff9e7b329 --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-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-9d1168b8aa5b491e.rmeta --extern portpicker=/work/oxidecomputer/omicron/target/debug/deps/libportpicker-9a7b538f0079c63d.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a743837e627d58ca.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-d90523341eef9c6f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-ea88be8d8770e838.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.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-7cb44d7c48bfc9c7.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9d01afcb92ec7207.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-36b664ce9afcce98.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4e12a4a7386bfe8a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d1c85dca7f92ec74.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-466445f79ae18d22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
32362024-09-26T19:53:58.580Z 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=55c7ec864a0b947e -C extra-filename=-55c7ec864a0b947e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c7e9a69914647243.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-6494e93e0965ea9a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-73c51197ed8e5258.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d161d590ed954c52.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e34273816740d0f6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-610c39d51f54be4e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-07509e35d5bf56a9.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5cb3ef9818407cdd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-12ba0926e1340bdb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0fb8b605bbfd881f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f1360a1d73801714.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b6ded8bf03951d3a.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-a37431deb39776a0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
32372024-09-26T19:53:58.774Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
32382024-09-26T19:53:58.800Z 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=02a4399fdf640986 -C extra-filename=-02a4399fdf640986 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-02a4399fdf640986 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-f0e0a471d2ad1afb.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-07509e35d5bf56a9.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-22ede96ae70961f2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out`
32392024-09-26T19:53:59.709Z 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`
32402024-09-26T19:53:59.820Z Compiling packed_struct_codegen v0.10.1
32412024-09-26T19:53:59.844Z 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=18fbf2fa2d0b4966 -C extra-filename=-18fbf2fa2d0b4966 --out-dir /work/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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-17f66ea741059823.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32422024-09-26T19:54:00.045Z Compiling indexmap v1.9.3
32432024-09-26T19:54:00.069Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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`
32442024-09-26T19:54:00.407Z Compiling nodrop v0.1.14
32452024-09-26T19:54:00.431Z 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`
32462024-09-26T19:54:00.518Z Compiling array-init v0.0.4
32472024-09-26T19:54:00.543Z 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`
32482024-09-26T19:54:00.543Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-88f5c6eb7293a0b0/build-script-build`
32492024-09-26T19:54:00.573Z Compiling smallvec v0.6.14
32502024-09-26T19:54:00.598Z 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`
32512024-09-26T19:54:00.980Z 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=29f8c60dfb2abd6c -C extra-filename=-29f8c60dfb2abd6c --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-1b46dd66a7c6c3c6.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-d34656e55e92aa96/out/lib -l static=bz2`
32522024-09-26T19:54:01.140Z Compiling async-recursion v1.1.1
32532024-09-26T19:54:01.165Z 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=9b4457b12c6db277 -C extra-filename=-9b4457b12c6db277 --out-dir /work/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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32542024-09-26T19:54:01.519Z Compiling bitfield v0.14.0
32552024-09-26T19:54:01.544Z 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`
32562024-09-26T19:54:01.788Z Compiling hashbrown v0.12.3
32572024-09-26T19:54:01.812Z 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`
32582024-09-26T19:54:02.304Z 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=8ffb1c676a377f5d -C extra-filename=-8ffb1c676a377f5d --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-18fbf2fa2d0b4966.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32592024-09-26T19:54:02.693Z Compiling serde-hex v0.1.0
32602024-09-26T19:54:02.719Z 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=a734c0257410b379 -C extra-filename=-a734c0257410b379 --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-b77f2f78e8b09bf9.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`
32612024-09-26T19:54:02.774Z 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`
32622024-09-26T19:54:03.511Z Compiling bzip2 v0.4.4
32632024-09-26T19:54:03.534Z 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=c26f70c48c89e4e2 -C extra-filename=-c26f70c48c89e4e2 --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-29f8c60dfb2abd6c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.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-d34656e55e92aa96/out/lib`
32642024-09-26T19:54:03.893Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32652024-09-26T19:54:03.917Z 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=bcd6e6cea8f424c2 -C extra-filename=-bcd6e6cea8f424c2 --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-dda4d3baa14861ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32662024-09-26T19:54:04.165Z Compiling env_logger v0.10.2
32672024-09-26T19:54:04.189Z 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=8cb18e296225011e -C extra-filename=-8cb18e296225011e --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-be44762a43d64e7f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.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`
32682024-09-26T19:54:04.287Z Compiling ron v0.8.1
32692024-09-26T19:54:04.312Z 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=927621296d6f9c7a -C extra-filename=-927621296d6f9c7a --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-63cede1d1ea82dc2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4d3f1b3ad0292503.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32702024-09-26T19:54:05.171Z Compiling hashbrown v0.13.2
32712024-09-26T19:54:05.195Z 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=89b2289fce62d775 -C extra-filename=-89b2289fce62d775 --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-e2fb159e06ef370b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32722024-09-26T19:54:05.746Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
32732024-09-26T19:54:05.771Z 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=b8414296a3327a07 -C extra-filename=-b8414296a3327a07 --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-5643645ca5b98d5d.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-8ffb1c676a377f5d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32742024-09-26T19:54:06.106Z Compiling kstat-rs v0.2.4
32752024-09-26T19:54:06.131Z 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=cdf2805a3beed27d -C extra-filename=-cdf2805a3beed27d --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-1b46dd66a7c6c3c6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32762024-09-26T19:54:06.473Z Compiling crc-any v2.5.0
32772024-09-26T19:54:06.497Z 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`
32782024-09-26T19:54:06.618Z Compiling object v0.30.4
32792024-09-26T19:54:06.643Z 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=36687f541cabdc73 -C extra-filename=-36687f541cabdc73 --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-89b2289fce62d775.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`
32802024-09-26T19:54:06.678Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32812024-09-26T19:54:06.702Z 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=7ea66618df9b753b -C extra-filename=-7ea66618df9b753b --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-927621296d6f9c7a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-bcd6e6cea8f424c2.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-dda4d3baa14861ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32822024-09-26T19:54:06.952Z Compiling zip v0.6.6
32832024-09-26T19:54:06.986Z 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=83c7a55c06ae920b -C extra-filename=-83c7a55c06ae920b --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-c26f70c48c89e4e2.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-9ba8c9fbacf692c5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.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-d34656e55e92aa96/out/lib`
32842024-09-26T19:54:07.386Z Compiling libefi-sys v0.1.0
32852024-09-26T19:54:07.418Z 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`
32862024-09-26T19:54:07.714Z Compiling path-slash v0.1.5
32872024-09-26T19:54:07.749Z 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`
32882024-09-26T19:54:07.901Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-89eca4a85d7dc878/build-script-build`
32892024-09-26T19:54:07.931Z 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=769376efa1ba86eb -C extra-filename=-769376efa1ba86eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-477c42e7d75be12d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.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-aed5ec0a0a0513d5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-73c51197ed8e5258.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d161d590ed954c52.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-065c59f7db1df368.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-ad2f7418aaca4f9f.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-ea8bb86f51f3c367.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-4d0a46c149d680b3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9d01afcb92ec7207.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-481ec9f9cd50a9a2.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0d5b8b27f9d50a38.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
32902024-09-26T19:54:08.165Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32912024-09-26T19:54:08.192Z 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=bfbb2fa73ee21ea5 -C extra-filename=-bfbb2fa73ee21ea5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b6ded8bf03951d3a.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-90f3d6a74d7641a0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
32922024-09-26T19:54:11.021Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32932024-09-26T19:54:11.045Z 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=f48491c7930d70cd -C extra-filename=-f48491c7930d70cd --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-2396091a33ed140b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.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-3abd759e47f12c14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
32942024-09-26T19:54:12.424Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32952024-09-26T19:54:12.449Z 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=3f2a179a2e04f00c -C extra-filename=-3f2a179a2e04f00c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0f974a35c648c4cf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-65322f84cd556c62.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4500e615bc0dd49d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-809f0faff9e7b329.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bfbb2fa73ee21ea5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc5ef85873981447.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-392876b8a640d0c1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-90f3d6a74d7641a0.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-469fba569a1f4e34.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
32962024-09-26T19:54:12.822Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32972024-09-26T19:54:12.846Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6d3e90ce5d1bb00d -C extra-filename=-6d3e90ce5d1bb00d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0f974a35c648c4cf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0dfaebee3056f89d.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
32982024-09-26T19:54:13.097Z 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=abe354a94e27c0dd -C extra-filename=-abe354a94e27c0dd --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-2396091a33ed140b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.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-55c7ec864a0b947e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
32992024-09-26T19:54:13.219Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
33002024-09-26T19:54:13.243Z 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=bb39bbb20f8b88b1 -C extra-filename=-bb39bbb20f8b88b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f3c802008044b3e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33012024-09-26T19:54:14.482Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33022024-09-26T19:54:14.508Z 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=80844db57c46f60d -C extra-filename=-80844db57c46f60d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.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-545ce11aa6690bff.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f48491c7930d70cd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33032024-09-26T19:54:15.255Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33042024-09-26T19:54:15.279Z 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=50ea234490390235 -C extra-filename=-50ea234490390235 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.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-545ce11aa6690bff.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f48491c7930d70cd.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-14021a4718805f9d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a37431deb39776a0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33052024-09-26T19:54:15.968Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-02a4399fdf640986/build-script-build`
33062024-09-26T19:54:16.270Z 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=b9c48215e59c762e -C extra-filename=-b9c48215e59c762e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.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-545ce11aa6690bff.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-abe354a94e27c0dd.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-14021a4718805f9d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a37431deb39776a0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33072024-09-26T19:54:16.697Z 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=f65209c98d13d020 -C extra-filename=-f65209c98d13d020 --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-8d96ed3c0f645ade.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5cb3ef9818407cdd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-12ba0926e1340bdb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33082024-09-26T19:54:17.552Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
33092024-09-26T19:54:17.576Z 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=6170a79438f03f9f -C extra-filename=-6170a79438f03f9f --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-f38f921c2054efce.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-8cb18e296225011e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-b8414296a3327a07.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-8ffb1c676a377f5d.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-9e8a3d01ad4ead9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-a734c0257410b379.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-70c117f9faddfe04.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-abf7bd0e7b4c5d8a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-dda4d3baa14861ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33102024-09-26T19:54:18.404Z Compiling bitfield-struct v0.6.1
33112024-09-26T19:54:18.428Z 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=3594e455d0cd9c16 -C extra-filename=-3594e455d0cd9c16 --out-dir /work/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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33122024-09-26T19:54:18.780Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
33132024-09-26T19:54:18.807Z 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=f05598bfcdaa7b8a -C extra-filename=-f05598bfcdaa7b8a --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-f05598bfcdaa7b8a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33142024-09-26T19:54:19.100Z Compiling parking_lot_core v0.8.6
33152024-09-26T19:54:19.124Z 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`
33162024-09-26T19:54:19.234Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-f05598bfcdaa7b8a/build-script-build`
33172024-09-26T19:54:19.341Z 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`
33182024-09-26T19:54:19.480Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
33192024-09-26T19:54:19.505Z 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=e7513872321673bb -C extra-filename=-e7513872321673bb --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-a94629f0533ceeb4.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-b8414296a3327a07.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-6170a79438f03f9f.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-36687f541cabdc73.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-3979c874cbe4d4d2.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-9e8a3d01ad4ead9c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-bcd6e6cea8f424c2.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-7ea66618df9b753b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d1c85dca7f92ec74.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-abf7bd0e7b4c5d8a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-dda4d3baa14861ec.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-83c7a55c06ae920b.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-d34656e55e92aa96/out/lib`
33202024-09-26T19:54:19.599Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-a3f244115cffbfcf/build-script-build`
33212024-09-26T19:54:19.628Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33222024-09-26T19:54:19.652Z 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=cbf38a9ff4fb3270 -C extra-filename=-cbf38a9ff4fb3270 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-8f7e97e7356f1a1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33232024-09-26T19:54:19.706Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33242024-09-26T19:54:19.731Z 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=c419c2088d5da8ca -C extra-filename=-c419c2088d5da8ca --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-8d96ed3c0f645ade.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33252024-09-26T19:54:19.779Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33262024-09-26T19:54:19.804Z 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=95ff7725c7c3de02 -C extra-filename=-95ff7725c7c3de02 --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-545ce11aa6690bff.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-b9c48215e59c762e.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-abe354a94e27c0dd.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33272024-09-26T19:54:19.828Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33282024-09-26T19:54:19.828Z 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=18b31408401c9cee -C extra-filename=-18b31408401c9cee --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-3594e455d0cd9c16.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33292024-09-26T19:54:20.244Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33302024-09-26T19:54:20.268Z 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=2e286d2bf82013cf -C extra-filename=-2e286d2bf82013cf --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-769376efa1ba86eb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33312024-09-26T19:54:20.466Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33322024-09-26T19:54:20.490Z 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=a6f3ea42c482c5e1 -C extra-filename=-a6f3ea42c482c5e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b6ded8bf03951d3a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-468d0a4b93f63a49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33332024-09-26T19:54:21.159Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
33342024-09-26T19:54:21.184Z 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=960c8fbec5aba13b -C extra-filename=-960c8fbec5aba13b --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-769376efa1ba86eb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-07afed1feab68e9d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33352024-09-26T19:54:21.415Z 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=b7119ef604688eca -C extra-filename=-b7119ef604688eca --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-2396091a33ed140b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ae7067bd28b7f6e0.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95a9ff5427c2d28e.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0dfaebee3056f89d.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c25077869a9d59b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-94f66032f0e4bae4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b6ded8bf03951d3a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-957de0c534bb3cfb.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-5c7a019bb7f38080.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33362024-09-26T19:54:22.089Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33372024-09-26T19:54:22.113Z 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`
33382024-09-26T19:54:22.214Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33392024-09-26T19:54:22.238Z 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=35c9031cf8f7f88c -C extra-filename=-35c9031cf8f7f88c --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-18b31408401c9cee.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-fc7dfca664bf9d4a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33402024-09-26T19:54:23.052Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33412024-09-26T19:54:23.098Z 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=8b81d77847f9d57f -C extra-filename=-8b81d77847f9d57f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c7e9a69914647243.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-6d3e90ce5d1bb00d.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-dc7d413016cd4b77.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-daff58329f40d98c.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0dfaebee3056f89d.so --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-155af274e62e4fda.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-73c51197ed8e5258.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-348967cb7f3375ff.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-960c8fbec5aba13b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-07afed1feab68e9d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-060498d8aab3c360.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-80844db57c46f60d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-610c39d51f54be4e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b6ded8bf03951d3a.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-a37431deb39776a0.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e1d765c7b5b5f7f6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-468d0a4b93f63a49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33422024-09-26T19:54:23.154Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33432024-09-26T19:54:23.178Z 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=1485f16fd854765b -C extra-filename=-1485f16fd854765b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-07509e35d5bf56a9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-12ba0926e1340bdb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33442024-09-26T19:54:23.201Z 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=5d7a4fb8e13e1fb9 -C extra-filename=-5d7a4fb8e13e1fb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-cbf38a9ff4fb3270.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -l static=pci`
33452024-09-26T19:54:23.670Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
33462024-09-26T19:54:23.671Z 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=4c494372e90841e7 -C extra-filename=-4c494372e90841e7 --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-1b46dd66a7c6c3c6.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-d06e3778a228b794.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33472024-09-26T19:54:24.007Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33482024-09-26T19:54:24.031Z 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=9c2be6aeb84e3fdc -C extra-filename=-9c2be6aeb84e3fdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b7119ef604688eca.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-220e6db68810cfa2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f1360a1d73801714.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-957de0c534bb3cfb.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33492024-09-26T19:54:26.744Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33502024-09-26T19:54:26.768Z 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=37c48a0910e9c7f3 -C extra-filename=-37c48a0910e9c7f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5e953e9e79012079.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-50ea234490390235.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-95ff7725c7c3de02.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f48491c7930d70cd.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-14021a4718805f9d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33512024-09-26T19:54:27.123Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33522024-09-26T19:54:27.147Z 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=ff8d89e755fbcd9a -C extra-filename=-ff8d89e755fbcd9a --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-8d96ed3c0f645ade.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-cdf2805a3beed27d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33532024-09-26T19:54:32.446Z 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=a1e4baff986954aa -C extra-filename=-a1e4baff986954aa --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-1b46dd66a7c6c3c6.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`
33542024-09-26T19:54:32.566Z Compiling crossterm v0.28.1
33552024-09-26T19:54:32.590Z 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=78bfb7bd21720930 -C extra-filename=-78bfb7bd21720930 --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-63cede1d1ea82dc2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-34ebc64efd3050da.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-472720b9ff68b690.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-968df9948346758c.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-52384e1dd65c42ba.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33562024-09-26T19:54:33.035Z Compiling parking_lot v0.11.2
33572024-09-26T19:54:33.060Z 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=885a9f6a8ddcea33 -C extra-filename=-885a9f6a8ddcea33 --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-a1e4baff986954aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33582024-09-26T19:54:33.861Z Compiling sled v0.34.7
33592024-09-26T19:54:33.885Z 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=81c02b40b67b5a90 -C extra-filename=-81c02b40b67b5a90 --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-1b46dd66a7c6c3c6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-885a9f6a8ddcea33.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33602024-09-26T19:54:34.126Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33612024-09-26T19:54:34.150Z 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=5fd85e9e6df9a1fc -C extra-filename=-5fd85e9e6df9a1fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-883d78bf3ecc6808.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-cbf38a9ff4fb3270.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-4c494372e90841e7.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-35c9031cf8f7f88c.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d161d590ed954c52.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.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-a37431deb39776a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5d7a4fb8e13e1fb9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out`
33622024-09-26T19:54:34.475Z Compiling hickory-client v0.24.1
33632024-09-26T19:54:34.500Z 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=163e6e3b2fa0c2b9 -C extra-filename=-163e6e3b2fa0c2b9 --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-01f167c9eb44adb9.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e310daf1f3704a67.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-3626728e99f8adb9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4849ad2e0e9b19f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33642024-09-26T19:54:35.305Z Compiling hickory-server v0.24.1
33652024-09-26T19:54:35.338Z 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=4c3f93fb0c3bc543 -C extra-filename=-4c3f93fb0c3bc543 --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-ab8bb954528b4839.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.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-2a19c0655960fa7d.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-01f167c9eb44adb9.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e310daf1f3704a67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4849ad2e0e9b19f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33662024-09-26T19:54:35.656Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33672024-09-26T19:54:35.692Z 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=bd65b1e10ef3325a -C extra-filename=-bd65b1e10ef3325a --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-3abd759e47f12c14.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-07509e35d5bf56a9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-12ba0926e1340bdb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33682024-09-26T19:54:36.913Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
33692024-09-26T19:54:36.938Z 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=b8686bb2fb207e49 -C extra-filename=-b8686bb2fb207e49 --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-9d0cebb1dfdd1c7b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-07509e35d5bf56a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33702024-09-26T19:54:37.428Z Compiling diff v0.1.13
33712024-09-26T19:54:37.454Z 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`
33722024-09-26T19:54:37.568Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33732024-09-26T19:54:37.592Z 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=c144006f103cdeaa -C extra-filename=-c144006f103cdeaa --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-ab8bb954528b4839.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c25077869a9d59b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-94f66032f0e4bae4.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-957de0c534bb3cfb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33742024-09-26T19:54:38.030Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33752024-09-26T19:54:38.055Z 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=d7fa97b7f0c82083 -C extra-filename=-d7fa97b7f0c82083 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c419c2088d5da8ca.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-163e6e3b2fa0c2b9.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e310daf1f3704a67.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f3c802008044b3e.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-4c3f93fb0c3bc543.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-81c02b40b67b5a90.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-7cb44d7c48bfc9c7.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33762024-09-26T19:54:38.079Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33772024-09-26T19:54:38.079Z 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=e4c3e903b1663b65 -C extra-filename=-e4c3e903b1663b65 --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-b8686bb2fb207e49.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5cb3ef9818407cdd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33782024-09-26T19:54:38.263Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33792024-09-26T19:54:38.287Z 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=89fac9729918a42d -C extra-filename=-89fac9729918a42d --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-8d96ed3c0f645ade.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-07afed1feab68e9d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-07509e35d5bf56a9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-12ba0926e1340bdb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33802024-09-26T19:54:38.539Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33812024-09-26T19:54:38.563Z 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=b86fb10845498dd4 -C extra-filename=-b86fb10845498dd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95a9ff5427c2d28e.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-e3014f2fc2803018.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33822024-09-26T19:54:39.239Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33832024-09-26T19:54:39.266Z 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=5666dd993fc5694b -C extra-filename=-5666dd993fc5694b --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-080efa0e0fcda2f8.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-3abd759e47f12c14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-060498d8aab3c360.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9d9e768368c14300.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33842024-09-26T19:54:39.552Z Compiling primeorder v0.13.6
33852024-09-26T19:54:39.577Z 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=0ac94022a2d9070f -C extra-filename=-0ac94022a2d9070f --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-d12dd8749a61148d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33862024-09-26T19:54:39.895Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33872024-09-26T19:54:39.919Z 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=5185352c608e532a -C extra-filename=-5185352c608e532a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.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-0dfaebee3056f89d.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c144006f103cdeaa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5fd85e9e6df9a1fc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out`
33882024-09-26T19:54:40.024Z Compiling dsl_auto_type v0.1.2
33892024-09-26T19:54:40.048Z 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=45eace82bcbfa5fd -C extra-filename=-45eace82bcbfa5fd --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-1d45d8d8ee84a16a.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-700a8165421bc382.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33902024-09-26T19:54:40.072Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33912024-09-26T19:54:40.096Z 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=4cc47b72a347aadf -C extra-filename=-4cc47b72a347aadf --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-545ce11aa6690bff.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33922024-09-26T19:54:40.293Z Compiling diesel_table_macro_syntax v0.2.0
33932024-09-26T19:54:40.318Z 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=79b603f9131fcc7e -C extra-filename=-79b603f9131fcc7e --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-9f1bf8c0c2f91e7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33942024-09-26T19:54:40.381Z Compiling scheduled-thread-pool v0.2.7
33952024-09-26T19:54:40.405Z 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=a1b4d170652fe110 -C extra-filename=-a1b4d170652fe110 --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-472720b9ff68b690.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33962024-09-26T19:54:40.686Z Compiling vte_generate_state_changes v0.1.1
33972024-09-26T19:54:40.711Z 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=c34ae3d61452cb78 -C extra-filename=-c34ae3d61452cb78 --out-dir /work/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-700a8165421bc382.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33982024-09-26T19:54:40.954Z Compiling nanorand v0.7.0
33992024-09-26T19:54:40.978Z 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=e2ae5cb10d64e4e3 -C extra-filename=-e2ae5cb10d64e4e3 --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-b050ca61f382ec87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34002024-09-26T19:54:41.352Z Compiling unicase v2.7.0
34012024-09-26T19:54:41.376Z 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`
34022024-09-26T19:54:41.462Z Compiling crunchy v0.2.2
34032024-09-26T19:54:41.486Z 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`
34042024-09-26T19:54:41.486Z Compiling buf-list v1.0.3
34052024-09-26T19:54:41.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/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`
34062024-09-26T19:54:41.685Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-89ba4bd6c7d617ff/build-script-build`
34072024-09-26T19:54:41.905Z Compiling diesel_derives v2.2.2
34082024-09-26T19:54:41.929Z 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=dd5f9c4b3cac56b9 -C extra-filename=-dd5f9c4b3cac56b9 --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-79b603f9131fcc7e.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-45eace82bcbfa5fd.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34092024-09-26T19:54:42.002Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-d0d09c3e0406dd3c/build-script-build`
34102024-09-26T19:54:42.032Z Compiling vte v0.11.1
34112024-09-26T19:54:42.056Z 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=cea6643730016870 -C extra-filename=-cea6643730016870 --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-c34ae3d61452cb78.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34122024-09-26T19:54:42.135Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-dd0c3643a1e99061/build-script-build`
34132024-09-26T19:54:42.199Z Compiling flume v0.11.0
34142024-09-26T19:54:42.223Z 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=84a01092e7e2b871 -C extra-filename=-84a01092e7e2b871 --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-e2ae5cb10d64e4e3.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`
34152024-09-26T19:54:42.777Z Compiling r2d2 v0.8.10
34162024-09-26T19:54:42.811Z 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=b2091797a80f755e -C extra-filename=-b2091797a80f755e --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-9bb3211f8a6d4da7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-472720b9ff68b690.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-a1b4d170652fe110.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34172024-09-26T19:54:42.836Z Compiling clang-sys v1.7.0
34182024-09-26T19:54:42.836Z 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`
34192024-09-26T19:54:43.134Z Compiling fd-lock v4.0.2
34202024-09-26T19:54:43.158Z 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=930b56273a25d4f2 -C extra-filename=-930b56273a25d4f2 --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-968df9948346758c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34212024-09-26T19:54:43.158Z Compiling tiny-keccak v2.0.2
34222024-09-26T19:54:43.158Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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`
34232024-09-26T19:54:43.190Z Compiling salty v0.3.0
34242024-09-26T19:54:43.214Z 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/salty-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=82bf77a790973422 -C extra-filename=-82bf77a790973422 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-82bf77a790973422 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34252024-09-26T19:54:43.238Z Compiling strip-ansi-escapes v0.2.0
34262024-09-26T19:54:43.238Z 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=69086b78c348e19a -C extra-filename=-69086b78c348e19a --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-cea6643730016870.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34272024-09-26T19:54:43.328Z 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=616773aae68b171d -C extra-filename=-616773aae68b171d --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-2396091a33ed140b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
34282024-09-26T19:54:43.481Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-df1efb505928501a/build-script-build`
34292024-09-26T19:54:43.506Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-0d805f3cffbd8165/build-script-build`
34302024-09-26T19:54:43.531Z 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`
34312024-09-26T19:54:43.555Z 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`
34322024-09-26T19:54:43.642Z Compiling p384 v0.13.0
34332024-09-26T19:54:43.642Z 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=78efbe186c79f362 -C extra-filename=-78efbe186c79f362 --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-dfdd81406fc54ef6.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-d12dd8749a61148d.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-0ac94022a2d9070f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-70c117f9faddfe04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34342024-09-26T19:54:43.666Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-82bf77a790973422/build-script-build`
34352024-09-26T19:54:43.690Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
34362024-09-26T19:54:43.690Z 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/a551f24/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=98d9492c268dc397 -C extra-filename=-98d9492c268dc397 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.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-07509e35d5bf56a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34372024-09-26T19:54:43.714Z Compiling crossterm v0.27.0
34382024-09-26T19:54:43.714Z 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=21e9b99d5b8b6e78 -C extra-filename=-21e9b99d5b8b6e78 --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-63cede1d1ea82dc2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-89e1869f19f6743f.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-472720b9ff68b690.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-52384e1dd65c42ba.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34392024-09-26T19:54:43.889Z Compiling ref-cast v1.0.23
34402024-09-26T19:54:43.913Z 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`
34412024-09-26T19:54:43.913Z Compiling nu-ansi-term v0.50.0
34422024-09-26T19:54:43.913Z 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`
34432024-09-26T19:54:44.421Z Compiling rustls v0.23.10
34442024-09-26T19:54:44.445Z 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.23.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=ae9ef4dc4f84801b -C extra-filename=-ae9ef4dc4f84801b --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-ae9ef4dc4f84801b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34452024-09-26T19:54:44.552Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-ae2f172469cd8229/build-script-build`
34462024-09-26T19:54:44.623Z Compiling mime_guess v2.0.4
34472024-09-26T19:54:44.647Z 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`
34482024-09-26T19:54:44.730Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-ae9ef4dc4f84801b/build-script-build`
34492024-09-26T19:54:44.759Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=6827d9efe0c1c29d -C extra-filename=-6827d9efe0c1c29d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
34502024-09-26T19:54:44.832Z 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`
34512024-09-26T19:54:45.039Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34522024-09-26T19:54:45.063Z 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=a458479468c6f754 -C extra-filename=-a458479468c6f754 --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-e840c726e561ef92.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b86fb10845498dd4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34532024-09-26T19:54:45.353Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34542024-09-26T19:54:45.377Z 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=673bc556dcd5c4d2 -C extra-filename=-673bc556dcd5c4d2 --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-2123433c4c5aba73.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c2be6aeb84e3fdc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34552024-09-26T19:54:45.593Z Compiling reedline v0.33.0
34562024-09-26T19:54:45.617Z 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=b8c2258c35e3ba1c -C extra-filename=-b8c2258c35e3ba1c --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-8d96ed3c0f645ade.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-21e9b99d5b8b6e78.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-930b56273a25d4f2.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-b77f2f78e8b09bf9.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-69086b78c348e19a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-9a40ec71e23b8849.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.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`
34572024-09-26T19:54:45.783Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34582024-09-26T19:54:45.808Z 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=815bb8897286ce49 -C extra-filename=-815bb8897286ce49 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-815bb8897286ce49 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-cdbcb2e515945498.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34592024-09-26T19:54:46.136Z Compiling ascii-canvas v3.0.0
34602024-09-26T19:54:46.160Z 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=e4decf57a75b623d -C extra-filename=-e4decf57a75b623d --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-d2b024c6cdb0145f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34612024-09-26T19:54:46.370Z Compiling ref-cast-impl v1.0.23
34622024-09-26T19:54:46.394Z 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=358f16dd3c1f6c3d -C extra-filename=-358f16dd3c1f6c3d --out-dir /work/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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34632024-09-26T19:54:46.637Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34642024-09-26T19:54:46.661Z 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=fe4d8050d1ce2709 -C extra-filename=-fe4d8050d1ce2709 --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-8d96ed3c0f645ade.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89fac9729918a42d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-436183675d625028.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34652024-09-26T19:54:47.493Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34662024-09-26T19:54:47.517Z 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=f8e05c482d51ebc7 -C extra-filename=-f8e05c482d51ebc7 --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-9d3306970b1c0c56.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89fac9729918a42d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c2be6aeb84e3fdc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34672024-09-26T19:54:47.544Z Compiling ena v0.14.3
34682024-09-26T19:54:47.568Z 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=ee83f2a2d1dee687 -C extra-filename=-ee83f2a2d1dee687 --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-9bb3211f8a6d4da7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34692024-09-26T19:54:47.907Z Compiling env_filter v0.1.2
34702024-09-26T19:54:47.931Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name env_filter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_filter-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=e77c432acf3a46df -C extra-filename=-e77c432acf3a46df --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-9bb3211f8a6d4da7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34712024-09-26T19:54:48.528Z Compiling libloading v0.8.3
34722024-09-26T19:54:48.556Z 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`
34732024-09-26T19:54:48.600Z Compiling bindgen v0.69.4
34742024-09-26T19:54:48.625Z 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`
34752024-09-26T19:54:48.788Z Compiling regex-syntax v0.6.29
34762024-09-26T19:54:48.812Z 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`
34772024-09-26T19:54:48.958Z 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=25dbdc5292db594e -C extra-filename=-25dbdc5292db594e --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-1b46dd66a7c6c3c6.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`
34782024-09-26T19:54:49.242Z Compiling env_logger v0.11.5
34792024-09-26T19:54:49.267Z 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.11.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex", "unstable-kv"))' -C metadata=1c6a89e64aace90b -C extra-filename=-1c6a89e64aace90b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern env_filter=/work/oxidecomputer/omicron/target/debug/deps/libenv_filter-e77c432acf3a46df.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34802024-09-26T19:54:49.341Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-0b19588ea3b34f70/build-script-build`
34812024-09-26T19:54:49.371Z 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=468624e058739e3b -C extra-filename=-468624e058739e3b --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-358f16dd3c1f6c3d.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)'`
34822024-09-26T19:54:49.504Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-815bb8897286ce49/build-script-build`
34832024-09-26T19:54:49.530Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-470faaa06d049e38/build-script-build`
34842024-09-26T19:54:49.569Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
34852024-09-26T19:54:49.593Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fc0d2d9189ba0c5a/3cc953c/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="getrandom"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "std", "thiserror"))' -C metadata=f079682f11e287fc -C extra-filename=-f079682f11e287fc --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-b050ca61f382ec87.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-d933f175f940d602.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-6827d9efe0c1c29d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b6ded8bf03951d3a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-957de0c534bb3cfb.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34862024-09-26T19:54:49.863Z 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.23.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="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=b55677c4cf7f6f7e -C extra-filename=-b55677c4cf7f6f7e --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-9bb3211f8a6d4da7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-d5af560903623034.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
34872024-09-26T19:54:50.382Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34882024-09-26T19:54:50.406Z 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=3e9714b96025c53c -C extra-filename=-3e9714b96025c53c --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-4cc47b72a347aadf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-e968890b991f4456.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34892024-09-26T19:54:51.611Z Compiling lalrpop v0.19.12
34902024-09-26T19:54:51.635Z 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=8460ce73c96df3fb -C extra-filename=-8460ce73c96df3fb --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-e4decf57a75b623d.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-ee83f2a2d1dee687.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-be44762a43d64e7f.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-9cb4b45b85e38268.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-21db2c3f6310c57d.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.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`
34912024-09-26T19:54:52.123Z Compiling diesel v2.2.4
34922024-09-26T19:54:52.147Z 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.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="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=76fdf975c3ef5f56 -C extra-filename=-76fdf975c3ef5f56 --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-63cede1d1ea82dc2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-dd5f9c4b3cac56b9.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-73c51197ed8e5258.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-b2091797a80f755e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34932024-09-26T19:54:52.177Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34942024-09-26T19:54:52.202Z 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=943d998998b4d9af -C extra-filename=-943d998998b4d9af --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-73c51197ed8e5258.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34952024-09-26T19:54:53.300Z Compiling which v4.4.2
34962024-09-26T19:54:53.324Z 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=e892508f504c77eb -C extra-filename=-e892508f504c77eb --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-968df9948346758c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34972024-09-26T19:54:53.547Z Compiling cexpr v0.6.0
34982024-09-26T19:54:53.571Z 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`
34992024-09-26T19:54:53.603Z Compiling shlex v1.3.0
35002024-09-26T19:54:53.639Z 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`
35012024-09-26T19:54:53.875Z Compiling lazycell v1.3.0
35022024-09-26T19:54:53.899Z 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`
35032024-09-26T19:54:53.980Z Compiling cfg_aliases v0.1.1
35042024-09-26T19:54:54.005Z 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`
35052024-09-26T19:54:54.030Z Compiling rustc-hash v1.1.0
35062024-09-26T19:54:54.054Z 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`
35072024-09-26T19:54:54.090Z Dirty bytecount v0.6.8: the rustflags changed
35082024-09-26T19:54:54.090Z Compiling bytecount v0.6.8
35092024-09-26T19:54:54.114Z 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`
35102024-09-26T19:54:54.178Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
35112024-09-26T19:54:54.202Z 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/sprockets-82488b5b61bf00db/cc13773/tls/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bbd900005dbd82b6 -C extra-filename=-bbd900005dbd82b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-bbd900005dbd82b6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35122024-09-26T19:54:54.300Z Dirty papergrid v0.11.0: the rustflags changed
35132024-09-26T19:54:54.300Z Compiling papergrid v0.11.0
35142024-09-26T19:54:54.330Z 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`
35152024-09-26T19:54:54.488Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-bbd900005dbd82b6/build-script-build`
35162024-09-26T19:54:54.514Z 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=a3ffad68b5356750 -C extra-filename=-a3ffad68b5356750 --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-63cede1d1ea82dc2.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-f30f2bacc7962607.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-25dbdc5292db594e.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-9bb3211f8a6d4da7.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-14021a4718805f9d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.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-9f1bf8c0c2f91e7e.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-e892508f504c77eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35172024-09-26T19:54:55.099Z Compiling tokio-rustls v0.26.0
35182024-09-26T19:54:55.134Z 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.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="logging"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=a7aa159ea938a58b -C extra-filename=-a7aa159ea938a58b --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-b55677c4cf7f6f7e.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
35192024-09-26T19:54:55.487Z Compiling nix v0.28.0
35202024-09-26T19:54:55.512Z 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="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=ca13c98331e61947 -C extra-filename=-ca13c98331e61947 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-ca13c98331e61947 -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`
35212024-09-26T19:54:55.780Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
35222024-09-26T19:54:55.806Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fc0d2d9189ba0c5a/3cc953c/verifier/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cb7de01393f3022c -C extra-filename=-cb7de01393f3022c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-f079682f11e287fc.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-0fbd4ee0c026a43b.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-fad16a1760217afe.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-1c6a89e64aace90b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-78efbe186c79f362.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-957de0c534bb3cfb.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-abf7bd0e7b4c5d8a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35232024-09-26T19:54:56.220Z 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`
35242024-09-26T19:54:56.780Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
35252024-09-26T19:54:56.804Z 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=6883ab7c96e65c25 -C extra-filename=-6883ab7c96e65c25 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-6883ab7c96e65c25 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-cdbcb2e515945498.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
35262024-09-26T19:54:56.979Z Compiling tabled_derive v0.7.0
35272024-09-26T19:54:57.004Z 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=18556d06f028a0f0 -C extra-filename=-18556d06f028a0f0 --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-6875a40cf47463e6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-17f66ea741059823.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35282024-09-26T19:54:57.093Z Compiling derive_builder_core v0.20.0
35292024-09-26T19:54:57.117Z 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=0d991283a382a78e -C extra-filename=-0d991283a382a78e --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-1d45d8d8ee84a16a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35302024-09-26T19:54:57.734Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac)
35312024-09-26T19:54:57.758Z 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/a9c5fda/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=73c2f1f7275d7497 -C extra-filename=-73c2f1f7275d7497 --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-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35322024-09-26T19:54:58.064Z Compiling libxml v0.3.3
35332024-09-26T19:54:58.089Z 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`
35342024-09-26T19:54:58.432Z Compiling http-range v0.1.5
35352024-09-26T19:54:58.457Z 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`
35362024-09-26T19:54:58.785Z Compiling hyper-staticfile v0.9.5
35372024-09-26T19:54:58.810Z 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=ee3e3b1e69e661cc -C extra-filename=-ee3e3b1e69e661cc --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-01f167c9eb44adb9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.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-5307a36688f7075b.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-3626728e99f8adb9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.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`
35382024-09-26T19:54:59.050Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-25957f77bb8c67b9/build-script-build`
35392024-09-26T19:54:59.091Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac)
35402024-09-26T19:54:59.115Z 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/a9c5fda/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=6119ecfaca530c22 -C extra-filename=-6119ecfaca530c22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-42bb01a048b0cf97.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-07509e35d5bf56a9.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-73c2f1f7275d7497.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.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-8be24298b1165009.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-436183675d625028.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4e12a4a7386bfe8a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
35412024-09-26T19:54:59.145Z Compiling derive_builder_macro v0.20.0
35422024-09-26T19:54:59.146Z 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=308a63cfe4bf368c -C extra-filename=-308a63cfe4bf368c --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-0d991283a382a78e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35432024-09-26T19:54:59.235Z Compiling tabled v0.15.0
35442024-09-26T19:54:59.259Z 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=fd4df1ff9ee51e9b -C extra-filename=-fd4df1ff9ee51e9b --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-18556d06f028a0f0.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`
35452024-09-26T19:54:59.611Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-6883ab7c96e65c25/build-script-build`
35462024-09-26T19:54:59.640Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-ca13c98331e61947/build-script-build`
35472024-09-26T19:54:59.667Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/cc13773/tls/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ea62c22ed573d90b -C extra-filename=-ea62c22ed573d90b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-f079682f11e287fc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-cb7de01393f3022c.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-fad16a1760217afe.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-e3014f2fc2803018.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b55677c4cf7f6f7e.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-94f66032f0e4bae4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-70c117f9faddfe04.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-957de0c534bb3cfb.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-42ef47a16e0d62a4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-a7aa159ea938a58b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-abf7bd0e7b4c5d8a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
35482024-09-26T19:54:59.974Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
35492024-09-26T19:54:59.999Z 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=9569fec70579bd14 -C extra-filename=-9569fec70579bd14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0dfaebee3056f89d.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35502024-09-26T19:55:00.023Z Compiling strum_macros v0.24.3
35512024-09-26T19:55:00.024Z 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=c769aa63c1b83a5d -C extra-filename=-c769aa63c1b83a5d --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-700a8165421bc382.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-17f66ea741059823.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35522024-09-26T19:55:01.663Z Compiling indoc v1.0.9
35532024-09-26T19:55:01.687Z 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`
35542024-09-26T19:55:01.995Z Compiling derive_builder v0.20.0
35552024-09-26T19:55:02.019Z 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=d33a214dccd42329 -C extra-filename=-d33a214dccd42329 --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-308a63cfe4bf368c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35562024-09-26T19:55:02.163Z 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="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=76f42615198368df -C extra-filename=-76f42615198368df --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-63cede1d1ea82dc2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
35572024-09-26T19:55:02.560Z 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=e79a4110d2aaa102 -C extra-filename=-e79a4110d2aaa102 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
35582024-09-26T19:55:03.086Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
35592024-09-26T19:55:03.110Z 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=289233b69b1b2439 -C extra-filename=-289233b69b1b2439 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-289233b69b1b2439 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-cdbcb2e515945498.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
35602024-09-26T19:55:03.394Z Compiling peg-macros v0.8.4
35612024-09-26T19:55:03.418Z 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=e8b88f9fbe4f6615 -C extra-filename=-e8b88f9fbe4f6615 --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-700a8165421bc382.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35622024-09-26T19:55:04.905Z Compiling signal-hook-tokio v0.3.1
35632024-09-26T19:55:04.930Z 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=6f205af6eab76544 -C extra-filename=-6f205af6eab76544 --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-1b46dd66a7c6c3c6.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35642024-09-26T19:55:05.069Z Compiling quick-xml v0.33.0
35652024-09-26T19:55:05.069Z 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.33.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "async-tokio", "default", "document-features", "encoding", "encoding_rs", "escape-html", "overlapped-lists", "serde", "serde-types", "serialize", "tokio"))' -C metadata=8f57357d4db4248a -C extra-filename=-8f57357d4db4248a --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-b77f2f78e8b09bf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35662024-09-26T19:55:05.093Z Compiling oso-derive v0.27.3
35672024-09-26T19:55:05.093Z 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=9c5f0180b16475b3 -C extra-filename=-9c5f0180b16475b3 --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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-17f66ea741059823.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35682024-09-26T19:55:05.362Z Compiling impl-trait-for-tuples v0.2.2
35692024-09-26T19:55:05.388Z 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=80b56890d4dc7a37 -C extra-filename=-80b56890d4dc7a37 --out-dir /work/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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-17f66ea741059823.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35702024-09-26T19:55:06.114Z Compiling sqlparser_derive v0.2.2
35712024-09-26T19:55:06.139Z 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=fe3498bd0f7c380d -C extra-filename=-fe3498bd0f7c380d --out-dir /work/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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35722024-09-26T19:55:06.506Z Compiling memoffset v0.9.1
35732024-09-26T19:55:06.531Z 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`
35742024-09-26T19:55:06.844Z Compiling dropshot v0.10.1
35752024-09-26T19:55:06.869Z 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/dropshot-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("usdt", "usdt-probes"))' -C metadata=6d84d3d33138cd04 -C extra-filename=-6d84d3d33138cd04 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-6d84d3d33138cd04 -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`
35762024-09-26T19:55:07.179Z Compiling unicode_categories v0.1.1
35772024-09-26T19:55:07.202Z 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`
35782024-09-26T19:55:07.202Z Compiling sqlparser v0.45.0
35792024-09-26T19:55:07.226Z 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=37449e9615304670 -C extra-filename=-37449e9615304670 --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-9bb3211f8a6d4da7.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-fe3498bd0f7c380d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35802024-09-26T19:55:07.503Z Compiling sqlformat v0.2.6
35812024-09-26T19:55:07.527Z 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.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=bab93eeae3690c19 -C extra-filename=-bab93eeae3690c19 --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`
35822024-09-26T19:55:08.011Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-6d84d3d33138cd04/build-script-build`
35832024-09-26T19:55:08.079Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-24a77ddfb9985470/build-script-build`
35842024-09-26T19:55:08.216Z Compiling peg v0.8.4
35852024-09-26T19:55:08.240Z 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=b481645ea066fc34 -C extra-filename=-b481645ea066fc34 --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-e8b88f9fbe4f6615.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`
35862024-09-26T19:55:08.332Z Compiling rustyline v14.0.0
35872024-09-26T19:55:08.357Z 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=4c87e693a52ef50b -C extra-filename=-4c87e693a52ef50b --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-63cede1d1ea82dc2.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-930b56273a25d4f2.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-97a8c4bd154ecfb4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-76f42615198368df.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`
35882024-09-26T19:55:10.245Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-289233b69b1b2439/build-script-build`
35892024-09-26T19:55:10.272Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35902024-09-26T19:55:10.318Z 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=de68157e9808303c -C extra-filename=-de68157e9808303c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b7119ef604688eca.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-f8e05c482d51ebc7.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bd65b1e10ef3325a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-66a775b3c97a0cdd.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-98d9492c268dc397.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0dfaebee3056f89d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d7fa97b7f0c82083.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f65209c98d13d020.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-84a01092e7e2b871.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-155af274e62e4fda.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-ee3e3b1e69e661cc.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a6f3ea42c482c5e1.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-73c51197ed8e5258.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c144006f103cdeaa.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d161d590ed954c52.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e34273816740d0f6.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89fac9729918a42d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bfbb2fa73ee21ea5.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e4c3e903b1663b65.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-ad2f7418aaca4f9f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ff8d89e755fbcd9a.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fe4d8050d1ce2709.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-220e6db68810cfa2.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6119ecfaca530c22.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0fb8b605bbfd881f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f1360a1d73801714.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-957de0c534bb3cfb.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-673bc556dcd5c4d2.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1485f16fd854765b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c2be6aeb84e3fdc.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5fd85e9e6df9a1fc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-5185352c608e532a.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-436183675d625028.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a37431deb39776a0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9d01afcb92ec7207.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea62c22ed573d90b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-392876b8a640d0c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5d7a4fb8e13e1fb9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-469fba569a1f4e34.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0d5b8b27f9d50a38.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
35912024-09-26T19:55:11.902Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35922024-09-26T19:55:11.926Z 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=da0295673973f8b1 -C extra-filename=-da0295673973f8b1 --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-9d3306970b1c0c56.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a458479468c6f754.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
35932024-09-26T19:55:12.382Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35942024-09-26T19:55:12.406Z 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=599a16ba1f36a234 -C extra-filename=-599a16ba1f36a234 --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-4cc47b72a347aadf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-e968890b991f4456.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
35952024-09-26T19:55:12.600Z Compiling tungstenite v0.23.0
35962024-09-26T19:55:12.624Z 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.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=a9e14641ec2dedca -C extra-filename=-a9e14641ec2dedca --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-2396091a33ed140b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2d9395ab4302713f.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-4ceb8996510f7f6e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-336528d46dc1ab41.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.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`
35972024-09-26T19:55:13.939Z Compiling dropshot_endpoint v0.10.1
35982024-09-26T19:55:13.964Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot_endpoint-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=09f94f13988b6599 -C extra-filename=-09f94f13988b6599 --out-dir /work/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-700a8165421bc382.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-e968890b991f4456.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35992024-09-26T19:55:14.446Z Compiling bcs v0.1.6
36002024-09-26T19:55:14.470Z 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=43a49c1aa8c17bd1 -C extra-filename=-43a49c1aa8c17bd1 --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-b77f2f78e8b09bf9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36012024-09-26T19:55:14.628Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
36022024-09-26T19:55:14.653Z 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`
36032024-09-26T19:55:14.945Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-36b9ca17c559fa87/build-script-build`
36042024-09-26T19:55:15.010Z Compiling tokio-tungstenite v0.23.1
36052024-09-26T19:55:15.034Z 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.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=21a9560a47e15038 -C extra-filename=-21a9560a47e15038 --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-01f167c9eb44adb9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-a9e14641ec2dedca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36062024-09-26T19:55:15.060Z 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`
36072024-09-26T19:55:15.187Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36082024-09-26T19:55:15.213Z 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=1157314f32c08782 -C extra-filename=-1157314f32c08782 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-1157314f32c08782 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-cdbcb2e515945498.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36092024-09-26T19:55:15.498Z Compiling const_format_proc_macros v0.2.33
36102024-09-26T19:55:15.522Z 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.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "debug", "default", "derive", "syn"))' -C metadata=b7e5622f179213cd -C extra-filename=-b7e5622f179213cd --out-dir /work/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-700a8165421bc382.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`
36112024-09-26T19:55:15.522Z Compiling bb8 v0.8.5
36122024-09-26T19:55:15.546Z 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=bb16c81053c079fd -C extra-filename=-bb16c81053c079fd --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-ab8bb954528b4839.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-01f167c9eb44adb9.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-472720b9ff68b690.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36132024-09-26T19:55:15.895Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("usdt", "usdt-probes"))' -C metadata=36dc0ddfafce6abf -C extra-filename=-36dc0ddfafce6abf --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-5f90365efe746e83.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.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-09f94f13988b6599.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-5569ff5eb631ad8f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-f05b37f1d6d64d48.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-721c35836bc121ec.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-0c67e535159beaf2.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-db9effad285786c2.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-cc5ef85873981447.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-e5ca38e32977a7fc.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f966a333adb39b2a.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-336528d46dc1ab41.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-8be24298b1165009.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-44a3d19b3c823a6b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-11acd4a09e0c6166.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/out`
36142024-09-26T19:55:16.021Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
36152024-09-26T19:55:16.045Z 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/9bbac47/gateway-sp-comms/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=19c2d3ff60670bcb -C extra-filename=-19c2d3ff60670bcb --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-19c2d3ff60670bcb -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`
36162024-09-26T19:55:16.362Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-19c2d3ff60670bcb/build-script-build`
36172024-09-26T19:55:16.432Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36182024-09-26T19:55:16.456Z 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="native-sql"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql", "oxql", "sql"))' -C metadata=068cd9d337c5a25f -C extra-filename=-068cd9d337c5a25f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-9b4457b12c6db277.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-43a49c1aa8c17bd1.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-9569fec70579bd14.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-78bfb7bd21720930.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-883d78bf3ecc6808.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-721c35836bc121ec.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-80844db57c46f60d.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-b481645ea066fc34.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b8c2258c35e3ba1c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-4c87e693a52ef50b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.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-436183675d625028.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-bab93eeae3690c19.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-37449e9615304670.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fd4df1ff9ee51e9b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-469fba569a1f4e34.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36192024-09-26T19:55:17.362Z Compiling const_format v0.2.33
36202024-09-26T19:55:17.387Z 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.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__debug", "__docsrs", "__only_new_tests", "__test", "all", "assert", "assertc", "assertcp", "const_generics", "constant_time_as_str", "default", "derive", "fmt", "konst", "more_str_macros", "nightly_const_generics", "rust_1_51", "rust_1_64"))' -C metadata=7bd09629ca4c316d -C extra-filename=-7bd09629ca4c316d --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-b7e5622f179213cd.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36212024-09-26T19:55:17.971Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-1157314f32c08782/build-script-build`
36222024-09-26T19:55:18.000Z Compiling nix v0.27.1
36232024-09-26T19:55:18.024Z 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=423896e6547b4a58 -C extra-filename=-423896e6547b4a58 --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-63cede1d1ea82dc2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.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`
36242024-09-26T19:55:19.802Z Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
36252024-09-26T19:55:19.826Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/git/checkouts/qorb-2aec95fa693f52a8/163a778/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="qtop"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "qtop", "serde"))' -C metadata=58243d0be04fbe00 -C extra-filename=-58243d0be04fbe00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-daff58329f40d98c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-36dc0ddfafce6abf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f3c802008044b3e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-dcd4c922a763b4f6.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-21a9560a47e15038.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4849ad2e0e9b19f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
36262024-09-26T19:55:23.003Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36272024-09-26T19:55:23.028Z 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=d5bca75fe88034c7 -C extra-filename=-d5bca75fe88034c7 --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-dda4d3baa14861ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36282024-09-26T19:55:23.293Z Compiling snafu-derive v0.8.2
36292024-09-26T19:55:23.317Z 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=e59f0753d88cccdc -C extra-filename=-e59f0753d88cccdc --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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36302024-09-26T19:55:23.341Z 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/9bbac47/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b257ba3a9c41c6f0 -C extra-filename=-b257ba3a9c41c6f0 --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-ab8bb954528b4839.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-6494e93e0965ea9a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-7145ec3957bee753.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e840c726e561ef92.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-d933f175f940d602.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e7513872321673bb.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-014178c12363f11b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-423896e6547b4a58.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-b77f2f78e8b09bf9.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-d14b82473b3c43df.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-a37431deb39776a0.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-21db2c3f6310c57d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-d5bca75fe88034c7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-469fba569a1f4e34.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-83c7a55c06ae920b.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-d34656e55e92aa96/out/lib`
36312024-09-26T19:55:25.278Z 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=db8e30bd742d167b -C extra-filename=-db8e30bd742d167b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-6d3e90ce5d1bb00d.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3e9714b96025c53c.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-daff58329f40d98c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-76fdf975c3ef5f56.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-73c51197ed8e5258.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d161d590ed954c52.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-bfbb2fa73ee21ea5.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-943d998998b4d9af.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5666dd993fc5694b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-07afed1feab68e9d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-610c39d51f54be4e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-468624e058739e3b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0fb8b605bbfd881f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1485f16fd854765b.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-a37431deb39776a0.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e1d765c7b5b5f7f6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36322024-09-26T19:55:25.900Z 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=81391d81bd7515fb -C extra-filename=-81391d81bd7515fb --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-76fdf975c3ef5f56.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-469fba569a1f4e34.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36332024-09-26T19:55:26.265Z Compiling async-bb8-diesel v0.2.1
36342024-09-26T19:55:26.289Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-bb8-diesel-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cockroach"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cockroach", "default"))' -C metadata=9f7e97a42c4a9d81 -C extra-filename=-9f7e97a42c4a9d81 --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-ab8bb954528b4839.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-bb16c81053c079fd.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-76fdf975c3ef5f56.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36352024-09-26T19:55:26.956Z Compiling globset v0.4.14
36362024-09-26T19:55:26.980Z 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=ad157f5a94ba848f -C extra-filename=-ad157f5a94ba848f --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-9bb3211f8a6d4da7.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`
36372024-09-26T19:55:28.236Z Compiling snafu v0.8.2
36382024-09-26T19:55:28.277Z 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=84ba4d4260d91e1d -C extra-filename=-84ba4d4260d91e1d --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-610fe0e6b4e6e93d.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-e59f0753d88cccdc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36392024-09-26T19:55:28.654Z Compiling olpc-cjson v0.1.3
36402024-09-26T19:55:28.678Z 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=7ec7b750dfe88a4f -C extra-filename=-7ec7b750dfe88a4f --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-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.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`
36412024-09-26T19:55:28.911Z Compiling serde_plain v1.0.2
36422024-09-26T19:55:28.935Z 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=87b188822e8740fb -C extra-filename=-87b188822e8740fb --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-b77f2f78e8b09bf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36432024-09-26T19:55:29.076Z Compiling typed-path v0.7.1
36442024-09-26T19:55:29.100Z 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`
36452024-09-26T19:55:29.341Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36462024-09-26T19:55:29.365Z 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=5a2956e83de33ef4 -C extra-filename=-5a2956e83de33ef4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-da0295673973f8b1.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e840c726e561ef92.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b257ba3a9c41c6f0.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a458479468c6f754.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b86fb10845498dd4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ff8d89e755fbcd9a.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fe4d8050d1ce2709.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6f205af6eab76544.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-436183675d625028.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a37431deb39776a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-dcd4c922a763b4f6.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ae8e973b8a2db2ac.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
36472024-09-26T19:55:29.525Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36482024-09-26T19:55:29.549Z 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=7b4ceeeeeb952915 -C extra-filename=-7b4ceeeeeb952915 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e840c726e561ef92.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a458479468c6f754.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-436183675d625028.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
36492024-09-26T19:55:31.901Z Compiling tough v0.17.1
36502024-09-26T19:55:31.925Z 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=a4f22a856a9d49e9 -C extra-filename=-a4f22a856a9d49e9 --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-9b4457b12c6db277.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-ad157f5a94ba848f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-7ec7b750dfe88a4f.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-432134aa9ea53f07.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-87b188822e8740fb.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-84ba4d4260d91e1d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36512024-09-26T19:55:33.529Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36522024-09-26T19:55:33.564Z 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=b2d4f2bbd381b16a -C extra-filename=-b2d4f2bbd381b16a --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-8d96ed3c0f645ade.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-07509e35d5bf56a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36532024-09-26T19:55:35.390Z Compiling cargo-platform v0.1.8
36542024-09-26T19:55:35.414Z 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=835c1e36fd5c1cf2 -C extra-filename=-835c1e36fd5c1cf2 --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-b77f2f78e8b09bf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36552024-09-26T19:55:35.945Z Compiling parse-size v1.0.0
36562024-09-26T19:55:35.971Z 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`
36572024-09-26T19:55:36.187Z Compiling cargo_metadata v0.18.1
36582024-09-26T19:55:36.212Z 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=bcbae8e9b6136b16 -C extra-filename=-bcbae8e9b6136b16 --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-2123433c4c5aba73.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-835c1e36fd5c1cf2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0fb8b605bbfd881f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36592024-09-26T19:55:36.371Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36602024-09-26T19:55:36.396Z 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=4c8e1945eac1937d -C extra-filename=-4c8e1945eac1937d --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-8d96ed3c0f645ade.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36612024-09-26T19:55:38.093Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
36622024-09-26T19:55:38.119Z 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=6836985deffef2da -C extra-filename=-6836985deffef2da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-616773aae68b171d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-880c3f2864e14d3e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e7513872321673bb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-93c89df6fe796d16.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-e5ca38e32977a7fc.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-70c117f9faddfe04.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-392876b8a640d0c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a4f22a856a9d49e9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-83c7a55c06ae920b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36632024-09-26T19:55:39.360Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36642024-09-26T19:55:39.384Z 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=eb1d080b12ae8c0f -C extra-filename=-eb1d080b12ae8c0f --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-2123433c4c5aba73.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e840c726e561ef92.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a458479468c6f754.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5a2956e83de33ef4.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7b4ceeeeeb952915.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
36652024-09-26T19:55:41.750Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36662024-09-26T19:55:41.774Z 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=5c8eac069027431a -C extra-filename=-5c8eac069027431a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89fac9729918a42d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-4c8e1945eac1937d.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b2d4f2bbd381b16a.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-068cd9d337c5a25f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.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-436183675d625028.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36672024-09-26T19:55:41.834Z Compiling assert_matches v1.5.0
36682024-09-26T19:55:41.834Z 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`
36692024-09-26T19:55:41.938Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
36702024-09-26T19:55:41.962Z 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=493c4a41abac47ce -C extra-filename=-493c4a41abac47ce --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-ab8bb954528b4839.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bfbb2fa73ee21ea5.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36712024-09-26T19:55:42.418Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
36722024-09-26T19:55:42.446Z 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=e1785b8d9756a40a -C extra-filename=-e1785b8d9756a40a --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-721c35836bc121ec.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-db9effad285786c2.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`
36732024-09-26T19:55:44.210Z Compiling libz-sys v1.1.16
36742024-09-26T19:55:44.234Z 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=80b152ec7d704e45 -C extra-filename=-80b152ec7d704e45 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-80b152ec7d704e45 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.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`
36752024-09-26T19:55:44.935Z Compiling rand_seeder v0.3.0
36762024-09-26T19:55:44.959Z 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=2ee9258c0041f7b8 -C extra-filename=-2ee9258c0041f7b8 --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-8b13f8510d518754.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36772024-09-26T19:55:45.247Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-80b152ec7d704e45/build-script-build`
36782024-09-26T19:55:45.330Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36792024-09-26T19:55:45.355Z 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=62f79be19350156c -C extra-filename=-62f79be19350156c --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-348967cb7f3375ff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-2ee9258c0041f7b8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36802024-09-26T19:55:45.405Z Compiling libgit2-sys v0.17.0+1.8.1
36812024-09-26T19:55:45.430Z 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=e0a203ee320eb7db -C extra-filename=-e0a203ee320eb7db --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e0a203ee320eb7db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.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`
36822024-09-26T19:55:45.538Z Compiling portable-atomic v1.6.0
36832024-09-26T19:55:45.562Z 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`
36842024-09-26T19:55:46.267Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e0a203ee320eb7db/build-script-build`
36852024-09-26T19:55:46.546Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-12021e4b795f02e3/build-script-build`
36862024-09-26T19:55:46.665Z 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=64858db741996388 -C extra-filename=-64858db741996388 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z`
36872024-09-26T19:55:46.839Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36882024-09-26T19:55:46.863Z 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=bb7ae27c7acbd9fa -C extra-filename=-bb7ae27c7acbd9fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f65209c98d13d020.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-155af274e62e4fda.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-70c117f9faddfe04.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-468d0a4b93f63a49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36892024-09-26T19:55:51.733Z 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`
36902024-09-26T19:55:52.149Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36912024-09-26T19:55:52.173Z 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=00156a2215c3262f -C extra-filename=-00156a2215c3262f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-155af274e62e4fda.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e840c726e561ef92.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1485f16fd854765b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-62f79be19350156c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36922024-09-26T19:55:53.024Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
36932024-09-26T19:55:53.048Z 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=c852f6874657a1c1 -C extra-filename=-c852f6874657a1c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.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-080efa0e0fcda2f8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e7513872321673bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-70c117f9faddfe04.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a4f22a856a9d49e9.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6836985deffef2da.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/ssl-3/lib/amd64`
36942024-09-26T19:55:55.186Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
36952024-09-26T19:55:55.210Z 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=cb97a9c45378c1db -C extra-filename=-cb97a9c45378c1db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36962024-09-26T19:55:55.365Z Compiling vergen v8.3.2
36972024-09-26T19:55:55.389Z 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`
36982024-09-26T19:55:55.702Z Compiling number_prefix v0.4.0
36992024-09-26T19:55:55.726Z 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`
37002024-09-26T19:55:55.949Z Compiling is_ci v1.2.0
37012024-09-26T19:55:55.974Z 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`
37022024-09-26T19:55:56.234Z Compiling supports-color v3.0.1
37032024-09-26T19:55:56.258Z 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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e14989a5d0ee9047 -C extra-filename=-e14989a5d0ee9047 --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`
37042024-09-26T19:55:56.525Z Compiling indicatif v0.17.8
37052024-09-26T19:55:56.549Z 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=0398239070131763 -C extra-filename=-0398239070131763 --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-d203535d0c6e9365.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`
37062024-09-26T19:55:57.649Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-8aef8dd6f9115d81/build-script-build`
37072024-09-26T19:55:57.682Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37082024-09-26T19:55:57.706Z 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=44207c2e878aa7fe -C extra-filename=-44207c2e878aa7fe --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-44207c2e878aa7fe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-cdbcb2e515945498.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
37092024-09-26T19:55:58.030Z Compiling libsqlite3-sys v0.30.1
37102024-09-26T19:55:58.054Z 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.30.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=ca307b84e628cf7e -C extra-filename=-ca307b84e628cf7e --out-dir /work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-ca307b84e628cf7e -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`
37112024-09-26T19:55:58.526Z Compiling cfg_aliases v0.2.1
37122024-09-26T19:55:58.551Z 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.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--deny=clippy::str_to_string' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=44929ccb8db2da6c -C extra-filename=-44929ccb8db2da6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37132024-09-26T19:55:58.643Z Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-ca307b84e628cf7e/build-script-build`
37142024-09-26T19:55:58.675Z Compiling nix v0.29.0
37152024-09-26T19:55:58.704Z 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.29.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=100f50d5b1b272ed -C extra-filename=-100f50d5b1b272ed --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-100f50d5b1b272ed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-44929ccb8db2da6c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37162024-09-26T19:55:58.704Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-44207c2e878aa7fe/build-script-build`
37172024-09-26T19:55:58.729Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37182024-09-26T19:55:58.729Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2021 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=82636532eddb8139 -C extra-filename=-82636532eddb8139 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-73c51197ed8e5258.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-cb97a9c45378c1db.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-db9effad285786c2.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f48491c7930d70cd.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-80844db57c46f60d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
37192024-09-26T19:55:59.561Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37202024-09-26T19:55:59.586Z 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=c153a38cc835d358 -C extra-filename=-c153a38cc835d358 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-6d3e90ce5d1bb00d.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-155af274e62e4fda.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-721c35836bc121ec.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-7e28ccd96dc058f1.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bfbb2fa73ee21ea5.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-00156a2215c3262f.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1485f16fd854765b.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-806c9767c004150a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-62f79be19350156c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
37212024-09-26T19:56:03.840Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37222024-09-26T19:56:03.864Z 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=9fd124c8ef1f69d0 -C extra-filename=-9fd124c8ef1f69d0 --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-9d3306970b1c0c56.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
37232024-09-26T19:56:06.884Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37242024-09-26T19:56:06.909Z 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=76ff33a14980d531 -C extra-filename=-76ff33a14980d531 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-76ff33a14980d531 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-cdbcb2e515945498.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
37252024-09-26T19:56:07.206Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37262024-09-26T19:56:07.230Z 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=947449a339ea3065 -C extra-filename=-947449a339ea3065 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-947449a339ea3065 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-cdbcb2e515945498.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
37272024-09-26T19:56:07.538Z Compiling castaway v0.2.3
37282024-09-26T19:56:07.562Z 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`
37292024-09-26T19:56:07.643Z Compiling concurrent-queue v2.5.0
37302024-09-26T19:56:07.668Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=ff0fd89ddb267c08 -C extra-filename=-ff0fd89ddb267c08 --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`
37312024-09-26T19:56:07.728Z Compiling parking v2.2.1
37322024-09-26T19:56:07.752Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=cb6104646fa2ceab -C extra-filename=-cb6104646fa2ceab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37332024-09-26T19:56:08.002Z Dirty smawk v0.3.2: the rustflags changed
37342024-09-26T19:56:08.002Z Compiling smawk v0.3.2
37352024-09-26T19:56:08.027Z 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`
37362024-09-26T19:56:08.075Z Dirty unicode-linebreak v0.1.5: the rustflags changed
37372024-09-26T19:56:08.075Z Compiling unicode-linebreak v0.1.5
37382024-09-26T19:56:08.099Z 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`
37392024-09-26T19:56:08.233Z Compiling compact_str v0.8.0
37402024-09-26T19:56:08.257Z 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`
37412024-09-26T19:56:08.506Z Dirty textwrap v0.16.1: the rustflags changed
37422024-09-26T19:56:08.506Z Compiling textwrap v0.16.1
37432024-09-26T19:56:08.531Z 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`
37442024-09-26T19:56:08.879Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-947449a339ea3065/build-script-build`
37452024-09-26T19:56:08.909Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-76ff33a14980d531/build-script-build`
37462024-09-26T19:56:08.943Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-100f50d5b1b272ed/build-script-build`
37472024-09-26T19:56:08.975Z 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.30.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=c3eacb493a7f854a -C extra-filename=-c3eacb493a7f854a --out-dir /work/oxidecomputer/omicron/target/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`
37482024-09-26T19:56:09.395Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37492024-09-26T19:56:09.420Z 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=6da9938dd2db807f -C extra-filename=-6da9938dd2db807f --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-8d96ed3c0f645ade.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-07509e35d5bf56a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
37502024-09-26T19:56:09.543Z Compiling unicode-truncate v1.0.0
37512024-09-26T19:56:09.567Z 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`
37522024-09-26T19:56:09.629Z Compiling lru v0.12.3
37532024-09-26T19:56:09.653Z 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=fe602ff7d3f769a6 -C extra-filename=-fe602ff7d3f769a6 --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-67b9ae57f5745324.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37542024-09-26T19:56:09.775Z Compiling hashlink v0.9.1
37552024-09-26T19:56:09.799Z 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=8ffb623a6f8c33e8 -C extra-filename=-8ffb623a6f8c33e8 --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-67b9ae57f5745324.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37562024-09-26T19:56:09.928Z Compiling instability v0.3.2
37572024-09-26T19:56:09.953Z 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=59eb553e25cdcc9c -C extra-filename=-59eb553e25cdcc9c --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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37582024-09-26T19:56:10.369Z Compiling cassowary v0.3.0
37592024-09-26T19:56:10.393Z 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`
37602024-09-26T19:56:10.641Z Compiling fallible-streaming-iterator v0.1.9
37612024-09-26T19:56:10.665Z 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`
37622024-09-26T19:56:10.892Z Compiling fallible-iterator v0.3.0
37632024-09-26T19:56:10.916Z 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`
37642024-09-26T19:56:10.944Z Compiling ratatui v0.28.0
37652024-09-26T19:56:10.968Z 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=7bd15fe1e7506dbc -C extra-filename=-7bd15fe1e7506dbc --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-63cede1d1ea82dc2.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-78bfb7bd21720930.rmeta --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-59eb553e25cdcc9c.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-fe602ff7d3f769a6.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-9a40ec71e23b8849.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`
37662024-09-26T19:56:11.486Z Compiling rusqlite v0.32.1
37672024-09-26T19:56:11.532Z 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.32.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array", "backup", "blob", "buildtime_bindgen", "bundled", "bundled-full", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "chrono", "collation", "column_decltype", "csv", "csvtab", "extra_check", "functions", "hooks", "i128_blob", "in_gecko", "limits", "load_extension", "loadable_extension", "modern-full", "modern_sqlite", "preupdate_hook", "release_memory", "rusqlite-macros", "serde_json", "serialize", "series", "session", "sqlcipher", "time", "trace", "unlock_notify", "url", "uuid", "vtab", "wasm32-wasi-vfs", "window", "with-asan"))' -C metadata=4ad1c17de5c3c573 -C extra-filename=-4ad1c17de5c3c573 --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-63cede1d1ea82dc2.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-8ffb623a6f8c33e8.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-c3eacb493a7f854a.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`
37682024-09-26T19:56:11.532Z 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.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=5da060ae0b84d0ef -C extra-filename=-5da060ae0b84d0ef --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-63cede1d1ea82dc2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'`
37692024-09-26T19:56:12.108Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37702024-09-26T19:56:12.133Z 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=d3fb66558a690d76 -C extra-filename=-d3fb66558a690d76 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-d3fb66558a690d76 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-cdbcb2e515945498.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
37712024-09-26T19:56:12.377Z Compiling samael v0.0.17
37722024-09-26T19:56:12.401Z 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.17/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=2cfc90b001eb3d0f -C extra-filename=-2cfc90b001eb3d0f --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-2cfc90b001eb3d0f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-a3ffad68b5356750.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`
37732024-09-26T19:56:12.440Z Compiling twox-hash v1.6.3
37742024-09-26T19:56:12.464Z 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=7b344d75191d5980 -C extra-filename=-7b344d75191d5980 --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-3626728e99f8adb9.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`
37752024-09-26T19:56:13.120Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-d3fb66558a690d76/build-script-build`
37762024-09-26T19:56:13.144Z Compiling event-listener v5.3.1
37772024-09-26T19:56:13.144Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=af5e5308be06b924 -C extra-filename=-af5e5308be06b924 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-ff0fd89ddb267c08.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-cb6104646fa2ceab.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`
37782024-09-26T19:56:13.716Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
37792024-09-26T19:56:13.740Z 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/a551f24/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=a950c3b8865b3834 -C extra-filename=-a950c3b8865b3834 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.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-07509e35d5bf56a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
37802024-09-26T19:56:13.983Z Compiling fatfs v0.3.6
37812024-09-26T19:56:14.007Z 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=067f75d0b1e13b75 -C extra-filename=-067f75d0b1e13b75 --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-8d96ed3c0f645ade.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37822024-09-26T19:56:14.542Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-2cfc90b001eb3d0f/build-script-bindings`
37832024-09-26T19:56:15.476Z Compiling event-listener-strategy v0.5.2
37842024-09-26T19:56:15.500Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f111ec96a719308a -C extra-filename=-f111ec96a719308a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-af5e5308be06b924.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`
37852024-09-26T19:56:15.701Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37862024-09-26T19:56:15.726Z 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=e9418d058ec9d9af -C extra-filename=-e9418d058ec9d9af --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-8d96ed3c0f645ade.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a6f3ea42c482c5e1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-07509e35d5bf56a9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-12ba0926e1340bdb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c2be6aeb84e3fdc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-468d0a4b93f63a49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bb7ae27c7acbd9fa.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
37872024-09-26T19:56:16.021Z Compiling csv-core v0.1.11
37882024-09-26T19:56:16.045Z 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`
37892024-09-26T19:56:16.530Z Compiling csv v1.3.0
37902024-09-26T19:56:16.554Z 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=a31151aa9f9c842c -C extra-filename=-a31151aa9f9c842c --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-b77f2f78e8b09bf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37912024-09-26T19:56:16.608Z 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.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=0d9e4f9ea8b4595a -C extra-filename=-0d9e4f9ea8b4595a --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-8d96ed3c0f645ade.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-d33a214dccd42329.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-e79a4110d2aaa102.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-060498d8aab3c360.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-9d9e768368c14300.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-8f57357d4db4248a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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`
37922024-09-26T19:56:17.009Z Compiling futures-lite v2.3.0
37932024-09-26T19:56:17.034Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_lite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fastrand"' --cfg 'feature="futures-io"' --cfg 'feature="parking"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "fastrand", "futures-io", "memchr", "parking", "race", "std"))' -C metadata=366d819a177e7bb2 -C extra-filename=-366d819a177e7bb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-93d3aefab645b806.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-ec51e95ae6c78625.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-cb6104646fa2ceab.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`
37942024-09-26T19:56:17.741Z Compiling rtoolbox v0.0.2
37952024-09-26T19:56:17.766Z 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=3056df869e15c610 -C extra-filename=-3056df869e15c610 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37962024-09-26T19:56:18.167Z Compiling shell-words v1.1.0
37972024-09-26T19:56:18.190Z 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`
37982024-09-26T19:56:18.486Z Compiling plotters-backend v0.3.5
37992024-09-26T19:56:18.510Z 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`
38002024-09-26T19:56:18.534Z Compiling rpassword v7.3.1
38012024-09-26T19:56:18.534Z 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=ea70cbef8dc2ae97 -C extra-filename=-ea70cbef8dc2ae97 --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-1b46dd66a7c6c3c6.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-3056df869e15c610.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38022024-09-26T19:56:18.898Z Compiling plotters-svg v0.3.5
38032024-09-26T19:56:18.922Z 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`
38042024-09-26T19:56:19.051Z Compiling tui-tree-widget v0.22.0
38052024-09-26T19:56:19.075Z 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=db47597ef25d2811 -C extra-filename=-db47597ef25d2811 --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-7bd15fe1e7506dbc.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`
38062024-09-26T19:56:19.327Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38072024-09-26T19:56:19.351Z 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=9e99ea807c4e853f -C extra-filename=-9e99ea807c4e853f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-7cb44d7c48bfc9c7.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6836985deffef2da.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
38082024-09-26T19:56:19.394Z Compiling http-body-util v0.1.2
38092024-09-26T19:56:19.419Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-util-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=939463ae1618717c -C extra-filename=-939463ae1618717c --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-2396091a33ed140b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-01f167c9eb44adb9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2d9395ab4302713f.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-a401c33c809a02e4.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`
38102024-09-26T19:56:19.892Z Compiling cast v0.3.0
38112024-09-26T19:56:19.916Z 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`
38122024-09-26T19:56:20.228Z Compiling yansi v1.0.1
38132024-09-26T19:56:20.253Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name yansi --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yansi-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_nightly", "alloc", "default", "detect-env", "detect-tty", "hyperlink", "is-terminal", "std"))' -C metadata=43a4e0c91f343fc9 -C extra-filename=-43a4e0c91f343fc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38142024-09-26T19:56:20.908Z Compiling pretty_assertions v1.4.1
38152024-09-26T19:56:20.932Z 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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=41945da098b72cd5 -C extra-filename=-41945da098b72cd5 --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-43a4e0c91f343fc9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38162024-09-26T19:56:21.130Z Compiling criterion-plot v0.5.0
38172024-09-26T19:56:21.154Z 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`
38182024-09-26T19:56:21.391Z Compiling plotters v0.3.5
38192024-09-26T19:56:21.416Z 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`
38202024-09-26T19:56:22.059Z Compiling async-lock v3.4.0
38212024-09-26T19:56:22.083Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=96c2bb290b71dd5b -C extra-filename=-96c2bb290b71dd5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-af5e5308be06b924.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-f111ec96a719308a.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`
38222024-09-26T19:56:23.128Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38232024-09-26T19:56:23.152Z 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=d72ad8b7e34ef1d5 -C extra-filename=-d72ad8b7e34ef1d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f3c802008044b3e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-07509e35d5bf56a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-12ba0926e1340bdb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
38242024-09-26T19:56:23.555Z Compiling polyval v0.6.2
38252024-09-26T19:56:23.582Z 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=0dd8c2f4639e63c3 -C extra-filename=-0dd8c2f4639e63c3 --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-4792bac5cb2eb8bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38262024-09-26T19:56:23.979Z Compiling polling v3.7.3
38272024-09-26T19:56:24.003Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(polling_test_epoll_pipe)' -C metadata=92f0e5f6650b7ad6 -C extra-filename=-92f0e5f6650b7ad6 --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-968df9948346758c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4849ad2e0e9b19f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38282024-09-26T19:56:24.658Z Compiling tinytemplate v1.2.1
38292024-09-26T19:56:24.682Z 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=de007d180f547e07 -C extra-filename=-de007d180f547e07 --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-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38302024-09-26T19:56:25.168Z Compiling oorandom v11.1.3
38312024-09-26T19:56:25.193Z 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`
38322024-09-26T19:56:25.368Z Compiling anes v0.1.6
38332024-09-26T19:56:25.392Z 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`
38342024-09-26T19:56:25.598Z Compiling async-io v2.3.4
38352024-09-26T19:56:25.622Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(polling_test_poll_backend)' -C metadata=9dc9d313b43c9af8 -C extra-filename=-9dc9d313b43c9af8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-96c2bb290b71dd5b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-ff0fd89ddb267c08.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ec51e95ae6c78625.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-366d819a177e7bb2.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-cb6104646fa2ceab.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-92f0e5f6650b7ad6.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-968df9948346758c.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96e20c34b56be83.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4849ad2e0e9b19f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38362024-09-26T19:56:25.783Z Compiling criterion v0.5.1
38372024-09-26T19:56:25.807Z 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=447cd60579206949 -C extra-filename=-447cd60579206949 --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-95a9ff5427c2d28e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-d839c17e454abea8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-be44762a43d64e7f.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-b77f2f78e8b09bf9.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4d3f1b3ad0292503.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-de007d180f547e07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.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`
38382024-09-26T19:56:27.562Z Compiling ghash v0.5.1
38392024-09-26T19:56:27.586Z 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=e9fe85247bf5d635 -C extra-filename=-e9fe85247bf5d635 --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-0dd8c2f4639e63c3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38402024-09-26T19:56:27.764Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38412024-09-26T19:56:27.788Z 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=1e4fd1d7817b1181 -C extra-filename=-1e4fd1d7817b1181 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-616773aae68b171d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95a9ff5427c2d28e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-78bfb7bd21720930.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-721c35836bc121ec.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-07afed1feab68e9d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-1b9c87378f6a0ee3.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-7bd15fe1e7506dbc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ea70cbef8dc2ae97.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.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-2e286d2bf82013cf.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-7cb44d7c48bfc9c7.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2b6da40b504a9c80.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-db47597ef25d2811.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-468d0a4b93f63a49.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bb7ae27c7acbd9fa.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e9418d058ec9d9af.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38422024-09-26T19:56:30.085Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
38432024-09-26T19:56:30.109Z 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=46a6c069c9d8d413 -C extra-filename=-46a6c069c9d8d413 --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-545ce11aa6690bff.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
38442024-09-26T19:56:31.678Z 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=3a39b418e3cee755 -C extra-filename=-3a39b418e3cee755 --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-db8e30bd742d167b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-806c9767c004150a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38452024-09-26T19:56:33.055Z Compiling ctr v0.9.2
38462024-09-26T19:56:33.079Z 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=7180c88e50b3318e -C extra-filename=-7180c88e50b3318e --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-d517c578d34f8a8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38472024-09-26T19:56:33.247Z 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=a72b854ab987ad01 -C extra-filename=-a72b854ab987ad01 --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-1b46dd66a7c6c3c6.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-64858db741996388.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-7ea674a883d240a2/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
38482024-09-26T19:56:33.435Z Compiling doc-comment v0.3.3
38492024-09-26T19:56:33.458Z 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`
38502024-09-26T19:56:33.893Z Compiling git2 v0.19.0
38512024-09-26T19:56:33.917Z 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=ae7ede68a8b4e6b4 -C extra-filename=-ae7ede68a8b4e6b4 --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-63cede1d1ea82dc2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-a72b854ab987ad01.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.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-7ea674a883d240a2/out/build -L native=/usr/lib/amd64`
38522024-09-26T19:56:34.100Z Compiling target-lexicon v0.12.16
38532024-09-26T19:56:34.123Z 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`
38542024-09-26T19:56:35.006Z Compiling async-task v4.7.1
38552024-09-26T19:56:35.030Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_task --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=8100723cf864eb84 -C extra-filename=-8100723cf864eb84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38562024-09-26T19:56:35.452Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-1168d39a58d12fe8/build-script-build`
38572024-09-26T19:56:35.525Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-14c1a7aa8d9df06d/build-script-build`
38582024-09-26T19:56:35.686Z Compiling aes-gcm v0.10.3
38592024-09-26T19:56:35.709Z 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=afa0f678c7bebcfc -C extra-filename=-afa0f678c7bebcfc --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-a68c64dfd661899b.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-b1964e7a3d24b57b.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d517c578d34f8a8c.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-7180c88e50b3318e.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-e9fe85247bf5d635.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`
38602024-09-26T19:56:35.965Z Compiling async-channel v2.3.1
38612024-09-26T19:56:35.989Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=178ccdfa2777e1ef -C extra-filename=-178ccdfa2777e1ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-ff0fd89ddb267c08.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-f111ec96a719308a.rmeta --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`
38622024-09-26T19:56:36.315Z Compiling piper v0.2.4
38632024-09-26T19:56:36.339Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name piper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/piper-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures-io"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "futures-io", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=025f3bbad23255d0 -C extra-filename=-025f3bbad23255d0 --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 --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-93d3aefab645b806.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ec51e95ae6c78625.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38642024-09-26T19:56:36.708Z Compiling ssh-encoding v0.2.0
38652024-09-26T19:56:36.731Z 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=4253d9298d5b20d8 -C extra-filename=-4253d9298d5b20d8 --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-70c117f9faddfe04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38662024-09-26T19:56:37.161Z Compiling blowfish v0.9.1
38672024-09-26T19:56:37.186Z 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=2c88a0a51775d275 -C extra-filename=-2c88a0a51775d275 --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-d517c578d34f8a8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38682024-09-26T19:56:37.275Z Compiling guppy-workspace-hack v0.1.0
38692024-09-26T19:56:37.299Z 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`
38702024-09-26T19:56:37.574Z Compiling assert_cmd v2.0.16
38712024-09-26T19:56:37.599Z 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`
38722024-09-26T19:56:37.599Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-94b301b3d8fce7ed/build-script-build`
38732024-09-26T19:56:37.632Z Compiling bcrypt-pbkdf v0.10.0
38742024-09-26T19:56:37.656Z 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=6efb5d2e386a6471 -C extra-filename=-6efb5d2e386a6471 --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-2c88a0a51775d275.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-4265ac5e75b313df.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-70c117f9faddfe04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38752024-09-26T19:56:38.032Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-822646a8dc5d2c94/build-script-build`
38762024-09-26T19:56:38.059Z Compiling ssh-cipher v0.2.0
38772024-09-26T19:56:38.085Z 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=aba2361f2c81c4dd -C extra-filename=-aba2361f2c81c4dd --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-b1964e7a3d24b57b.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-afa0f678c7bebcfc.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-10e903f887f8e166.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-774205ad5ca61a83.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d517c578d34f8a8c.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-7180c88e50b3318e.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-511dfc2dab20eccb.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-4253d9298d5b20d8.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`
38782024-09-26T19:56:38.185Z Compiling blocking v1.6.1
38792024-09-26T19:56:38.209Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name blocking --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blocking-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=392b9143b48186b1 -C extra-filename=-392b9143b48186b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-178ccdfa2777e1ef.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-8100723cf864eb84.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ec51e95ae6c78625.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-366d819a177e7bb2.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-025f3bbad23255d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38802024-09-26T19:56:38.776Z 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=4d67d1cc13f06940 -C extra-filename=-4d67d1cc13f06940 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-bcbae8e9b6136b16.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-ae7ede68a8b4e6b4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-b1b663f0a48c9776.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.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-7ea674a883d240a2/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)'`
38812024-09-26T19:56:39.587Z 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`
38822024-09-26T19:56:39.699Z 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"'`
38832024-09-26T19:56:40.399Z Compiling async-executor v1.13.1
38842024-09-26T19:56:40.423Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=c8b0dac2b9f6a170 -C extra-filename=-c8b0dac2b9f6a170 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-8100723cf864eb84.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-ff0fd89ddb267c08.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-93d3aefab645b806.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-366d819a177e7bb2.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`
38852024-09-26T19:56:40.459Z Compiling async-signal v0.2.10
38862024-09-26T19:56:40.483Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_signal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-signal-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=98e035bbd221be6e -C extra-filename=-98e035bbd221be6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-9dc9d313b43c9af8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.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-ec51e95ae6c78625.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-968df9948346758c.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-4f7cf3856044bb3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38872024-09-26T19:56:40.877Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
38882024-09-26T19:56:40.902Z 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=848f0a495cb038f8 -C extra-filename=-848f0a495cb038f8 --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-8d96ed3c0f645ade.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a31151aa9f9c842c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
38892024-09-26T19:56:41.157Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38902024-09-26T19:56:41.181Z 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=796c87c1a1b70684 -C extra-filename=-796c87c1a1b70684 --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-bd65b1e10ef3325a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-155af274e62e4fda.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-07afed1feab68e9d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bb7ae27c7acbd9fa.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
38912024-09-26T19:56:42.070Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38922024-09-26T19:56:42.094Z 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=f33c88a5a982e1b6 -C extra-filename=-f33c88a5a982e1b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a6f3ea42c482c5e1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
38932024-09-26T19:56:42.213Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
38942024-09-26T19:56:42.237Z 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/a551f24/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=5ec47024e352f4f9 -C extra-filename=-5ec47024e352f4f9 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-5ec47024e352f4f9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-4d67d1cc13f06940.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-7ea674a883d240a2/out/build -L native=/usr/lib/amd64`
38952024-09-26T19:56:43.698Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-5ec47024e352f4f9/build-script-build`
38962024-09-26T19:56:44.663Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
38972024-09-26T19:56:44.687Z 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=211f348c6e6d725b -C extra-filename=-211f348c6e6d725b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-6d3e90ce5d1bb00d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
38982024-09-26T19:56:45.396Z Compiling password-hash v0.4.2
38992024-09-26T19:56:45.420Z 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=ab8035da6c448e9d -C extra-filename=-ab8035da6c448e9d --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-8b13f8510d518754.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`
39002024-09-26T19:56:46.232Z Compiling target-spec v3.2.1
39012024-09-26T19:56:46.257Z 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`
39022024-09-26T19:56:46.376Z Compiling hex-literal v0.4.1
39032024-09-26T19:56:46.400Z 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`
39042024-09-26T19:56:46.529Z Compiling event-listener v2.5.3
39052024-09-26T19:56:46.722Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=921517d8acbb2aef -C extra-filename=-921517d8acbb2aef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39062024-09-26T19:56:46.832Z Compiling futures-timer v3.0.3
39072024-09-26T19:56:46.856Z 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`
39082024-09-26T19:56:46.931Z Compiling matches v0.1.10
39092024-09-26T19:56:46.955Z 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`
39102024-09-26T19:56:47.062Z Compiling idna v0.2.3
39112024-09-26T19:56:47.086Z 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`
39122024-09-26T19:56:47.622Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-6776775b34ffe480/build-script-build`
39132024-09-26T19:56:47.650Z Compiling async-channel v1.9.0
39142024-09-26T19:56:47.674Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=999c5bdbe7128c8b -C extra-filename=-999c5bdbe7128c8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-ff0fd89ddb267c08.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-921517d8acbb2aef.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39152024-09-26T19:56:47.943Z Compiling pbkdf2 v0.11.0
39162024-09-26T19:56:47.968Z 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=0a094c5a58625cd5 -C extra-filename=-0a094c5a58625cd5 --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-9215c75ecf6dc2e1.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-19a367469c532c8d.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-ab8035da6c448e9d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-70c117f9faddfe04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39172024-09-26T19:56:48.297Z Compiling async-global-executor v2.4.1
39182024-09-26T19:56:48.321Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_global_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-global-executor-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-io"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-io", "default", "tokio", "tokio-crate", "tokio02", "tokio02-crate", "tokio03", "tokio03-crate"))' -C metadata=9bdc3b485434c611 -C extra-filename=-9bdc3b485434c611 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-178ccdfa2777e1ef.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-c8b0dac2b9f6a170.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-9dc9d313b43c9af8.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-96c2bb290b71dd5b.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-392b9143b48186b1.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-366d819a177e7bb2.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`
39192024-09-26T19:56:48.371Z Compiling async-process v2.2.4
39202024-09-26T19:56:48.395Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_process --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-2.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=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(async_process_force_signal_backend)' -C metadata=28add1ccfb5cd566 -C extra-filename=-28add1ccfb5cd566 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-9dc9d313b43c9af8.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-96c2bb290b71dd5b.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-98e035bbd221be6e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-af5e5308be06b924.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-366d819a177e7bb2.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-968df9948346758c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4849ad2e0e9b19f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39212024-09-26T19:56:49.783Z Compiling cfg-expr v0.16.0
39222024-09-26T19:56:49.807Z 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`
39232024-09-26T19:56:49.858Z 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=cef495e8faf14eaf -C extra-filename=-cef495e8faf14eaf --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-32e63b1de861798b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39242024-09-26T19:56:50.971Z Compiling ssh-key v0.6.6
39252024-09-26T19:56:50.995Z 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=b48fc22c93bf0b1c -C extra-filename=-b48fc22c93bf0b1c --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-6efb5d2e386a6471.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-fad16a1760217afe.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-5cd5280b908ad662.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-9e8a3d01ad4ead9c.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-96a91bf383d134f6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-70c117f9faddfe04.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6df2ef2bba82c8e5.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-aba2361f2c81c4dd.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-4253d9298d5b20d8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39262024-09-26T19:56:51.222Z 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`
39272024-09-26T19:56:51.355Z Compiling p521 v0.13.3
39282024-09-26T19:56:51.381Z 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=2af90f10ed8d5ea1 -C extra-filename=-2af90f10ed8d5ea1 --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-dfdd81406fc54ef6.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-d12dd8749a61148d.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-0ac94022a2d9070f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-70c117f9faddfe04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39292024-09-26T19:56:52.307Z Compiling polar-core v0.27.3
39302024-09-26T19:56:52.330Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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=fa69f6ca8fd10c9c -C extra-filename=-fa69f6ca8fd10c9c --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-fa69f6ca8fd10c9c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-8460ce73c96df3fb.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4d3f1b3ad0292503.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39312024-09-26T19:56:52.903Z Compiling p256 v0.13.2
39322024-09-26T19:56:52.927Z 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=37e8c30bad7c2ebf -C extra-filename=-37e8c30bad7c2ebf --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-dfdd81406fc54ef6.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-d12dd8749a61148d.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-0ac94022a2d9070f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-70c117f9faddfe04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39332024-09-26T19:56:53.505Z Compiling enum-as-inner v0.5.1
39342024-09-26T19:56:53.529Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.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=34a81b580af15fe6 -C extra-filename=-34a81b580af15fe6 --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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-17f66ea741059823.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39352024-09-26T19:56:53.838Z Compiling async-attributes v1.1.2
39362024-09-26T19:56:53.862Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-attributes-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=743e7d037f2088e1 -C extra-filename=-743e7d037f2088e1 --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-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-17f66ea741059823.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39372024-09-26T19:56:54.162Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-fa69f6ca8fd10c9c/build-script-build`
39382024-09-26T19:56:54.533Z Compiling russh-cryptovec v0.7.2
39392024-09-26T19:56:54.557Z 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=7a75d096def6cd12 -C extra-filename=-7a75d096def6cd12 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39402024-09-26T19:56:54.699Z Compiling num_cpus v1.16.0
39412024-09-26T19:56:54.723Z 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=e4923fbd84586fdc -C extra-filename=-e4923fbd84586fdc --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39422024-09-26T19:56:54.779Z Compiling kv-log-macro v1.0.7
39432024-09-26T19:56:54.802Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name kv_log_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kv-log-macro-1.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1daccee9c0f43f07 -C extra-filename=-1daccee9c0f43f07 --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-9bb3211f8a6d4da7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39442024-09-26T19:56:54.872Z Compiling md5 v0.7.0
39452024-09-26T19:56:54.896Z 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`
39462024-09-26T19:56:54.920Z Compiling threadpool v1.8.1
39472024-09-26T19:56:54.944Z 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=654281986bfb2493 -C extra-filename=-654281986bfb2493 --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-e4923fbd84586fdc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39482024-09-26T19:56:55.029Z Compiling async-std v1.13.0
39492024-09-26T19:56:55.053Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-attributes"' --cfg 'feature="async-channel"' --cfg 'feature="async-global-executor"' --cfg 'feature="async-io"' --cfg 'feature="async-lock"' --cfg 'feature="async-process"' --cfg 'feature="attributes"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-core"' --cfg 'feature="futures-io"' --cfg 'feature="futures-lite"' --cfg 'feature="gloo-timers"' --cfg 'feature="kv-log-macro"' --cfg 'feature="log"' --cfg 'feature="memchr"' --cfg 'feature="once_cell"' --cfg 'feature="pin-project-lite"' --cfg 'feature="pin-utils"' --cfg 'feature="slab"' --cfg 'feature="std"' --cfg 'feature="unstable"' --cfg 'feature="wasm-bindgen-futures"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-attributes", "async-channel", "async-global-executor", "async-io", "async-lock", "async-process", "attributes", "crossbeam-utils", "default", "docs", "futures-channel", "futures-core", "futures-io", "futures-lite", "gloo-timers", "io_safety", "kv-log-macro", "log", "memchr", "once_cell", "pin-project-lite", "pin-utils", "slab", "std", "surf", "tokio02", "tokio03", "tokio1", "unstable", "wasm-bindgen-futures"))' -C metadata=adb46d5ac4cf84cd -C extra-filename=-adb46d5ac4cf84cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_attributes=/work/oxidecomputer/omicron/target/debug/deps/libasync_attributes-743e7d037f2088e1.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-999c5bdbe7128c8b.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-9bdc3b485434c611.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-9dc9d313b43c9af8.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-96c2bb290b71dd5b.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-28add1ccfb5cd566.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.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-ec51e95ae6c78625.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-366d819a177e7bb2.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-1daccee9c0f43f07.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.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`
39502024-09-26T19:56:55.180Z 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=7e36b863fe91da10 -C extra-filename=-7e36b863fe91da10 --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-b77f2f78e8b09bf9.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-c769aa63c1b83a5d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39512024-09-26T19:56:55.343Z Compiling russh-keys v0.45.0
39522024-09-26T19:56:55.368Z 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.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl", "yasna"))' -C metadata=32729cb3f8f51ba2 -C extra-filename=-32729cb3f8f51ba2 --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-b1964e7a3d24b57b.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-6efb5d2e386a6471.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-74ea7c6431f040ac.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-10e903f887f8e166.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-7180c88e50b3318e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f38f921c2054efce.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-9215c75ecf6dc2e1.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-dfdd81406fc54ef6.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-fad16a1760217afe.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-d12dd8749a61148d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-19a367469c532c8d.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-97a8c4bd154ecfb4.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-58b4684230791a07.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.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-37e8c30bad7c2ebf.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-78efbe186c79f362.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-2af90f10ed8d5ea1.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-0a094c5a58625cd5.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-a823ba378d516394.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-a2019b42fe7f5d6e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-18f7acef858970dc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-9e8a3d01ad4ead9c.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-7a75d096def6cd12.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-96a91bf383d134f6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-336528d46dc1ab41.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-70c117f9faddfe04.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-bdf7dd31e256d2a1.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-4253d9298d5b20d8.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-b48fc22c93bf0b1c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-dcd4c922a763b4f6.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-60752444239cd916.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39532024-09-26T19:56:55.393Z Compiling trust-dns-proto v0.22.0
39542024-09-26T19:56:55.393Z 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=7c89dd31d80c9f5d -C extra-filename=-7c89dd31d80c9f5d --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-ab8bb954528b4839.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-34a81b580af15fe6.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-ec51e95ae6c78625.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-01f167c9eb44adb9.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-3626728e99f8adb9.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-bfd9b440086bc207.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4849ad2e0e9b19f7.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`
39552024-09-26T19:56:55.737Z 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`
39562024-09-26T19:56:56.636Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39572024-09-26T19:56:56.660Z 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=ba136ea581b26b2f -C extra-filename=-ba136ea581b26b2f --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-848f0a495cb038f8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
39582024-09-26T19:56:58.416Z Compiling httptest v0.16.1
39592024-09-26T19:56:58.440Z 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.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8abe4779b4e98d73 -C extra-filename=-8abe4779b4e98d73 --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 bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.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-25b9bd7f9abae822.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2d9395ab4302713f.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-939463ae1618717c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-6d265c1673e46b28.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-b8cd6003866b0695.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.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-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f966a333adb39b2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39602024-09-26T19:56:59.259Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39612024-09-26T19:56:59.283Z 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=8708d96bd33b3d4b -C extra-filename=-8708d96bd33b3d4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-9569fec70579bd14.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5e953e9e79012079.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f48491c7930d70cd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
39622024-09-26T19:56:59.534Z 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/a551f24/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=f0f41558ff56cfa5 -C extra-filename=-f0f41558ff56cfa5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-42bb01a048b0cf97.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-9d3306970b1c0c56.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5da060ae0b84d0ef.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-4ad1c17de5c3c573.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-ef67309bf96e0f1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.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-8be24298b1165009.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-436183675d625028.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-a66311c92771506c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-7b344d75191d5980.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/lib/amd64`
39632024-09-26T19:57:00.792Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39642024-09-26T19:57:00.816Z 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=54e4973de44935a7 -C extra-filename=-54e4973de44935a7 --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-a6f3ea42c482c5e1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-07509e35d5bf56a9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-12ba0926e1340bdb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-468d0a4b93f63a49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
39652024-09-26T19:57:01.862Z Compiling rustls-native-certs v0.7.0
39662024-09-26T19:57:01.886Z 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`
39672024-09-26T19:57:02.586Z Compiling pathdiff v0.2.1
39682024-09-26T19:57:02.610Z 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=ac919c53005ecce1 -C extra-filename=-ac919c53005ecce1 --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-2123433c4c5aba73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39692024-09-26T19:57:02.699Z Compiling num-bigint v0.4.5
39702024-09-26T19:57:02.723Z 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=6b8170c2aa54fa1a -C extra-filename=-6b8170c2aa54fa1a --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-3626728e99f8adb9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39712024-09-26T19:57:02.789Z Compiling headers-core v0.3.0
39722024-09-26T19:57:02.813Z 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.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=53019438c019218d -C extra-filename=-53019438c019218d --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-2d9395ab4302713f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39732024-09-26T19:57:02.919Z Compiling des v0.8.1
39742024-09-26T19:57:02.943Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name des --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/des-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=03b7b005abd91d9c -C extra-filename=-03b7b005abd91d9c --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-d517c578d34f8a8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39752024-09-26T19:57:02.967Z Compiling escape8259 v0.5.2
39762024-09-26T19:57:02.967Z 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`
39772024-09-26T19:57:03.246Z Compiling oso v0.27.3
39782024-09-26T19:57:03.282Z 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=a4c3754b4265bd52 -C extra-filename=-a4c3754b4265bd52 --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-80b56890d4dc7a37.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-9c5f0180b16475b3.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-7e36b863fe91da10.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4849ad2e0e9b19f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39792024-09-26T19:57:03.368Z Compiling nested v0.1.1
39802024-09-26T19:57:03.394Z 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`
39812024-09-26T19:57:03.680Z Compiling dhcproto-macros v0.1.0
39822024-09-26T19:57:03.704Z 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`
39832024-09-26T19:57:03.858Z Compiling guppy v0.17.7
39842024-09-26T19:57:03.883Z 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=193dcc952017c2af -C extra-filename=-193dcc952017c2af --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-e2fb159e06ef370b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-bcbae8e9b6136b16.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-721c35836bc121ec.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-ac919c53005ecce1.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9cb4b45b85e38268.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0fb8b605bbfd881f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.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`
39852024-09-26T19:57:04.559Z Compiling dhcproto v0.12.0
39862024-09-26T19:57:04.583Z 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=2c0c3814c8ebc9fa -C extra-filename=-2c0c3814c8ebc9fa --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-a94629f0533ceeb4.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-7e28ccd96dc058f1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-7c89dd31d80c9f5d.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`
39872024-09-26T19:57:05.523Z 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=8d912d273cd9a399 -C extra-filename=-8d912d273cd9a399 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-599a16ba1f36a234.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-dc7d413016cd4b77.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4500e615bc0dd49d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.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-3a39b418e3cee755.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db8e30bd742d167b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-060498d8aab3c360.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-a4c3754b4265bd52.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0d9e4f9ea8b4595a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f966a333adb39b2a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/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`
39882024-09-26T19:57:05.561Z Compiling russh v0.45.0
39892024-09-26T19:57:05.586Z 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.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "flate2", "legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl"))' -C metadata=db88dc656e8a5c1d -C extra-filename=-db88dc656e8a5c1d --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-b1964e7a3d24b57b.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-afa0f678c7bebcfc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-63cede1d1ea82dc2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-10e903f887f8e166.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-774205ad5ca61a83.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-7180c88e50b3318e.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-1fc5956660611951.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-03b7b005abd91d9c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-9215c75ecf6dc2e1.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-d12dd8749a61148d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-033b543cc30967b3.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-61be641122cdfc7a.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-19a367469c532c8d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-6b8170c2aa54fa1a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-37e8c30bad7c2ebf.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-78efbe186c79f362.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-2af90f10ed8d5ea1.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-511dfc2dab20eccb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-7a75d096def6cd12.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-32729cb3f8f51ba2.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-336528d46dc1ab41.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-70c117f9faddfe04.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-4253d9298d5b20d8.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-b48fc22c93bf0b1c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39902024-09-26T19:57:07.608Z Compiling libtest-mimic v0.7.3
39912024-09-26T19:57:07.632Z 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=312f1f2c890901af -C extra-filename=-312f1f2c890901af --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-5643645ca5b98d5d.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-654281986bfb2493.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39922024-09-26T19:57:08.496Z Compiling headers v0.4.0
39932024-09-26T19:57:08.520Z 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.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=a24ec974af844bcc -C extra-filename=-a24ec974af844bcc --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-2396091a33ed140b.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-53019438c019218d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2d9395ab4302713f.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-336528d46dc1ab41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39942024-09-26T19:57:09.460Z 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=5360f94df5fae2ce -C extra-filename=-5360f94df5fae2ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-9f7e97a42c4a9d81.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-7bd09629ca4c316d.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3e9714b96025c53c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-76fdf975c3ef5f56.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-81391d81bd7515fb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-73c51197ed8e5258.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d161d590ed954c52.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-8d912d273cd9a399.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bfbb2fa73ee21ea5.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-3a39b418e3cee755.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db8e30bd742d167b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-07afed1feab68e9d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.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 qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-58243d0be04fbe00.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-468624e058739e3b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0fb8b605bbfd881f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b6ded8bf03951d3a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1485f16fd854765b.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-a37431deb39776a0.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e1d765c7b5b5f7f6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-469fba569a1f4e34.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39952024-09-26T19:57:10.231Z Compiling hyper-rustls v0.26.0
39962024-09-26T19:57:10.256Z 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=7ac8e8b3d343b5a1 -C extra-filename=-7ac8e8b3d343b5a1 --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-01f167c9eb44adb9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2d9395ab4302713f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-6d265c1673e46b28.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-b8cd6003866b0695.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc5ef85873981447.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-42c4d50779fe32e0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-11acd4a09e0c6166.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-e8b5c01317fe1661/out`
39972024-09-26T19:57:10.724Z Compiling async-object-pool v0.1.5
39982024-09-26T19:57:10.748Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_object_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-object-pool-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dc26967ef3c02dd2 -C extra-filename=-dc26967ef3c02dd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-adb46d5ac4cf84cd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39992024-09-26T19:57:10.919Z Compiling fancy-regex v0.13.0
40002024-09-26T19:57:10.943Z 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`
40012024-09-26T19:57:11.429Z Compiling rstest_macros v0.22.0
40022024-09-26T19:57:11.453Z 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=1a156ec9b10d8daf -C extra-filename=-1a156ec9b10d8daf --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-1a156ec9b10d8daf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-b1b663f0a48c9776.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40032024-09-26T19:57:11.535Z Compiling toml_edit v0.21.1
40042024-09-26T19:57:11.559Z 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=88009a82d9769320 -C extra-filename=-88009a82d9769320 --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-721c35836bc121ec.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-d448c7bd1cf2ef35.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`
40052024-09-26T19:57:12.010Z Compiling assert-json-diff v2.0.2
40062024-09-26T19:57:12.036Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_json_diff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert-json-diff-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b1ee7c42b8eb22e4 -C extra-filename=-b1ee7c42b8eb22e4 --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-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40072024-09-26T19:57:12.328Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
40082024-09-26T19:57:12.352Z 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=90d0e30aad137dd5 -C extra-filename=-90d0e30aad137dd5 --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-b77f2f78e8b09bf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40092024-09-26T19:57:12.789Z Compiling serde_regex v1.1.0
40102024-09-26T19:57:12.813Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_regex-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=97b803151621e5ac -C extra-filename=-97b803151621e5ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40112024-09-26T19:57:12.905Z Compiling path-tree v0.8.1
40122024-09-26T19:57:12.929Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name path_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-tree-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ae53a31358fb5190 -C extra-filename=-ae53a31358fb5190 --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`
40132024-09-26T19:57:12.952Z Compiling stringmetrics v2.2.2
40142024-09-26T19:57:12.952Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name stringmetrics --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringmetrics-2.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench"))' -C metadata=b76476b32eaaab4f -C extra-filename=-b76476b32eaaab4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40152024-09-26T19:57:13.072Z Compiling internet-checksum v0.2.1
40162024-09-26T19:57:13.102Z 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`
40172024-09-26T19:57:13.199Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-1a156ec9b10d8daf/build-script-build`
40182024-09-26T19:57:13.296Z Compiling httpmock v0.8.0-alpha.1
40192024-09-26T19:57:13.320Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpmock-0.8.0-alpha.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="headers"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap", "color", "colored", "cookies", "default", "env_logger", "experimental", "headers", "http2", "https", "hyper-rustls", "proxy", "rcgen", "record", "remote", "remote-https", "rustls", "rustls-pemfile", "serde_yaml", "standalone", "tls-detect", "tokio-rustls"))' -C metadata=d92f85907db9b855 -C extra-filename=-d92f85907db9b855 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_json_diff=/work/oxidecomputer/omicron/target/debug/deps/libassert_json_diff-b1ee7c42b8eb22e4.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-dc26967ef3c02dd2.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-adb46d5ac4cf84cd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-5569ff5eb631ad8f.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-f688c9515f1032bd.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-01f167c9eb44adb9.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a24ec974af844bcc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2d9395ab4302713f.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-939463ae1618717c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-6d265c1673e46b28.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-b8cd6003866b0695.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-ae53a31358fb5190.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-97b803151621e5ac.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-b76476b32eaaab4f.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-36b664ce9afcce98.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.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`
40202024-09-26T19:57:13.344Z Compiling datatest-stable v0.2.9
40212024-09-26T19:57:13.344Z 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=1f76dceaa9e7cc49 -C extra-filename=-1f76dceaa9e7cc49 --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-2123433c4c5aba73.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-312f1f2c890901af.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`
40222024-09-26T19:57:13.473Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
40232024-09-26T19:57:13.499Z 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=e149557b22bfb4e3 -C extra-filename=-e149557b22bfb4e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-616773aae68b171d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-66a775b3c97a0cdd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-54e4973de44935a7.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a6f3ea42c482c5e1.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b86fb10845498dd4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e4c3e903b1663b65.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-70c117f9faddfe04.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5fd85e9e6df9a1fc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-5185352c608e532a.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-7cb44d7c48bfc9c7.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9d01afcb92ec7207.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6836985deffef2da.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-468d0a4b93f63a49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
40242024-09-26T19:57:13.991Z Compiling proc-macro-crate v3.1.0
40252024-09-26T19:57:14.015Z 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=2d3d1261a4247290 -C extra-filename=-2d3d1261a4247290 --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-88009a82d9769320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40262024-09-26T19:57:14.279Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
40272024-09-26T19:57:14.303Z 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=fbba5563cdcbaaf0 -C extra-filename=-fbba5563cdcbaaf0 --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-1b46dd66a7c6c3c6.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
40282024-09-26T19:57:14.891Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
40292024-09-26T19:57:14.915Z 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=3af0f8e275a65ade -C extra-filename=-3af0f8e275a65ade --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-3af0f8e275a65ade -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-cdbcb2e515945498.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
40302024-09-26T19:57:15.228Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40312024-09-26T19:57:15.252Z 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=f8548e666d461166 -C extra-filename=-f8548e666d461166 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-f8548e666d461166 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-cdbcb2e515945498.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
40322024-09-26T19:57:15.398Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
40332024-09-26T19:57:15.422Z 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=9454890fb88ffafb -C extra-filename=-9454890fb88ffafb --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-9454890fb88ffafb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-cdbcb2e515945498.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
40342024-09-26T19:57:15.561Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
40352024-09-26T19:57:15.586Z 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=844b10ff50aacde4 -C extra-filename=-844b10ff50aacde4 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-844b10ff50aacde4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-cdbcb2e515945498.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
40362024-09-26T19:57:15.719Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40372024-09-26T19:57:15.743Z 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=dd7cbe43d79a68f6 -C extra-filename=-dd7cbe43d79a68f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-dd7cbe43d79a68f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-cdbcb2e515945498.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
40382024-09-26T19:57:15.896Z Compiling similar-asserts v1.5.0
40392024-09-26T19:57:15.922Z 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=989a92bccbdc0283 -C extra-filename=-989a92bccbdc0283 --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-d203535d0c6e9365.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`
40402024-09-26T19:57:16.047Z Compiling relative-path v1.9.3
40412024-09-26T19:57:16.072Z 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`
40422024-09-26T19:57:16.705Z Compiling trybuild v1.0.99
40432024-09-26T19:57:16.729Z 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`
40442024-09-26T19:57:16.933Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-dd7cbe43d79a68f6/build-script-build`
40452024-09-26T19:57:16.960Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-844b10ff50aacde4/build-script-build`
40462024-09-26T19:57:16.986Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-9454890fb88ffafb/build-script-build`
40472024-09-26T19:57:17.012Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-f8548e666d461166/build-script-build`
40482024-09-26T19:57:17.037Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-3af0f8e275a65ade/build-script-build`
40492024-09-26T19:57:17.062Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
40502024-09-26T19:57:17.086Z 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=a8319dcf7bbc2d88 -C extra-filename=-a8319dcf7bbc2d88 --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-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-2c0c3814c8ebc9fa.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f3c802008044b3e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-90d0e30aad137dd5.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d161d590ed954c52.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-de68157e9808303c.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d72ad8b7e34ef1d5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-db88dc656e8a5c1d.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-32729cb3f8f51ba2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c2be6aeb84e3fdc.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
40512024-09-26T19:57:17.216Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-583a5539a3014bd9/build-script-build`
40522024-09-26T19:57:17.247Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
40532024-09-26T19:57:17.271Z 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=2a584704079a100d -C extra-filename=-2a584704079a100d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-211f348c6e6d725b.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-6d3e90ce5d1bb00d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.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-436183675d625028.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a37431deb39776a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-90f3d6a74d7641a0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
40542024-09-26T19:57:17.692Z 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=116a40a580a9394a -C extra-filename=-116a40a580a9394a --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-2d3d1261a4247290.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.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-9f1bf8c0c2f91e7e.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`
40552024-09-26T19:57:19.247Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
40562024-09-26T19:57:19.303Z 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=dcba7739a1558a63 -C extra-filename=-dcba7739a1558a63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.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-bd65b1e10ef3325a.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-616773aae68b171d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.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-080efa0e0fcda2f8.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f65209c98d13d020.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-84a01092e7e2b871.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-155af274e62e4fda.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e840c726e561ef92.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f3c802008044b3e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e7513872321673bb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-f33c88a5a982e1b6.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a6f3ea42c482c5e1.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5666dd993fc5694b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e4c3e903b1663b65.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-07afed1feab68e9d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-70c117f9faddfe04.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-436183675d625028.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-dcd4c922a763b4f6.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a4f22a856a9d49e9.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6836985deffef2da.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c852f6874657a1c1.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-468d0a4b93f63a49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bb7ae27c7acbd9fa.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-796c87c1a1b70684.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e9418d058ec9d9af.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
40572024-09-26T19:57:19.831Z Compiling multimap v0.10.0
40582024-09-26T19:57:19.856Z 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=682109cb5918a4ab -C extra-filename=-682109cb5918a4ab --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-b77f2f78e8b09bf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40592024-09-26T19:57:20.165Z Compiling uzers v0.11.3
40602024-09-26T19:57:20.189Z 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=8e42a007acc7393a -C extra-filename=-8e42a007acc7393a --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-1b46dd66a7c6c3c6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40612024-09-26T19:57:20.859Z 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=5912b411ae574e51 -C extra-filename=-5912b411ae574e51 --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-b77f2f78e8b09bf9.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4d3f1b3ad0292503.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-729e749081eb9f7f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.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"))'`
40622024-09-26T19:57:21.280Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
40632024-09-26T19:57:21.304Z 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=b09c32bb7c72ba57 -C extra-filename=-b09c32bb7c72ba57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95a9ff5427c2d28e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-78bfb7bd21720930.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b8c2258c35e3ba1c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.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-7cb44d7c48bfc9c7.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1e4fd1d7817b1181.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
40642024-09-26T19:57:22.321Z Compiling blake2b_simd v1.0.2
40652024-09-26T19:57:22.345Z 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`
40662024-09-26T19:57:26.415Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40672024-09-26T19:57:26.439Z 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=0b6b734cf9859f9d -C extra-filename=-0b6b734cf9859f9d --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-0b6b734cf9859f9d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-cdbcb2e515945498.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
40682024-09-26T19:57:26.776Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
40692024-09-26T19:57:26.801Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 live-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=014aad6c099db03b -C extra-filename=-014aad6c099db03b --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-014aad6c099db03b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-cdbcb2e515945498.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
40702024-09-26T19:57:27.110Z Compiling partial-io v0.5.4
40712024-09-26T19:57:27.134Z 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=9aeed66b9d817574 -C extra-filename=-9aeed66b9d817574 --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-25b9bd7f9abae822.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-610fe0e6b4e6e93d.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1cb868b2cd1fbc6f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40722024-09-26T19:57:27.448Z Compiling rstest v0.22.0
40732024-09-26T19:57:27.473Z 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=bcac9d8f82f322cc -C extra-filename=-bcac9d8f82f322cc --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-25b9bd7f9abae822.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-116a40a580a9394a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40742024-09-26T19:57:27.595Z Compiling rand_distr v0.4.3
40752024-09-26T19:57:27.620Z 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=14941bd5efd170ba -C extra-filename=-14941bd5efd170ba --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-3626728e99f8adb9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40762024-09-26T19:57:27.644Z Compiling approx v0.5.1
40772024-09-26T19:57:27.644Z 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`
40782024-09-26T19:57:27.688Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-014aad6c099db03b/build-script-build`
40792024-09-26T19:57:27.719Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-0b6b734cf9859f9d/build-script-build`
40802024-09-26T19:57:27.746Z Compiling rust-argon2 v2.1.0
40812024-09-26T19:57:27.770Z 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`
40822024-09-26T19:57:27.880Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
40832024-09-26T19:57:27.904Z 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=f11ca8ba79b26a7b -C extra-filename=-f11ca8ba79b26a7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-de68157e9808303c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-8e42a007acc7393a.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0d5b8b27f9d50a38.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
40842024-09-26T19:57:28.525Z 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=de4c993f9beffd49 -C extra-filename=-de4c993f9beffd49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-ba136ea581b26b2f.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-848f0a495cb038f8.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a31151aa9f9c842c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-f8d87f440548dcec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.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-436183675d625028.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a37431deb39776a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-90f3d6a74d7641a0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
40852024-09-26T19:57:28.850Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
40862024-09-26T19:57:28.875Z 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=c6adc324678ea67f -C extra-filename=-c6adc324678ea67f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0f974a35c648c4cf.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-f8e05c482d51ebc7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-211f348c6e6d725b.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-ba136ea581b26b2f.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c419c2088d5da8ca.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-880c3f2864e14d3e.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-da0295673973f8b1.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-f33c88a5a982e1b6.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-82636532eddb8139.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9fd124c8ef1f69d0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e1785b8d9756a40a.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-cb97a9c45378c1db.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-db9effad285786c2.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-4c8e1945eac1937d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.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-673bc556dcd5c4d2.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-796c87c1a1b70684.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
40872024-09-26T19:57:29.245Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
40882024-09-26T19:57:29.269Z 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=759bae568b33c9e9 -C extra-filename=-759bae568b33c9e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-bcbae8e9b6136b16.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-f0e0a471d2ad1afb.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9cb4b45b85e38268.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0fb8b605bbfd881f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5fd85e9e6df9a1fc.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-8be24298b1165009.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9d01afcb92ec7207.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-392876b8a640d0c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out`
40892024-09-26T19:57:30.494Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40902024-09-26T19:57:30.524Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2021 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2b3dd4888288df22 -C extra-filename=-2b3dd4888288df22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-bcbae8e9b6136b16.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-610c39d51f54be4e.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9cb4b45b85e38268.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
40912024-09-26T19:57:31.856Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40922024-09-26T19:57:31.880Z 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=8b126ea76cc1f3cb -C extra-filename=-8b126ea76cc1f3cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-70c117f9faddfe04.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-42ef47a16e0d62a4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-392876b8a640d0c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
40932024-09-26T19:57:33.387Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
40942024-09-26T19:57:33.411Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2021 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d37bf06a9157f1e1 -C extra-filename=-d37bf06a9157f1e1 --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-545ce11aa6690bff.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
40952024-09-26T19:57:33.670Z Compiling cargo_toml v0.20.5
40962024-09-26T19:57:33.694Z 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.5/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("features"))' -C metadata=a4ef752813d716df -C extra-filename=-a4ef752813d716df --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-b77f2f78e8b09bf9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40972024-09-26T19:57:33.967Z Compiling termios v0.3.3
40982024-09-26T19:57:33.991Z 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=cdcb926e10bc6051 -C extra-filename=-cdcb926e10bc6051 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40992024-09-26T19:57:34.227Z Compiling indoc v2.0.5
41002024-09-26T19:57:34.251Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6d8b0b7d5da02efe -C extra-filename=-6d8b0b7d5da02efe --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`
41012024-09-26T19:57:34.251Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
41022024-09-26T19:57:34.251Z 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=6c971674ebaf8bef -C extra-filename=-6c971674ebaf8bef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-155af274e62e4fda.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e840c726e561ef92.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.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-42ef47a16e0d62a4.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-cdcb926e10bc6051.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ae8e973b8a2db2ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41032024-09-26T19:57:35.252Z 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=eb241d31ba1840c6 -C extra-filename=-eb241d31ba1840c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-616773aae68b171d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-66a775b3c97a0cdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.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-daff58329f40d98c.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-721c35836bc121ec.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-6d8b0b7d5da02efe.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-74a9f4ec163d4891.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-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9cb4b45b85e38268.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b6ded8bf03951d3a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-dcd4c922a763b4f6.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41042024-09-26T19:57:36.770Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2021 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b3c3f7d610f74bd3 -C extra-filename=-b3c3f7d610f74bd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-bcbae8e9b6136b16.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-2b3dd4888288df22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-610c39d51f54be4e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9cb4b45b85e38268.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41052024-09-26T19:57:37.638Z 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=7cb37fe2cee65bc3 -C extra-filename=-7cb37fe2cee65bc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95a9ff5427c2d28e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-78bfb7bd21720930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b8c2258c35e3ba1c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.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-7cb44d7c48bfc9c7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1e4fd1d7817b1181.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-b09c32bb7c72ba57.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41062024-09-26T19:57:39.371Z 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=8208912de6143a85 -C extra-filename=-8208912de6143a85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0f974a35c648c4cf.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-f8e05c482d51ebc7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-211f348c6e6d725b.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-ba136ea581b26b2f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c419c2088d5da8ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-880c3f2864e14d3e.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-da0295673973f8b1.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-f33c88a5a982e1b6.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-82636532eddb8139.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9fd124c8ef1f69d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e1785b8d9756a40a.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-c6adc324678ea67f.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-cb97a9c45378c1db.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-db9effad285786c2.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-4c8e1945eac1937d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.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-673bc556dcd5c4d2.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-796c87c1a1b70684.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
41072024-09-26T19:57:39.813Z 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=113d355f66fc72bf -C extra-filename=-113d355f66fc72bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95a9ff5427c2d28e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-78bfb7bd21720930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b8c2258c35e3ba1c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.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-7cb44d7c48bfc9c7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1e4fd1d7817b1181.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-b09c32bb7c72ba57.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41082024-09-26T19:57:41.263Z 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=9dfceebdef8ab9fb -C extra-filename=-9dfceebdef8ab9fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-70c117f9faddfe04.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-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-392876b8a640d0c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-8b126ea76cc1f3cb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41092024-09-26T19:57:41.428Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
41102024-09-26T19:57:41.462Z 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=cdfac25eda17d0d9 -C extra-filename=-cdfac25eda17d0d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-bcbae8e9b6136b16.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-a4ef752813d716df.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-880c3f2864e14d3e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d161d590ed954c52.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fd4df1ff9ee51e9b.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-469fba569a1f4e34.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41112024-09-26T19:57:41.779Z 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=1cf8cce7a55a5044 -C extra-filename=-1cf8cce7a55a5044 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-bcbae8e9b6136b16.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-759bae568b33c9e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-f0e0a471d2ad1afb.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9cb4b45b85e38268.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0fb8b605bbfd881f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5fd85e9e6df9a1fc.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-8be24298b1165009.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9d01afcb92ec7207.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-392876b8a640d0c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out`
41122024-09-26T19:57:41.929Z 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=bb732ef998553c4b -C extra-filename=-bb732ef998553c4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d92f85907db9b855.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89fac9729918a42d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e1785b8d9756a40a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-db9effad285786c2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-4c8e1945eac1937d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b2d4f2bbd381b16a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-068cd9d337c5a25f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.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-436183675d625028.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41132024-09-26T19:57:41.953Z 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=4da9400b4c6ab416 -C extra-filename=-4da9400b4c6ab416 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d92f85907db9b855.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89fac9729918a42d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e1785b8d9756a40a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-db9effad285786c2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-4c8e1945eac1937d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b2d4f2bbd381b16a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5c8eac069027431a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-068cd9d337c5a25f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.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-436183675d625028.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41142024-09-26T19:57:43.557Z 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=dd8d461ba5f87a73 -C extra-filename=-dd8d461ba5f87a73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d92f85907db9b855.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89fac9729918a42d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e1785b8d9756a40a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-db9effad285786c2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-4c8e1945eac1937d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b2d4f2bbd381b16a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5c8eac069027431a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-068cd9d337c5a25f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.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-436183675d625028.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41152024-09-26T19:57:45.520Z 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=2d1ede192dfba48d -C extra-filename=-2d1ede192dfba48d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d92f85907db9b855.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89fac9729918a42d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e1785b8d9756a40a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-db9effad285786c2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-4c8e1945eac1937d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b2d4f2bbd381b16a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5c8eac069027431a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-068cd9d337c5a25f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.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-436183675d625028.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41162024-09-26T19:57:46.380Z 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=51a9260777316553 -C extra-filename=-51a9260777316553 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-77bced599b1d0a46.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-447cd60579206949.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-5183c0a999dee1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b6ded8bf03951d3a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41172024-09-26T19:57:47.553Z 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=df2ba5cde0d0353d -C extra-filename=-df2ba5cde0d0353d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-de68157e9808303c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-8e42a007acc7393a.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0d5b8b27f9d50a38.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-f11ca8ba79b26a7b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
41182024-09-26T19:57:47.722Z 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=0c53ff4e32d339a2 -C extra-filename=-0c53ff4e32d339a2 --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-2396091a33ed140b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-447cd60579206949.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-3abd759e47f12c14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5e953e9e79012079.so --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-14941bd5efd170ba.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-bcac9d8f82f322cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-5912b411ae574e51.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41192024-09-26T19:57:49.548Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
41202024-09-26T19:57:49.594Z 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=aa35e69ccae4f886 -C extra-filename=-aa35e69ccae4f886 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-98d9492c268dc397.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d7fa97b7f0c82083.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e840c726e561ef92.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb1d080b12ae8c0f.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4500e615bc0dd49d.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f3c802008044b3e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89fac9729918a42d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bfbb2fa73ee21ea5.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5360f94df5fae2ce.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-493c4a41abac47ce.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-07afed1feab68e9d.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-de68157e9808303c.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5c8eac069027431a.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fe4d8050d1ce2709.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f966a333adb39b2a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1485f16fd854765b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
41212024-09-26T19:57:50.378Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41222024-09-26T19:57:50.403Z 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=dc48ad0038db4456 -C extra-filename=-dc48ad0038db4456 --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-25b9bd7f9abae822.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-73c51197ed8e5258.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5360f94df5fae2ce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1485f16fd854765b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
41232024-09-26T19:57:51.878Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41242024-09-26T19:57:51.902Z 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=863127480a0752be -C extra-filename=-863127480a0752be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db8e30bd742d167b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5360f94df5fae2ce.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-a37431deb39776a0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/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`
41252024-09-26T19:57:54.044Z 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=4db964c22e8649c1 -C extra-filename=-4db964c22e8649c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6da9938dd2db807f.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-348967cb7f3375ff.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bfbb2fa73ee21ea5.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db8e30bd742d167b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5360f94df5fae2ce.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-dc48ad0038db4456.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1485f16fd854765b.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-a37431deb39776a0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-468d0a4b93f63a49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/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`
41262024-09-26T19:57:54.184Z 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=09d73141b1918d37 -C extra-filename=-09d73141b1918d37 --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-8d96ed3c0f645ade.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db8e30bd742d167b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5360f94df5fae2ce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.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-a37431deb39776a0.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e1d765c7b5b5f7f6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.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-e8b5c01317fe1661/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`
41272024-09-26T19:57:56.882Z 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=7cba7b1d9ef8c369 -C extra-filename=-7cba7b1d9ef8c369 --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-8d96ed3c0f645ade.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5360f94df5fae2ce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b2d4f2bbd381b16a.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-a37431deb39776a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
41282024-09-26T19:57:58.225Z 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=2efbe4ffacbe62ad -C extra-filename=-2efbe4ffacbe62ad --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-2396091a33ed140b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-447cd60579206949.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-3abd759e47f12c14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5e953e9e79012079.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f48491c7930d70cd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-14941bd5efd170ba.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-bcac9d8f82f322cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-5912b411ae574e51.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41292024-09-26T19:57:58.503Z 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=c78602a24aa8eee0 -C extra-filename=-c78602a24aa8eee0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.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-ab8bb954528b4839.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-616773aae68b171d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-66a775b3c97a0cdd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6da9938dd2db807f.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-98d9492c268dc397.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-f0f41558ff56cfa5.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-a950c3b8865b3834.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f65209c98d13d020.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-067f75d0b1e13b75.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-155af274e62e4fda.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4500e615bc0dd49d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f3c802008044b3e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-73c51197ed8e5258.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d161d590ed954c52.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e34273816740d0f6.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-8d912d273cd9a399.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89fac9729918a42d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bfbb2fa73ee21ea5.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db8e30bd742d167b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5360f94df5fae2ce.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-943d998998b4d9af.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-82636532eddb8139.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9fd124c8ef1f69d0.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-00156a2215c3262f.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-7cba7b1d9ef8c369.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-dc48ad0038db4456.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-4db964c22e8649c1.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c153a38cc835d358.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-863127480a0752be.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-09d73141b1918d37.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-493c4a41abac47ce.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.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-3abd759e47f12c14.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-07afed1feab68e9d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-060498d8aab3c360.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b2d4f2bbd381b16a.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-068cd9d337c5a25f.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ff8d89e755fbcd9a.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fe4d8050d1ce2709.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-80844db57c46f60d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-610c39d51f54be4e.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-5cb3ef9818407cdd.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-220e6db68810cfa2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-468624e058739e3b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc5ef85873981447.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0d9e4f9ea8b4595a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0fb8b605bbfd881f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f966a333adb39b2a.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b6ded8bf03951d3a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1485f16fd854765b.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-436183675d625028.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a37431deb39776a0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e1d765c7b5b5f7f6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-90f3d6a74d7641a0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a4f22a856a9d49e9.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c852f6874657a1c1.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-468d0a4b93f63a49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/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-d34656e55e92aa96/out/lib`
41302024-09-26T19:57:59.209Z 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=a4ba1b68dc721125 -C extra-filename=-a4ba1b68dc721125 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-6f205af6eab76544.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41312024-09-26T19:58:00.381Z 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=4345f8d6117c1b91 -C extra-filename=-4345f8d6117c1b91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-616773aae68b171d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-66a775b3c97a0cdd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-61be641122cdfc7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-54e4973de44935a7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a6f3ea42c482c5e1.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b86fb10845498dd4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e4c3e903b1663b65.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-9aeed66b9d817574.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1cb868b2cd1fbc6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-70c117f9faddfe04.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5fd85e9e6df9a1fc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-5185352c608e532a.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-7cb44d7c48bfc9c7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9d01afcb92ec7207.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d3f54644808b3dd8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-dcd4c922a763b4f6.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6836985deffef2da.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-468d0a4b93f63a49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
41322024-09-26T19:58:01.365Z 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=7039428c765cb1b2 -C extra-filename=-7039428c765cb1b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-616773aae68b171d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-66a775b3c97a0cdd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-61be641122cdfc7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-e149557b22bfb4e3.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-54e4973de44935a7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a6f3ea42c482c5e1.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b86fb10845498dd4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e4c3e903b1663b65.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-9aeed66b9d817574.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1cb868b2cd1fbc6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-70c117f9faddfe04.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5fd85e9e6df9a1fc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-5185352c608e532a.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-7cb44d7c48bfc9c7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9d01afcb92ec7207.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d3f54644808b3dd8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-dcd4c922a763b4f6.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6836985deffef2da.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-468d0a4b93f63a49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
41332024-09-26T19:58:01.519Z 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 --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=1a960a7eda5af792 -C extra-filename=-1a960a7eda5af792 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-211f348c6e6d725b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-6d3e90ce5d1bb00d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-2a584704079a100d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.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-436183675d625028.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a37431deb39776a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-90f3d6a74d7641a0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41342024-09-26T19:58:03.641Z 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=77410c8f3d5ed41b -C extra-filename=-77410c8f3d5ed41b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-de68157e9808303c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-8e42a007acc7393a.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0d5b8b27f9d50a38.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
41352024-09-26T19:58:04.165Z 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=81a1b972df79cd36 -C extra-filename=-81a1b972df79cd36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.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-bd65b1e10ef3325a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-616773aae68b171d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.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-080efa0e0fcda2f8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f65209c98d13d020.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-84a01092e7e2b871.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-880c3f2864e14d3e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-155af274e62e4fda.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e840c726e561ef92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb1d080b12ae8c0f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f3c802008044b3e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e7513872321673bb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-e149557b22bfb4e3.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-f33c88a5a982e1b6.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-54e4973de44935a7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a6f3ea42c482c5e1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.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-5666dd993fc5694b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e4c3e903b1663b65.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-07afed1feab68e9d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-e1785b8d9756a40a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-db9effad285786c2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-70c117f9faddfe04.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-436183675d625028.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-392876b8a640d0c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-dcd4c922a763b4f6.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a4f22a856a9d49e9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9e99ea807c4e853f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6836985deffef2da.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c852f6874657a1c1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-468d0a4b93f63a49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1e4fd1d7817b1181.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bb7ae27c7acbd9fa.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-dcba7739a1558a63.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-796c87c1a1b70684.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e9418d058ec9d9af.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L native=/opt/ooce/pgsql-13/lib/amd64`
41362024-09-26T19:58:05.421Z 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=84c0c68d63f15beb -C extra-filename=-84c0c68d63f15beb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.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-bd65b1e10ef3325a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-616773aae68b171d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.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-080efa0e0fcda2f8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f65209c98d13d020.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-84a01092e7e2b871.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-155af274e62e4fda.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e840c726e561ef92.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f3c802008044b3e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e7513872321673bb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-f33c88a5a982e1b6.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a6f3ea42c482c5e1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5666dd993fc5694b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e4c3e903b1663b65.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-07afed1feab68e9d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-70c117f9faddfe04.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-436183675d625028.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-dcd4c922a763b4f6.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a4f22a856a9d49e9.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6836985deffef2da.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c852f6874657a1c1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-468d0a4b93f63a49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bb7ae27c7acbd9fa.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-dcba7739a1558a63.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-796c87c1a1b70684.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e9418d058ec9d9af.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
41372024-09-26T19:58:10.032Z 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=889b11f356ae1b25 -C extra-filename=-889b11f356ae1b25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.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-bd65b1e10ef3325a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-616773aae68b171d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.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-080efa0e0fcda2f8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f65209c98d13d020.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-84a01092e7e2b871.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-880c3f2864e14d3e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-155af274e62e4fda.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e840c726e561ef92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb1d080b12ae8c0f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f3c802008044b3e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e7513872321673bb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-e149557b22bfb4e3.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-f33c88a5a982e1b6.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-54e4973de44935a7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a6f3ea42c482c5e1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.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-5666dd993fc5694b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e4c3e903b1663b65.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-07afed1feab68e9d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-e1785b8d9756a40a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-db9effad285786c2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-70c117f9faddfe04.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-436183675d625028.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-392876b8a640d0c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-dcd4c922a763b4f6.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a4f22a856a9d49e9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9e99ea807c4e853f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6836985deffef2da.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c852f6874657a1c1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-468d0a4b93f63a49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1e4fd1d7817b1181.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bb7ae27c7acbd9fa.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-dcba7739a1558a63.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-796c87c1a1b70684.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e9418d058ec9d9af.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L native=/opt/ooce/pgsql-13/lib/amd64`
41382024-09-26T19:58:12.310Z 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=e9870cc33e9b29d6 -C extra-filename=-e9870cc33e9b29d6 --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-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-2c0c3814c8ebc9fa.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-a8319dcf7bbc2d88.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f3c802008044b3e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-90d0e30aad137dd5.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d161d590ed954c52.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-de68157e9808303c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d72ad8b7e34ef1d5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-db88dc656e8a5c1d.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-32729cb3f8f51ba2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c2be6aeb84e3fdc.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
41392024-09-26T19:58:14.372Z 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=522ecb53d1d777e3 -C extra-filename=-522ecb53d1d777e3 --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-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-2c0c3814c8ebc9fa.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-a8319dcf7bbc2d88.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f3c802008044b3e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-90d0e30aad137dd5.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d161d590ed954c52.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-de68157e9808303c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d72ad8b7e34ef1d5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-db88dc656e8a5c1d.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-32729cb3f8f51ba2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c2be6aeb84e3fdc.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
41402024-09-26T19:58:16.686Z 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=67cac68c93c0c55e -C extra-filename=-67cac68c93c0c55e --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-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-2c0c3814c8ebc9fa.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-a8319dcf7bbc2d88.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f3c802008044b3e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-90d0e30aad137dd5.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d161d590ed954c52.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-de68157e9808303c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d72ad8b7e34ef1d5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-db88dc656e8a5c1d.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-32729cb3f8f51ba2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c2be6aeb84e3fdc.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
41412024-09-26T19:58:16.875Z 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=9b0c44150ef23ac5 -C extra-filename=-9b0c44150ef23ac5 --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-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-2c0c3814c8ebc9fa.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f3c802008044b3e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-90d0e30aad137dd5.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d161d590ed954c52.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-de68157e9808303c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d72ad8b7e34ef1d5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-db88dc656e8a5c1d.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-32729cb3f8f51ba2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c2be6aeb84e3fdc.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
41422024-09-26T19:58:19.122Z 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=98875c3fd6ec453d -C extra-filename=-98875c3fd6ec453d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.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-bd65b1e10ef3325a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-616773aae68b171d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.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-080efa0e0fcda2f8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f65209c98d13d020.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-84a01092e7e2b871.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-880c3f2864e14d3e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-155af274e62e4fda.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e840c726e561ef92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb1d080b12ae8c0f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f3c802008044b3e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e7513872321673bb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-e149557b22bfb4e3.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-f33c88a5a982e1b6.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-54e4973de44935a7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a6f3ea42c482c5e1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.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-5666dd993fc5694b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e4c3e903b1663b65.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-07afed1feab68e9d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-e1785b8d9756a40a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-db9effad285786c2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-70c117f9faddfe04.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-436183675d625028.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-392876b8a640d0c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-dcd4c922a763b4f6.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a4f22a856a9d49e9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9e99ea807c4e853f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6836985deffef2da.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c852f6874657a1c1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-468d0a4b93f63a49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1e4fd1d7817b1181.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bb7ae27c7acbd9fa.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-796c87c1a1b70684.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e9418d058ec9d9af.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L native=/opt/ooce/pgsql-13/lib/amd64`
41432024-09-26T19:58:23.267Z 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=bc70b0324383a83e -C extra-filename=-bc70b0324383a83e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-6f205af6eab76544.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-90f3d6a74d7641a0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41442024-09-26T19:58:26.752Z 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=f78370410cd9ed1f -C extra-filename=-f78370410cd9ed1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-211f348c6e6d725b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-6d3e90ce5d1bb00d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-9569fec70579bd14.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-aa35e69ccae4f886.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-2a584704079a100d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e1785b8d9756a40a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-db9effad285786c2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-068cd9d337c5a25f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8708d96bd33b3d4b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.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-436183675d625028.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a37431deb39776a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-90f3d6a74d7641a0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
41452024-09-26T19:58:27.251Z 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=a43e3805105e7189 -C extra-filename=-a43e3805105e7189 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-721c35836bc121ec.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-00156a2215c3262f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-4db964c22e8649c1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c153a38cc835d358.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b8c2258c35e3ba1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.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-a37431deb39776a0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fd4df1ff9ee51e9b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/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`
41462024-09-26T19:58:28.748Z 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=ee4dc8e7a4ba0157 -C extra-filename=-ee4dc8e7a4ba0157 --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-25b9bd7f9abae822.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-73c51197ed8e5258.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5360f94df5fae2ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1485f16fd854765b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
41472024-09-26T19:58:31.758Z 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=4eacd01a0eeb40c3 -C extra-filename=-4eacd01a0eeb40c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-98d9492c268dc397.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d7fa97b7f0c82083.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e840c726e561ef92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb1d080b12ae8c0f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4500e615bc0dd49d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f3c802008044b3e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89fac9729918a42d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bfbb2fa73ee21ea5.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5360f94df5fae2ce.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-493c4a41abac47ce.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-07afed1feab68e9d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-de68157e9808303c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5c8eac069027431a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fe4d8050d1ce2709.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f966a333adb39b2a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1485f16fd854765b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
41482024-09-26T19:58:34.134Z 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=24b1d8e3f504ba0a -C extra-filename=-24b1d8e3f504ba0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-ba136ea581b26b2f.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-848f0a495cb038f8.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a31151aa9f9c842c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-aa35e69ccae4f886.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-e1785b8d9756a40a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-db9effad285786c2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1cb868b2cd1fbc6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.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-436183675d625028.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a37431deb39776a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d3f54644808b3dd8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-90f3d6a74d7641a0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
41492024-09-26T19:58:34.666Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 clickhouse-admin/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c9c4516fed63400a -C extra-filename=-c9c4516fed63400a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-211f348c6e6d725b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-6d3e90ce5d1bb00d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-9569fec70579bd14.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-aa35e69ccae4f886.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-2a584704079a100d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e1785b8d9756a40a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-db9effad285786c2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-068cd9d337c5a25f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8708d96bd33b3d4b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.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-436183675d625028.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a37431deb39776a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-90f3d6a74d7641a0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
41502024-09-26T19:58:36.722Z 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=579ee12709b7a798 -C extra-filename=-579ee12709b7a798 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-599a16ba1f36a234.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-dc7d413016cd4b77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4500e615bc0dd49d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.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-3a39b418e3cee755.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db8e30bd742d167b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-060498d8aab3c360.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-a4c3754b4265bd52.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0d9e4f9ea8b4595a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f966a333adb39b2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/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`
41512024-09-26T19:58:36.746Z 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=ce8d8d04129190e4 -C extra-filename=-ce8d8d04129190e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-9f7e97a42c4a9d81.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-78bfb7bd21720930.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-98d9492c268dc397.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a31151aa9f9c842c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-76fdf975c3ef5f56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-155af274e62e4fda.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e840c726e561ef92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb1d080b12ae8c0f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-73c51197ed8e5258.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-682109cb5918a4ab.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89fac9729918a42d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bfbb2fa73ee21ea5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db8e30bd742d167b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5360f94df5fae2ce.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-863127480a0752be.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-09d73141b1918d37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b2d4f2bbd381b16a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-068cd9d337c5a25f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-7bd15fe1e7506dbc.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b8c2258c35e3ba1c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1485f16fd854765b.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-a37431deb39776a0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fd4df1ff9ee51e9b.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.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-468d0a4b93f63a49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
41522024-09-26T19:58:39.777Z 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=4b7eaef76776e9f0 -C extra-filename=-4b7eaef76776e9f0 --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-8d96ed3c0f645ade.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-8d912d273cd9a399.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db8e30bd742d167b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5360f94df5fae2ce.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-aa35e69ccae4f886.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-46a6c069c9d8d413.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-41945da098b72cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.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-a37431deb39776a0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e1d765c7b5b5f7f6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/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-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
41532024-09-26T19:58:45.535Z 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=cf0728b2aac52b34 -C extra-filename=-cf0728b2aac52b34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-211f348c6e6d725b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-6d3e90ce5d1bb00d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-9569fec70579bd14.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-aa35e69ccae4f886.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e1785b8d9756a40a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-db9effad285786c2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-068cd9d337c5a25f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8708d96bd33b3d4b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.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-436183675d625028.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a37431deb39776a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-90f3d6a74d7641a0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
41542024-09-26T19:58:47.861Z 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=e8344a175b7f2444 -C extra-filename=-e8344a175b7f2444 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-ba136ea581b26b2f.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-848f0a495cb038f8.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a31151aa9f9c842c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-aa35e69ccae4f886.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-de4c993f9beffd49.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-e1785b8d9756a40a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-db9effad285786c2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1cb868b2cd1fbc6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.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-436183675d625028.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a37431deb39776a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d3f54644808b3dd8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-90f3d6a74d7641a0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
41552024-09-26T19:58:50.096Z 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=da0f73ecc1afbf8c -C extra-filename=-da0f73ecc1afbf8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db8e30bd742d167b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5360f94df5fae2ce.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-a37431deb39776a0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/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`
41562024-09-26T19:58:52.973Z 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=5ce2eb264b380b22 -C extra-filename=-5ce2eb264b380b22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.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-9f7e97a42c4a9d81.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-616773aae68b171d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-66a775b3c97a0cdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6da9938dd2db807f.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-447cd60579206949.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-98d9492c268dc397.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-f0f41558ff56cfa5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-a950c3b8865b3834.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-76fdf975c3ef5f56.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d7fa97b7f0c82083.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f65209c98d13d020.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-067f75d0b1e13b75.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-155af274e62e4fda.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e840c726e561ef92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb1d080b12ae8c0f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4500e615bc0dd49d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f3c802008044b3e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8abe4779b4e98d73.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e7513872321673bb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7ac8e8b3d343b5a1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-73c51197ed8e5258.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d161d590ed954c52.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e34273816740d0f6.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-8d912d273cd9a399.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89fac9729918a42d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bfbb2fa73ee21ea5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db8e30bd742d167b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5360f94df5fae2ce.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-943d998998b4d9af.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-82636532eddb8139.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9fd124c8ef1f69d0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-00156a2215c3262f.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-7cba7b1d9ef8c369.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-dc48ad0038db4456.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-4db964c22e8649c1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c153a38cc835d358.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-863127480a0752be.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-09d73141b1918d37.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-493c4a41abac47ce.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-aa35e69ccae4f886.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-46a6c069c9d8d413.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.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-3abd759e47f12c14.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-07afed1feab68e9d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-de68157e9808303c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-e1785b8d9756a40a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-db9effad285786c2.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-060498d8aab3c360.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d72ad8b7e34ef1d5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b2d4f2bbd381b16a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5c8eac069027431a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-068cd9d337c5a25f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ff8d89e755fbcd9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fe4d8050d1ce2709.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-80844db57c46f60d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-610c39d51f54be4e.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-9cb4b45b85e38268.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-41945da098b72cd5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5cb3ef9818407cdd.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-220e6db68810cfa2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-468624e058739e3b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc5ef85873981447.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0d9e4f9ea8b4595a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0fb8b605bbfd881f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f966a333adb39b2a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b6ded8bf03951d3a.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-989a92bccbdc0283.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1485f16fd854765b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c2be6aeb84e3fdc.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-436183675d625028.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a37431deb39776a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7b4ceeeeeb952915.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e1d765c7b5b5f7f6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-90f3d6a74d7641a0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a4f22a856a9d49e9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9e99ea807c4e853f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6836985deffef2da.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c852f6874657a1c1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-468d0a4b93f63a49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/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-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
41572024-09-26T19:58:56.057Z 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=721242a7add3e89d -C extra-filename=-721242a7add3e89d --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-9f7e97a42c4a9d81.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-76fdf975c3ef5f56.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8abe4779b4e98d73.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-73c51197ed8e5258.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db8e30bd742d167b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5360f94df5fae2ce.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-aa35e69ccae4f886.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b2d4f2bbd381b16a.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-a37431deb39776a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/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-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
41582024-09-26T19:58:59.013Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_add_remove --edition=2021 live-tests/tests/test_nexus_add_remove.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1881f6a05ea410be -C extra-filename=-1881f6a05ea410be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-d37bf06a9157f1e1.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89fac9729918a42d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bfbb2fa73ee21ea5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db8e30bd742d167b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5360f94df5fae2ce.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-00156a2215c3262f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c153a38cc835d358.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-863127480a0752be.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.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-a37431deb39776a0.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/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`
41592024-09-26T19:59:01.170Z 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=4cccc57abb7506d7 -C extra-filename=-4cccc57abb7506d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.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-9f7e97a42c4a9d81.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-7bd09629ca4c316d.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3e9714b96025c53c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-76fdf975c3ef5f56.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-81391d81bd7515fb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-155af274e62e4fda.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7ac8e8b3d343b5a1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-73c51197ed8e5258.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d161d590ed954c52.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-8d912d273cd9a399.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bfbb2fa73ee21ea5.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-3a39b418e3cee755.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db8e30bd742d167b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-00156a2215c3262f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c153a38cc835d358.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-aa35e69ccae4f886.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-07afed1feab68e9d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-de68157e9808303c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-db9effad285786c2.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-a4c3754b4265bd52.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.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-9cb4b45b85e38268.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-41945da098b72cd5.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-58243d0be04fbe00.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-468624e058739e3b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc5ef85873981447.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0fb8b605bbfd881f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b6ded8bf03951d3a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1485f16fd854765b.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-a37431deb39776a0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e1d765c7b5b5f7f6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-469fba569a1f4e34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/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-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
41602024-09-26T19:59:01.923Z 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=2b218cefc5f428c2 -C extra-filename=-2b218cefc5f428c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-fbba5563cdcbaaf0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-6f205af6eab76544.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-90f3d6a74d7641a0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41612024-09-26T19:59:03.930Z 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=afdc087e9c1c79cd -C extra-filename=-afdc087e9c1c79cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-fbba5563cdcbaaf0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-6f205af6eab76544.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-90f3d6a74d7641a0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41622024-09-26T19:59:13.507Z 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=8ce3998912ec6e79 -C extra-filename=-8ce3998912ec6e79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-cef495e8faf14eaf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-1f76dceaa9e7cc49.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-880c3f2864e14d3e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-7cb44d7c48bfc9c7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9e99ea807c4e853f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6836985deffef2da.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
41632024-09-26T19:59:14.635Z 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=21a10186e7ac1b7e -C extra-filename=-21a10186e7ac1b7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-cef495e8faf14eaf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-1f76dceaa9e7cc49.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-880c3f2864e14d3e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-7cb44d7c48bfc9c7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6836985deffef2da.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
41642024-09-26T19:59:15.538Z 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=fea51f13148d00be -C extra-filename=-fea51f13148d00be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-cef495e8faf14eaf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-1f76dceaa9e7cc49.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-880c3f2864e14d3e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-7cb44d7c48bfc9c7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9e99ea807c4e853f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6836985deffef2da.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
41652024-09-26T19:59:16.973Z 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=d7970f0b5d5c670c -C extra-filename=-d7970f0b5d5c670c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-cef495e8faf14eaf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-1f76dceaa9e7cc49.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-880c3f2864e14d3e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-7cb44d7c48bfc9c7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9e99ea807c4e853f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6836985deffef2da.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
41662024-09-26T19:59:24.411Z 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=73d2f3544a902193 -C extra-filename=-73d2f3544a902193 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.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-ab8bb954528b4839.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b7119ef604688eca.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-f8e05c482d51ebc7.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bd65b1e10ef3325a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-66a775b3c97a0cdd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-98d9492c268dc397.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0dfaebee3056f89d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d7fa97b7f0c82083.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f65209c98d13d020.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-84a01092e7e2b871.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-155af274e62e4fda.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-193dcc952017c2af.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-ee3e3b1e69e661cc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a6f3ea42c482c5e1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-73c51197ed8e5258.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c144006f103cdeaa.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d161d590ed954c52.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e34273816740d0f6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89fac9729918a42d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bfbb2fa73ee21ea5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e4c3e903b1663b65.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-de68157e9808303c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-ad2f7418aaca4f9f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ff8d89e755fbcd9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fe4d8050d1ce2709.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-220e6db68810cfa2.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6119ecfaca530c22.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0fb8b605bbfd881f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f1360a1d73801714.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-957de0c534bb3cfb.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-673bc556dcd5c4d2.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1485f16fd854765b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c2be6aeb84e3fdc.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5fd85e9e6df9a1fc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-5185352c608e532a.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-436183675d625028.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a37431deb39776a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9d01afcb92ec7207.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea62c22ed573d90b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-392876b8a640d0c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5d7a4fb8e13e1fb9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-dcd4c922a763b4f6.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-469fba569a1f4e34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0d5b8b27f9d50a38.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
41672024-09-26T19:59:29.858Z 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=bfb169d98e2b876a -C extra-filename=-bfb169d98e2b876a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.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-ab8bb954528b4839.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b7119ef604688eca.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-f8e05c482d51ebc7.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bd65b1e10ef3325a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-66a775b3c97a0cdd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-98d9492c268dc397.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0dfaebee3056f89d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d7fa97b7f0c82083.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f65209c98d13d020.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-84a01092e7e2b871.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-155af274e62e4fda.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-193dcc952017c2af.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-ee3e3b1e69e661cc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a6f3ea42c482c5e1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-73c51197ed8e5258.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c144006f103cdeaa.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d161d590ed954c52.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e34273816740d0f6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89fac9729918a42d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bfbb2fa73ee21ea5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e4c3e903b1663b65.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-ad2f7418aaca4f9f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ff8d89e755fbcd9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fe4d8050d1ce2709.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-220e6db68810cfa2.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6119ecfaca530c22.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0fb8b605bbfd881f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f1360a1d73801714.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-957de0c534bb3cfb.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-673bc556dcd5c4d2.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1485f16fd854765b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c2be6aeb84e3fdc.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5fd85e9e6df9a1fc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-5185352c608e532a.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-436183675d625028.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a37431deb39776a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9d01afcb92ec7207.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea62c22ed573d90b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-392876b8a640d0c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5d7a4fb8e13e1fb9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-dcd4c922a763b4f6.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-469fba569a1f4e34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0d5b8b27f9d50a38.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
41682024-09-26T19:59:34.468Z 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=f265dcce072bcec2 -C extra-filename=-f265dcce072bcec2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.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-ab8bb954528b4839.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b7119ef604688eca.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-f8e05c482d51ebc7.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bd65b1e10ef3325a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-66a775b3c97a0cdd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-98d9492c268dc397.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0dfaebee3056f89d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d7fa97b7f0c82083.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f65209c98d13d020.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-84a01092e7e2b871.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-155af274e62e4fda.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-193dcc952017c2af.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-ee3e3b1e69e661cc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a6f3ea42c482c5e1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-73c51197ed8e5258.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c144006f103cdeaa.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d161d590ed954c52.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e34273816740d0f6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89fac9729918a42d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bfbb2fa73ee21ea5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e4c3e903b1663b65.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-de68157e9808303c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-ad2f7418aaca4f9f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ff8d89e755fbcd9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fe4d8050d1ce2709.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-220e6db68810cfa2.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6119ecfaca530c22.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0fb8b605bbfd881f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f1360a1d73801714.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-957de0c534bb3cfb.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-673bc556dcd5c4d2.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1485f16fd854765b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c2be6aeb84e3fdc.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5fd85e9e6df9a1fc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-5185352c608e532a.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-436183675d625028.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a37431deb39776a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9d01afcb92ec7207.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea62c22ed573d90b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-392876b8a640d0c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5d7a4fb8e13e1fb9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-dcd4c922a763b4f6.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-469fba569a1f4e34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0d5b8b27f9d50a38.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
41692024-09-26T19:59:37.137Z 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=12fb2ac69b9faf5e -C extra-filename=-12fb2ac69b9faf5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.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-ab8bb954528b4839.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b7119ef604688eca.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-f8e05c482d51ebc7.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bd65b1e10ef3325a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-66a775b3c97a0cdd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-98d9492c268dc397.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0dfaebee3056f89d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d7fa97b7f0c82083.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f65209c98d13d020.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-84a01092e7e2b871.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-155af274e62e4fda.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-193dcc952017c2af.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-ee3e3b1e69e661cc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a6f3ea42c482c5e1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-73c51197ed8e5258.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c144006f103cdeaa.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d161d590ed954c52.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e34273816740d0f6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89fac9729918a42d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bfbb2fa73ee21ea5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e4c3e903b1663b65.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-de68157e9808303c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-ad2f7418aaca4f9f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ff8d89e755fbcd9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fe4d8050d1ce2709.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-220e6db68810cfa2.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6119ecfaca530c22.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0fb8b605bbfd881f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f1360a1d73801714.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-957de0c534bb3cfb.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-673bc556dcd5c4d2.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1485f16fd854765b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c2be6aeb84e3fdc.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5fd85e9e6df9a1fc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-5185352c608e532a.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-436183675d625028.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a37431deb39776a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9d01afcb92ec7207.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea62c22ed573d90b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-392876b8a640d0c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5d7a4fb8e13e1fb9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-dcd4c922a763b4f6.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-469fba569a1f4e34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0d5b8b27f9d50a38.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
41702024-09-26T19:59:40.211Z 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=658e0f256f571b65 -C extra-filename=-658e0f256f571b65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.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-ab8bb954528b4839.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b7119ef604688eca.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-f8e05c482d51ebc7.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bd65b1e10ef3325a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-66a775b3c97a0cdd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-98d9492c268dc397.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0dfaebee3056f89d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d7fa97b7f0c82083.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f65209c98d13d020.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-84a01092e7e2b871.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-155af274e62e4fda.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-193dcc952017c2af.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-ee3e3b1e69e661cc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a6f3ea42c482c5e1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-73c51197ed8e5258.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c144006f103cdeaa.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d161d590ed954c52.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e34273816740d0f6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89fac9729918a42d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bfbb2fa73ee21ea5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e4c3e903b1663b65.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-de68157e9808303c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-ad2f7418aaca4f9f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ff8d89e755fbcd9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fe4d8050d1ce2709.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-220e6db68810cfa2.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6119ecfaca530c22.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0fb8b605bbfd881f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f1360a1d73801714.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-957de0c534bb3cfb.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-673bc556dcd5c4d2.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1485f16fd854765b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c2be6aeb84e3fdc.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5fd85e9e6df9a1fc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-5185352c608e532a.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-436183675d625028.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a37431deb39776a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9d01afcb92ec7207.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea62c22ed573d90b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-392876b8a640d0c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5d7a4fb8e13e1fb9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-dcd4c922a763b4f6.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-469fba569a1f4e34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0d5b8b27f9d50a38.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
41712024-09-26T19:59:40.958Z 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=7ed26a4d8ce92880 -C extra-filename=-7ed26a4d8ce92880 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-cef495e8faf14eaf.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-616773aae68b171d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95a9ff5427c2d28e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-78bfb7bd21720930.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-721c35836bc121ec.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.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-3abd759e47f12c14.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-07afed1feab68e9d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-1b9c87378f6a0ee3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1cb868b2cd1fbc6f.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-7bd15fe1e7506dbc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ea70cbef8dc2ae97.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.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-2e286d2bf82013cf.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-7cb44d7c48bfc9c7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2b6da40b504a9c80.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-db47597ef25d2811.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-468d0a4b93f63a49.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1e4fd1d7817b1181.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bb7ae27c7acbd9fa.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e9418d058ec9d9af.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41722024-09-26T19:59:42.184Z 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=7ec971fc0deef1fc -C extra-filename=-7ec971fc0deef1fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-cef495e8faf14eaf.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-616773aae68b171d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95a9ff5427c2d28e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-78bfb7bd21720930.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-721c35836bc121ec.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.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-3abd759e47f12c14.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-07afed1feab68e9d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-1b9c87378f6a0ee3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1cb868b2cd1fbc6f.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-7bd15fe1e7506dbc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ea70cbef8dc2ae97.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.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-2e286d2bf82013cf.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-7cb44d7c48bfc9c7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2b6da40b504a9c80.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-db47597ef25d2811.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-468d0a4b93f63a49.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1e4fd1d7817b1181.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bb7ae27c7acbd9fa.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e9418d058ec9d9af.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41732024-09-26T19:59:42.985Z 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=19254693eb55f32b -C extra-filename=-19254693eb55f32b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95a9ff5427c2d28e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-78bfb7bd21720930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b8c2258c35e3ba1c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.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-7cb44d7c48bfc9c7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1e4fd1d7817b1181.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41742024-09-26T19:59:44.057Z 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=93148bce5cb85f3a -C extra-filename=-93148bce5cb85f3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-616773aae68b171d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95a9ff5427c2d28e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-78bfb7bd21720930.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-721c35836bc121ec.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-07afed1feab68e9d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-1b9c87378f6a0ee3.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-7bd15fe1e7506dbc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ea70cbef8dc2ae97.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.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-2e286d2bf82013cf.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-7cb44d7c48bfc9c7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2b6da40b504a9c80.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-db47597ef25d2811.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-468d0a4b93f63a49.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1e4fd1d7817b1181.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bb7ae27c7acbd9fa.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e9418d058ec9d9af.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41752024-09-26T19:59:45.533Z 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="native-sql"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql", "oxql", "sql"))' -C metadata=c7dc40fec944564c -C extra-filename=-c7dc40fec944564c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-9b4457b12c6db277.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-43a49c1aa8c17bd1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-9569fec70579bd14.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-447cd60579206949.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-78bfb7bd21720930.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-883d78bf3ecc6808.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-721c35836bc121ec.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-068cd9d337c5a25f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8708d96bd33b3d4b.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-80844db57c46f60d.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-b481645ea066fc34.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b8c2258c35e3ba1c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-4c87e693a52ef50b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.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-436183675d625028.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-bab93eeae3690c19.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-37449e9615304670.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fd4df1ff9ee51e9b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-469fba569a1f4e34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41762024-09-26T19:59:47.721Z 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="native-sql"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql", "oxql", "sql"))' -C metadata=f90d755fad817f22 -C extra-filename=-f90d755fad817f22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-9b4457b12c6db277.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-43a49c1aa8c17bd1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-9569fec70579bd14.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-447cd60579206949.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-78bfb7bd21720930.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-883d78bf3ecc6808.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-721c35836bc121ec.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-068cd9d337c5a25f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8708d96bd33b3d4b.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-80844db57c46f60d.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-b481645ea066fc34.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b8c2258c35e3ba1c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-4c87e693a52ef50b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.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-436183675d625028.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-bab93eeae3690c19.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-37449e9615304670.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fd4df1ff9ee51e9b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-469fba569a1f4e34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41772024-09-26T19:59:59.746Z 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="native-sql"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql", "oxql", "sql"))' -C metadata=0564d73a06f37814 -C extra-filename=-0564d73a06f37814 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-9b4457b12c6db277.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-43a49c1aa8c17bd1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-9569fec70579bd14.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-447cd60579206949.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-78bfb7bd21720930.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-883d78bf3ecc6808.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-721c35836bc121ec.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8708d96bd33b3d4b.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-80844db57c46f60d.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-b481645ea066fc34.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b8c2258c35e3ba1c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-4c87e693a52ef50b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.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-436183675d625028.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-bab93eeae3690c19.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-37449e9615304670.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fd4df1ff9ee51e9b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-469fba569a1f4e34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41782024-09-26T19:59:59.860Z 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=12d5c52fe9f100d1 -C extra-filename=-12d5c52fe9f100d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0f974a35c648c4cf.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-f8e05c482d51ebc7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-211f348c6e6d725b.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-ba136ea581b26b2f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c419c2088d5da8ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-880c3f2864e14d3e.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-da0295673973f8b1.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-f33c88a5a982e1b6.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-82636532eddb8139.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9fd124c8ef1f69d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e1785b8d9756a40a.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-cb97a9c45378c1db.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-db9effad285786c2.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-4c8e1945eac1937d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.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-673bc556dcd5c4d2.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-796c87c1a1b70684.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
41792024-09-26T19:59:59.970Z 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=764006a472c3a763 -C extra-filename=-764006a472c3a763 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b7119ef604688eca.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-f8e05c482d51ebc7.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bd65b1e10ef3325a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-66a775b3c97a0cdd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-98d9492c268dc397.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0dfaebee3056f89d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d7fa97b7f0c82083.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f65209c98d13d020.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-84a01092e7e2b871.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-155af274e62e4fda.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-ee3e3b1e69e661cc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a6f3ea42c482c5e1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-73c51197ed8e5258.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c144006f103cdeaa.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d161d590ed954c52.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e34273816740d0f6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89fac9729918a42d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bfbb2fa73ee21ea5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e4c3e903b1663b65.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-de68157e9808303c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-ad2f7418aaca4f9f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ff8d89e755fbcd9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fe4d8050d1ce2709.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-220e6db68810cfa2.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6119ecfaca530c22.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0fb8b605bbfd881f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f1360a1d73801714.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-957de0c534bb3cfb.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-673bc556dcd5c4d2.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1485f16fd854765b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c2be6aeb84e3fdc.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5fd85e9e6df9a1fc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-5185352c608e532a.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-436183675d625028.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a37431deb39776a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9d01afcb92ec7207.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea62c22ed573d90b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-392876b8a640d0c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5d7a4fb8e13e1fb9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-469fba569a1f4e34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0d5b8b27f9d50a38.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
41802024-09-26T20:00:12.795Z 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=0512dd308481a7e8 -C extra-filename=-0512dd308481a7e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b7119ef604688eca.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-f8e05c482d51ebc7.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bd65b1e10ef3325a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-66a775b3c97a0cdd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-98d9492c268dc397.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0dfaebee3056f89d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d7fa97b7f0c82083.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f65209c98d13d020.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-84a01092e7e2b871.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-155af274e62e4fda.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-ee3e3b1e69e661cc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a6f3ea42c482c5e1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-73c51197ed8e5258.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c144006f103cdeaa.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d161d590ed954c52.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e34273816740d0f6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89fac9729918a42d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bfbb2fa73ee21ea5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e4c3e903b1663b65.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-de68157e9808303c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-ad2f7418aaca4f9f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ff8d89e755fbcd9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fe4d8050d1ce2709.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-220e6db68810cfa2.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6119ecfaca530c22.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0fb8b605bbfd881f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f1360a1d73801714.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-957de0c534bb3cfb.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-673bc556dcd5c4d2.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1485f16fd854765b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c2be6aeb84e3fdc.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5fd85e9e6df9a1fc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-5185352c608e532a.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-436183675d625028.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a37431deb39776a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9d01afcb92ec7207.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea62c22ed573d90b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-392876b8a640d0c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5d7a4fb8e13e1fb9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-469fba569a1f4e34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0d5b8b27f9d50a38.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
41812024-09-26T20:00:19.609Z 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=21492c440c435f70 -C extra-filename=-21492c440c435f70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b7119ef604688eca.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-f8e05c482d51ebc7.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bd65b1e10ef3325a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-66a775b3c97a0cdd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-98d9492c268dc397.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0dfaebee3056f89d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d7fa97b7f0c82083.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f65209c98d13d020.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-84a01092e7e2b871.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-155af274e62e4fda.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-ee3e3b1e69e661cc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a6f3ea42c482c5e1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-73c51197ed8e5258.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c144006f103cdeaa.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d161d590ed954c52.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e34273816740d0f6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89fac9729918a42d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bfbb2fa73ee21ea5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-e4c3e903b1663b65.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-de68157e9808303c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-ad2f7418aaca4f9f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ff8d89e755fbcd9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fe4d8050d1ce2709.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-220e6db68810cfa2.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6119ecfaca530c22.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0fb8b605bbfd881f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f1360a1d73801714.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-957de0c534bb3cfb.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-673bc556dcd5c4d2.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1485f16fd854765b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c2be6aeb84e3fdc.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5fd85e9e6df9a1fc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-5185352c608e532a.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-436183675d625028.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a37431deb39776a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9d01afcb92ec7207.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-ea62c22ed573d90b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-392876b8a640d0c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5d7a4fb8e13e1fb9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-469fba569a1f4e34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0d5b8b27f9d50a38.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
41822024-09-26T20:00:35.208Z 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=3ea45a7557ea43ca -C extra-filename=-3ea45a7557ea43ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-155af274e62e4fda.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e840c726e561ef92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb1d080b12ae8c0f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-de68157e9808303c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1485f16fd854765b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-62f79be19350156c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
41832024-09-26T20:00:41.450Z 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=c615969fdbb342fa -C extra-filename=-c615969fdbb342fa --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-db8e30bd742d167b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-806c9767c004150a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41842024-09-26T20:00:53.687Z 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=9ce6c9ef3c6cf058 -C extra-filename=-9ce6c9ef3c6cf058 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-cef495e8faf14eaf.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-616773aae68b171d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95a9ff5427c2d28e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-78bfb7bd21720930.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-721c35836bc121ec.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.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-3abd759e47f12c14.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-07afed1feab68e9d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-1b9c87378f6a0ee3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1cb868b2cd1fbc6f.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-7bd15fe1e7506dbc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ea70cbef8dc2ae97.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.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-2e286d2bf82013cf.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-7cb44d7c48bfc9c7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2b6da40b504a9c80.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-db47597ef25d2811.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-468d0a4b93f63a49.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bb7ae27c7acbd9fa.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e9418d058ec9d9af.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41852024-09-26T20:00:54.238Z 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=5e90e4fc60e24f95 -C extra-filename=-5e90e4fc60e24f95 --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-848f0a495cb038f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41862024-09-26T20:00:56.581Z 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=405f9fec82bd1eae -C extra-filename=-405f9fec82bd1eae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-7cb44d7c48bfc9c7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9e99ea807c4e853f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6836985deffef2da.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
41872024-09-26T20:00:57.384Z 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=fa323b07962b50b3 -C extra-filename=-fa323b07962b50b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.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-080efa0e0fcda2f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e7513872321673bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-70c117f9faddfe04.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a4f22a856a9d49e9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9e99ea807c4e853f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6836985deffef2da.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/ssl-3/lib/amd64`
41882024-09-26T20:01:12.297Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
41892024-09-26T20:01:12.321Z 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=379f2a8cfbee3cd8 -C extra-filename=-379f2a8cfbee3cd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-bcbae8e9b6136b16.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-880c3f2864e14d3e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-f0e0a471d2ad1afb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0fb8b605bbfd881f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-70c117f9faddfe04.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-42ef47a16e0d62a4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-392876b8a640d0c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6836985deffef2da.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
41902024-09-26T20:01:12.445Z 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=0cff01a54b06c8d6 -C extra-filename=-0cff01a54b06c8d6 --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-8d96ed3c0f645ade.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a31151aa9f9c842c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1cb868b2cd1fbc6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d3f54644808b3dd8.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41912024-09-26T20:01:16.113Z 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=287265eba19e872b -C extra-filename=-287265eba19e872b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89fac9729918a42d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-4c8e1945eac1937d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b2d4f2bbd381b16a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5c8eac069027431a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-068cd9d337c5a25f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.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-436183675d625028.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41922024-09-26T20:01:16.439Z 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=eb6be83ef5d2cfd0 -C extra-filename=-eb6be83ef5d2cfd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89fac9729918a42d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-4c8e1945eac1937d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b2d4f2bbd381b16a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5c8eac069027431a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-068cd9d337c5a25f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.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-436183675d625028.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41932024-09-26T20:01:19.491Z 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=ebf4be96d25043aa -C extra-filename=-ebf4be96d25043aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-bcbae8e9b6136b16.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-f0e0a471d2ad1afb.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9cb4b45b85e38268.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0fb8b605bbfd881f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5fd85e9e6df9a1fc.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-8be24298b1165009.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9d01afcb92ec7207.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-392876b8a640d0c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out`
41942024-09-26T20:01:21.055Z 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=326c2f0fc15244f8 -C extra-filename=-326c2f0fc15244f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-6d3e90ce5d1bb00d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-155af274e62e4fda.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-721c35836bc121ec.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.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-bfbb2fa73ee21ea5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-00156a2215c3262f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1cb868b2cd1fbc6f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1485f16fd854765b.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-806c9767c004150a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d3f54644808b3dd8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-62f79be19350156c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41952024-09-26T20:01:24.249Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2021 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d735143d572be37f -C extra-filename=-d735143d572be37f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-73c51197ed8e5258.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-cb97a9c45378c1db.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-db9effad285786c2.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f48491c7930d70cd.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-80844db57c46f60d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41962024-09-26T20:01:25.253Z 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=7c76f0bbb5f95751 -C extra-filename=-7c76f0bbb5f95751 --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-2123433c4c5aba73.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e840c726e561ef92.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a458479468c6f754.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5a2956e83de33ef4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7b4ceeeeeb952915.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
41972024-09-26T20:01:27.390Z 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=0e20ee9ee9ca3759 -C extra-filename=-0e20ee9ee9ca3759 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-da0295673973f8b1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e840c726e561ef92.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b257ba3a9c41c6f0.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb1d080b12ae8c0f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a458479468c6f754.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b86fb10845498dd4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5a2956e83de33ef4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ff8d89e755fbcd9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fe4d8050d1ce2709.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6f205af6eab76544.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-436183675d625028.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a37431deb39776a0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7b4ceeeeeb952915.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-dcd4c922a763b4f6.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ae8e973b8a2db2ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
41982024-09-26T20:01:27.714Z 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=cf6878381ea030d6 -C extra-filename=-cf6878381ea030d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-da0295673973f8b1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e840c726e561ef92.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b257ba3a9c41c6f0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a458479468c6f754.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b86fb10845498dd4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5a2956e83de33ef4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ff8d89e755fbcd9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fe4d8050d1ce2709.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6f205af6eab76544.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-436183675d625028.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a37431deb39776a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-dcd4c922a763b4f6.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ae8e973b8a2db2ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
41992024-09-26T20:01:28.879Z 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=230e31332b691675 -C extra-filename=-230e31332b691675 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-da0295673973f8b1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e840c726e561ef92.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b257ba3a9c41c6f0.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb1d080b12ae8c0f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a458479468c6f754.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b86fb10845498dd4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5a2956e83de33ef4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ff8d89e755fbcd9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fe4d8050d1ce2709.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6f205af6eab76544.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-436183675d625028.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a37431deb39776a0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7b4ceeeeeb952915.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-dcd4c922a763b4f6.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ae8e973b8a2db2ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
42002024-09-26T20:01:30.359Z 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=480fa4c7af6d6c8a -C extra-filename=-480fa4c7af6d6c8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-da0295673973f8b1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e840c726e561ef92.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b257ba3a9c41c6f0.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb1d080b12ae8c0f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a458479468c6f754.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b86fb10845498dd4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ff8d89e755fbcd9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fe4d8050d1ce2709.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6f205af6eab76544.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-436183675d625028.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a37431deb39776a0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7b4ceeeeeb952915.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-dcd4c922a763b4f6.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ae8e973b8a2db2ac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
42012024-09-26T20:01:39.993Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42022024-09-26T20:01:40.017Z 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=e38893e04865abe3 -C extra-filename=-e38893e04865abe3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e840c726e561ef92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb1d080b12ae8c0f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5a2956e83de33ef4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6f205af6eab76544.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
42032024-09-26T20:01:42.376Z 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=f19c8fbeca914949 -C extra-filename=-f19c8fbeca914949 --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-8d96ed3c0f645ade.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a6f3ea42c482c5e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-07509e35d5bf56a9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-12ba0926e1340bdb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c2be6aeb84e3fdc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-468d0a4b93f63a49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bb7ae27c7acbd9fa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42042024-09-26T20:01:47.636Z 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=c4672b757a1e1912 -C extra-filename=-c4672b757a1e1912 --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-bd65b1e10ef3325a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-155af274e62e4fda.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-07afed1feab68e9d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bb7ae27c7acbd9fa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42052024-09-26T20:01:47.898Z 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=4f4d0a8f3108eb71 -C extra-filename=-4f4d0a8f3108eb71 --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-348967cb7f3375ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-2ee9258c0041f7b8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42062024-09-26T20:01:48.667Z 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=e1c6b7d8614e1ff4 -C extra-filename=-e1c6b7d8614e1ff4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d7fa97b7f0c82083.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c419c2088d5da8ca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-163e6e3b2fa0c2b9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e310daf1f3704a67.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f3c802008044b3e.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-4c3f93fb0c3bc543.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e1785b8d9756a40a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-db9effad285786c2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-81c02b40b67b5a90.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-7cb44d7c48bfc9c7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42072024-09-26T20:01:49.938Z 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=fb505c4fc9fa1c5d -C extra-filename=-fb505c4fc9fa1c5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d7fa97b7f0c82083.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c419c2088d5da8ca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-163e6e3b2fa0c2b9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e310daf1f3704a67.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f3c802008044b3e.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-4c3f93fb0c3bc543.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e1785b8d9756a40a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-db9effad285786c2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-81c02b40b67b5a90.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-7cb44d7c48bfc9c7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42082024-09-26T20:01:50.223Z 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=4d2baf865d040ba0 -C extra-filename=-4d2baf865d040ba0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d7fa97b7f0c82083.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c419c2088d5da8ca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-163e6e3b2fa0c2b9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e310daf1f3704a67.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f3c802008044b3e.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-4c3f93fb0c3bc543.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e1785b8d9756a40a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-db9effad285786c2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-81c02b40b67b5a90.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-7cb44d7c48bfc9c7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42092024-09-26T20:01:50.492Z 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=ccd92e035215542e -C extra-filename=-ccd92e035215542e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d7fa97b7f0c82083.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c419c2088d5da8ca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-163e6e3b2fa0c2b9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e310daf1f3704a67.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f3c802008044b3e.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-4c3f93fb0c3bc543.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e1785b8d9756a40a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-db9effad285786c2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-81c02b40b67b5a90.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-7cb44d7c48bfc9c7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42102024-09-26T20:01:50.545Z 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=f00cf85671bc518b -C extra-filename=-f00cf85671bc518b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c419c2088d5da8ca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-163e6e3b2fa0c2b9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e310daf1f3704a67.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f3c802008044b3e.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-4c3f93fb0c3bc543.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e1785b8d9756a40a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-db9effad285786c2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-81c02b40b67b5a90.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-7cb44d7c48bfc9c7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42112024-09-26T20:01:52.383Z 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=424aaab2c281d432 -C extra-filename=-424aaab2c281d432 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d7fa97b7f0c82083.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c419c2088d5da8ca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-163e6e3b2fa0c2b9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e310daf1f3704a67.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f3c802008044b3e.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-4c3f93fb0c3bc543.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-e1785b8d9756a40a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-db9effad285786c2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-81c02b40b67b5a90.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-7cb44d7c48bfc9c7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42122024-09-26T20:01:53.554Z 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=3de2903bd15f179a -C extra-filename=-3de2903bd15f179a --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-b7119ef604688eca.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ae7067bd28b7f6e0.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95a9ff5427c2d28e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0dfaebee3056f89d.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c25077869a9d59b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1cb868b2cd1fbc6f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-94f66032f0e4bae4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b6ded8bf03951d3a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-957de0c534bb3cfb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.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-42ef47a16e0d62a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-5c7a019bb7f38080.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42132024-09-26T20:01:59.285Z 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=f2eb73aa0463495d -C extra-filename=-f2eb73aa0463495d --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-2396091a33ed140b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ae7067bd28b7f6e0.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95a9ff5427c2d28e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0dfaebee3056f89d.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c25077869a9d59b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1cb868b2cd1fbc6f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-94f66032f0e4bae4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b6ded8bf03951d3a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-957de0c534bb3cfb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.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-42ef47a16e0d62a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-5c7a019bb7f38080.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42142024-09-26T20:02:03.218Z 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=2bc6c4d7c9dd6a5c -C extra-filename=-2bc6c4d7c9dd6a5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d7fa97b7f0c82083.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f3c802008044b3e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-07509e35d5bf56a9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-81c02b40b67b5a90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42152024-09-26T20:02:05.702Z 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=be9af360b6d052af -C extra-filename=-be9af360b6d052af --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-b7119ef604688eca.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ae7067bd28b7f6e0.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95a9ff5427c2d28e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0dfaebee3056f89d.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c25077869a9d59b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1cb868b2cd1fbc6f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-94f66032f0e4bae4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b6ded8bf03951d3a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-957de0c534bb3cfb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.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-42ef47a16e0d62a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-5c7a019bb7f38080.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42162024-09-26T20:02:07.899Z 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=624c687cafa65761 -C extra-filename=-624c687cafa65761 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-616773aae68b171d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-880c3f2864e14d3e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e7513872321673bb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-93c89df6fe796d16.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-e5ca38e32977a7fc.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-70c117f9faddfe04.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-392876b8a640d0c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a4f22a856a9d49e9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-83c7a55c06ae920b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42172024-09-26T20:02:14.879Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2021 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cd293974d5a2a532 -C extra-filename=-cd293974d5a2a532 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-bcbae8e9b6136b16.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-610c39d51f54be4e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9cb4b45b85e38268.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42182024-09-26T20:02:16.020Z 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="native-sql"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql", "oxql", "sql"))' -C metadata=a841997b75b679d7 -C extra-filename=-a841997b75b679d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-9b4457b12c6db277.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-43a49c1aa8c17bd1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-9569fec70579bd14.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-78bfb7bd21720930.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-883d78bf3ecc6808.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-721c35836bc121ec.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-068cd9d337c5a25f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-80844db57c46f60d.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-b481645ea066fc34.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b8c2258c35e3ba1c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-4c87e693a52ef50b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.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-436183675d625028.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-bab93eeae3690c19.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-37449e9615304670.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fd4df1ff9ee51e9b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-469fba569a1f4e34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42192024-09-26T20:02:25.852Z 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=891444dd6046da19 -C extra-filename=-891444dd6046da19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e840c726e561ef92.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a458479468c6f754.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-436183675d625028.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7b4ceeeeeb952915.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
42202024-09-26T20:02:27.754Z 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=2405b5bcd2766e1c -C extra-filename=-2405b5bcd2766e1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-6d3e90ce5d1bb00d.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3e9714b96025c53c.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-daff58329f40d98c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-76fdf975c3ef5f56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-73c51197ed8e5258.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d161d590ed954c52.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-bfbb2fa73ee21ea5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-943d998998b4d9af.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5666dd993fc5694b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-07afed1feab68e9d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-610c39d51f54be4e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-468624e058739e3b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0fb8b605bbfd881f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1485f16fd854765b.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-a37431deb39776a0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e1d765c7b5b5f7f6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42212024-09-26T20:02:28.323Z 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=7da1fb7bb4891b57 -C extra-filename=-7da1fb7bb4891b57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-9569fec70579bd14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5e953e9e79012079.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f48491c7930d70cd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42222024-09-26T20:02:29.294Z 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=5bafa44fbfc9ac90 -C extra-filename=-5bafa44fbfc9ac90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89fac9729918a42d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-436183675d625028.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42232024-09-26T20:02:29.728Z 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=003942dae18d6640 -C extra-filename=-003942dae18d6640 --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-9d3306970b1c0c56.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89fac9729918a42d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c2be6aeb84e3fdc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42242024-09-26T20:02:31.675Z 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=e6132bc9575c09e1 -C extra-filename=-e6132bc9575c09e1 --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-9d3306970b1c0c56.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a458479468c6f754.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
42252024-09-26T20:02:33.898Z 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=820235b1ff245ae4 -C extra-filename=-820235b1ff245ae4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e840c726e561ef92.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a458479468c6f754.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-436183675d625028.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
42262024-09-26T20:02:37.144Z 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=39ef8170d7107164 -C extra-filename=-39ef8170d7107164 --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-9d3306970b1c0c56.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42272024-09-26T20:02:37.493Z 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=3fec494a798bfb47 -C extra-filename=-3fec494a798bfb47 --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-8d96ed3c0f645ade.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-07afed1feab68e9d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-07509e35d5bf56a9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-12ba0926e1340bdb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42282024-09-26T20:02:39.737Z 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=9b80a8b4aae2fd58 -C extra-filename=-9b80a8b4aae2fd58 --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-ab8bb954528b4839.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bfbb2fa73ee21ea5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42292024-09-26T20:02:41.614Z 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=729dc230cb67f237 -C extra-filename=-729dc230cb67f237 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d7fa97b7f0c82083.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c419c2088d5da8ca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-163e6e3b2fa0c2b9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e310daf1f3704a67.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f3c802008044b3e.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-4c3f93fb0c3bc543.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-81c02b40b67b5a90.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-7cb44d7c48bfc9c7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42302024-09-26T20:02:46.798Z 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=471dfa55178c8172 -C extra-filename=-471dfa55178c8172 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d7fa97b7f0c82083.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c419c2088d5da8ca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-163e6e3b2fa0c2b9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e310daf1f3704a67.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f3c802008044b3e.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-4c3f93fb0c3bc543.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-81c02b40b67b5a90.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-7cb44d7c48bfc9c7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42312024-09-26T20:02:48.193Z 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=8ddf8f95b962f966 -C extra-filename=-8ddf8f95b962f966 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d7fa97b7f0c82083.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c419c2088d5da8ca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-163e6e3b2fa0c2b9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e310daf1f3704a67.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f3c802008044b3e.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-4c3f93fb0c3bc543.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-81c02b40b67b5a90.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-7cb44d7c48bfc9c7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42322024-09-26T20:02:54.039Z 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=8109671f3ac5ed85 -C extra-filename=-8109671f3ac5ed85 --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-b84c1c53a60d0a0a.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-4cc47b72a347aadf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-14021a4718805f9d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-e968890b991f4456.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42332024-09-26T20:02:56.205Z 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=7d44b3cfbea57600 -C extra-filename=-7d44b3cfbea57600 --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-b84c1c53a60d0a0a.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-4cc47b72a347aadf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-14021a4718805f9d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-e968890b991f4456.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42342024-09-26T20:02:56.374Z 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=c79fe57501b25b3c -C extra-filename=-c79fe57501b25b3c --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-e840c726e561ef92.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b86fb10845498dd4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42352024-09-26T20:02:57.960Z 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=8e9a5220a5598fc0 -C extra-filename=-8e9a5220a5598fc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b7119ef604688eca.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-220e6db68810cfa2.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f1360a1d73801714.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-957de0c534bb3cfb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42362024-09-26T20:03:00.326Z 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=43d258dafd6612bc -C extra-filename=-43d258dafd6612bc --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-2123433c4c5aba73.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c2be6aeb84e3fdc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42372024-09-26T20:03:00.479Z 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=40736b86a26ae6d4 -C extra-filename=-40736b86a26ae6d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.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-0dfaebee3056f89d.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c144006f103cdeaa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5fd85e9e6df9a1fc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out`
42382024-09-26T20:03:02.674Z 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=534e30505eff9ed4 -C extra-filename=-534e30505eff9ed4 --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-b8686bb2fb207e49.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5cb3ef9818407cdd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42392024-09-26T20:03:04.703Z 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=8dea55812b670d55 -C extra-filename=-8dea55812b670d55 --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-a6f3ea42c482c5e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-07509e35d5bf56a9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-12ba0926e1340bdb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-468d0a4b93f63a49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42402024-09-26T20:03:08.633Z 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=0c3b108893dfe830 -C extra-filename=-0c3b108893dfe830 --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-769376efa1ba86eb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-07afed1feab68e9d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42412024-09-26T20:03:17.586Z 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=623fbd924ef5d500 -C extra-filename=-623fbd924ef5d500 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c7e9a69914647243.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-6d3e90ce5d1bb00d.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-dc7d413016cd4b77.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-daff58329f40d98c.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0dfaebee3056f89d.so --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-155af274e62e4fda.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-73c51197ed8e5258.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-348967cb7f3375ff.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-960c8fbec5aba13b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-07afed1feab68e9d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-060498d8aab3c360.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-80844db57c46f60d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-610c39d51f54be4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1cb868b2cd1fbc6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b6ded8bf03951d3a.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-a37431deb39776a0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e1d765c7b5b5f7f6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d3f54644808b3dd8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-468d0a4b93f63a49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42422024-09-26T20:03:20.362Z 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=804ce7b782127510 -C extra-filename=-804ce7b782127510 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-07509e35d5bf56a9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-12ba0926e1340bdb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42432024-09-26T20:03:21.700Z 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=23c5ccc4f1d53cd4 -C extra-filename=-23c5ccc4f1d53cd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1cb868b2cd1fbc6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b6ded8bf03951d3a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d3f54644808b3dd8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-468d0a4b93f63a49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42442024-09-26T20:03:23.071Z 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=514c4c89659dc138 -C extra-filename=-514c4c89659dc138 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-883d78bf3ecc6808.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-cbf38a9ff4fb3270.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-4c494372e90841e7.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-35c9031cf8f7f88c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d161d590ed954c52.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.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-a37431deb39776a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5d7a4fb8e13e1fb9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out`
42452024-09-26T20:03:29.530Z 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=f8708a930e92285b -C extra-filename=-f8708a930e92285b --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-769376efa1ba86eb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d161d590ed954c52.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42462024-09-26T20:03:31.542Z 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=43f774ab676cb327 -C extra-filename=-43f774ab676cb327 --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-3abd759e47f12c14.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-07509e35d5bf56a9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-12ba0926e1340bdb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42472024-09-26T20:03:36.429Z 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=c8a6dd5cb99c0fbd -C extra-filename=-c8a6dd5cb99c0fbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a6f3ea42c482c5e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42482024-09-26T20:03:36.908Z 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=e8251afdd75c3c89 -C extra-filename=-e8251afdd75c3c89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f65209c98d13d020.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-155af274e62e4fda.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-70c117f9faddfe04.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-2e286d2bf82013cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-468d0a4b93f63a49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42492024-09-26T20:03:38.741Z 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=479b4c1ab9959794 -C extra-filename=-479b4c1ab9959794 --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-8d96ed3c0f645ade.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-cdf2805a3beed27d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.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-42ef47a16e0d62a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42502024-09-26T20:03:38.977Z 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=3038bcb6eb207523 -C extra-filename=-3038bcb6eb207523 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5e953e9e79012079.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-50ea234490390235.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-95ff7725c7c3de02.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f48491c7930d70cd.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-14021a4718805f9d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42512024-09-26T20:03:39.574Z 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=3897eca5c1a42812 -C extra-filename=-3897eca5c1a42812 --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-545ce11aa6690bff.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-b9c48215e59c762e.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-abe354a94e27c0dd.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42522024-09-26T20:03:41.053Z 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=86000299e8bc9f57 -C extra-filename=-86000299e8bc9f57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.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-545ce11aa6690bff.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-50ea234490390235.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f48491c7930d70cd.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-14021a4718805f9d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a37431deb39776a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42532024-09-26T20:03:42.875Z 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=88c9fa520981db06 -C extra-filename=-88c9fa520981db06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.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-545ce11aa6690bff.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f48491c7930d70cd.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-14021a4718805f9d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a37431deb39776a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42542024-09-26T20:03:45.311Z 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=153559c91189e586 -C extra-filename=-153559c91189e586 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.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-545ce11aa6690bff.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f48491c7930d70cd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42552024-09-26T20:03:46.929Z 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=da05e8fbf38e7828 -C extra-filename=-da05e8fbf38e7828 --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-8d96ed3c0f645ade.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5cb3ef9818407cdd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-12ba0926e1340bdb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42562024-09-26T20:03:48.999Z 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=61e7f97f068bacde -C extra-filename=-61e7f97f068bacde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-6d3e90ce5d1bb00d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42572024-09-26T20:03:50.921Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
42582024-09-26T20:03:50.944Z 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=4a982634e25a809f -C extra-filename=-4a982634e25a809f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f3c802008044b3e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42592024-09-26T20:03:53.010Z 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=c745b263a575d08b -C extra-filename=-c745b263a575d08b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0f974a35c648c4cf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-65322f84cd556c62.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-883d78bf3ecc6808.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4500e615bc0dd49d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-809f0faff9e7b329.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bfbb2fa73ee21ea5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc5ef85873981447.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-392876b8a640d0c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-90f3d6a74d7641a0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-469fba569a1f4e34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42602024-09-26T20:03:53.100Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
42612024-09-26T20:03:53.124Z 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=2c59b650eea079c4 -C extra-filename=-2c59b650eea079c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-060498d8aab3c360.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42622024-09-26T20:03:53.972Z 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=a297378fd2269a04 -C extra-filename=-a297378fd2269a04 --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-1b46dd66a7c6c3c6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42632024-09-26T20:03:55.570Z 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=40ce6bdc2e541318 -C extra-filename=-40ce6bdc2e541318 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-060498d8aab3c360.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42642024-09-26T20:03:55.839Z 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=18c2e70d96058fc9 -C extra-filename=-18c2e70d96058fc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0f974a35c648c4cf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-65322f84cd556c62.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-883d78bf3ecc6808.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4500e615bc0dd49d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-809f0faff9e7b329.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bfbb2fa73ee21ea5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc5ef85873981447.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-392876b8a640d0c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-90f3d6a74d7641a0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-469fba569a1f4e34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42652024-09-26T20:03:56.171Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
42662024-09-26T20:03:56.195Z 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=0a01f3e618c6909d -C extra-filename=-0a01f3e618c6909d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42672024-09-26T20:03:56.195Z 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=85c98556c80f1f31 -C extra-filename=-85c98556c80f1f31 --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-080efa0e0fcda2f8.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-3abd759e47f12c14.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-060498d8aab3c360.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9d9e768368c14300.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42682024-09-26T20:03:56.219Z 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=65e72389ad113628 -C extra-filename=-65e72389ad113628 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-477c42e7d75be12d.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.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-aed5ec0a0a0513d5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-73c51197ed8e5258.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d161d590ed954c52.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-065c59f7db1df368.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-ad2f7418aaca4f9f.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-ea8bb86f51f3c367.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-4d0a46c149d680b3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-12ba0926e1340bdb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9d01afcb92ec7207.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-481ec9f9cd50a9a2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0d5b8b27f9d50a38.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
42692024-09-26T20:03:56.865Z 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=2f69a00b823e1859 -C extra-filename=-2f69a00b823e1859 --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-73c51197ed8e5258.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42702024-09-26T20:03:57.963Z 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=34f56dfada790a49 -C extra-filename=-34f56dfada790a49 --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-8d96ed3c0f645ade.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42712024-09-26T20:04:00.126Z 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=bc26f8551fe0aa93 -C extra-filename=-bc26f8551fe0aa93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b6ded8bf03951d3a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-90f3d6a74d7641a0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42722024-09-26T20:04:02.119Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3920f448debe0423 -C extra-filename=-3920f448debe0423 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0f974a35c648c4cf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0dfaebee3056f89d.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.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-42ef47a16e0d62a4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42732024-09-26T20:04:05.458Z 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=944cde7ea2a67b19 -C extra-filename=-944cde7ea2a67b19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0f974a35c648c4cf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-65322f84cd556c62.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-883d78bf3ecc6808.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4500e615bc0dd49d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-809f0faff9e7b329.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bfbb2fa73ee21ea5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc5ef85873981447.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-392876b8a640d0c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-90f3d6a74d7641a0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-469fba569a1f4e34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42742024-09-26T20:04:07.545Z 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=83baccba3b03fdc8 -C extra-filename=-83baccba3b03fdc8 --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-8d96ed3c0f645ade.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-07509e35d5bf56a9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42752024-09-26T20:04:10.145Z 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=d757672be5e91d31 -C extra-filename=-d757672be5e91d31 --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-ab8bb954528b4839.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c25077869a9d59b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-94f66032f0e4bae4.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-957de0c534bb3cfb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42762024-09-26T20:04:16.822Z 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=52098478bf3b3fe6 -C extra-filename=-52098478bf3b3fe6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95a9ff5427c2d28e.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-e3014f2fc2803018.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1cb868b2cd1fbc6f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d3f54644808b3dd8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42772024-09-26T20:04:43.309Z 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=ab369514ac16b25b -C extra-filename=-ab369514ac16b25b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c7e9a69914647243.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-6494e93e0965ea9a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-73c51197ed8e5258.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d161d590ed954c52.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e34273816740d0f6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-610c39d51f54be4e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-07509e35d5bf56a9.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5cb3ef9818407cdd.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1cb868b2cd1fbc6f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-12ba0926e1340bdb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0fb8b605bbfd881f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f1360a1d73801714.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f966a333adb39b2a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b6ded8bf03951d3a.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-a37431deb39776a0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-d3f54644808b3dd8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42782024-09-26T20:04:47.136Z 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=20a957f8ef39c06b -C extra-filename=-20a957f8ef39c06b --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-8d96ed3c0f645ade.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-07509e35d5bf56a9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42792024-09-26T20:04:47.160Z 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=aaec530a18822212 -C extra-filename=-aaec530a18822212 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f3c802008044b3e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-07509e35d5bf56a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-12ba0926e1340bdb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42802024-09-26T20:04:47.315Z 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=dd53376a9a62a981 -C extra-filename=-dd53376a9a62a981 --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-8d96ed3c0f645ade.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e840c726e561ef92.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-07509e35d5bf56a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42812024-09-26T20:04:48.543Z 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=95b8738ec9031ebe -C extra-filename=-95b8738ec9031ebe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-07509e35d5bf56a9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42822024-09-26T20:04:49.981Z 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=cc145ecc5254e3cb -C extra-filename=-cc145ecc5254e3cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42832024-09-26T20:04:53.173Z 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=8b7781951e4acbe4 -C extra-filename=-8b7781951e4acbe4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-70c117f9faddfe04.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-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-392876b8a640d0c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42842024-09-26T20:04:54.026Z 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=c41e20ad7fa93884 -C extra-filename=-c41e20ad7fa93884 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-4d0a46c149d680b3.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-955f100085ab1813.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42852024-09-26T20:04:55.123Z 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=d6c4ccee5013e8ad -C extra-filename=-d6c4ccee5013e8ad --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-8d96ed3c0f645ade.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42862024-09-26T20:04:57.074Z 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=327688491aae466d -C extra-filename=-327688491aae466d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-955f100085ab1813.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42872024-09-26T20:04:57.259Z 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=b9c3b31ab0d02273 -C extra-filename=-b9c3b31ab0d02273 --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-348967cb7f3375ff.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42882024-09-26T20:04:57.669Z 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=572e73e61a1beb1d -C extra-filename=-572e73e61a1beb1d --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-545ce11aa6690bff.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42892024-09-26T20:04:57.879Z 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=eca7bfa11839ec99 -C extra-filename=-eca7bfa11839ec99 --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-545ce11aa6690bff.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42902024-09-26T20:04:58.520Z 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=5216215f3a64534a -C extra-filename=-5216215f3a64534a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42912024-09-26T20:04:58.754Z 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=cddaa7988f1cea43 -C extra-filename=-cddaa7988f1cea43 --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-545ce11aa6690bff.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42922024-09-26T20:04:58.780Z 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=01795fdd050af2d6 -C extra-filename=-01795fdd050af2d6 --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-545ce11aa6690bff.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42932024-09-26T20:04:58.976Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2021 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f443ae291f5ee130 -C extra-filename=-f443ae291f5ee130 --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-545ce11aa6690bff.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42942024-09-26T20:04:59.189Z 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=be73438b67fc1bf5 -C extra-filename=-be73438b67fc1bf5 --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-545ce11aa6690bff.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-700a8165421bc382.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42952024-09-26T20:04:59.369Z 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=f1eb2c04ffd7f5e9 -C extra-filename=-f1eb2c04ffd7f5e9 --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-e2fb159e06ef370b.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.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-63cede1d1ea82dc2.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-2396091a33ed140b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d517c578d34f8a8c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-7979b4304d00e5f9.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.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-5fb64d847cdd0a83.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-1fc5956660611951.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-9215c75ecf6dc2e1.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-309d54d167237796.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-dfdd81406fc54ef6.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-fad16a1760217afe.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-d12dd8749a61148d.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-c1aa6d2350b74cba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-07e9482c127bed67.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-880c3f2864e14d3e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.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-ec51e95ae6c78625.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-01f167c9eb44adb9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e840c726e561ef92.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-033b543cc30967b3.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-b050ca61f382ec87.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d28686e858e4e4e9.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-67b9ae57f5745324.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e310daf1f3704a67.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-19a367469c532c8d.rlib --extern hyper_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rlib --extern hyper_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libhyper-6d265c1673e46b28.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-b8cd6003866b0695.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-721c35836bc121ec.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-58b4684230791a07.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-1b46dd66a7c6c3c6.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9bb3211f8a6d4da7.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-34ebc64efd3050da.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-5cd5280b908ad662.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-db9effad285786c2.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-9cb4b45b85e38268.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-18f7acef858970dc.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-db86d85037900380.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-700a8165421bc382.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-432134aa9ea53f07.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-9e8a3d01ad4ead9c.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-968df9948346758c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0fb8b605bbfd881f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-336528d46dc1ab41.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-70c117f9faddfe04.rlib --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-52384e1dd65c42ba.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-31f20414dbea471d.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-21db2c3f6310c57d.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9f1bf8c0c2f91e7e.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-90f3d6a74d7641a0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-dcd4c922a763b4f6.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d1c85dca7f92ec74.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-d448c7bd1cf2ef35.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-90415c611b1250b4.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2b6da40b504a9c80.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4849ad2e0e9b19f7.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-469fba569a1f4e34.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3606d719e8a7d99e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-abf7bd0e7b4c5d8a.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6659aeae0a5b7207.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-37f01ee774828d60.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42962024-09-26T20:06:00.138Z 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=7d4490d3c661bfd5 -C extra-filename=-7d4490d3c661bfd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-9f7e97a42c4a9d81.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-78bfb7bd21720930.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-98d9492c268dc397.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a31151aa9f9c842c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-76fdf975c3ef5f56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-155af274e62e4fda.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e840c726e561ef92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb1d080b12ae8c0f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-73c51197ed8e5258.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-682109cb5918a4ab.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89fac9729918a42d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bfbb2fa73ee21ea5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db8e30bd742d167b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5360f94df5fae2ce.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-863127480a0752be.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-09d73141b1918d37.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-aa35e69ccae4f886.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-46a6c069c9d8d413.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c78602a24aa8eee0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b2d4f2bbd381b16a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-068cd9d337c5a25f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-7bd15fe1e7506dbc.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b8c2258c35e3ba1c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1485f16fd854765b.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-a37431deb39776a0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fd4df1ff9ee51e9b.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.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-468d0a4b93f63a49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
42972024-09-26T20:06:00.184Z 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=0592d34619b5c31a -C extra-filename=-0592d34619b5c31a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-721c35836bc121ec.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89fac9729918a42d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5360f94df5fae2ce.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-00156a2215c3262f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-4db964c22e8649c1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c153a38cc835d358.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-863127480a0752be.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-aa35e69ccae4f886.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-46a6c069c9d8d413.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c78602a24aa8eee0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b8c2258c35e3ba1c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.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-a37431deb39776a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fd4df1ff9ee51e9b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/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-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
42982024-09-26T20:06:00.184Z 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=e148e7c4511a7645 -C extra-filename=-e148e7c4511a7645 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-9f7e97a42c4a9d81.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-78bfb7bd21720930.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-98d9492c268dc397.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a31151aa9f9c842c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-76fdf975c3ef5f56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-155af274e62e4fda.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e840c726e561ef92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb1d080b12ae8c0f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-73c51197ed8e5258.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-682109cb5918a4ab.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89fac9729918a42d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bfbb2fa73ee21ea5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db8e30bd742d167b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5360f94df5fae2ce.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-863127480a0752be.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-09d73141b1918d37.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-aa35e69ccae4f886.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-46a6c069c9d8d413.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c78602a24aa8eee0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b2d4f2bbd381b16a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-068cd9d337c5a25f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-7bd15fe1e7506dbc.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b8c2258c35e3ba1c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1485f16fd854765b.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-a37431deb39776a0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fd4df1ff9ee51e9b.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.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-468d0a4b93f63a49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
42992024-09-26T20:06:00.184Z 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=2c1460d025a61a1c -C extra-filename=-2c1460d025a61a1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.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-9f7e97a42c4a9d81.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-616773aae68b171d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-66a775b3c97a0cdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6da9938dd2db807f.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-447cd60579206949.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-98d9492c268dc397.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-f0f41558ff56cfa5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-a950c3b8865b3834.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-76fdf975c3ef5f56.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d7fa97b7f0c82083.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f65209c98d13d020.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-067f75d0b1e13b75.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-155af274e62e4fda.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e840c726e561ef92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb1d080b12ae8c0f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4500e615bc0dd49d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f3c802008044b3e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8abe4779b4e98d73.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e7513872321673bb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7ac8e8b3d343b5a1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-73c51197ed8e5258.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d161d590ed954c52.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e34273816740d0f6.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-8d912d273cd9a399.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89fac9729918a42d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bfbb2fa73ee21ea5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db8e30bd742d167b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5360f94df5fae2ce.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-943d998998b4d9af.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-82636532eddb8139.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9fd124c8ef1f69d0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-00156a2215c3262f.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-7cba7b1d9ef8c369.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-dc48ad0038db4456.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-4db964c22e8649c1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c153a38cc835d358.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-863127480a0752be.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-09d73141b1918d37.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-493c4a41abac47ce.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-aa35e69ccae4f886.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-46a6c069c9d8d413.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.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-3abd759e47f12c14.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c78602a24aa8eee0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-07afed1feab68e9d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-de68157e9808303c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-e1785b8d9756a40a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-db9effad285786c2.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-060498d8aab3c360.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d72ad8b7e34ef1d5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b2d4f2bbd381b16a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5c8eac069027431a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-068cd9d337c5a25f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ff8d89e755fbcd9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fe4d8050d1ce2709.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-80844db57c46f60d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-610c39d51f54be4e.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-9cb4b45b85e38268.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-41945da098b72cd5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5cb3ef9818407cdd.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-220e6db68810cfa2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-468624e058739e3b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc5ef85873981447.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0d9e4f9ea8b4595a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0fb8b605bbfd881f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f966a333adb39b2a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b6ded8bf03951d3a.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-989a92bccbdc0283.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1485f16fd854765b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c2be6aeb84e3fdc.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-436183675d625028.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a37431deb39776a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7b4ceeeeeb952915.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e1d765c7b5b5f7f6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-90f3d6a74d7641a0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a4f22a856a9d49e9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9e99ea807c4e853f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6836985deffef2da.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c852f6874657a1c1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-468d0a4b93f63a49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/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-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
43002024-09-26T20:06:00.184Z 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=2a739b0c6f67955c -C extra-filename=-2a739b0c6f67955c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bfbb2fa73ee21ea5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-493c4a41abac47ce.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-aa35e69ccae4f886.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-fbba5563cdcbaaf0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c78602a24aa8eee0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d72ad8b7e34ef1d5.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-6f205af6eab76544.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-90f3d6a74d7641a0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
43012024-09-26T20:06:03.107Z 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=8c4848072413948b -C extra-filename=-8c4848072413948b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-9f7e97a42c4a9d81.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6da9938dd2db807f.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-76fdf975c3ef5f56.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8abe4779b4e98d73.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-7e28ccd96dc058f1.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-348967cb7f3375ff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bfbb2fa73ee21ea5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db8e30bd742d167b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5360f94df5fae2ce.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-00156a2215c3262f.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-dc48ad0038db4456.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c153a38cc835d358.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-863127480a0752be.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-aa35e69ccae4f886.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-46a6c069c9d8d413.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c78602a24aa8eee0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1485f16fd854765b.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-a37431deb39776a0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-468d0a4b93f63a49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/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-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
43022024-09-26T20:06:03.705Z 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=2e832f51f1f2aad5 -C extra-filename=-2e832f51f1f2aad5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bfbb2fa73ee21ea5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-493c4a41abac47ce.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-aa35e69ccae4f886.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c78602a24aa8eee0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-6f205af6eab76544.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
43032024-09-26T20:06:04.999Z 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=1a374798560d5d97 -C extra-filename=-1a374798560d5d97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.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-ab8bb954528b4839.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-616773aae68b171d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-66a775b3c97a0cdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6da9938dd2db807f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-98d9492c268dc397.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-f0f41558ff56cfa5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-a950c3b8865b3834.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f65209c98d13d020.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-067f75d0b1e13b75.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-155af274e62e4fda.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4500e615bc0dd49d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f3c802008044b3e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-73c51197ed8e5258.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d161d590ed954c52.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e34273816740d0f6.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-8d912d273cd9a399.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89fac9729918a42d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bfbb2fa73ee21ea5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db8e30bd742d167b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5360f94df5fae2ce.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-943d998998b4d9af.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-82636532eddb8139.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9fd124c8ef1f69d0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-00156a2215c3262f.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-7cba7b1d9ef8c369.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-dc48ad0038db4456.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-4db964c22e8649c1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c153a38cc835d358.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-863127480a0752be.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-09d73141b1918d37.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-493c4a41abac47ce.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.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-3abd759e47f12c14.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c78602a24aa8eee0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-07afed1feab68e9d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-060498d8aab3c360.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b2d4f2bbd381b16a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-068cd9d337c5a25f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ff8d89e755fbcd9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fe4d8050d1ce2709.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-80844db57c46f60d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-610c39d51f54be4e.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-5cb3ef9818407cdd.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-220e6db68810cfa2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-468624e058739e3b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc5ef85873981447.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0d9e4f9ea8b4595a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0fb8b605bbfd881f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f966a333adb39b2a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b6ded8bf03951d3a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1485f16fd854765b.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-436183675d625028.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a37431deb39776a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e1d765c7b5b5f7f6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-90f3d6a74d7641a0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a4f22a856a9d49e9.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c852f6874657a1c1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-468d0a4b93f63a49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/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-d34656e55e92aa96/out/lib`
43042024-09-26T20:06:10.191Z 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=45e577000bfac616 -C extra-filename=-45e577000bfac616 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.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-9f7e97a42c4a9d81.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-616773aae68b171d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-66a775b3c97a0cdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6da9938dd2db807f.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-447cd60579206949.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-98d9492c268dc397.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-f0f41558ff56cfa5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-a950c3b8865b3834.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-76fdf975c3ef5f56.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d7fa97b7f0c82083.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f65209c98d13d020.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-067f75d0b1e13b75.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-155af274e62e4fda.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e840c726e561ef92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb1d080b12ae8c0f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4500e615bc0dd49d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f3c802008044b3e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8abe4779b4e98d73.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e7513872321673bb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7ac8e8b3d343b5a1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-73c51197ed8e5258.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d161d590ed954c52.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e34273816740d0f6.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-8d912d273cd9a399.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89fac9729918a42d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bfbb2fa73ee21ea5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db8e30bd742d167b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5360f94df5fae2ce.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-943d998998b4d9af.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-82636532eddb8139.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9fd124c8ef1f69d0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-00156a2215c3262f.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-7cba7b1d9ef8c369.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-dc48ad0038db4456.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-4db964c22e8649c1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c153a38cc835d358.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-863127480a0752be.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-09d73141b1918d37.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-493c4a41abac47ce.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-aa35e69ccae4f886.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-46a6c069c9d8d413.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.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-3abd759e47f12c14.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c78602a24aa8eee0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-07afed1feab68e9d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-de68157e9808303c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-e1785b8d9756a40a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-db9effad285786c2.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-060498d8aab3c360.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d72ad8b7e34ef1d5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b2d4f2bbd381b16a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5c8eac069027431a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-068cd9d337c5a25f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ff8d89e755fbcd9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fe4d8050d1ce2709.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-80844db57c46f60d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-610c39d51f54be4e.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-9cb4b45b85e38268.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-41945da098b72cd5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5cb3ef9818407cdd.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-220e6db68810cfa2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-468624e058739e3b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc5ef85873981447.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0d9e4f9ea8b4595a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0fb8b605bbfd881f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f966a333adb39b2a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b6ded8bf03951d3a.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-989a92bccbdc0283.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1485f16fd854765b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c2be6aeb84e3fdc.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-436183675d625028.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a37431deb39776a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7b4ceeeeeb952915.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e1d765c7b5b5f7f6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-90f3d6a74d7641a0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a4f22a856a9d49e9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9e99ea807c4e853f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6836985deffef2da.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c852f6874657a1c1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-468d0a4b93f63a49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/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-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
43052024-09-26T20:06:13.863Z 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=f030b541bdeb01bd -C extra-filename=-f030b541bdeb01bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-721c35836bc121ec.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89fac9729918a42d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5360f94df5fae2ce.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-00156a2215c3262f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-4db964c22e8649c1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c153a38cc835d358.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-863127480a0752be.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-aa35e69ccae4f886.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-46a6c069c9d8d413.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3abd759e47f12c14.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c78602a24aa8eee0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b8c2258c35e3ba1c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.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-a37431deb39776a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fd4df1ff9ee51e9b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/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-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
43062024-09-26T20:06:24.992Z 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=27b7a1ea53260c36 -C extra-filename=-27b7a1ea53260c36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.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-9f7e97a42c4a9d81.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ab8bb954528b4839.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-616773aae68b171d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-66a775b3c97a0cdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6da9938dd2db807f.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-447cd60579206949.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-98d9492c268dc397.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-f0f41558ff56cfa5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-a950c3b8865b3834.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-76fdf975c3ef5f56.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d7fa97b7f0c82083.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f65209c98d13d020.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-067f75d0b1e13b75.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-155af274e62e4fda.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e840c726e561ef92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-eb1d080b12ae8c0f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4500e615bc0dd49d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f3c802008044b3e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8abe4779b4e98d73.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e7513872321673bb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7ac8e8b3d343b5a1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-73c51197ed8e5258.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d161d590ed954c52.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e34273816740d0f6.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-8d912d273cd9a399.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89fac9729918a42d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bfbb2fa73ee21ea5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db8e30bd742d167b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5360f94df5fae2ce.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-943d998998b4d9af.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-82636532eddb8139.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9fd124c8ef1f69d0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-00156a2215c3262f.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-7cba7b1d9ef8c369.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-dc48ad0038db4456.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-4db964c22e8649c1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c153a38cc835d358.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-863127480a0752be.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-09d73141b1918d37.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-493c4a41abac47ce.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-aa35e69ccae4f886.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-46a6c069c9d8d413.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.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-3abd759e47f12c14.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c78602a24aa8eee0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-07afed1feab68e9d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-de68157e9808303c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.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-e1785b8d9756a40a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-db9effad285786c2.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-060498d8aab3c360.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d72ad8b7e34ef1d5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b2d4f2bbd381b16a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5c8eac069027431a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-068cd9d337c5a25f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ff8d89e755fbcd9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fe4d8050d1ce2709.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-80844db57c46f60d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-610c39d51f54be4e.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-9cb4b45b85e38268.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-41945da098b72cd5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5cb3ef9818407cdd.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-220e6db68810cfa2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-468624e058739e3b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc5ef85873981447.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0d9e4f9ea8b4595a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0fb8b605bbfd881f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f966a333adb39b2a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b6ded8bf03951d3a.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-989a92bccbdc0283.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1485f16fd854765b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c2be6aeb84e3fdc.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-436183675d625028.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a37431deb39776a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7b4ceeeeeb952915.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e1d765c7b5b5f7f6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-806c9767c004150a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-90f3d6a74d7641a0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a4f22a856a9d49e9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9e99ea807c4e853f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-6836985deffef2da.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c852f6874657a1c1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-468d0a4b93f63a49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/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-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
43072024-09-26T20:07:16.170Z 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=ccea1917878787b4 -C extra-filename=-ccea1917878787b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.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-ab8bb954528b4839.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-616773aae68b171d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2396091a33ed140b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2123433c4c5aba73.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d5b4d25fa3b6ff01.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-66a775b3c97a0cdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8d96ed3c0f645ade.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6da9938dd2db807f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-98d9492c268dc397.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-f0f41558ff56cfa5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-a950c3b8865b3834.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62a61e72c9d376a8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f65209c98d13d020.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-067f75d0b1e13b75.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-155af274e62e4fda.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4500e615bc0dd49d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a94629f0533ceeb4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-1f3c802008044b3e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-fc3e9785c2b51d39.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5307a36688f7075b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-769376efa1ba86eb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bb39bbb20f8b88b1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-73c51197ed8e5258.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d161d590ed954c52.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e34273816740d0f6.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-8d912d273cd9a399.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89fac9729918a42d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bfbb2fa73ee21ea5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-db8e30bd742d167b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-5360f94df5fae2ce.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-943d998998b4d9af.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-82636532eddb8139.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9fd124c8ef1f69d0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-00156a2215c3262f.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-7cba7b1d9ef8c369.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-dc48ad0038db4456.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-4db964c22e8649c1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c153a38cc835d358.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-863127480a0752be.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-09d73141b1918d37.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-960c8fbec5aba13b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-493c4a41abac47ce.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b81d77847f9d57f.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-3abd759e47f12c14.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c78602a24aa8eee0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-07afed1feab68e9d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-888af9b706764397.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-060498d8aab3c360.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-37c48a0910e9c7f3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b2d4f2bbd381b16a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-068cd9d337c5a25f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-ff8d89e755fbcd9a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fe4d8050d1ce2709.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9d0cebb1dfdd1c7b.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-80844db57c46f60d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-610c39d51f54be4e.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-5cb3ef9818407cdd.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-220e6db68810cfa2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-468624e058739e3b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-432134aa9ea53f07.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cc5ef85873981447.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0d9e4f9ea8b4595a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-f8d87f440548dcec.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-0fb8b605bbfd881f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b77f2f78e8b09bf9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e4ad8f169245e957.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f966a333adb39b2a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-b6ded8bf03951d3a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1485f16fd854765b.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-436183675d625028.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a37431deb39776a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e1d765c7b5b5f7f6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff80803e7c01eb54.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b2c5de0a6793a89e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-90f3d6a74d7641a0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b8b267ec77b81b8e.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a4f22a856a9d49e9.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c852f6874657a1c1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-468d0a4b93f63a49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f668f91978ebd455.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-e8b5c01317fe1661/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-d34656e55e92aa96/out/lib`
43082024-09-26T20:07:30.398Z 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=d3f963a094929984 -C extra-filename=-d3f963a094929984 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5643645ca5b98d5d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9d3306970b1c0c56.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-25b9bd7f9abae822.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-bfbb2fa73ee21ea5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-493c4a41abac47ce.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-aa35e69ccae4f886.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-fbba5563cdcbaaf0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-c78602a24aa8eee0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3f2a179a2e04f00c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-545ce11aa6690bff.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d72ad8b7e34ef1d5.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-6f205af6eab76544.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-42c4d50779fe32e0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-90f3d6a74d7641a0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b2886c724e86b898.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
43092024-09-26T20:18:31.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26m 32s
43102024-09-26T20:18:40.104Z
43112024-09-26T20:18:40.130Zreal 26:40.979395459
43122024-09-26T20:18:40.130Zuser 1:44:07.155355734
43132024-09-26T20:18:40.130Zsys 29:14.003140033
43142024-09-26T20:18:40.130Ztrap 31.153307932
43152024-09-26T20:18:40.130Ztflt 4.473770471
43162024-09-26T20:18:40.130Zdflt 35:01.443169090
43172024-09-26T20:18:40.130Zkflt 0.171438091
43182024-09-26T20:18:40.130Zlock 4:58:53.812522464
43192024-09-26T20:18:40.131Zslp 14:41:30.155106922
43202024-09-26T20:18:40.131Zlat 52:32.386861216
43212024-09-26T20:18:40.131Zstop 10:16.462539283
43222024-09-26T20:18:41.124Z+ banner ls-apis
43232024-09-26T20:18:41.159Z+ source ./tools/include/force-git-over-https.sh
43242024-09-26T20:18:41.159Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
43252024-09-26T20:18:41.159Z++ (( i = 0 ))
43262024-09-26T20:18:41.159Z++ (( i < 5 ))
43272024-09-26T20:18:41.159Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
43282024-09-26T20:18:41.190Z++ (( i++ ))
43292024-09-26T20:18:41.191Z++ (( i < 5 ))
43302024-09-26T20:18:41.191Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
43312024-09-26T20:18:41.191Z++ (( i++ ))
43322024-09-26T20:18:41.191Z++ (( i < 5 ))
43332024-09-26T20:18:41.191Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
43342024-09-26T20:18:41.191Z++ (( i++ ))
43352024-09-26T20:18:41.191Z++ (( i < 5 ))
43362024-09-26T20:18:41.191Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
43372024-09-26T20:18:41.191Z++ (( i++ ))
43382024-09-26T20:18:41.191Z++ (( i < 5 ))
43392024-09-26T20:18:41.191Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
43402024-09-26T20:18:41.225Z++ (( i++ ))
43412024-09-26T20:18:41.225Z++ (( i < 5 ))
43422024-09-26T20:18:41.225Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
43432024-09-26T20:18:41.225Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
43442024-09-26T20:18:41.225Z+ ptime -m cargo xtask ls-apis apis
43452024-09-26T20:18:45.722Z
43462024-09-26T20:18:45.722Z # #### ## ##### # ####
43472024-09-26T20:18:45.722Z # # # # # # # #
43482024-09-26T20:18:45.722Z # #### ##### # # # # # ####
43492024-09-26T20:18:45.722Z # # ###### ##### # #
43502024-09-26T20:18:45.722Z # # # # # # # # #
43512024-09-26T20:18:45.722Z ###### #### # # # # ####
43522024-09-26T20:18:45.723Z
43532024-09-26T20:18:45.723Z Compiling serde v1.0.210
43542024-09-26T20:18:45.723Z Compiling rustix v0.38.34
43552024-09-26T20:18:45.723Z Compiling serde_json v1.0.128
43562024-09-26T20:18:45.723Z Compiling libc v0.2.159
43572024-09-26T20:18:45.723Z Compiling syn v2.0.77
43582024-09-26T20:18:45.723Z Compiling bitflags v2.6.0
43592024-09-26T20:18:45.723Z Compiling usdt-impl v0.5.0
43602024-09-26T20:18:45.723Z Compiling syn v1.0.109
43612024-09-26T20:18:45.723Z Compiling hashbrown v0.14.5
43622024-09-26T20:18:45.723Z Compiling log v0.4.21
43632024-09-26T20:18:45.723Z Compiling fs-err v2.11.0
43642024-09-26T20:18:45.723Z Compiling anyhow v1.0.89
43652024-09-26T20:18:45.723Z Compiling thread-id v4.2.1
43662024-09-26T20:18:45.723Z Compiling indexmap v2.4.0
43672024-09-26T20:18:46.679Z Compiling terminal_size v0.3.0
43682024-09-26T20:18:46.679Z Compiling tempfile v3.10.1
43692024-09-26T20:18:46.822Z Compiling clap_builder v4.5.18
43702024-09-26T20:18:47.495Z Compiling proc-macro-error v1.0.4
43712024-09-26T20:18:49.472Z Compiling tabled_derive v0.7.0
43722024-09-26T20:18:51.310Z Compiling tabled v0.15.0
43732024-09-26T20:18:51.920Z Compiling serde_derive v1.0.210
43742024-09-26T20:18:51.920Z Compiling thiserror-impl v1.0.64
43752024-09-26T20:18:51.944Z Compiling zerocopy-derive v0.7.34
43762024-09-26T20:18:51.944Z Compiling scroll_derive v0.12.0
43772024-09-26T20:18:51.944Z Compiling clap_derive v4.5.18
43782024-09-26T20:18:53.277Z Compiling scroll v0.12.0
43792024-09-26T20:18:53.692Z Compiling goblin v0.8.2
43802024-09-26T20:18:53.826Z Compiling zerocopy v0.7.34
43812024-09-26T20:18:54.535Z Compiling thiserror v1.0.64
43822024-09-26T20:18:54.675Z Compiling pest v2.7.10
43832024-09-26T20:18:55.363Z Compiling clap v4.5.18
43842024-09-26T20:18:56.901Z Compiling pest_meta v2.7.10
43852024-09-26T20:18:57.898Z Compiling pest_generator v2.7.10
43862024-09-26T20:18:59.684Z Compiling pest_derive v2.7.10
43872024-09-26T20:19:00.519Z Compiling dtrace-parser v0.2.0
43882024-09-26T20:19:01.826Z Compiling serde_tokenstream v0.2.2
43892024-09-26T20:19:01.866Z Compiling toml_datetime v0.6.8
43902024-09-26T20:19:01.866Z Compiling serde_spanned v0.6.7
43912024-09-26T20:19:01.941Z Compiling camino v1.1.9
43922024-09-26T20:19:02.117Z Compiling cargo-platform v0.1.8
43932024-09-26T20:19:02.237Z Compiling toml_edit v0.22.22
43942024-09-26T20:19:02.262Z Compiling semver v1.0.23
43952024-09-26T20:19:02.387Z Compiling macaddr v1.0.1
43962024-09-26T20:19:02.642Z Compiling camino-tempfile v1.1.1
43972024-09-26T20:19:03.247Z Compiling dof v0.3.0
43982024-09-26T20:19:03.272Z Compiling cargo_metadata v0.18.1
43992024-09-26T20:19:04.948Z Compiling toml v0.8.19
44002024-09-26T20:19:05.107Z Compiling usdt-macro v0.5.0
44012024-09-26T20:19:05.157Z Compiling usdt-attr-macro v0.5.0
44022024-09-26T20:19:05.738Z Compiling cargo_toml v0.20.5
44032024-09-26T20:19:06.491Z Compiling usdt v0.5.0
44042024-09-26T20:19:10.121Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44052024-09-26T20:19:15.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.33s
44062024-09-26T20:19:15.705Z Running `target/debug/xtask ls-apis apis`
44072024-09-26T20:19:17.496Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
44082024-09-26T20:19:20.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s
44092024-09-26T20:19:20.269Z Running `target/debug/ls-apis apis`
44102024-09-26T20:19:20.332Zloading metadata for workspace omicron from current workspace
44112024-09-26T20:19:22.899Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/Cargo.toml
44122024-09-26T20:19:22.924Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/Cargo.toml
44132024-09-26T20:19:22.924Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/a551f24/Cargo.toml
44142024-09-26T20:19:37.192Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/aa89d9c/Cargo.toml
44152024-09-26T20:19:41.560Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
44162024-09-26T20:19:41.584Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
44172024-09-26T20:19:41.679ZBootstrap Agent (client: bootstrap-agent-client)
44182024-09-26T20:19:41.679Z consumed by: omicron-sled-agent (omicron/sled-agent)
44192024-09-26T20:19:41.679Z consumed by: wicketd (omicron/wicketd)
44202024-09-26T20:19:41.679Z
44212024-09-26T20:19:41.679ZCockroachDB Cluster Admin (client: cockroach-admin-client)
44222024-09-26T20:19:41.679Z consumed by: omicron-nexus (omicron/nexus)
44232024-09-26T20:19:41.679Z
44242024-09-26T20:19:41.679ZCrucible Agent (client: crucible-agent-client)
44252024-09-26T20:19:41.679Z consumed by: omicron-nexus (omicron/nexus)
44262024-09-26T20:19:41.679Z
44272024-09-26T20:19:41.679ZCrucible Control (for testing only) (client: crucible-control-client)
44282024-09-26T20:19:41.679Z
44292024-09-26T20:19:41.680ZCrucible Pantry (client: crucible-pantry-client)
44302024-09-26T20:19:41.680Z consumed by: omicron-nexus (omicron/nexus)
44312024-09-26T20:19:41.680Z
44322024-09-26T20:19:41.680ZMaghemite DDM Admin (client: ddm-admin-client)
44332024-09-26T20:19:41.680Z consumed by: installinator (omicron/installinator)
44342024-09-26T20:19:41.680Z consumed by: mgd (maghemite/mgd)
44352024-09-26T20:19:41.680Z consumed by: omicron-sled-agent (omicron/sled-agent)
44362024-09-26T20:19:41.680Z consumed by: wicketd (omicron/wicketd)
44372024-09-26T20:19:41.680Z
44382024-09-26T20:19:41.680ZDNS Server (client: dns-service-client)
44392024-09-26T20:19:41.705Z consumed by: omicron-nexus (omicron/nexus)
44402024-09-26T20:19:41.705Z consumed by: omicron-sled-agent (omicron/sled-agent)
44412024-09-26T20:19:41.705Z
44422024-09-26T20:19:41.705ZDendrite DPD (client: dpd-client)
44432024-09-26T20:19:41.705Z consumed by: ddmd (maghemite/ddmd)
44442024-09-26T20:19:41.705Z consumed by: mgd (maghemite/mgd)
44452024-09-26T20:19:41.705Z consumed by: omicron-nexus (omicron/nexus)
44462024-09-26T20:19:41.705Z consumed by: omicron-sled-agent (omicron/sled-agent)
44472024-09-26T20:19:41.705Z consumed by: tfportd (dendrite/tfportd)
44482024-09-26T20:19:41.705Z consumed by: wicketd (omicron/wicketd)
44492024-09-26T20:19:41.705Z
44502024-09-26T20:19:41.705ZDownstairs Controller (debugging only) (client: dsc-client)
44512024-09-26T20:19:41.706Z
44522024-09-26T20:19:41.706ZManagement Gateway Service (client: gateway-client)
44532024-09-26T20:19:41.706Z consumed by: omicron-nexus (omicron/nexus)
44542024-09-26T20:19:41.706Z consumed by: omicron-sled-agent (omicron/sled-agent)
44552024-09-26T20:19:41.706Z consumed by: wicketd (omicron/wicketd)
44562024-09-26T20:19:41.706Z
44572024-09-26T20:19:41.706ZWicketd Installinator (client: installinator-client)
44582024-09-26T20:19:41.706Z consumed by: installinator (omicron/installinator)
44592024-09-26T20:19:41.706Z
44602024-09-26T20:19:41.706ZMaghemite MG Admin (client: mg-admin-client)
44612024-09-26T20:19:41.706Z consumed by: omicron-nexus (omicron/nexus)
44622024-09-26T20:19:41.706Z consumed by: omicron-sled-agent (omicron/sled-agent)
44632024-09-26T20:19:41.706Z
44642024-09-26T20:19:41.706ZNexus Internal API (client: nexus-client)
44652024-09-26T20:19:41.706Z consumed by: dpd (dendrite/dpd)
44662024-09-26T20:19:41.706Z consumed by: omicron-nexus (omicron/nexus)
44672024-09-26T20:19:41.706Z consumed by: omicron-sled-agent (omicron/sled-agent)
44682024-09-26T20:19:41.706Z consumed by: oximeter-collector (omicron/oximeter/collector)
44692024-09-26T20:19:41.706Z consumed by: propolis-server (propolis/bin/propolis-server)
44702024-09-26T20:19:41.706Z
44712024-09-26T20:19:41.706ZExternal API (client: oxide-client)
44722024-09-26T20:19:41.706Z
44732024-09-26T20:19:41.706ZOximeter (client: oximeter-client)
44742024-09-26T20:19:41.706Z consumed by: omicron-nexus (omicron/nexus)
44752024-09-26T20:19:41.706Z
44762024-09-26T20:19:41.706ZPropolis (client: propolis-client)
44772024-09-26T20:19:41.706Z consumed by: omicron-nexus (omicron/nexus)
44782024-09-26T20:19:41.706Z consumed by: omicron-sled-agent (omicron/sled-agent)
44792024-09-26T20:19:41.706Z
44802024-09-26T20:19:41.706ZCrucible Repair (client: repair-client)
44812024-09-26T20:19:41.706Z consumed by: crucible-downstairs (crucible/downstairs)
44822024-09-26T20:19:41.706Z
44832024-09-26T20:19:41.706ZSled Agent (client: sled-agent-client)
44842024-09-26T20:19:41.706Z consumed by: omicron-nexus (omicron/nexus)
44852024-09-26T20:19:41.706Z consumed by: omicron-sled-agent (omicron/sled-agent)
44862024-09-26T20:19:41.706Z
44872024-09-26T20:19:41.706ZWicketd (client: wicketd-client)
44882024-09-26T20:19:41.706Z
44892024-09-26T20:19:41.820Z
44902024-09-26T20:19:41.820Zreal 1:00.601799410
44912024-09-26T20:19:41.820Zuser 2:21.409123337
44922024-09-26T20:19:41.820Zsys 42.709642949
44932024-09-26T20:19:41.820Ztrap 0.067167235
44942024-09-26T20:19:41.820Ztflt 2.424553751
44952024-09-26T20:19:41.820Zdflt 3.368690301
44962024-09-26T20:19:41.820Zkflt 0.014626547
44972024-09-26T20:19:41.820Zlock 3:55.383218609
44982024-09-26T20:19:41.820Zslp 8:44.991885449
44992024-09-26T20:19:41.820Zlat 5.630509262
45002024-09-26T20:19:41.820Zstop 9.481576831
45012024-09-26T20:19:41.844Z+ ptime -m cargo xtask ls-apis deployment-units
45022024-09-26T20:19:42.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
45032024-09-26T20:19:42.788Z Running `target/debug/xtask ls-apis deployment-units`
45042024-09-26T20:19:44.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
45052024-09-26T20:19:44.284Z Running `target/debug/ls-apis deployment-units`
45062024-09-26T20:19:44.351Zloading metadata for workspace omicron from current workspace
45072024-09-26T20:19:46.260Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/Cargo.toml
45082024-09-26T20:19:46.285Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/Cargo.toml
45092024-09-26T20:19:46.285Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/a551f24/Cargo.toml
45102024-09-26T20:19:49.008Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/aa89d9c/Cargo.toml
45112024-09-26T20:19:50.160Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
45122024-09-26T20:19:50.184Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
45132024-09-26T20:19:50.271ZClickhouse Admin
45142024-09-26T20:19:50.271Z omicron-clickhouse-admin (omicron/clickhouse-admin)
45152024-09-26T20:19:50.320Z
45162024-09-26T20:19:50.320Z
45172024-09-26T20:19:50.320ZCockroach Admin
45182024-09-26T20:19:50.320Z omicron-cockroach-admin (omicron/cockroach-admin)
45192024-09-26T20:19:50.320Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
45202024-09-26T20:19:50.320Z
45212024-09-26T20:19:50.320Z
45222024-09-26T20:19:50.320ZCrucible
45232024-09-26T20:19:50.321Z crucible-agent (crucible/agent)
45242024-09-26T20:19:50.321Z exposes: Crucible Agent (client = crucible-agent-client)
45252024-09-26T20:19:50.321Z
45262024-09-26T20:19:50.321Z crucible-downstairs (crucible/downstairs)
45272024-09-26T20:19:50.321Z exposes: Crucible Repair (client = repair-client)
45282024-09-26T20:19:50.321Z consumes: repair-client
45292024-09-26T20:19:50.321Z
45302024-09-26T20:19:50.321Z
45312024-09-26T20:19:50.321ZCrucible Pantry
45322024-09-26T20:19:50.321Z crucible-pantry (crucible/pantry)
45332024-09-26T20:19:50.321Z exposes: Crucible Pantry (client = crucible-pantry-client)
45342024-09-26T20:19:50.321Z
45352024-09-26T20:19:50.321Z
45362024-09-26T20:19:50.321ZDNS Server
45372024-09-26T20:19:50.321Z dns-server (omicron/dns-server)
45382024-09-26T20:19:50.321Z exposes: DNS Server (client = dns-service-client)
45392024-09-26T20:19:50.321Z
45402024-09-26T20:19:50.321Z
45412024-09-26T20:19:50.321ZHost OS
45422024-09-26T20:19:50.321Z ddmd (maghemite/ddmd)
45432024-09-26T20:19:50.321Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
45442024-09-26T20:19:50.321Z consumes: dpd-client
45452024-09-26T20:19:50.321Z
45462024-09-26T20:19:50.321Z dpd (dendrite/dpd)
45472024-09-26T20:19:50.321Z exposes: Dendrite DPD (client = dpd-client)
45482024-09-26T20:19:50.321Z consumes: nexus-client
45492024-09-26T20:19:50.321Z
45502024-09-26T20:19:50.321Z mgd (maghemite/mgd)
45512024-09-26T20:19:50.321Z exposes: Maghemite MG Admin (client = mg-admin-client)
45522024-09-26T20:19:50.321Z consumes: ddm-admin-client
45532024-09-26T20:19:50.321Z consumes: dpd-client
45542024-09-26T20:19:50.321Z
45552024-09-26T20:19:50.321Z omicron-gateway (omicron/gateway)
45562024-09-26T20:19:50.321Z exposes: Management Gateway Service (client = gateway-client)
45572024-09-26T20:19:50.321Z
45582024-09-26T20:19:50.321Z omicron-sled-agent (omicron/sled-agent)
45592024-09-26T20:19:50.321Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
45602024-09-26T20:19:50.321Z exposes: Sled Agent (client = sled-agent-client)
45612024-09-26T20:19:50.322Z consumes: bootstrap-agent-client
45622024-09-26T20:19:50.322Z consumes: ddm-admin-client
45632024-09-26T20:19:50.322Z consumes: dns-service-client
45642024-09-26T20:19:50.322Z consumes: dpd-client
45652024-09-26T20:19:50.322Z consumes: gateway-client
45662024-09-26T20:19:50.322Z consumes: mg-admin-client
45672024-09-26T20:19:50.322Z consumes: nexus-client
45682024-09-26T20:19:50.322Z consumes: propolis-client
45692024-09-26T20:19:50.322Z consumes: sled-agent-client
45702024-09-26T20:19:50.322Z
45712024-09-26T20:19:50.322Z propolis-server (propolis/bin/propolis-server)
45722024-09-26T20:19:50.322Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
45732024-09-26T20:19:50.322Z exposes: Propolis (client = propolis-client)
45742024-09-26T20:19:50.322Z consumes: nexus-client
45752024-09-26T20:19:50.322Z
45762024-09-26T20:19:50.322Z tfportd (dendrite/tfportd)
45772024-09-26T20:19:50.322Z consumes: dpd-client
45782024-09-26T20:19:50.322Z
45792024-09-26T20:19:50.322Z wicketd (omicron/wicketd)
45802024-09-26T20:19:50.322Z exposes: Wicketd Installinator (client = installinator-client)
45812024-09-26T20:19:50.322Z exposes: Wicketd (client = wicketd-client)
45822024-09-26T20:19:50.322Z consumes: bootstrap-agent-client
45832024-09-26T20:19:50.322Z consumes: ddm-admin-client
45842024-09-26T20:19:50.322Z consumes: dpd-client
45852024-09-26T20:19:50.322Z consumes: gateway-client
45862024-09-26T20:19:50.322Z
45872024-09-26T20:19:50.322Z
45882024-09-26T20:19:50.322ZInstallinator
45892024-09-26T20:19:50.322Z installinator (omicron/installinator)
45902024-09-26T20:19:50.322Z consumes: ddm-admin-client
45912024-09-26T20:19:50.322Z consumes: installinator-client
45922024-09-26T20:19:50.322Z
45932024-09-26T20:19:50.322Z
45942024-09-26T20:19:50.322ZNexus
45952024-09-26T20:19:50.322Z omicron-nexus (omicron/nexus)
45962024-09-26T20:19:50.322Z exposes: Nexus Internal API (client = nexus-client)
45972024-09-26T20:19:50.322Z exposes: External API (client = oxide-client)
45982024-09-26T20:19:50.322Z consumes: cockroach-admin-client
45992024-09-26T20:19:50.322Z consumes: crucible-agent-client
46002024-09-26T20:19:50.322Z consumes: crucible-pantry-client
46012024-09-26T20:19:50.322Z consumes: dns-service-client
46022024-09-26T20:19:50.323Z consumes: dpd-client
46032024-09-26T20:19:50.323Z consumes: gateway-client
46042024-09-26T20:19:50.323Z consumes: mg-admin-client
46052024-09-26T20:19:50.323Z consumes: nexus-client
46062024-09-26T20:19:50.323Z consumes: oximeter-client
46072024-09-26T20:19:50.323Z consumes: propolis-client
46082024-09-26T20:19:50.323Z consumes: sled-agent-client
46092024-09-26T20:19:50.323Z
46102024-09-26T20:19:50.323Z
46112024-09-26T20:19:50.323ZOximeter
46122024-09-26T20:19:50.323Z oximeter-collector (omicron/oximeter/collector)
46132024-09-26T20:19:50.323Z exposes: Oximeter (client = oximeter-client)
46142024-09-26T20:19:50.347Z consumes: nexus-client
46152024-09-26T20:19:50.347Z
46162024-09-26T20:19:50.347Z
46172024-09-26T20:19:50.405Z
46182024-09-26T20:19:50.405Zreal 8.562578903
46192024-09-26T20:19:50.405Zuser 6.158869292
46202024-09-26T20:19:50.405Zsys 3.230976595
46212024-09-26T20:19:50.405Ztrap 0.001190485
46222024-09-26T20:19:50.405Ztflt 0.000045890
46232024-09-26T20:19:50.405Zdflt 0.000077352
46242024-09-26T20:19:50.405Zkflt 0.000000000
46252024-09-26T20:19:50.406Zlock 0.004675812
46262024-09-26T20:19:50.406Zslp 17.245341851
46272024-09-26T20:19:50.406Zlat 0.069073474
46282024-09-26T20:19:50.406Zstop 0.065343830
46292024-09-26T20:19:50.430Z+ ptime -m cargo xtask ls-apis servers
46302024-09-26T20:19:51.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
46312024-09-26T20:19:51.315Z Running `target/debug/xtask ls-apis servers`
46322024-09-26T20:19:52.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
46332024-09-26T20:19:52.622Z Running `target/debug/ls-apis servers`
46342024-09-26T20:19:52.676Zloading metadata for workspace omicron from current workspace
46352024-09-26T20:19:54.486Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/Cargo.toml
46362024-09-26T20:19:54.509Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/a551f24/Cargo.toml
46372024-09-26T20:19:54.509Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/Cargo.toml
46382024-09-26T20:19:57.106Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/aa89d9c/Cargo.toml
46392024-09-26T20:19:58.153Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
46402024-09-26T20:19:58.177Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
46412024-09-26T20:19:58.265Zomicron-clickhouse-admin (omicron/clickhouse-admin)
46422024-09-26T20:19:58.316Z
46432024-09-26T20:19:58.316Zomicron-cockroach-admin (omicron/cockroach-admin)
46442024-09-26T20:19:58.316Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
46452024-09-26T20:19:58.316Z
46462024-09-26T20:19:58.316Zcrucible-agent (crucible/agent)
46472024-09-26T20:19:58.316Z exposes: Crucible Agent (client = crucible-agent-client)
46482024-09-26T20:19:58.316Z
46492024-09-26T20:19:58.316Zcrucible-downstairs (crucible/downstairs)
46502024-09-26T20:19:58.316Z exposes: Crucible Repair (client = repair-client)
46512024-09-26T20:19:58.316Z consumes: repair-client
46522024-09-26T20:19:58.316Z
46532024-09-26T20:19:58.316Zcrucible-pantry (crucible/pantry)
46542024-09-26T20:19:58.316Z exposes: Crucible Pantry (client = crucible-pantry-client)
46552024-09-26T20:19:58.316Z
46562024-09-26T20:19:58.317Zdns-server (omicron/dns-server)
46572024-09-26T20:19:58.317Z exposes: DNS Server (client = dns-service-client)
46582024-09-26T20:19:58.317Z
46592024-09-26T20:19:58.317Zomicron-sled-agent (omicron/sled-agent)
46602024-09-26T20:19:58.317Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
46612024-09-26T20:19:58.317Z exposes: Sled Agent (client = sled-agent-client)
46622024-09-26T20:19:58.317Z consumes: bootstrap-agent-client
46632024-09-26T20:19:58.317Z consumes: ddm-admin-client
46642024-09-26T20:19:58.317Z consumes: dns-service-client
46652024-09-26T20:19:58.317Z consumes: dpd-client
46662024-09-26T20:19:58.317Z consumes: gateway-client
46672024-09-26T20:19:58.317Z consumes: mg-admin-client
46682024-09-26T20:19:58.317Z consumes: nexus-client
46692024-09-26T20:19:58.317Z consumes: propolis-client
46702024-09-26T20:19:58.317Z consumes: sled-agent-client
46712024-09-26T20:19:58.317Z
46722024-09-26T20:19:58.317Zpropolis-server (propolis/bin/propolis-server)
46732024-09-26T20:19:58.317Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
46742024-09-26T20:19:58.317Z exposes: Propolis (client = propolis-client)
46752024-09-26T20:19:58.317Z consumes: nexus-client
46762024-09-26T20:19:58.317Z
46772024-09-26T20:19:58.317Zddmd (maghemite/ddmd)
46782024-09-26T20:19:58.317Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
46792024-09-26T20:19:58.317Z consumes: dpd-client
46802024-09-26T20:19:58.318Z
46812024-09-26T20:19:58.318Zdpd (dendrite/dpd)
46822024-09-26T20:19:58.318Z exposes: Dendrite DPD (client = dpd-client)
46832024-09-26T20:19:58.318Z consumes: nexus-client
46842024-09-26T20:19:58.318Z
46852024-09-26T20:19:58.318Zmgd (maghemite/mgd)
46862024-09-26T20:19:58.318Z exposes: Maghemite MG Admin (client = mg-admin-client)
46872024-09-26T20:19:58.318Z consumes: ddm-admin-client
46882024-09-26T20:19:58.318Z consumes: dpd-client
46892024-09-26T20:19:58.318Z
46902024-09-26T20:19:58.318Zomicron-gateway (omicron/gateway)
46912024-09-26T20:19:58.318Z exposes: Management Gateway Service (client = gateway-client)
46922024-09-26T20:19:58.318Z
46932024-09-26T20:19:58.318Ztfportd (dendrite/tfportd)
46942024-09-26T20:19:58.318Z consumes: dpd-client
46952024-09-26T20:19:58.319Z
46962024-09-26T20:19:58.319Zwicketd (omicron/wicketd)
46972024-09-26T20:19:58.319Z exposes: Wicketd Installinator (client = installinator-client)
46982024-09-26T20:19:58.319Z exposes: Wicketd (client = wicketd-client)
46992024-09-26T20:19:58.319Z consumes: bootstrap-agent-client
47002024-09-26T20:19:58.319Z consumes: ddm-admin-client
47012024-09-26T20:19:58.319Z consumes: dpd-client
47022024-09-26T20:19:58.319Z consumes: gateway-client
47032024-09-26T20:19:58.319Z
47042024-09-26T20:19:58.319Zinstallinator (omicron/installinator)
47052024-09-26T20:19:58.319Z consumes: ddm-admin-client
47062024-09-26T20:19:58.319Z consumes: installinator-client
47072024-09-26T20:19:58.319Z
47082024-09-26T20:19:58.319Zomicron-nexus (omicron/nexus)
47092024-09-26T20:19:58.320Z exposes: Nexus Internal API (client = nexus-client)
47102024-09-26T20:19:58.320Z exposes: External API (client = oxide-client)
47112024-09-26T20:19:58.320Z consumes: cockroach-admin-client
47122024-09-26T20:19:58.320Z consumes: crucible-agent-client
47132024-09-26T20:19:58.320Z consumes: crucible-pantry-client
47142024-09-26T20:19:58.320Z consumes: dns-service-client
47152024-09-26T20:19:58.320Z consumes: dpd-client
47162024-09-26T20:19:58.320Z consumes: gateway-client
47172024-09-26T20:19:58.321Z consumes: mg-admin-client
47182024-09-26T20:19:58.321Z consumes: nexus-client
47192024-09-26T20:19:58.321Z consumes: oximeter-client
47202024-09-26T20:19:58.321Z consumes: propolis-client
47212024-09-26T20:19:58.321Z consumes: sled-agent-client
47222024-09-26T20:19:58.322Z
47232024-09-26T20:19:58.322Zoximeter-collector (omicron/oximeter/collector)
47242024-09-26T20:19:58.322Z exposes: Oximeter (client = oximeter-client)
47252024-09-26T20:19:58.322Z consumes: nexus-client
47262024-09-26T20:19:58.322Z
47272024-09-26T20:19:58.407Z
47282024-09-26T20:19:58.407Zreal 7.974830699
47292024-09-26T20:19:58.407Zuser 5.923165578
47302024-09-26T20:19:58.407Zsys 2.952585388
47312024-09-26T20:19:58.407Ztrap 0.001175067
47322024-09-26T20:19:58.407Ztflt 0.000003326
47332024-09-26T20:19:58.407Zdflt 0.000159655
47342024-09-26T20:19:58.407Zkflt 0.000000000
47352024-09-26T20:19:58.407Zlock 0.004107397
47362024-09-26T20:19:58.407Zslp 16.368018628
47372024-09-26T20:19:58.407Zlat 0.053391108
47382024-09-26T20:19:58.408Zstop 0.069065081
47392024-09-26T20:19:58.434Z+ banner test
47402024-09-26T20:19:58.434Z
47412024-09-26T20:19:58.434Z ##### ###### #### #####
47422024-09-26T20:19:58.434Z # # # #
47432024-09-26T20:19:58.434Z # ##### #### #
47442024-09-26T20:19:58.434Z # # # #
47452024-09-26T20:19:58.434Z # # # # #
47462024-09-26T20:19:58.434Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose
47472024-09-26T20:19:58.434Z # ###### #### #
47482024-09-26T20:19:58.434Z
47492024-09-26T20:20:00.493Zinfo: experimental features enabled: setup-scripts
47502024-09-26T20:20:02.713Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47512024-09-26T20:20:02.756Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
47522024-09-26T20:20:02.799Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
47532024-09-26T20:20:02.824Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
47542024-09-26T20:20:15.462Z Finished `test` profile [unoptimized + debuginfo] target(s) in 14.95s
47552024-09-26T20:20:19.621Z------------
47562024-09-26T20:20:19.621Z Nextest run ID eeb0bb77-994c-447d-8a70-b3fc192c2ee1 with nextest profile: ci
47572024-09-26T20:20:19.621Z Starting 1595 tests across 164 binaries (4 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter)
47582024-09-26T20:20:19.645Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
47592024-09-26T20:20:20.820Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47602024-09-26T20:20:23.510Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47612024-09-26T20:20:25.787Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
47622024-09-26T20:20:33.282Z Finished `test` profile [unoptimized + debuginfo] target(s) in 13.56s
47632024-09-26T20:20:33.385Z Running `target/debug/crdb-seed`
47642024-09-26T20:20:33.446ZSep 26 20:20:33.355 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmp4EN8yU
47652024-09-26T20:20:33.470ZSep 26 20:20:33.355 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpHxRYkA,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmp4EN8yU/listen-url
47662024-09-26T20:20:33.471ZSep 26 20:20:33.358 INFO cockroach environment: BUILDOMAT_JOB_ID=01J8QXYJ8N56DT0F25W4M9S1WB 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= CARGO_TERM_COLOR=always CI=true GITHUB_BRANCH=ixi/lock-omicron-common-deps GITHUB_REF=refs/heads/ixi/lock-omicron-common-deps GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=278ca2e40b1e643367f9086097500770325319ef 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-e8b5c01317fe1661/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-4218a6ab0b0476c1/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out:/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out:/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/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:/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envlAEaLf NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out:/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out:/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/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:/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=eeb0bb77-994c-447d-8a70-b3fc192c2ee1 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
47672024-09-26T20:20:34.380ZSep 26 20:20:34.290 INFO cockroach pid: 6504
47682024-09-26T20:20:34.380ZSep 26 20:20:34.290 INFO cockroach listen URL: postgresql://root@[::1]:34551/omicron?sslmode=disable
47692024-09-26T20:20:34.380ZSep 26 20:20:34.290 INFO cockroach: populating
47702024-09-26T20:20:37.458ZSep 26 20:20:37.368 INFO cockroach: populated
47712024-09-26T20:20:40.307ZSep 26 20:20:40.216 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/77200f083661968e1816b3cfe20c23cc577df2a5580aad45400b80de60c85391.tar`
47722024-09-26T20:20:40.331Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
47732024-09-26T20:20:40.465Z PASS [ 0.077s] api_identity test::test_identity
47742024-09-26T20:20:40.465Z PASS [ 0.066s] api_identity test::test_identity_no_field
47752024-09-26T20:20:40.465Z PASS [ 0.057s] authz-macros tests::test_authz_snapshots
47762024-09-26T20:20:40.465Z PASS [ 0.047s] bootstore schemes::tests::hello_roundtrip
47772024-09-26T20:20:40.465Z PASS [ 0.058s] bootstore schemes::v0::share_pkg::tests::create_packages
47782024-09-26T20:20:40.465Z PASS [ 0.048s] bootstore trust_quorum::rack_secret::tests::create_and_verify
47792024-09-26T20:20:40.465Z PASS [ 0.037s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
47802024-09-26T20:20:40.465Z PASS [ 0.093s] bootstore schemes::v0::peer::tests::network_config
47812024-09-26T20:20:40.495Z PASS [ 0.038s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
47822024-09-26T20:20:40.532Z PASS [ 0.041s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
47832024-09-26T20:20:40.532Z PASS [ 0.068s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
47842024-09-26T20:20:40.532Z PASS [ 0.060s] clickhouse-admin-types tests::test_empty_output_parse_fail
47852024-09-26T20:20:40.558Z PASS [ 0.050s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success
47862024-09-26T20:20:40.582Z PASS [ 0.037s] clickhouse-admin-types tests::test_full_lgif_parse_success
47872024-09-26T20:20:40.582Z PASS [ 0.050s] clickhouse-admin-types tests::test_full_raft_config_parse_success
47882024-09-26T20:20:40.854Z PASS [ 0.039s] clickhouse-admin-types tests::test_generate_replica_config
47892024-09-26T20:20:40.879Z PASS [ 0.052s] clickhouse-admin-types tests::test_generate_keeper_config
47902024-09-26T20:20:40.879Z PASS [ 0.050s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
47912024-09-26T20:20:40.879Z PASS [ 0.177s] cert-dev::test-cert-dev test_cert_create
47922024-09-26T20:20:40.879Z PASS [ 0.036s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
47932024-09-26T20:20:40.879Z PASS [ 0.054s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
47942024-09-26T20:20:40.879Z PASS [ 0.043s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
47952024-09-26T20:20:40.879Z PASS [ 0.032s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
47962024-09-26T20:20:40.879Z PASS [ 0.060s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
47972024-09-26T20:20:40.879Z PASS [ 0.049s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
47982024-09-26T20:20:40.879Z PASS [ 0.040s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
47992024-09-26T20:20:40.879Z PASS [ 0.064s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
48002024-09-26T20:20:40.879Z PASS [ 0.036s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
48012024-09-26T20:20:40.879Z PASS [ 0.050s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
48022024-09-26T20:20:40.879Z PASS [ 0.063s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
48032024-09-26T20:20:40.879Z PASS [ 0.051s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
48042024-09-26T20:20:40.879Z PASS [ 0.039s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
48052024-09-26T20:20:40.879Z PASS [ 0.061s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
48062024-09-26T20:20:40.879Z PASS [ 0.049s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
48072024-09-26T20:20:40.879Z PASS [ 0.055s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
48082024-09-26T20:20:40.879Z PASS [ 0.042s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
48092024-09-26T20:20:40.879Z PASS [ 0.034s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
48102024-09-26T20:20:40.879Z PASS [ 0.040s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
48112024-09-26T20:20:40.879Z PASS [ 0.027s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
48122024-09-26T20:20:40.879Z PASS [ 0.033s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
48132024-09-26T20:20:40.879Z PASS [ 0.026s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
48142024-09-26T20:20:40.903Z PASS [ 0.098s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
48152024-09-26T20:20:40.903Z PASS [ 0.109s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
48162024-09-26T20:20:40.989Z PASS [ 0.088s] db-macros lookup::test::test_lookup_snapshots
48172024-09-26T20:20:41.020Z PASS [ 0.034s] db-macros tests::test_derive_metadata_identity_fails_for_enums
48182024-09-26T20:20:41.044Z PASS [ 0.186s] db-dev::test-db-dev test_db_dev_populate_no_args
48192024-09-26T20:20:41.068Z PASS [ 0.035s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
48202024-09-26T20:20:41.068Z PASS [ 0.189s] db-dev::test-db-dev test_db_dev_wipe_no_args
48212024-09-26T20:20:41.092Z PASS [ 0.032s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
48222024-09-26T20:20:41.092Z PASS [ 0.035s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
48232024-09-26T20:20:41.116Z PASS [ 0.036s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
48242024-09-26T20:20:41.116Z PASS [ 0.038s] db-macros tests::test_derive_snapshots
48252024-09-26T20:20:41.140Z PASS [ 0.032s] db-macros tests::test_derive_with_unknown_field
48262024-09-26T20:20:41.330Z PASS [ 0.216s] dns-server storage::test::test_update_in_progress
48272024-09-26T20:20:41.353Z PASS [ 0.239s] dns-server storage::test::test_update_basic
48282024-09-26T20:20:41.354Z PASS [ 0.221s] dns-server storage::test::test_update_interrupted
48292024-09-26T20:20:41.506Z PASS [ 1.142s] bootstore schemes::v0::peer::tests::basic_3_nodes
48302024-09-26T20:20:41.804Z PASS [ 0.450s] dns-server::basic_test a_crud
48312024-09-26T20:20:41.828Z PASS [ 0.453s] dns-server::basic_test empty_record
48322024-09-26T20:20:41.828Z PASS [ 0.477s] dns-server::basic_test aaaa_crud
48332024-09-26T20:20:41.891Z PASS [ 0.384s] dns-server::basic_test multi_record_crud
48342024-09-26T20:20:42.179Z PASS [ 0.384s] dns-server::basic_test name_contains_zone
48352024-09-26T20:20:42.205Z PASS [ 0.372s] dns-server::basic_test servfail
48362024-09-26T20:20:42.229Z PASS [ 0.402s] dns-server::basic_test nxdomain
48372024-09-26T20:20:42.266Z PASS [ 0.369s] dns-server::basic_test srv_crud
48382024-09-26T20:20:42.290Z PASS [ 0.089s] dns-service-client diff::test::diff_different
48392024-09-26T20:20:42.316Z PASS [ 0.087s] dns-service-client diff::test::diff_equivalent
48402024-09-26T20:20:42.316Z PASS [ 0.050s] dns-service-client diff::test::diff_invalid
48412024-09-26T20:20:42.341Z PASS [ 0.046s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
48422024-09-26T20:20:42.366Z PASS [ 0.073s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
48432024-09-26T20:20:42.399Z PASS [ 0.044s] illumos-utils destructor::test::test_destructor_bad_close
48442024-09-26T20:20:42.423Z PASS [ 0.101s] illumos-utils destructor::test::test_delayed_delete
48452024-09-26T20:20:42.447Z PASS [ 0.043s] illumos-utils link::test::test_allocate
48462024-09-26T20:20:42.471Z PASS [ 0.043s] illumos-utils link::test::test_allocate_within_scopes
48472024-09-26T20:20:42.496Z PASS [ 0.036s] illumos-utils running_zone::tests::test_is_oxide_smf_service
48482024-09-26T20:20:42.520Z PASS [ 0.043s] illumos-utils zfs::test::parse_dataset_bad_avail
48492024-09-26T20:20:42.520Z PASS [ 0.036s] illumos-utils zfs::test::parse_dataset_bad_quota
48502024-09-26T20:20:42.544Z PASS [ 0.035s] illumos-utils zfs::test::parse_dataset_bad_reservation
48512024-09-26T20:20:42.568Z PASS [ 0.035s] illumos-utils zfs::test::parse_dataset_bad_usage
48522024-09-26T20:20:42.593Z PASS [ 0.038s] illumos-utils zfs::test::parse_dataset_bad_uuid
48532024-09-26T20:20:42.618Z PASS [ 0.049s] illumos-utils zfs::test::parse_dataset_missing_fields
48542024-09-26T20:20:42.618Z PASS [ 0.038s] illumos-utils zfs::test::parse_dataset_props
48552024-09-26T20:20:42.642Z PASS [ 0.029s] illumos-utils zfs::test::parse_dataset_props_with_optionals
48562024-09-26T20:20:42.666Z PASS [ 0.038s] illumos-utils zone::tests::test_parse_ip_network
48572024-09-26T20:20:42.666Z PASS [ 0.035s] illumos-utils zpool::test::test_parse_zpool
48582024-09-26T20:20:42.690Z PASS [ 0.037s] illumos-utils zpool::test::test_parse_zpool_missing_column
48592024-09-26T20:20:43.377Z PASS [ 1.035s] illumos-utils destructor::test::test_delayed_delete_with_error
48602024-09-26T20:20:43.572Z PASS [ 0.198s] installinator-common block_size_writer::tests::proptest_block_writer
48612024-09-26T20:20:43.614Z PASS [ 0.040s] internal-dns config::test::display_hosts
48622024-09-26T20:20:43.649Z PASS [ 0.036s] internal-dns config::test::display_srv_service
48632024-09-26T20:20:43.709Z PASS [ 0.059s] internal-dns config::test::test_builder_errors
48642024-09-26T20:20:43.780Z PASS [ 0.073s] internal-dns config::test::test_builder_output
48652024-09-26T20:20:45.092Z PASS [ 1.308s] internal-dns resolver::test::insert_and_lookup_multiple_records
48662024-09-26T20:20:45.481Z PASS [ 0.387s] internal-dns resolver::test::insert_and_lookup_one_record
48672024-09-26T20:20:45.824Z PASS [ 0.346s] internal-dns resolver::test::lookup_nonexistent_record_fails
48682024-09-26T20:20:46.241Z PASS [ 4.078s] dns-server::commands_test test_dnsadm
48692024-09-26T20:20:46.529Z PASS [ 0.689s] internal-dns resolver::test::resolver_can_access_backup_dns_server
48702024-09-26T20:20:46.803Z PASS [ 0.508s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client
48712024-09-26T20:20:47.206Z PASS [ 0.692s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets
48722024-09-26T20:20:47.262Z PASS [ 0.046s] ipcc tests::deserialize_fixed_value
48732024-09-26T20:20:47.286Z PASS [ 0.534s] internal-dns resolver::test::update_record
48742024-09-26T20:20:47.318Z PASS [ 0.065s] ipcc tests::installinator_image_id_round_trip
48752024-09-26T20:20:47.347Z PASS [ 0.046s] ipcc tests::serialized_size
48762024-09-26T20:20:47.392Z PASS [ 0.053s] key-manager tests::different_ikm_produces_different_keys
48772024-09-26T20:20:47.417Z PASS [ 0.090s] key-manager tests::different_disks_produce_different_keys
48782024-09-26T20:20:47.442Z PASS [ 0.037s] key-manager tests::disk_encryption_key_epoch_0
48792024-09-26T20:20:47.442Z PASS [ 0.032s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
48802024-09-26T20:20:47.556Z PASS [ 0.118s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
48812024-09-26T20:20:47.581Z PASS [ 0.150s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
48822024-09-26T20:20:47.605Z PASS [ 0.046s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
48832024-09-26T20:20:47.635Z PASS [ 0.044s] nexus-auth authn::external::session_cookie::test::test_get_token
48842024-09-26T20:20:47.659Z PASS [ 0.036s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
48852024-09-26T20:20:47.684Z PASS [ 0.048s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
48862024-09-26T20:20:47.708Z PASS [ 0.057s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
48872024-09-26T20:20:47.708Z PASS [ 0.047s] nexus-auth authn::external::session_cookie::test::test_other_cookie
48882024-09-26T20:20:47.739Z PASS [ 0.042s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
48892024-09-26T20:20:47.765Z PASS [ 0.045s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
48902024-09-26T20:20:47.795Z PASS [ 0.054s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
48912024-09-26T20:20:47.818Z PASS [ 0.052s] nexus-auth authn::external::spoof::test::test_make_header_value
48922024-09-26T20:20:47.852Z PASS [ 6.958s] db-dev::test-db-dev test_db_killed
48932024-09-26T20:20:47.852Z PASS [ 0.042s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
48942024-09-26T20:20:47.886Z PASS [ 0.064s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
48952024-09-26T20:20:47.917Z PASS [ 0.080s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
48962024-09-26T20:20:47.940Z PASS [ 0.083s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
48972024-09-26T20:20:47.966Z PASS [ 0.084s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
48982024-09-26T20:20:47.990Z PASS [ 0.065s] nexus-auth authn::external::test::test_authn_sequence
48992024-09-26T20:20:48.014Z PASS [ 0.064s] nexus-auth authn::external::token::test::test_make_header_value
49002024-09-26T20:20:48.038Z PASS [ 0.054s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
49012024-09-26T20:20:48.038Z PASS [ 0.039s] nexus-auth authn::external::token::test::test_token_header_missing
49022024-09-26T20:20:48.062Z PASS [ 0.045s] nexus-auth authn::external::token::test::test_token_header_valid
49032024-09-26T20:20:48.086Z PASS [ 0.055s] nexus-auth authn::test::test_internal_users
49042024-09-26T20:20:48.114Z PASS [ 0.055s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
49052024-09-26T20:20:48.143Z PASS [ 0.076s] nexus-auth context::test::test_background_context
49062024-09-26T20:20:48.167Z PASS [ 0.138s] nexus-auth authz::context::test::test_unregistered_resource
49072024-09-26T20:20:48.191Z PASS [ 0.081s] nexus-auth context::test::test_child_context
49082024-09-26T20:20:48.221Z PASS [ 0.083s] nexus-auth context::test::test_test_context
49092024-09-26T20:20:48.245Z PASS [ 0.061s] nexus-config nexus_config::test::test_config_bad_toml
49102024-09-26T20:20:48.269Z PASS [ 0.036s] nexus-config nexus_config::test::test_config_empty
49112024-09-26T20:20:48.293Z PASS [ 0.034s] nexus-config nexus_config::test::test_config_nonexistent
49122024-09-26T20:20:48.293Z PASS [ 0.126s] nexus-config nexus_config::test::test_bad_authn_schemes
49132024-09-26T20:20:48.318Z PASS [ 0.051s] nexus-config nexus_config::test::test_deployment_config_schema
49142024-09-26T20:20:48.342Z PASS [ 0.052s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
49152024-09-26T20:20:48.366Z PASS [ 0.071s] nexus-config nexus_config::test::test_repo_configs_are_valid
49162024-09-26T20:20:48.390Z PASS [ 0.044s] nexus-config postgres_config::test::test_bad_url
49172024-09-26T20:20:48.390Z PASS [ 0.057s] nexus-config nexus_config::test::test_valid
49182024-09-26T20:20:48.414Z PASS [ 0.038s] nexus-config postgres_config::test::test_example_url
49192024-09-26T20:20:48.414Z PASS [ 0.048s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data
49202024-09-26T20:20:48.454Z PASS [ 0.036s] nexus-db-fixed-data test::test_allowlist_id_is_valid
49212024-09-26T20:20:48.454Z PASS [ 0.050s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
49222024-09-26T20:20:48.478Z PASS [ 0.053s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
49232024-09-26T20:20:48.502Z PASS [ 0.069s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
49242024-09-26T20:20:48.526Z PASS [ 0.057s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
49252024-09-26T20:20:48.550Z PASS [ 0.069s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
49262024-09-26T20:20:48.574Z PASS [ 0.053s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware
49272024-09-26T20:20:48.604Z PASS [ 0.049s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
49282024-09-26T20:20:48.604Z PASS [ 0.102s] nexus-db-model device_auth::test::test_generate_user_code
49292024-09-26T20:20:48.703Z PASS [ 0.045s] nexus-db-model schema_versions::test::test_known_versions
49302024-09-26T20:20:48.703Z PASS [ 0.068s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
49312024-09-26T20:20:48.728Z PASS [ 0.116s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
49322024-09-26T20:20:48.774Z PASS [ 0.098s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
49332024-09-26T20:20:48.828Z PASS [ 0.158s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
49342024-09-26T20:20:48.828Z PASS [ 0.072s] nexus-db-model schema_versions::test::test_verify
49352024-09-26T20:20:48.862Z PASS [ 0.070s] nexus-db-model semver_version::test::test_to_from_sortable_string
49362024-09-26T20:20:48.862Z PASS [ 0.079s] nexus-db-model tests::test_ip_subnet_check_requestable_address
49372024-09-26T20:20:48.886Z PASS [ 0.055s] nexus-db-model tests::test_ipv6_net_random_subnet
49382024-09-26T20:20:48.935Z PASS [ 0.039s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
49392024-09-26T20:20:49.008Z PASS [ 0.107s] nexus-db-model tests::test_roles_database_strings
49402024-09-26T20:20:49.008Z PASS [ 0.068s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
49412024-09-26T20:20:52.294Z PASS [ 9.632s] installinator mock_peers::tests::proptest_fetch_artifact
49422024-09-26T20:20:53.252Z PASS [ 10.566s] installinator write::tests::proptest_write_artifact
49432024-09-26T20:20:57.337Z PASS [ 8.431s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
49442024-09-26T20:20:57.411Z PASS [ 8.403s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
49452024-09-26T20:20:57.457Z PASS [ 8.509s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
49462024-09-26T20:20:59.961Z PASS [ 7.654s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
49472024-09-26T20:21:00.979Z PASS [ 7.730s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
49482024-09-26T20:21:02.233Z PASS [ 21.346s] db-dev::test-db-dev test_db_run
49492024-09-26T20:21:02.289Z PASS [ 0.055s] nexus-db-queries db::collection_attach::test::test_verify_query
49502024-09-26T20:21:05.027Z PASS [ 7.689s] nexus-db-queries db::collection_attach::test::test_attach_once
49512024-09-26T20:21:05.067Z PASS [ 7.610s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
49522024-09-26T20:21:05.106Z PASS [ 7.698s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
49532024-09-26T20:21:07.514Z PASS [ 7.568s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
49542024-09-26T20:21:08.281Z PASS [ 7.301s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
49552024-09-26T20:21:09.747Z PASS [ 7.458s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
49562024-09-26T20:21:09.830Z PASS [ 0.081s] nexus-db-queries db::collection_detach::test::test_verify_query
49572024-09-26T20:21:12.449Z PASS [ 7.423s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
49582024-09-26T20:21:12.535Z PASS [ 7.469s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
49592024-09-26T20:21:12.604Z PASS [ 7.497s] nexus-db-queries db::collection_detach::test::test_detach_once
49602024-09-26T20:21:13.274Z PASS [ 32.866s] bootstore::v0-fsm-proptest-learner run
49612024-09-26T20:21:13.903Z PASS [ 6.387s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
49622024-09-26T20:21:15.544Z PASS [ 7.263s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
49632024-09-26T20:21:17.205Z PASS [ 7.376s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
49642024-09-26T20:21:19.998Z PASS [ 7.551s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
49652024-09-26T20:21:20.049Z PASS [ 0.049s] nexus-db-queries db::collection_detach_many::test::test_verify_query
49662024-09-26T20:21:20.104Z PASS [ 7.501s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
49672024-09-26T20:21:20.210Z PASS [ 7.672s] nexus-db-queries db::collection_detach_many::test::test_detach_many
49682024-09-26T20:21:20.270Z PASS [ 0.061s] nexus-db-queries db::collection_insert::test::test_verify_query
49692024-09-26T20:21:20.327Z PASS [ 0.054s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
49702024-09-26T20:21:20.379Z PASS [ 0.056s] nexus-db-queries db::column_walker::test::test_walk_columns
49712024-09-26T20:21:20.444Z PASS [ 0.063s] nexus-db-queries db::column_walker::test::test_walk_table
49722024-09-26T20:21:20.799Z PASS [ 7.523s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
49732024-09-26T20:21:21.330Z PASS [ 40.909s] bootstore::v0-fsm-proptest-rack-coordinator run
49742024-09-26T20:21:21.880Z PASS [ 7.981s] nexus-db-queries db::collection_detach_many::test::test_detach_once
49752024-09-26T20:21:23.035Z PASS [ 7.480s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
49762024-09-26T20:21:24.558Z PASS [ 7.349s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
49772024-09-26T20:21:27.471Z PASS [ 7.368s] nexus-db-queries db::collection_insert::test::test_collection_present
49782024-09-26T20:21:27.549Z PASS [ 7.501s] nexus-db-queries db::collection_insert::test::test_collection_not_present
49792024-09-26T20:21:28.558Z PASS [ 8.117s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
49802024-09-26T20:21:28.958Z PASS [ 8.154s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
49812024-09-26T20:21:29.583Z PASS [ 8.255s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
49822024-09-26T20:21:30.020Z PASS [ 8.138s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
49832024-09-26T20:21:31.335Z PASS [ 8.314s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists
49842024-09-26T20:21:31.964Z PASS [ 7.414s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
49852024-09-26T20:21:34.703Z PASS [ 7.235s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
49862024-09-26T20:21:34.746Z PASS [ 7.199s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
49872024-09-26T20:21:37.338Z PASS [ 8.780s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
49882024-09-26T20:21:37.386Z PASS [ 0.047s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
49892024-09-26T20:21:37.592Z PASS [ 8.640s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
49902024-09-26T20:21:37.624Z PASS [ 8.042s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
49912024-09-26T20:21:39.951Z PASS [ 8.614s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
49922024-09-26T20:21:40.368Z PASS [ 8.404s] nexus-db-queries db::datastore::deployment::tests::test_set_target
49932024-09-26T20:21:42.235Z PASS [ 7.487s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
49942024-09-26T20:21:43.101Z PASS [ 8.394s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
49952024-09-26T20:21:43.349Z PASS [ 13.329s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
49962024-09-26T20:21:44.959Z PASS [ 7.572s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
49972024-09-26T20:21:45.887Z PASS [ 8.293s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
49982024-09-26T20:21:46.587Z PASS [ 8.962s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
49992024-09-26T20:21:47.438Z PASS [ 7.487s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
50002024-09-26T20:21:48.485Z PASS [ 8.116s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
50012024-09-26T20:21:50.091Z PASS [ 7.857s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
50022024-09-26T20:21:51.946Z PASS [ 8.845s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
50032024-09-26T20:21:53.600Z PASS [ 8.643s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
50042024-09-26T20:21:54.090Z PASS [ 10.741s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
50052024-09-26T20:21:54.459Z PASS [ 8.573s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
50062024-09-26T20:21:54.894Z PASS [ 8.307s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
50072024-09-26T20:21:55.411Z PASS [ 7.973s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
50082024-09-26T20:21:56.193Z PASS [ 7.706s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
50092024-09-26T20:21:57.971Z PASS [ 7.856s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
50102024-09-26T20:21:59.691Z PASS [ 7.745s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
50112024-09-26T20:22:02.025Z PASS [ 8.424s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
50122024-09-26T20:22:02.388Z PASS [ 8.300s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
50132024-09-26T20:22:03.592Z PASS [ 9.132s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
50142024-09-26T20:22:04.396Z PASS [ 8.986s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
50152024-09-26T20:22:04.998Z PASS [ 8.806s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
50162024-09-26T20:22:06.075Z PASS [ 8.128s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
50172024-09-26T20:22:07.564Z PASS [ 7.874s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
50182024-09-26T20:22:07.663Z PASS [ 12.768s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
50192024-09-26T20:22:10.526Z PASS [ 8.138s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
50202024-09-26T20:22:11.723Z PASS [ 8.132s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
50212024-09-26T20:22:12.134Z PASS [ 7.736s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
50222024-09-26T20:22:13.241Z PASS [ 11.218s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
50232024-09-26T20:22:13.430Z PASS [ 8.436s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
50242024-09-26T20:22:15.067Z PASS [ 8.993s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
50252024-09-26T20:22:15.170Z PASS [ 7.603s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
50262024-09-26T20:22:16.016Z PASS [ 8.349s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
50272024-09-26T20:22:19.874Z PASS [ 8.150s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_create_rejects_expunged_oximeters
50282024-09-26T20:22:20.261Z PASS [ 8.128s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
50292024-09-26T20:22:22.046Z PASS [ 8.613s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
50302024-09-26T20:22:22.201Z PASS [ 8.959s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
50312024-09-26T20:22:23.523Z PASS [ 8.357s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
50322024-09-26T20:22:23.619Z PASS [ 8.552s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
50332024-09-26T20:22:24.584Z PASS [ 8.574s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
50342024-09-26T20:22:27.602Z PASS [ 7.727s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
50352024-09-26T20:22:28.523Z PASS [ 17.999s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
50362024-09-26T20:22:29.227Z PASS [ 8.965s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
50372024-09-26T20:22:29.269Z PASS [ 0.044s] nexus-db-queries db::datastore::region::test::test_extent_count
50382024-09-26T20:22:31.440Z PASS [ 9.239s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
50392024-09-26T20:22:32.180Z PASS [ 8.657s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
50402024-09-26T20:22:32.367Z PASS [ 8.748s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
50412024-09-26T20:22:32.701Z PASS [ 10.656s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
50422024-09-26T20:22:33.836Z PASS [ 9.251s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
50432024-09-26T20:22:36.349Z PASS [ 7.825s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
50442024-09-26T20:22:36.453Z PASS [ 8.855s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
50452024-09-26T20:22:36.803Z PASS [ 7.524s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
50462024-09-26T20:22:39.451Z PASS [ 8.010s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
50472024-09-26T20:22:40.480Z PASS [ 8.300s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
50482024-09-26T20:22:40.593Z PASS [ 7.893s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
50492024-09-26T20:22:40.657Z PASS [ 8.290s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
50502024-09-26T20:22:42.158Z PASS [ 8.322s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
50512024-09-26T20:22:44.242Z PASS [ 7.786s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
50522024-09-26T20:22:44.362Z PASS [ 7.998s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
50532024-09-26T20:22:45.049Z PASS [ 8.255s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
50542024-09-26T20:22:48.396Z PASS [ 8.947s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
50552024-09-26T20:22:48.659Z PASS [ 8.176s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
50562024-09-26T20:22:48.778Z PASS [ 8.122s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
50572024-09-26T20:22:50.122Z PASS [ 9.521s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
50582024-09-26T20:22:51.078Z PASS [ 8.920s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
50592024-09-26T20:22:52.367Z PASS [ 8.127s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment
50602024-09-26T20:22:52.494Z PASS [ 8.143s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
50612024-09-26T20:22:55.455Z PASS [ 10.407s] nexus-db-queries db::datastore::sled::test::sled_list_batch
50622024-09-26T20:22:57.668Z PASS [ 9.011s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
50632024-09-26T20:22:57.798Z PASS [ 9.401s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
50642024-09-26T20:22:59.090Z PASS [ 8.975s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
50652024-09-26T20:22:59.478Z PASS [ 8.389s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen
50662024-09-26T20:23:00.144Z PASS [ 7.777s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
50672024-09-26T20:23:00.448Z PASS [ 7.957s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
50682024-09-26T20:23:01.445Z PASS [ 12.665s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
50692024-09-26T20:23:03.059Z PASS [ 7.605s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
50702024-09-26T20:23:05.705Z PASS [ 8.039s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
50712024-09-26T20:23:05.893Z PASS [ 8.097s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
50722024-09-26T20:23:07.018Z PASS [ 7.553s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
50732024-09-26T20:23:07.296Z PASS [ 8.206s] nexus-db-queries db::datastore::test::test_project_creation
50742024-09-26T20:23:08.672Z PASS [ 8.527s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
50752024-09-26T20:23:09.794Z PASS [ 8.351s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
50762024-09-26T20:23:11.605Z PASS [ 8.546s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
50772024-09-26T20:23:14.499Z PASS [ 8.793s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
50782024-09-26T20:23:15.900Z PASS [ 15.451s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
50792024-09-26T20:23:17.952Z PASS [ 6.348s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
50802024-09-26T20:23:18.327Z PASS [ 8.535s] nexus-db-queries db::datastore::test::test_session_methods
50812024-09-26T20:23:20.952Z PASS [ 15.058s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
50822024-09-26T20:23:21.450Z PASS [ 14.426s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
50832024-09-26T20:23:22.162Z PASS [ 7.662s] nexus-db-queries db::datastore::test::test_ssh_keys
50842024-09-26T20:23:23.426Z PASS [ 16.131s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
50852024-09-26T20:23:23.759Z PASS [ 7.861s] nexus-db-queries db::datastore::test::test_table_scan
50862024-09-26T20:23:24.311Z PASS [ 15.637s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
50872024-09-26T20:23:24.374Z PASS [ 0.061s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
50882024-09-26T20:23:24.443Z PASS [ 0.065s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
50892024-09-26T20:23:25.756Z PASS [ 7.799s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
50902024-09-26T20:23:26.323Z PASS [ 7.994s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
50912024-09-26T20:23:28.458Z PASS [ 7.507s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
50922024-09-26T20:23:29.088Z PASS [ 7.628s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
50932024-09-26T20:23:30.070Z PASS [ 7.908s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
50942024-09-26T20:23:31.043Z PASS [ 7.616s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
50952024-09-26T20:23:31.451Z PASS [ 7.692s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
50962024-09-26T20:23:32.406Z PASS [ 7.969s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
50972024-09-26T20:23:33.519Z PASS [ 7.768s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
50982024-09-26T20:23:33.710Z PASS [ 7.388s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
50992024-09-26T20:23:36.598Z PASS [ 8.138s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
51002024-09-26T20:23:37.230Z PASS [ 8.158s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
51012024-09-26T20:23:40.253Z PASS [ 7.847s] nexus-db-queries db::explain::test::test_explain_async
51022024-09-26T20:23:40.297Z PASS [ 10.227s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
51032024-09-26T20:23:40.442Z PASS [ 9.402s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
51042024-09-26T20:23:40.981Z PASS [ 9.530s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
51052024-09-26T20:23:41.006Z PASS [ 7.473s] nexus-db-queries db::explain::test::test_explain_full_table_scan
51062024-09-26T20:23:41.035Z PASS [ 0.054s] nexus-db-queries db::pagination::test::test_paginator
51072024-09-26T20:23:41.405Z PASS [ 7.694s] nexus-db-queries db::lookup::test::test_lookup
51082024-09-26T20:23:43.767Z PASS [ 7.156s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
51092024-09-26T20:23:44.160Z PASS [ 6.929s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
51102024-09-26T20:23:47.652Z PASS [ 7.401s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
51112024-09-26T20:23:47.824Z PASS [ 7.528s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
51122024-09-26T20:23:47.922Z PASS [ 7.477s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
51132024-09-26T20:23:49.810Z PASS [ 8.776s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
51142024-09-26T20:23:50.099Z PASS [ 9.106s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
51152024-09-26T20:23:50.345Z PASS [ 8.942s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
51162024-09-26T20:23:51.578Z PASS [ 7.826s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
51172024-09-26T20:23:51.625Z PASS [ 0.045s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
51182024-09-26T20:23:51.870Z PASS [ 7.711s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
51192024-09-26T20:23:55.542Z PASS [ 7.892s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
51202024-09-26T20:23:56.019Z PASS [ 8.194s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
51212024-09-26T20:23:56.074Z PASS [ 8.156s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
51222024-09-26T20:23:58.392Z PASS [ 8.293s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
51232024-09-26T20:23:58.510Z PASS [ 8.698s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
51242024-09-26T20:23:59.680Z PASS [ 8.056s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
51252024-09-26T20:23:59.729Z PASS [ 9.385s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
51262024-09-26T20:23:59.956Z PASS [ 8.088s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
51272024-09-26T20:24:02.957Z PASS [ 7.416s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
51282024-09-26T20:24:03.505Z PASS [ 7.430s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
51292024-09-26T20:24:03.819Z PASS [ 7.802s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
51302024-09-26T20:24:06.438Z PASS [ 7.925s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
51312024-09-26T20:24:06.923Z PASS [ 8.531s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
51322024-09-26T20:24:06.965Z PASS [ 0.043s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address
51332024-09-26T20:24:07.484Z PASS [ 7.805s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
51342024-09-26T20:24:07.791Z PASS [ 8.061s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
51352024-09-26T20:24:07.885Z PASS [ 7.929s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
51362024-09-26T20:24:10.743Z PASS [ 7.785s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
51372024-09-26T20:24:11.092Z PASS [ 7.584s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
51382024-09-26T20:24:11.138Z PASS [ 0.049s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
51392024-09-26T20:24:11.162Z PASS [ 7.329s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
51402024-09-26T20:24:11.502Z PASS [ 0.353s] nexus-db-queries db::queries::oximeter::test::expectorate_query
51412024-09-26T20:24:14.517Z PASS [ 8.084s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
51422024-09-26T20:24:14.665Z PASS [ 7.183s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
51432024-09-26T20:24:15.015Z PASS [ 8.048s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
51442024-09-26T20:24:15.104Z PASS [ 7.312s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
51452024-09-26T20:24:15.217Z PASS [ 7.330s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
51462024-09-26T20:24:15.322Z PASS [ 0.308s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
51472024-09-26T20:24:15.446Z PASS [ 0.342s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
51482024-09-26T20:24:15.578Z PASS [ 0.363s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
51492024-09-26T20:24:15.613Z PASS [ 0.292s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
51502024-09-26T20:24:15.701Z PASS [ 1.183s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
51512024-09-26T20:24:17.924Z PASS [ 7.183s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
51522024-09-26T20:24:18.024Z PASS [ 0.096s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
51532024-09-26T20:24:18.070Z PASS [ 0.048s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
51542024-09-26T20:24:18.115Z PASS [ 0.045s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
51552024-09-26T20:24:18.188Z PASS [ 0.072s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
51562024-09-26T20:24:18.230Z PASS [ 7.094s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
51572024-09-26T20:24:18.255Z PASS [ 0.054s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
51582024-09-26T20:24:18.527Z PASS [ 7.024s] nexus-db-queries db::queries::oximeter::test::explainable
51592024-09-26T20:24:21.750Z PASS [ 7.083s] nexus-db-queries db::queries::region_allocation::test::explainable
51602024-09-26T20:24:22.849Z PASS [ 7.272s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
51612024-09-26T20:24:23.003Z PASS [ 7.391s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
51622024-09-26T20:24:23.064Z PASS [ 7.363s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
51632024-09-26T20:24:23.102Z PASS [ 7.655s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
51642024-09-26T20:24:23.148Z PASS [ 0.037s] nexus-defaults tests::test_random_vpc_ipv6_prefix
51652024-09-26T20:24:23.509Z PASS [ 0.211s] nexus-inventory builder::test::test_basic
51662024-09-26T20:24:23.533Z PASS [ 0.037s] nexus-inventory builder::test::test_empty
51672024-09-26T20:24:23.533Z PASS [ 0.047s] nexus-inventory builder::test::test_problems
51682024-09-26T20:24:24.611Z PASS [ 1.179s] nexus-inventory collector::test::test_basic
51692024-09-26T20:24:25.458Z PASS [ 7.216s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
51702024-09-26T20:24:25.519Z PASS [ 7.287s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
51712024-09-26T20:24:25.775Z PASS [ 1.157s] nexus-inventory collector::test::test_multi_mgs
51722024-09-26T20:24:26.030Z PASS [ 0.574s] nexus-inventory collector::test::test_multi_mgs_failure
51732024-09-26T20:24:26.095Z PASS [ 7.571s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
51742024-09-26T20:24:26.377Z PASS [ 0.859s] nexus-inventory collector::test::test_sled_agent_failure
51752024-09-26T20:24:30.471Z PASS [ 7.405s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
51762024-09-26T20:24:30.555Z PASS [ 7.550s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
51772024-09-26T20:24:30.600Z PASS [ 0.132s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
51782024-09-26T20:24:30.684Z PASS [ 0.079s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
51792024-09-26T20:24:30.718Z PASS [ 0.158s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
51802024-09-26T20:24:30.756Z PASS [ 0.078s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
51812024-09-26T20:24:34.187Z PASS [ 12.438s] nexus-db-queries policy_test::test_conferred_roles
51822024-09-26T20:24:35.375Z PASS [ 9.605s] nexus-metrics-producer-gc tests::test_prune_expired_producers
51832024-09-26T20:24:35.478Z PASS [ 9.447s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
51842024-09-26T20:24:54.706Z PASS [ 23.952s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
51852024-09-26T20:24:56.605Z PASS [ 30.510s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
51862024-09-26T20:24:56.869Z PASS [ 0.261s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
51872024-09-26T20:24:56.941Z PASS [ 0.071s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
51882024-09-26T20:24:57.033Z PASS [ 0.091s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
51892024-09-26T20:24:57.174Z PASS [ 0.146s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
51902024-09-26T20:24:57.275Z PASS [ 0.098s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
51912024-09-26T20:24:57.357Z PASS [ 0.078s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_initial
51922024-09-26T20:24:57.443Z PASS [ 0.085s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_nexus_zones_with_same_nic_ip
51932024-09-26T20:24:57.543Z PASS [ 0.098s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_external_ip
51942024-09-26T20:24:57.621Z PASS [ 0.086s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_vnic_mac
51952024-09-26T20:24:57.726Z PASS [ 0.105s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_prune_decommissioned_sleds
51962024-09-26T20:24:57.795Z PASS [ 0.069s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
51972024-09-26T20:24:57.890Z PASS [ 0.066s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
51982024-09-26T20:24:57.945Z PASS [ 0.077s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
51992024-09-26T20:24:58.041Z PASS [ 0.098s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
52002024-09-26T20:24:58.134Z PASS [ 0.097s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
52012024-09-26T20:24:58.200Z PASS [ 0.065s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
52022024-09-26T20:24:58.249Z PASS [ 0.041s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
52032024-09-26T20:24:58.296Z PASS [ 0.052s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
52042024-09-26T20:24:58.433Z PASS [ 0.140s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_available_iterator
52052024-09-26T20:24:59.513Z PASS [ 24.138s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
52062024-09-26T20:24:59.606Z PASS [ 0.079s] nexus-reconfigurator-planning blueprint_builder::internal_dns::test::test_dns_subnet_allocator
52072024-09-26T20:24:59.639Z PASS [ 33.260s] nexus-reconfigurator-execution datasets::tests::test_ensure_dataset_records_exist
52082024-09-26T20:24:59.674Z PASS [ 0.035s] nexus-reconfigurator-planning ip_allocator::test::test_basic
52092024-09-26T20:24:59.767Z PASS [ 0.088s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
52102024-09-26T20:24:59.818Z PASS [ 0.188s] nexus-reconfigurator-planning blueprint_builder::zones::tests::test_builder_zones
52112024-09-26T20:25:00.042Z PASS [ 0.227s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
52122024-09-26T20:25:00.069Z PASS [ 0.304s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
52132024-09-26T20:25:00.258Z PASS [ 0.187s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
52142024-09-26T20:25:00.354Z PASS [ 0.094s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
52152024-09-26T20:25:00.426Z PASS [ 0.409s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
52162024-09-26T20:25:00.494Z PASS [ 0.069s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
52172024-09-26T20:25:00.518Z PASS [ 0.157s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
52182024-09-26T20:25:00.630Z PASS [ 0.142s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
52192024-09-26T20:25:00.874Z PASS [ 0.243s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
52202024-09-26T20:25:00.913Z PASS [ 0.408s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
52212024-09-26T20:25:01.193Z PASS [ 0.323s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
52222024-09-26T20:25:01.223Z PASS [ 0.310s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
52232024-09-26T20:25:01.345Z PASS [ 0.100s] nexus-saga-recovery recovery::test::test_plan_basic
52242024-09-26T20:25:01.388Z PASS [ 25.880s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
52252024-09-26T20:25:01.388Z PASS [ 27.170s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks
52262024-09-26T20:25:01.428Z PASS [ 0.064s] nexus-saga-recovery recovery::test::test_read_all_from_channel
52272024-09-26T20:25:01.428Z PASS [ 0.193s] nexus-saga-recovery recovery::test::test_execution_basic
52282024-09-26T20:25:01.480Z PASS [ 0.091s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers
52292024-09-26T20:25:01.522Z PASS [ 0.121s] nexus-sled-agent-shared inventory::tests::test_name_prefixes
52302024-09-26T20:25:01.522Z PASS [ 0.157s] nexus-saga-recovery test::test_basic
52312024-09-26T20:25:01.571Z PASS [ 0.159s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
52322024-09-26T20:25:01.673Z PASS [ 0.104s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie
52332024-09-26T20:25:01.673Z PASS [ 0.068s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
52342024-09-26T20:25:01.673Z PASS [ 0.090s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
52352024-09-26T20:25:01.753Z PASS [ 0.121s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies
52362024-09-26T20:25:01.753Z PASS [ 0.130s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
52372024-09-26T20:25:01.831Z PASS [ 0.087s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups
52382024-09-26T20:25:01.831Z PASS [ 0.121s] nexus-types external_api::shared::test::test_policy_parsing
52392024-09-26T20:25:02.135Z PASS [ 0.300s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
52402024-09-26T20:25:02.159Z PASS [ 0.380s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
52412024-09-26T20:25:02.649Z PASS [ 0.496s] omicron-certificates tests::test_cert_extended_key_usage
52422024-09-26T20:25:02.725Z PASS [ 0.556s] omicron-certificates tests::test_common_name_is_validated
52432024-09-26T20:25:02.965Z PASS [ 0.322s] omicron-certificates tests::test_subject_alternate_names_are_validated
52442024-09-26T20:25:05.574Z PASS [ 2.858s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
52452024-09-26T20:25:05.599Z PASS [ 2.633s] omicron-clickhouse-admin::integration_test test_lgif_parsing
52462024-09-26T20:25:07.018Z PASS [ 5.364s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip
52472024-09-26T20:25:08.115Z PASS [ 2.541s] omicron-clickhouse-admin::integration_test test_raft_config_parsing
52482024-09-26T20:25:12.264Z PASS [ 41.551s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
52492024-09-26T20:25:12.312Z PASS [ 0.045s] omicron-common address::test::test_dns_subnets
52502024-09-26T20:25:12.352Z PASS [ 0.042s] omicron-common address::test::test_ip_range_checks_non_decreasing
52512024-09-26T20:25:12.408Z PASS [ 0.051s] omicron-common address::test::test_ip_range_enum_deserialization
52522024-09-26T20:25:12.449Z PASS [ 0.044s] omicron-common address::test::test_ip_range_iter
52532024-09-26T20:25:12.485Z PASS [ 0.038s] omicron-common address::test::test_ip_range_length
52542024-09-26T20:25:12.528Z PASS [ 0.044s] omicron-common address::test::test_ip_range_try_from
52552024-09-26T20:25:12.569Z PASS [ 0.040s] omicron-common address::test::test_ipv6_subnet_deserialize
52562024-09-26T20:25:12.611Z PASS [ 0.039s] omicron-common address::test::test_sled_address
52572024-09-26T20:25:12.646Z PASS [ 0.040s] omicron-common api::external::error::test::test_bail_unless
52582024-09-26T20:25:12.687Z PASS [ 0.040s] omicron-common api::external::error::test::test_context
52592024-09-26T20:25:12.741Z PASS [ 0.051s] omicron-common api::external::http_pagination::test::test_pagination_examples
52602024-09-26T20:25:12.790Z PASS [ 0.049s] omicron-common api::external::http_pagination::test::test_pagination_schemas
52612024-09-26T20:25:12.900Z PASS [ 0.114s] omicron-common api::external::http_pagination::test::test_scan_by_id
52622024-09-26T20:25:12.976Z PASS [ 0.075s] omicron-common api::external::http_pagination::test::test_scan_by_name
52632024-09-26T20:25:13.023Z PASS [ 0.046s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
52642024-09-26T20:25:13.088Z PASS [ 0.063s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
52652024-09-26T20:25:13.165Z PASS [ 0.080s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
52662024-09-26T20:25:13.200Z PASS [ 0.036s] omicron-common api::external::test::test_bytecount
52672024-09-26T20:25:13.233Z PASS [ 0.032s] omicron-common api::external::test::test_bytecount_display
52682024-09-26T20:25:13.281Z PASS [ 0.048s] omicron-common api::external::test::test_digest
52692024-09-26T20:25:13.313Z PASS [ 0.031s] omicron-common api::external::test::test_firewall_deserialization
52702024-09-26T20:25:13.408Z PASS [ 0.095s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
52712024-09-26T20:25:13.487Z PASS [ 0.069s] omicron-common api::external::test::test_firewall_rule_target_parse
52722024-09-26T20:25:13.540Z PASS [ 0.062s] omicron-common api::external::test::test_hostname_from_str
52732024-09-26T20:25:13.564Z PASS [ 11.931s] nexus-types deployment::tri_map::tests::proptest_ops
52742024-09-26T20:25:13.587Z PASS [ 0.037s] omicron-common api::external::test::test_ip_port_range_from_str
52752024-09-26T20:25:13.612Z PASS [ 0.043s] omicron-common api::external::test::test_ip_port_range_into_str
52762024-09-26T20:25:13.635Z PASS [ 0.051s] omicron-common api::external::test::test_ipv6_net_operations
52772024-09-26T20:25:13.659Z PASS [ 0.057s] omicron-common api::external::test::test_mac_system_iterator
52782024-09-26T20:25:13.683Z PASS [ 0.040s] omicron-common api::external::test::test_mac_to_int_conversions
52792024-09-26T20:25:13.707Z PASS [ 0.041s] omicron-common api::external::test::test_macaddr
52802024-09-26T20:25:13.731Z PASS [ 0.042s] omicron-common api::external::test::test_name_parse
52812024-09-26T20:25:13.756Z PASS [ 0.044s] omicron-common api::external::test::test_name_parse_from_param
52822024-09-26T20:25:13.756Z PASS [ 0.042s] omicron-common api::external::test::test_resource_name_parse
52832024-09-26T20:25:13.782Z PASS [ 0.044s] omicron-common api::external::test::test_role_name_parse
52842024-09-26T20:25:13.824Z PASS [ 0.072s] omicron-common api::external::test::test_route_destination_parse
52852024-09-26T20:25:13.868Z PASS [ 0.036s] omicron-common api::external::test::test_semver_serialize
52862024-09-26T20:25:13.893Z PASS [ 0.103s] omicron-common api::external::test::test_route_target_parse
52872024-09-26T20:25:13.917Z PASS [ 0.048s] omicron-common api::external::test::test_semver_validation
52882024-09-26T20:25:13.941Z PASS [ 0.045s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
52892024-09-26T20:25:13.965Z PASS [ 0.040s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization
52902024-09-26T20:25:13.989Z PASS [ 0.044s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
52912024-09-26T20:25:14.013Z PASS [ 0.043s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
52922024-09-26T20:25:14.036Z PASS [ 0.046s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
52932024-09-26T20:25:14.066Z PASS [ 0.067s] omicron-common ledger::test::test_commit_handles_write_failures
52942024-09-26T20:25:14.090Z PASS [ 0.058s] omicron-common ledger::test::test_create_default_ledger
52952024-09-26T20:25:14.114Z PASS [ 0.045s] omicron-common ledger::test::test_create_ledger_reads_from_storage
52962024-09-26T20:25:14.141Z PASS [ 0.063s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
52972024-09-26T20:25:14.165Z PASS [ 0.050s] omicron-common update::tests::serde_artifact_kind
52982024-09-26T20:25:14.189Z PASS [ 0.044s] omicron-common zpool_name::test::test_parse_bad_zpool_names
52992024-09-26T20:25:14.214Z PASS [ 0.044s] omicron-common zpool_name::test::test_parse_external_zpool_name
53002024-09-26T20:25:14.237Z PASS [ 0.041s] omicron-common zpool_name::test::test_parse_internal_zpool_name
53012024-09-26T20:25:14.261Z PASS [ 0.044s] omicron-common zpool_name::test::test_parse_zpool_name_json
53022024-09-26T20:25:14.287Z PASS [ 0.044s] omicron-common zpool_name::test::test_zpool_name_regex
53032024-09-26T20:25:14.312Z PASS [ 8.715s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
53042024-09-26T20:25:14.950Z PASS [ 0.707s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
53052024-09-26T20:25:14.974Z PASS [ 0.693s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
53062024-09-26T20:25:15.040Z PASS [ 0.089s] omicron-gateway management_switch::location_map::tests::test_config_validation
53072024-09-26T20:25:15.064Z PASS [ 0.089s] omicron-gateway management_switch::location_map::tests::test_resolve_location
53082024-09-26T20:25:15.148Z PASS [ 8.121s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
53092024-09-26T20:25:15.190Z PASS [ 0.133s] omicron-gateway::test_all integration_tests::config::read_production_smf_config
53102024-09-26T20:25:15.632Z PASS [ 0.575s] omicron-gateway::test_all integration_tests::component_list::component_list
53112024-09-26T20:25:15.656Z PASS [ 0.459s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
53122024-09-26T20:25:15.746Z PASS [ 0.598s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
53132024-09-26T20:25:15.898Z PASS [ 0.284s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
53142024-09-26T20:25:16.000Z PASS [ 7.886s] omicron-cockroach-admin context::tests::test_node_id
53152024-09-26T20:25:18.456Z PASS [ 23.738s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
53162024-09-26T20:25:22.849Z SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior
53172024-09-26T20:25:33.792Z PASS [ 35.361s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_external_ip_allocator
53182024-09-26T20:25:34.172Z PASS [ 71.322s] nexus-db-queries policy_test::test_iam_roles_behavior
53192024-09-26T20:25:37.022Z PASS [ 22.720s] omicron-dev::test-omicron-dev test_run_all
53202024-09-26T20:25:40.516Z PASS [ 24.780s] omicron-nexus app::background::driver::test::test_driver_basic
53212024-09-26T20:25:42.459Z PASS [ 26.563s] omicron-nexus app::background::init::test::test_dns_propagation_basic
53222024-09-26T20:25:42.720Z PASS [ 27.076s] omicron-nexus app::background::driver::test::test_activation_in_progress
53232024-09-26T20:25:49.295Z PASS [ 8.781s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
53242024-09-26T20:25:49.357Z PASS [ 0.057s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
53252024-09-26T20:25:50.015Z PASS [ 34.020s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_already_deleted
53262024-09-26T20:25:50.523Z PASS [ 8.062s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
53272024-09-26T20:25:50.825Z PASS [ 32.377s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
53282024-09-26T20:25:51.481Z PASS [ 8.762s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
53292024-09-26T20:25:57.568Z PASS [ 20.549s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
53302024-09-26T20:25:58.326Z PASS [ 24.152s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_zones
53312024-09-26T20:26:03.042Z PASS [ 29.252s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
53322024-09-26T20:26:12.686Z PASS [ 23.334s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
53332024-09-26T20:26:12.720Z PASS [ 22.704s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
53342024-09-26T20:26:12.827Z PASS [ 22.310s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
53352024-09-26T20:26:13.175Z PASS [ 21.694s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
53362024-09-26T20:26:13.431Z PASS [ 22.609s] omicron-nexus app::background::tasks::dns_config::test::test_basic
53372024-09-26T20:26:18.795Z PASS [ 21.226s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
53382024-09-26T20:26:34.312Z PASS [ 20.883s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
53392024-09-26T20:26:35.244Z PASS [ 22.067s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
53402024-09-26T20:26:36.322Z PASS [ 23.496s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
53412024-09-26T20:26:38.286Z PASS [ 19.493s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
53422024-09-26T20:26:41.964Z PASS [ 29.276s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
53432024-09-26T20:26:48.614Z PASS [ 50.292s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
53442024-09-26T20:26:55.693Z PASS [ 20.451s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
53452024-09-26T20:26:55.921Z PASS [ 21.607s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
53462024-09-26T20:26:57.331Z PASS [ 44.610s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
53472024-09-26T20:26:57.475Z PASS [ 21.150s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
53482024-09-26T20:26:59.103Z PASS [ 20.816s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
53492024-09-26T20:27:02.713Z PASS [ 20.751s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
53502024-09-26T20:27:03.042Z SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
53512024-09-26T20:27:05.396Z PASS [ 7.917s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
53522024-09-26T20:27:06.188Z PASS [ 0.791s] omicron-nexus app::external_endpoints::test::test_authority
53532024-09-26T20:27:06.298Z PASS [ 0.114s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
53542024-09-26T20:27:08.653Z PASS [ 2.353s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
53552024-09-26T20:27:08.754Z PASS [ 0.102s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
53562024-09-26T20:27:08.818Z PASS [ 0.064s] omicron-nexus app::external_endpoints::test::test_no_endpoint
53572024-09-26T20:27:08.885Z PASS [ 0.067s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
53582024-09-26T20:27:08.990Z PASS [ 0.102s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
53592024-09-26T20:27:09.087Z PASS [ 0.078s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
53602024-09-26T20:27:09.166Z PASS [ 0.090s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
53612024-09-26T20:27:09.260Z PASS [ 0.102s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
53622024-09-26T20:27:09.359Z PASS [ 0.085s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
53632024-09-26T20:27:09.359Z PASS [ 20.729s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
53642024-09-26T20:27:11.155Z PASS [ 8.442s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
53652024-09-26T20:27:12.013Z PASS [ 68.960s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
53662024-09-26T20:27:17.767Z PASS [ 21.850s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
53672024-09-26T20:27:18.981Z PASS [ 21.622s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
53682024-09-26T20:27:23.367Z PASS [ 24.265s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
53692024-09-26T20:27:25.253Z PASS [ 29.560s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
53702024-09-26T20:27:42.437Z PASS [ 31.279s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
53712024-09-26T20:27:42.667Z PASS [ 30.666s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
53722024-09-26T20:27:42.845Z PASS [ 33.501s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
53732024-09-26T20:27:43.167Z PASS [ 33.812s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
53742024-09-26T20:27:46.990Z PASS [ 29.173s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
53752024-09-26T20:27:48.283Z PASS [ 29.335s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
53762024-09-26T20:28:20.825Z PASS [ 37.981s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
53772024-09-26T20:28:21.314Z PASS [ 38.647s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
53782024-09-26T20:28:21.621Z PASS [ 38.447s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
53792024-09-26T20:28:21.809Z PASS [ 39.373s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
53802024-09-26T20:28:23.366Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
53812024-09-26T20:28:24.177Z PASS [ 37.238s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
53822024-09-26T20:28:25.253Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
53832024-09-26T20:28:48.284Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
53842024-09-26T20:28:53.618Z PASS [ 32.303s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
53852024-09-26T20:28:57.460Z PASS [ 33.281s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
53862024-09-26T20:28:58.569Z PASS [ 36.958s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
53872024-09-26T20:28:58.628Z PASS [ 37.804s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
53882024-09-26T20:28:59.033Z PASS [ 37.228s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
53892024-09-26T20:29:23.367Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
53902024-09-26T20:29:25.252Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
53912024-09-26T20:29:25.554Z PASS [ 31.935s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
53922024-09-26T20:29:27.719Z PASS [ 29.140s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
53932024-09-26T20:29:27.815Z PASS [ 28.781s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
53942024-09-26T20:29:34.541Z PASS [ 35.911s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
53952024-09-26T20:29:48.284Z SLOW [>120.000s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
53962024-09-26T20:29:52.494Z PASS [ 26.942s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
53972024-09-26T20:29:53.447Z PASS [ 25.725s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
53982024-09-26T20:29:57.586Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
53992024-09-26T20:30:02.949Z PASS [ 28.409s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
54002024-09-26T20:30:09.749Z PASS [ 72.294s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
54012024-09-26T20:30:21.790Z PASS [ 29.292s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
54022024-09-26T20:30:23.367Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54032024-09-26T20:30:24.559Z PASS [ 31.127s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
54042024-09-26T20:30:25.252Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54052024-09-26T20:30:27.814Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
54062024-09-26T20:30:39.913Z PASS [ 30.161s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
54072024-09-26T20:30:48.284Z SLOW [>180.000s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
54082024-09-26T20:30:53.975Z PASS [ 32.188s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
54092024-09-26T20:31:02.948Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
54102024-09-26T20:31:10.979Z PASS [ 31.068s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
54112024-09-26T20:31:16.089Z PASS [ 108.280s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
54122024-09-26T20:31:23.367Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54132024-09-26T20:31:24.560Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
54142024-09-26T20:31:25.257Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54152024-09-26T20:31:26.280Z PASS [ 32.309s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
54162024-09-26T20:31:40.721Z PASS [ 232.442s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
54172024-09-26T20:31:49.297Z PASS [ 33.206s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
54182024-09-26T20:32:02.948Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
54192024-09-26T20:32:10.978Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
54202024-09-26T20:32:14.974Z PASS [ 132.030s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
54212024-09-26T20:32:20.193Z PASS [ 30.896s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
54222024-09-26T20:32:22.838Z PASS [ 118.279s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
54232024-09-26T20:32:23.367Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54242024-09-26T20:32:25.252Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54252024-09-26T20:32:26.279Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
54262024-09-26T20:32:40.720Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
54272024-09-26T20:32:52.845Z PASS [ 86.567s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
54282024-09-26T20:32:55.391Z PASS [ 32.548s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
54292024-09-26T20:33:00.716Z PASS [ 79.994s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
54302024-09-26T20:33:02.761Z PASS [ 47.788s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
54312024-09-26T20:33:10.977Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
54322024-09-26T20:33:20.192Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
54332024-09-26T20:33:23.367Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54342024-09-26T20:33:25.251Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54352024-09-26T20:33:26.106Z PASS [ 33.260s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
54362024-09-26T20:33:38.603Z PASS [ 35.840s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
54372024-09-26T20:33:40.744Z PASS [ 40.030s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
54382024-09-26T20:33:55.391Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
54392024-09-26T20:34:07.283Z PASS [ 176.308s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
54402024-09-26T20:34:12.176Z PASS [ 33.576s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
54412024-09-26T20:34:16.940Z PASS [ 81.556s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
54422024-09-26T20:34:20.192Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
54432024-09-26T20:34:23.366Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54442024-09-26T20:34:25.251Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54452024-09-26T20:34:26.107Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
54462024-09-26T20:34:40.293Z PASS [ 140.104s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
54472024-09-26T20:34:40.945Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
54482024-09-26T20:34:43.077Z PASS [ 35.790s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
54492024-09-26T20:34:50.100Z PASS [ 37.924s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
54502024-09-26T20:35:04.771Z PASS [ 47.832s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
54512024-09-26T20:35:10.296Z PASS [ 30.005s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
54522024-09-26T20:35:11.694Z PASS [ 21.595s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
54532024-09-26T20:35:16.228Z PASS [ 33.156s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
54542024-09-26T20:35:23.366Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54552024-09-26T20:35:25.252Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54562024-09-26T20:35:26.106Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
54572024-09-26T20:35:26.842Z PASS [ 22.072s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
54582024-09-26T20:35:35.787Z PASS [ 129.686s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
54592024-09-26T20:35:36.235Z PASS [ 20.009s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
54602024-09-26T20:35:40.744Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
54612024-09-26T20:35:41.479Z PASS [ 29.783s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
54622024-09-26T20:35:44.862Z PASS [ 124.122s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
54632024-09-26T20:35:46.319Z PASS [ 36.025s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
54642024-09-26T20:35:59.680Z PASS [ 23.891s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
54652024-09-26T20:36:00.403Z PASS [ 33.561s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
54662024-09-26T20:36:08.433Z PASS [ 22.113s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
54672024-09-26T20:36:08.529Z PASS [ 0.097s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
54682024-09-26T20:36:15.018Z PASS [ 38.784s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
54692024-09-26T20:36:17.657Z PASS [ 36.178s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
54702024-09-26T20:36:20.991Z PASS [ 36.129s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
54712024-09-26T20:36:23.366Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54722024-09-26T20:36:25.251Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54732024-09-26T20:36:41.008Z PASS [ 32.477s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
54742024-09-26T20:36:43.388Z PASS [ 22.397s] omicron-nexus app::sagas::test_saga::test_saga_stuck
54752024-09-26T20:36:59.536Z PASS [ 41.870s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
54762024-09-26T20:36:59.680Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
54772024-09-26T20:37:00.403Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
54782024-09-26T20:37:05.461Z PASS [ 46.940s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
54792024-09-26T20:37:05.509Z PASS [ 0.063s] omicron-nexus external_api::console_api::test::test_accept_gz
54802024-09-26T20:37:05.509Z PASS [ 0.080s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
54812024-09-26T20:37:05.509Z PASS [ 0.071s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
54822024-09-26T20:37:05.509Z PASS [ 0.091s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
54832024-09-26T20:37:05.509Z PASS [ 0.089s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
54842024-09-26T20:37:05.509Z PASS [ 0.066s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
54852024-09-26T20:37:05.509Z PASS [ 0.063s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
54862024-09-26T20:37:05.509Z PASS [ 0.061s] omicron-nexus external_api::console_api::test::test_relative_uri
54872024-09-26T20:37:06.210Z PASS [ 6.685s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
54882024-09-26T20:37:10.856Z PASS [ 27.463s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
54892024-09-26T20:37:18.003Z PASS [ 36.997s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
54902024-09-26T20:37:23.366Z SLOW [>600.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54912024-09-26T20:37:25.251Z SLOW [>600.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54922024-09-26T20:37:31.677Z PASS [ 25.466s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
54932024-09-26T20:37:34.138Z PASS [ 2.460s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
54942024-09-26T20:37:34.205Z PASS [ 23.353s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
54952024-09-26T20:37:34.353Z PASS [ 0.148s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
54962024-09-26T20:37:35.681Z PASS [ 1.545s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
54972024-09-26T20:37:44.974Z PASS [ 26.972s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
54982024-09-26T20:37:56.727Z PASS [ 22.370s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
54992024-09-26T20:37:57.240Z PASS [ 21.559s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
55002024-09-26T20:37:59.680Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
55012024-09-26T20:38:00.409Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
55022024-09-26T20:38:01.598Z PASS [ 636.352s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
55032024-09-26T20:38:02.339Z PASS [ 638.983s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
55042024-09-26T20:38:02.549Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
55052024-09-26T20:38:05.617Z PASS [ 20.641s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
55062024-09-26T20:38:22.195Z PASS [ 21.393s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
55072024-09-26T20:38:22.240Z PASS [ 22.294s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
55082024-09-26T20:38:22.240Z PASS [ 20.180s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
55092024-09-26T20:38:22.240Z PASS [ 19.496s] omicron-nexus::test_all integration_tests::basic::test_ping
55102024-09-26T20:38:32.013Z PASS [ 26.399s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
55112024-09-26T20:38:33.106Z PASS [ 152.708s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
55122024-09-26T20:38:39.069Z PASS [ 19.533s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
55132024-09-26T20:38:42.050Z PASS [ 20.207s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
55142024-09-26T20:38:42.349Z PASS [ 20.578s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
55152024-09-26T20:38:52.996Z PASS [ 20.982s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
55162024-09-26T20:38:53.814Z PASS [ 35.699s] omicron-nexus::test_all integration_tests::basic::test_projects_list
55172024-09-26T20:38:55.143Z PASS [ 22.036s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
55182024-09-26T20:38:55.343Z PASS [ 0.199s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
55192024-09-26T20:38:55.427Z PASS [ 1.613s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
55202024-09-26T20:38:55.504Z PASS [ 2.508s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
55212024-09-26T20:38:59.679Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
55222024-09-26T20:39:00.948Z PASS [ 21.882s] omicron-nexus::test_all integration_tests::certificates::test_crud
55232024-09-26T20:39:01.561Z PASS [ 19.519s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
55242024-09-26T20:39:02.548Z SLOW [>120.000s] omicron-nexus populate::test::test_populators
55252024-09-26T20:39:10.418Z PASS [ 28.067s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
55262024-09-26T20:39:15.267Z PASS [ 19.840s] omicron-nexus::test_all integration_tests::console_api::test_assets
55272024-09-26T20:39:15.569Z PASS [ 20.226s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
55282024-09-26T20:39:15.593Z PASS [ 20.087s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
55292024-09-26T20:39:25.235Z PASS [ 24.288s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
55302024-09-26T20:39:25.915Z PASS [ 24.356s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
55312024-09-26T20:39:30.837Z PASS [ 20.423s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
55322024-09-26T20:39:35.118Z PASS [ 19.848s] omicron-nexus::test_all integration_tests::console_api::test_session_me
55332024-09-26T20:39:36.138Z PASS [ 20.570s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
55342024-09-26T20:39:40.677Z PASS [ 25.089s] omicron-nexus::test_all integration_tests::console_api::test_sessions
55352024-09-26T20:39:46.186Z PASS [ 20.950s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
55362024-09-26T20:39:47.476Z PASS [ 21.560s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
55372024-09-26T20:39:53.078Z PASS [ 22.241s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
55382024-09-26T20:39:59.680Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
55392024-09-26T20:40:02.548Z SLOW [>180.000s] omicron-nexus populate::test::test_populators
55402024-09-26T20:40:11.654Z PASS [ 30.979s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
55412024-09-26T20:40:12.458Z PASS [ 37.343s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
55422024-09-26T20:40:16.325Z PASS [ 28.851s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
55432024-09-26T20:40:16.496Z PASS [ 30.308s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
55442024-09-26T20:40:17.297Z PASS [ 41.159s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
55452024-09-26T20:40:21.778Z PASS [ 28.681s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
55462024-09-26T20:40:40.560Z PASS [ 28.905s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
55472024-09-26T20:40:45.814Z PASS [ 28.518s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
55482024-09-26T20:40:50.275Z PASS [ 28.517s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
55492024-09-26T20:40:51.950Z PASS [ 39.493s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
55502024-09-26T20:40:59.680Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
55512024-09-26T20:41:02.554Z SLOW [>240.000s] omicron-nexus populate::test::test_populators
55522024-09-26T20:41:02.951Z PASS [ 46.625s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
55532024-09-26T20:41:03.079Z PASS [ 22.521s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
55542024-09-26T20:41:07.852Z PASS [ 22.038s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
55552024-09-26T20:41:08.891Z PASS [ 52.398s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
55562024-09-26T20:41:14.015Z PASS [ 22.064s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
55572024-09-26T20:41:18.475Z PASS [ 28.195s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
55582024-09-26T20:41:20.952Z PASS [ 258.414s] omicron-nexus populate::test::test_populators
55592024-09-26T20:41:40.265Z PASS [ 37.315s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
55602024-09-26T20:41:40.871Z PASS [ 33.021s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
55612024-09-26T20:41:45.571Z PASS [ 36.682s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
55622024-09-26T20:41:51.745Z PASS [ 37.730s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
55632024-09-26T20:41:51.913Z PASS [ 48.833s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
55642024-09-26T20:41:53.304Z PASS [ 32.352s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
55652024-09-26T20:41:59.680Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
55662024-09-26T20:42:03.236Z PASS [ 44.768s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
55672024-09-26T20:42:13.830Z PASS [ 32.958s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
55682024-09-26T20:42:16.600Z PASS [ 31.032s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_after_delete
55692024-09-26T20:42:16.802Z PASS [ 36.538s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
55702024-09-26T20:42:20.482Z PASS [ 27.176s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
55712024-09-26T20:42:22.028Z PASS [ 30.118s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
55722024-09-26T20:42:23.925Z PASS [ 32.181s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
55732024-09-26T20:42:36.239Z PASS [ 33.002s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
55742024-09-26T20:42:45.307Z PASS [ 31.478s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
55752024-09-26T20:42:49.633Z PASS [ 25.712s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
55762024-09-26T20:42:53.101Z PASS [ 36.498s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
55772024-09-26T20:42:58.064Z PASS [ 41.263s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
55782024-09-26T20:42:59.680Z SLOW [>420.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
55792024-09-26T20:43:13.949Z PASS [ 28.638s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
55802024-09-26T20:43:14.680Z PASS [ 38.443s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
55812024-09-26T20:43:15.098Z PASS [ 53.069s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
55822024-09-26T20:43:16.176Z PASS [ 55.698s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
55832024-09-26T20:43:18.561Z PASS [ 25.460s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
55842024-09-26T20:43:19.139Z PASS [ 0.526s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
55852024-09-26T20:43:19.965Z PASS [ 0.879s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
55862024-09-26T20:43:20.804Z PASS [ 0.841s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
55872024-09-26T20:43:21.434Z PASS [ 0.631s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
55882024-09-26T20:43:22.311Z PASS [ 24.246s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
55892024-09-26T20:43:29.505Z PASS [ 39.872s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
55902024-09-26T20:43:41.912Z PASS [ 27.968s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
55912024-09-26T20:43:43.831Z PASS [ 29.150s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
55922024-09-26T20:43:43.925Z PASS [ 28.822s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
55932024-09-26T20:43:45.480Z PASS [ 29.305s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
55942024-09-26T20:43:55.704Z PASS [ 34.270s] omicron-nexus::test_all integration_tests::images::test_image_create
55952024-09-26T20:43:59.680Z SLOW [>480.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
55962024-09-26T20:43:59.997Z PASS [ 37.687s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
55972024-09-26T20:44:07.847Z PASS [ 38.342s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
55982024-09-26T20:44:14.921Z PASS [ 33.010s] omicron-nexus::test_all integration_tests::images::test_image_promotion
55992024-09-26T20:44:15.655Z PASS [ 31.736s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
56002024-09-26T20:44:16.349Z PASS [ 8.503s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
56012024-09-26T20:44:16.463Z PASS [ 32.625s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
56022024-09-26T20:44:17.148Z PASS [ 31.668s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
56032024-09-26T20:44:21.338Z PASS [ 25.634s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
56042024-09-26T20:44:23.555Z PASS [ 8.633s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
56052024-09-26T20:44:25.011Z PASS [ 9.355s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
56062024-09-26T20:44:45.730Z PASS [ 29.376s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
56072024-09-26T20:44:46.708Z PASS [ 21.699s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
56082024-09-26T20:44:54.074Z PASS [ 36.920s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
56092024-09-26T20:44:59.681Z SLOW [>540.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
56102024-09-26T20:44:59.997Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
56112024-09-26T20:45:00.619Z PASS [ 37.065s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
56122024-09-26T20:45:06.595Z PASS [ 50.139s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
56132024-09-26T20:45:08.261Z PASS [ 68.266s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
56142024-09-26T20:45:10.337Z PASS [ 48.986s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
56152024-09-26T20:45:11.376Z PASS [ 25.650s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
56162024-09-26T20:45:22.607Z PASS [ 28.541s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
56172024-09-26T20:45:38.362Z PASS [ 28.037s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
56182024-09-26T20:45:39.079Z PASS [ 52.373s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
56192024-09-26T20:45:49.968Z PASS [ 38.596s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
56202024-09-26T20:45:52.902Z PASS [ 52.283s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
56212024-09-26T20:45:59.680Z SLOW [>600.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
56222024-09-26T20:46:02.853Z PASS [ 40.247s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
56232024-09-26T20:46:06.594Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
56242024-09-26T20:46:08.261Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_instance_access
56252024-09-26T20:46:18.551Z PASS [ 39.472s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
56262024-09-26T20:46:20.046Z PASS [ 41.685s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
56272024-09-26T20:46:26.908Z PASS [ 36.936s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
56282024-09-26T20:46:31.505Z PASS [ 38.566s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
56292024-09-26T20:46:50.507Z PASS [ 47.655s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
56302024-09-26T20:46:52.957Z PASS [ 32.912s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
56312024-09-26T20:46:55.473Z PASS [ 28.564s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
56322024-09-26T20:46:56.304Z PASS [ 109.713s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
56332024-09-26T20:46:57.121Z PASS [ 657.456s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
56342024-09-26T20:47:08.261Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::instances::test_instance_access
56352024-09-26T20:47:13.587Z PASS [ 55.038s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
56362024-09-26T20:47:22.377Z PASS [ 31.851s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
56372024-09-26T20:47:22.402Z PASS [ 29.402s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
56382024-09-26T20:47:25.375Z PASS [ 29.074s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
56392024-09-26T20:47:25.688Z PASS [ 28.568s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
56402024-09-26T20:47:26.139Z PASS [ 30.671s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
56412024-09-26T20:47:27.104Z PASS [ 138.845s] omicron-nexus::test_all integration_tests::instances::test_instance_access
56422024-09-26T20:47:31.502Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
56432024-09-26T20:47:31.984Z PASS [ 60.502s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
56442024-09-26T20:47:56.648Z PASS [ 43.059s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
56452024-09-26T20:48:02.071Z PASS [ 39.698s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
56462024-09-26T20:48:04.292Z PASS [ 38.911s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
56472024-09-26T20:48:05.450Z PASS [ 39.763s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
56482024-09-26T20:48:06.583Z PASS [ 44.004s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
56492024-09-26T20:48:13.915Z PASS [ 47.773s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
56502024-09-26T20:48:13.981Z PASS [ 46.881s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
56512024-09-26T20:48:17.802Z PASS [ 45.834s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
56522024-09-26T20:48:24.049Z PASS [ 24.169s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
56532024-09-26T20:48:32.693Z PASS [ 28.407s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
56542024-09-26T20:48:36.967Z PASS [ 23.054s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
56552024-09-26T20:48:37.761Z PASS [ 32.313s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
56562024-09-26T20:48:38.930Z PASS [ 32.570s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
56572024-09-26T20:48:39.546Z PASS [ 37.474s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
56582024-09-26T20:48:45.222Z PASS [ 31.236s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
56592024-09-26T20:48:50.122Z PASS [ 32.320s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
56602024-09-26T20:49:00.529Z PASS [ 22.767s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
56612024-09-26T20:49:04.482Z PASS [ 24.912s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
56622024-09-26T20:49:04.512Z PASS [ 25.544s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
56632024-09-26T20:49:06.317Z PASS [ 33.625s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
56642024-09-26T20:49:08.732Z PASS [ 47.919s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
56652024-09-26T20:49:09.717Z PASS [ 24.498s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
56662024-09-26T20:49:14.496Z PASS [ 24.372s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
56672024-09-26T20:49:15.405Z PASS [ 38.436s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
56682024-09-26T20:49:28.851Z PASS [ 24.366s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
56692024-09-26T20:49:29.350Z PASS [ 24.861s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
56702024-09-26T20:49:29.607Z PASS [ 29.080s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
56712024-09-26T20:49:29.895Z PASS [ 23.563s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
56722024-09-26T20:49:32.475Z PASS [ 23.733s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
56732024-09-26T20:49:32.578Z PASS [ 22.764s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
56742024-09-26T20:49:36.791Z PASS [ 22.294s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
56752024-09-26T20:49:39.962Z PASS [ 24.559s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
56762024-09-26T20:49:54.816Z PASS [ 25.498s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
56772024-09-26T20:49:57.286Z PASS [ 26.488s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
56782024-09-26T20:49:57.385Z PASS [ 27.548s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
56792024-09-26T20:49:57.480Z PASS [ 25.013s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
56802024-09-26T20:49:58.167Z PASS [ 28.560s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
56812024-09-26T20:50:11.398Z PASS [ 38.921s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
56822024-09-26T20:50:18.836Z PASS [ 22.448s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
56832024-09-26T20:50:19.722Z PASS [ 23.355s] omicron-nexus::test_all integration_tests::metrics::test_timeseries_schema_list
56842024-09-26T20:50:23.185Z PASS [ 25.707s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
56852024-09-26T20:50:24.313Z PASS [ 29.498s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
56862024-09-26T20:50:26.515Z PASS [ 49.716s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
56872024-09-26T20:50:39.963Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_metrics
56882024-09-26T20:50:40.600Z PASS [ 42.434s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
56892024-09-26T20:50:49.831Z PASS [ 30.996s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
56902024-09-26T20:50:50.644Z PASS [ 30.922s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
56912024-09-26T20:50:52.025Z PASS [ 72.066s] omicron-nexus::test_all integration_tests::metrics::test_metrics
56922024-09-26T20:50:54.657Z PASS [ 31.472s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
56932024-09-26T20:51:08.122Z PASS [ 56.727s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
56942024-09-26T20:51:10.411Z PASS [ 29.812s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
56952024-09-26T20:51:18.025Z PASS [ 53.710s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
56962024-09-26T20:51:20.866Z PASS [ 54.367s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
56972024-09-26T20:51:32.113Z PASS [ 41.100s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
56982024-09-26T20:51:33.798Z PASS [ 41.774s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
56992024-09-26T20:51:36.193Z PASS [ 41.539s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
57002024-09-26T20:51:37.655Z PASS [ 29.532s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
57012024-09-26T20:51:44.631Z PASS [ 54.803s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
57022024-09-26T20:51:58.256Z PASS [ 26.512s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
57032024-09-26T20:51:58.288Z PASS [ 24.491s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
57042024-09-26T20:52:05.814Z PASS [ 55.404s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
57052024-09-26T20:52:06.297Z PASS [ 30.104s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
57062024-09-26T20:52:08.716Z PASS [ 31.060s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
57072024-09-26T20:52:09.637Z PASS [ 25.006s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
57082024-09-26T20:52:16.559Z PASS [ 58.509s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
57092024-09-26T20:52:20.866Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
57102024-09-26T20:52:30.455Z PASS [ 32.199s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
57112024-09-26T20:52:32.281Z PASS [ 25.982s] omicron-nexus::test_all integration_tests::projects::test_projects
57122024-09-26T20:52:33.257Z PASS [ 72.392s] omicron-nexus::test_all integration_tests::password_login::test_local_users
57132024-09-26T20:52:33.806Z PASS [ 27.992s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
57142024-09-26T20:52:35.334Z PASS [ 26.618s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
57152024-09-26T20:52:36.303Z PASS [ 38.014s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
57162024-09-26T20:52:39.131Z PASS [ 22.599s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
57172024-09-26T20:52:54.866Z PASS [ 24.411s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
57182024-09-26T20:52:56.931Z PASS [ 23.674s] omicron-nexus::test_all integration_tests::rack::test_sled_add
57192024-09-26T20:52:57.664Z PASS [ 23.854s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
57202024-09-26T20:52:58.930Z PASS [ 23.597s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
57212024-09-26T20:52:59.039Z PASS [ 26.756s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
57222024-09-26T20:52:59.507Z PASS [ 0.470s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
57232024-09-26T20:53:01.204Z PASS [ 3.544s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
57242024-09-26T20:53:01.449Z PASS [ 25.145s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
57252024-09-26T20:53:01.995Z PASS [ 22.868s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
57262024-09-26T20:53:02.474Z PASS [ 3.544s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
57272024-09-26T20:53:03.145Z PASS [ 3.640s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
57282024-09-26T20:53:04.664Z PASS [ 3.446s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
57292024-09-26T20:53:09.104Z PASS [ 59.468s] omicron-nexus::test_all integration_tests::quotas::test_quotas
57302024-09-26T20:53:09.410Z PASS [ 0.305s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
57312024-09-26T20:53:09.555Z PASS [ 0.144s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
57322024-09-26T20:53:09.856Z PASS [ 0.303s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
57332024-09-26T20:53:10.018Z PASS [ 0.154s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
57342024-09-26T20:53:10.207Z PASS [ 0.184s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
57352024-09-26T20:53:17.596Z PASS [ 22.732s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
57362024-09-26T20:53:21.178Z PASS [ 24.247s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
57372024-09-26T20:53:27.923Z PASS [ 25.927s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
57382024-09-26T20:53:28.673Z PASS [ 25.528s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
57392024-09-26T20:53:30.188Z PASS [ 28.742s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
57402024-09-26T20:53:32.739Z PASS [ 28.090s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
57412024-09-26T20:53:32.976Z PASS [ 0.235s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
57422024-09-26T20:53:33.837Z PASS [ 23.643s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
57432024-09-26T20:53:42.799Z PASS [ 25.200s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
57442024-09-26T20:53:42.967Z PASS [ 0.168s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
57452024-09-26T20:53:43.129Z PASS [ 0.163s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
57462024-09-26T20:53:44.402Z PASS [ 23.226s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
57472024-09-26T20:53:44.592Z PASS [ 42.119s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
57482024-09-26T20:53:50.692Z PASS [ 22.770s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
57492024-09-26T20:53:51.282Z PASS [ 22.621s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
57502024-09-26T20:53:52.668Z PASS [ 22.494s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
57512024-09-26T20:53:56.832Z PASS [ 23.869s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
57522024-09-26T20:53:56.866Z PASS [ 23.028s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
57532024-09-26T20:54:02.807Z PASS [ 19.691s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
57542024-09-26T20:54:03.284Z PASS [ 18.894s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
57552024-09-26T20:54:03.383Z PASS [ 18.802s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
57562024-09-26T20:54:07.140Z PASS [ 16.448s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
57572024-09-26T20:54:09.688Z PASS [ 12.823s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
57582024-09-26T20:54:19.665Z PASS [ 12.526s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
57592024-09-26T20:54:21.182Z PASS [ 11.495s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
57602024-09-26T20:54:32.354Z PASS [ 12.690s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
57612024-09-26T20:54:32.591Z PASS [ 11.410s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
57622024-09-26T20:54:45.373Z PASS [ 13.019s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
57632024-09-26T20:54:52.243Z PASS [ 6.867s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
57642024-09-26T20:55:32.591Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
57652024-09-26T20:55:43.774Z PASS [ 71.184s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
57662024-09-26T20:55:46.596Z PASS [ 54.358s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
57672024-09-26T20:56:05.157Z PASS [ 21.382s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
57682024-09-26T20:56:36.007Z PASS [ 49.379s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
57692024-09-26T20:56:53.550Z PASS [ 17.553s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
57702024-09-26T20:56:54.166Z PASS [ 18.191s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
57712024-09-26T20:56:54.334Z PASS [ 18.347s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
57722024-09-26T20:56:54.771Z PASS [ 18.765s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
57732024-09-26T20:57:04.181Z PASS [ 58.995s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
57742024-09-26T20:57:14.920Z PASS [ 21.368s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
57752024-09-26T20:57:15.813Z PASS [ 21.645s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
57762024-09-26T20:57:15.940Z PASS [ 21.604s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
57772024-09-26T20:57:16.103Z PASS [ 21.323s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
57782024-09-26T20:57:28.682Z PASS [ 24.500s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
57792024-09-26T20:57:29.345Z PASS [ 25.170s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
57802024-09-26T20:57:29.411Z PASS [ 25.249s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
57812024-09-26T20:57:32.575Z PASS [ 28.425s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
57822024-09-26T20:57:40.306Z PASS [ 25.387s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
57832024-09-26T20:57:43.679Z PASS [ 27.869s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
57842024-09-26T20:57:44.471Z PASS [ 28.377s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
57852024-09-26T20:57:50.243Z PASS [ 34.307s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
57862024-09-26T20:57:54.133Z PASS [ 24.723s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
57872024-09-26T20:57:54.226Z PASS [ 24.882s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
57882024-09-26T20:57:56.571Z PASS [ 27.887s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
57892024-09-26T20:57:58.297Z PASS [ 25.723s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
57902024-09-26T20:58:06.574Z PASS [ 26.270s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
57912024-09-26T20:58:09.670Z PASS [ 25.992s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
57922024-09-26T20:58:13.931Z PASS [ 29.458s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
57932024-09-26T20:58:20.689Z PASS [ 26.546s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
57942024-09-26T20:58:21.233Z PASS [ 24.664s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
57952024-09-26T20:58:25.315Z PASS [ 35.066s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
57962024-09-26T20:58:26.660Z PASS [ 32.436s] omicron-nexus::test_all integration_tests::silos::test_silos
57972024-09-26T20:58:32.038Z PASS [ 33.732s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
57982024-09-26T20:58:33.138Z PASS [ 26.566s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
57992024-09-26T20:58:40.842Z PASS [ 26.912s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
58002024-09-26T20:58:45.945Z PASS [ 35.919s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
58012024-09-26T20:58:49.571Z PASS [ 22.910s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
58022024-09-26T20:58:58.511Z PASS [ 26.482s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
58032024-09-26T20:59:00.469Z PASS [ 27.328s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
58042024-09-26T20:59:01.914Z PASS [ 41.235s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
58052024-09-26T20:59:03.194Z PASS [ 41.963s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
58062024-09-26T20:59:04.495Z PASS [ 39.186s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
58072024-09-26T20:59:06.849Z PASS [ 26.009s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
58082024-09-26T20:59:07.695Z PASS [ 4.416s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
58092024-09-26T20:59:08.329Z PASS [ 1.477s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
58102024-09-26T20:59:09.164Z PASS [ 4.669s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
58112024-09-26T20:59:12.145Z PASS [ 4.532s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
58122024-09-26T20:59:12.759Z PASS [ 4.433s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
58132024-09-26T20:59:22.166Z PASS [ 32.599s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
58142024-09-26T20:59:24.679Z PASS [ 2.510s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
58152024-09-26T20:59:27.196Z PASS [ 41.607s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
58162024-09-26T20:59:34.222Z PASS [ 25.058s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
58172024-09-26T20:59:37.573Z PASS [ 35.660s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
58182024-09-26T20:59:38.275Z PASS [ 37.807s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
58192024-09-26T20:59:39.111Z PASS [ 40.599s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
58202024-09-26T20:59:48.247Z PASS [ 23.571s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
58212024-09-26T20:59:54.407Z PASS [ 27.211s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
58222024-09-26T20:59:55.625Z PASS [ 21.403s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized
58232024-09-26T20:59:57.808Z PASS [ 45.665s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
58242024-09-26T21:00:02.439Z PASS [ 24.866s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
58252024-09-26T21:00:12.759Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
58262024-09-26T21:00:20.479Z PASS [ 42.203s] omicron-nexus::test_all integration_tests::utilization::test_utilization
58272024-09-26T21:00:26.509Z PASS [ 32.104s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
58282024-09-26T21:00:27.950Z PASS [ 39.695s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
58292024-09-26T21:00:33.321Z PASS [ 37.697s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
58302024-09-26T21:00:34.715Z PASS [ 36.907s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
58312024-09-26T21:00:39.109Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
58322024-09-26T21:00:40.455Z PASS [ 38.019s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
58332024-09-26T21:00:54.475Z PASS [ 33.998s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
58342024-09-26T21:00:59.080Z PASS [ 32.571s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
58352024-09-26T21:01:00.204Z PASS [ 32.259s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
58362024-09-26T21:01:03.098Z PASS [ 28.382s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
58372024-09-26T21:01:05.217Z PASS [ 31.893s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
58382024-09-26T21:01:06.407Z PASS [ 25.951s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
58392024-09-26T21:01:09.441Z PASS [ 90.335s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
58402024-09-26T21:01:12.758Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
58412024-09-26T21:01:20.787Z PASS [ 128.029s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
58422024-09-26T21:01:34.886Z PASS [ 40.411s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
58432024-09-26T21:01:39.393Z PASS [ 40.313s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
58442024-09-26T21:01:45.834Z PASS [ 36.393s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
58452024-09-26T21:01:50.495Z PASS [ 50.298s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
58462024-09-26T21:01:51.713Z PASS [ 48.620s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
58472024-09-26T21:01:55.341Z PASS [ 50.129s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
58482024-09-26T21:01:56.054Z PASS [ 49.619s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
58492024-09-26T21:02:00.798Z PASS [ 40.014s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
58502024-09-26T21:02:02.209Z PASS [ 22.817s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
58512024-09-26T21:02:07.749Z PASS [ 21.915s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
58522024-09-26T21:02:13.381Z PASS [ 22.884s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
58532024-09-26T21:02:13.894Z PASS [ 39.005s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
58542024-09-26T21:02:14.280Z PASS [ 22.566s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
58552024-09-26T21:02:19.007Z PASS [ 23.664s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
58562024-09-26T21:02:19.071Z PASS [ 23.047s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
58572024-09-26T21:02:23.164Z PASS [ 22.363s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
58582024-09-26T21:02:24.825Z PASS [ 22.619s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
58592024-09-26T21:02:31.437Z PASS [ 23.689s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
58602024-09-26T21:02:37.423Z PASS [ 23.530s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
58612024-09-26T21:02:37.657Z PASS [ 23.379s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
58622024-09-26T21:02:39.613Z PASS [ 26.229s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
58632024-09-26T21:02:41.204Z PASS [ 22.133s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
58642024-09-26T21:02:41.383Z PASS [ 22.379s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
58652024-09-26T21:02:44.218Z PASS [ 21.055s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
58662024-09-26T21:02:46.261Z PASS [ 21.437s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
58672024-09-26T21:02:54.260Z PASS [ 22.825s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
58682024-09-26T21:03:00.267Z PASS [ 22.849s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
58692024-09-26T21:03:00.560Z PASS [ 22.900s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
58702024-09-26T21:03:02.316Z PASS [ 22.705s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
58712024-09-26T21:03:03.775Z PASS [ 22.392s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
58722024-09-26T21:03:04.116Z PASS [ 22.911s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
58732024-09-26T21:03:07.666Z PASS [ 23.445s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
58742024-09-26T21:03:10.397Z PASS [ 24.133s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
58752024-09-26T21:03:20.024Z PASS [ 25.762s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
58762024-09-26T21:03:24.753Z PASS [ 24.196s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
58772024-09-26T21:03:25.024Z PASS [ 24.755s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
58782024-09-26T21:03:28.136Z PASS [ 24.348s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
58792024-09-26T21:03:30.563Z PASS [ 28.249s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
58802024-09-26T21:03:31.278Z PASS [ 27.164s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
58812024-09-26T21:03:41.061Z PASS [ 30.664s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
58822024-09-26T21:03:43.081Z PASS [ 35.420s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
58832024-09-26T21:03:43.155Z PASS [ 0.070s] omicron-package dot::test::test_bad_dependency
58842024-09-26T21:03:43.217Z PASS [ 0.065s] omicron-package dot::test::test_dot_output
58852024-09-26T21:03:48.007Z PASS [ 6.946s] omicron-omdb::test_all_output test_omdb_usage_errors
58862024-09-26T21:03:48.037Z PASS [ 0.032s] omicron-passwords test::test_password_constraints
58872024-09-26T21:03:51.193Z PASS [ 3.154s] omicron-passwords test::test_reproducible
58882024-09-26T21:03:51.475Z PASS [ 8.258s] omicron-passwords test::test_compatible
58892024-09-26T21:03:51.525Z PASS [ 0.050s] omicron-passwords test::test_stable
58902024-09-26T21:03:51.553Z PASS [ 0.026s] omicron-passwords test::test_weak_hashes
58912024-09-26T21:03:51.588Z PASS [ 0.035s] omicron-rpaths internal::tests::test_configure_from_path
58922024-09-26T21:03:51.647Z PASS [ 0.058s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
58932024-09-26T21:03:51.674Z PASS [ 0.027s] omicron-rpaths internal::tests::test_emit_rpath
58942024-09-26T21:03:51.918Z PASS [ 0.240s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
58952024-09-26T21:03:52.540Z PASS [ 0.628s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
58962024-09-26T21:03:52.639Z PASS [ 0.099s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
58972024-09-26T21:03:52.790Z PASS [ 0.151s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
58982024-09-26T21:03:52.889Z PASS [ 0.095s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
58992024-09-26T21:03:53.443Z PASS [ 0.557s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
59002024-09-26T21:03:53.500Z PASS [ 0.058s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
59012024-09-26T21:03:53.556Z PASS [ 0.055s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
59022024-09-26T21:03:53.607Z PASS [ 0.049s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
59032024-09-26T21:03:53.654Z PASS [ 0.046s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
59042024-09-26T21:03:53.692Z PASS [ 0.041s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
59052024-09-26T21:03:53.738Z PASS [ 0.043s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
59062024-09-26T21:03:53.781Z PASS [ 0.046s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
59072024-09-26T21:03:53.831Z PASS [ 0.049s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
59082024-09-26T21:03:53.878Z PASS [ 0.043s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
59092024-09-26T21:03:53.956Z PASS [ 0.078s] omicron-sled-agent config::test::test_smf_configs
59102024-09-26T21:03:54.033Z PASS [ 0.081s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
59112024-09-26T21:03:54.094Z PASS [ 0.061s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
59122024-09-26T21:03:54.151Z PASS [ 0.057s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
59132024-09-26T21:03:54.222Z PASS [ 0.070s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
59142024-09-26T21:03:54.275Z PASS [ 0.054s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
59152024-09-26T21:03:54.330Z PASS [ 0.055s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
59162024-09-26T21:03:55.543Z PASS [ 30.523s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
59172024-09-26T21:03:56.286Z PASS [ 28.160s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
59182024-09-26T21:03:58.191Z PASS [ 3.862s] omicron-sled-agent instance::tests::test_instance_create_events_normal
59192024-09-26T21:03:58.974Z PASS [ 28.415s] omicron-omdb::test_all_output test_omdb_env_settings
59202024-09-26T21:04:00.631Z PASS [ 4.350s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
59212024-09-26T21:04:00.672Z PASS [ 0.039s] omicron-sled-agent probe_manager::test::probe_state_set_ops
59222024-09-26T21:04:00.722Z PASS [ 0.050s] omicron-sled-agent profile::tests::empty_profile
59232024-09-26T21:04:00.755Z PASS [ 36.003s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
59242024-09-26T21:04:00.779Z PASS [ 0.045s] omicron-sled-agent profile::tests::test_disabled_instance
59252024-09-26T21:04:00.802Z PASS [ 0.043s] omicron-sled-agent profile::tests::test_instance
59262024-09-26T21:04:00.826Z PASS [ 0.045s] omicron-sled-agent profile::tests::test_multiple
59272024-09-26T21:04:00.850Z PASS [ 0.048s] omicron-sled-agent profile::tests::test_property
59282024-09-26T21:04:00.873Z PASS [ 0.049s] omicron-sled-agent profile::tests::test_property_group
59292024-09-26T21:04:00.897Z PASS [ 2.681s] omicron-sled-agent instance::tests::test_instance_manager_creation
59302024-09-26T21:04:00.897Z PASS [ 0.042s] omicron-sled-agent profile::tests::test_service
59312024-09-26T21:04:00.921Z PASS [ 0.042s] omicron-sled-agent profile::tests::test_service_property_group
59322024-09-26T21:04:00.921Z PASS [ 0.042s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
59332024-09-26T21:04:00.944Z PASS [ 0.039s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
59342024-09-26T21:04:00.968Z PASS [ 0.052s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
59352024-09-26T21:04:00.992Z PASS [ 0.057s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v4_schema
59362024-09-26T21:04:00.992Z PASS [ 0.056s] omicron-sled-agent rack_setup::plan::sled::tests::test_read_known_rss_sled_plans
59372024-09-26T21:04:01.025Z PASS [ 0.054s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
59382024-09-26T21:04:01.063Z PASS [ 0.077s] omicron-sled-agent services::test::test_all_zones_requests_schema
59392024-09-26T21:04:01.087Z PASS [ 0.104s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
59402024-09-26T21:04:01.110Z PASS [ 0.042s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
59412024-09-26T21:04:01.602Z PASS [ 6.052s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone
59422024-09-26T21:04:04.145Z PASS [ 3.133s] omicron-sled-agent services::test::test_bad_generations
59432024-09-26T21:04:04.250Z PASS [ 3.173s] omicron-sled-agent services::test::test_ensure_service
59442024-09-26T21:04:04.313Z PASS [ 3.207s] omicron-sled-agent services::test::test_ensure_service_before_timesync
59452024-09-26T21:04:04.361Z PASS [ 0.046s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
59462024-09-26T21:04:04.424Z PASS [ 0.063s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
59472024-09-26T21:04:04.501Z FAIL [ 33.183s] omicron-omdb::test_all_output test_omdb_success_cases
59482024-09-26T21:04:04.501Z
59492024-09-26T21:04:04.501Z--- STDOUT: omicron-omdb::test_all_output test_omdb_success_cases ---
59502024-09-26T21:04:04.501Z
59512024-09-26T21:04:04.501Zrunning 1 test
59522024-09-26T21:04:04.502Zrunning commands with args: ["db", "disks", "list"]
59532024-09-26T21:04:04.502Zrunning commands with args: ["db", "dns", "show"]
59542024-09-26T21:04:04.502Zrunning commands with args: ["db", "dns", "diff", "external", "2"]
59552024-09-26T21:04:04.502Zrunning commands with args: ["db", "dns", "names", "external", "2"]
59562024-09-26T21:04:04.502Zrunning commands with args: ["db", "instances"]
59572024-09-26T21:04:04.502Zrunning commands with args: ["db", "reconfigurator-save", "/var/tmp/omicron_tmp/.tmp2qwYK8/reconfigurator-save.out"]
59582024-09-26T21:04:04.502Zrunning commands with args: ["db", "sleds"]
59592024-09-26T21:04:04.502Zrunning commands with args: ["db", "sleds", "-F", "discretionary"]
59602024-09-26T21:04:04.502Zrunning commands with args: ["mgs", "inventory"]
59612024-09-26T21:04:04.502Zrunning commands with args: ["nexus", "background-tasks", "doc"]
59622024-09-26T21:04:04.502Zrunning commands with args: ["nexus", "background-tasks", "show"]
59632024-09-26T21:04:04.502Zrunning commands with args: ["nexus", "background-tasks", "show", "saga_recovery"]
59642024-09-26T21:04:04.502Zrunning commands with args: ["nexus", "background-tasks", "show", "blueprint_loader", "blueprint_executor"]
59652024-09-26T21:04:04.502Zrunning commands with args: ["nexus", "background-tasks", "show", "dns_internal"]
59662024-09-26T21:04:04.502Zrunning commands with args: ["nexus", "background-tasks", "show", "dns_external"]
59672024-09-26T21:04:04.502Zrunning commands with args: ["nexus", "background-tasks", "show", "all"]
59682024-09-26T21:04:04.502Zrunning commands with args: ["nexus", "sagas", "list"]
59692024-09-26T21:04:04.502Zrunning commands with args: ["--destructive", "nexus", "sagas", "demo-create"]
59702024-09-26T21:04:04.502Zrunning commands with args: ["nexus", "sagas", "list"]
59712024-09-26T21:04:04.502Zrunning commands with args: ["--destructive", "nexus", "background-tasks", "activate", "inventory_collection"]
59722024-09-26T21:04:04.502Zrunning commands with args: ["nexus", "blueprints", "list"]
59732024-09-26T21:04:04.502Zrunning commands with args: ["nexus", "blueprints", "show", "0734a47a-3c00-4d95-a963-4c22d5dbdda9"]
59742024-09-26T21:04:04.502Zrunning commands with args: ["nexus", "blueprints", "show", "current-target"]
59752024-09-26T21:04:04.502Zrunning commands with args: ["nexus", "blueprints", "diff", "0734a47a-3c00-4d95-a963-4c22d5dbdda9", "current-target"]
59762024-09-26T21:04:04.502Z@@ -55,10 +55,146 @@
59772024-09-26T21:04:04.502Z ID NAME STATE PROPOLIS_ID SLED_ID HOST_SERIAL
59782024-09-26T21:04:04.502Z ---------------------------------------------
59792024-09-26T21:04:04.502Z stderr:
59802024-09-26T21:04:04.502Z note: using database URL postgresql://root@[::1]:REDACTED_PORT/omicron?sslmode=disable
59812024-09-26T21:04:04.502Z note: database schema version matches expected (<redacted database version>)
59822024-09-26T21:04:04.502Z+thread 'tokio-runtime-worker' panicked at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-bb8-diesel-0.2.1/src/async_traits.rs:97:14:
59832024-09-26T21:04:04.502Z+called `Result::unwrap()` on an `Err` value: JoinError::Cancelled(Id(35))
59842024-09-26T21:04:04.502Z+stack backtrace:
59852024-09-26T21:04:04.502Z+ 0: rust_begin_unwind
59862024-09-26T21:04:04.502Z+ at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/panicking.rs:652:5
59872024-09-26T21:04:04.502Z+ 1: core::panicking::panic_fmt
59882024-09-26T21:04:04.502Z+ at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/panicking.rs:72:14
59892024-09-26T21:04:04.502Z+ 2: core::result::unwrap_failed
59902024-09-26T21:04:04.502Z+ at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/result.rs:1679:5
59912024-09-26T21:04:04.502Z+ 3: unwrap<core::result::Result<bool, ()>, tokio::runtime::task::error::JoinError>
59922024-09-26T21:04:04.503Z+ at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/result.rs:1102:23
59932024-09-26T21:04:04.503Z+ 4: {async_block#0}<async_bb8_diesel::connection::Connection<diesel_dtrace::DTraceConnection<diesel::pg::connection::PgConnection>>, diesel_dtrace::DTraceConnection<diesel::pg::connection::PgConnection>, bool, (), async_bb8_diesel::async_traits::AsyncR2D2Connection::is_broken_async::{async_block#0}::{closure_env#0}<async_bb8_diesel::connection::Connection<diesel_dtrace::DTraceConnection<diesel::pg::connection::PgConnection>>, diesel_dtrace::DTraceConnection<diesel::pg::connection::PgConnection>>>
59942024-09-26T21:04:04.503Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-bb8-diesel-0.2.1/src/async_traits.rs:95:9
59952024-09-26T21:04:04.503Z+ 5: poll<alloc::boxed::Box<(dyn core::future::future::Future<Output=core::result::Result<bool, ()>> + core::marker::Send), alloc::alloc::Global>>
59962024-09-26T21:04:04.503Z+ at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/future/future.rs:123:9
59972024-09-26T21:04:04.503Z+ 6: {async_block#0}<async_bb8_diesel::connection::Connection<diesel_dtrace::DTraceConnection<diesel::pg::connection::PgConnection>>, diesel_dtrace::DTraceConnection<diesel::pg::connection::PgConnection>, bool, (), async_bb8_diesel::async_traits::AsyncR2D2Connection::is_broken_async::{async_block#0}::{closure_env#0}<async_bb8_diesel::connection::Connection<diesel_dtrace::DTraceConnection<diesel::pg::connection::PgConnection>>, diesel_dtrace::DTraceConnection<diesel::pg::connection::PgConnection>>>
59982024-09-26T21:04:04.503Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-bb8-diesel-0.2.1/src/async_traits.rs:85:43
59992024-09-26T21:04:04.503Z+ 7: poll<alloc::boxed::Box<(dyn core::future::future::Future<Output=core::result::Result<bool, ()>> + core::marker::Send), alloc::alloc::Global>>
60002024-09-26T21:04:04.503Z+ at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/future/future.rs:123:9
60012024-09-26T21:04:04.503Z+ 8: {async_block#0}<async_bb8_diesel::connection::Connection<diesel_dtrace::DTraceConnection<diesel::pg::connection::PgConnection>>, diesel_dtrace::DTraceConnection<diesel::pg::connection::PgConnection>>
60022024-09-26T21:04:04.503Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-bb8-diesel-0.2.1/src/async_traits.rs:58:14
60032024-09-26T21:04:04.503Z+ 9: poll<alloc::boxed::Box<(dyn core::future::future::Future<Output=bool> + core::marker::Send), alloc::alloc::Global>>
60042024-09-26T21:04:04.503Z+ at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/future/future.rs:123:9
60052024-09-26T21:04:04.503Z+ 10: {async_block#0}
60062024-09-26T21:04:04.503Z+ at /work/oxidecomputer/omicron/nexus/db-queries/src/db/pool_connection.rs:125:48
60072024-09-26T21:04:04.503Z+ 11: poll<alloc::boxed::Box<(dyn core::future::future::Future<Output=core::result::Result<(), qorb::backend::Error>> + core::marker::Send), alloc::alloc::Global>>
60082024-09-26T21:04:04.503Z+ at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/future/future.rs:123:9
60092024-09-26T21:04:04.503Z+ 12: {async_block#0}<nexus_db_queries::db::pool_connection::DieselPgConnector>
60102024-09-26T21:04:04.503Z+ at /home/build/.cargo/git/checkouts/qorb-2aec95fa693f52a8/163a778/src/backend.rs:111:29
60112024-09-26T21:04:04.503Z+ 13: poll<alloc::boxed::Box<(dyn core::future::future::Future<Output=core::result::Result<(), qorb::backend::Error>> + core::marker::Send), alloc::alloc::Global>>
60122024-09-26T21:04:04.503Z+ at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/future/future.rs:123:9
60132024-09-26T21:04:04.503Z+ 14: poll<core::pin::Pin<alloc::boxed::Box<(dyn core::future::future::Future<Output=core::result::Result<(), qorb::backend::Error>> + core::marker::Send), alloc::alloc::Global>>>
60142024-09-26T21:04:04.503Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/time/timeout.rs:202:33
60152024-09-26T21:04:04.551Z+ 15: {async_block#0}<async_bb8_diesel::connection::Connection<diesel_dtrace::DTraceConnection<diesel::pg::connection::PgConnection>>>
60162024-09-26T21:04:04.551Z+ at /home/build/.cargo/git/checkouts/qorb-2aec95fa693f52a8/163a778/src/slot.rs:254:85
60172024-09-26T21:04:04.551Z+ 16: {async_fn#0}<async_bb8_diesel::connection::Connection<diesel_dtrace::DTraceConnection<diesel::pg::connection::PgConnection>>>
60182024-09-26T21:04:04.551Z+ at /home/build/.cargo/git/checkouts/qorb-2aec95fa693f52a8/163a778/src/slot.rs:233:5
60192024-09-26T21:04:04.551Z+ 17: {async_block#0}<async_bb8_diesel::connection::Connection<diesel_dtrace::DTraceConnection<diesel::pg::connection::PgConnection>>>
60202024-09-26T21:04:04.551Z+ at /home/build/.cargo/git/checkouts/qorb-2aec95fa693f52a8/163a778/src/slot.rs:582:43
60212024-09-26T21:04:04.551Z+ 18: tokio::runtime::task::core::Core<T,S>::poll::{{closure}}
60222024-09-26T21:04:04.551Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/core.rs:328:17
60232024-09-26T21:04:04.551Z+ 19: with_mut<tokio::runtime::task::core::Stage<qorb::slot::{impl#8}::create_slot::{async_block_env#0}<async_bb8_diesel::connection::Connection<diesel_dtrace::DTraceConnection<diesel::pg::connection::PgConnection>>>>, core::task::poll::Poll<()>, tokio::runtime::task::core::{impl#6}::poll::{closure_env#0}<qorb::slot::{impl#8}::create_slot::{async_block_env#0}<async_bb8_diesel::connection::Connection<diesel_dtrace::DTraceConnection<diesel::pg::connection::PgConnection>>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>>
60242024-09-26T21:04:04.551Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/loom/std/unsafe_cell.rs:16:9
60252024-09-26T21:04:04.551Z+ 20: poll<qorb::slot::{impl#8}::create_slot::{async_block_env#0}<async_bb8_diesel::connection::Connection<diesel_dtrace::DTraceConnection<diesel::pg::connection::PgConnection>>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>
60262024-09-26T21:04:04.551Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/core.rs:317:13
60272024-09-26T21:04:04.551Z+ 21: tokio::runtime::task::harness::poll_future::{{closure}}
60282024-09-26T21:04:04.551Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/harness.rs:485:19
60292024-09-26T21:04:04.551Z+ 22: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
60302024-09-26T21:04:04.551Z+ at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/panic/unwind_safe.rs:272:9
60312024-09-26T21:04:04.551Z+ 23: do_call<core::panic::unwind_safe::AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<qorb::slot::{impl#8}::create_slot::{async_block_env#0}<async_bb8_diesel::connection::Connection<diesel_dtrace::DTraceConnection<diesel::pg::connection::PgConnection>>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>>, core::task::poll::Poll<()>>
60322024-09-26T21:04:04.551Z+ at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/panicking.rs:559:40
60332024-09-26T21:04:04.551Z+ 24: __rust_try
60342024-09-26T21:04:04.552Z+ 25: try<core::task::poll::Poll<()>, core::panic::unwind_safe::AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<qorb::slot::{impl#8}::create_slot::{async_block_env#0}<async_bb8_diesel::connection::Connection<diesel_dtrace::DTraceConnection<diesel::pg::connection::PgConnection>>>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>>>
60352024-09-26T21:04:04.552Z+ at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/panicking.rs:523:19
60362024-09-26T21:04:04.552Z+ 26: std::panic::catch_unwind
60372024-09-26T21:04:04.552Z+ at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/panic.rs:149:14
60382024-09-26T21:04:04.552Z+ 27: tokio::runtime::task::harness::poll_future
60392024-09-26T21:04:04.552Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/harness.rs:473:18
60402024-09-26T21:04:04.552Z+ 28: tokio::runtime::task::harness::Harness<T,S>::poll_inner
60412024-09-26T21:04:04.552Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/harness.rs:208:27
60422024-09-26T21:04:04.552Z+ 29: tokio::runtime::task::harness::Harness<T,S>::poll
60432024-09-26T21:04:04.552Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/harness.rs:153:15
60442024-09-26T21:04:04.552Z+ 30: tokio::runtime::task::raw::poll
60452024-09-26T21:04:04.552Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/raw.rs:271:5
60462024-09-26T21:04:04.552Z+ 31: tokio::runtime::task::raw::RawTask::poll
60472024-09-26T21:04:04.552Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/raw.rs:201:18
60482024-09-26T21:04:04.552Z+ 32: tokio::runtime::task::LocalNotified<S>::run
60492024-09-26T21:04:04.552Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/mod.rs:427:9
60502024-09-26T21:04:04.552Z+ 33: {closure#0}
60512024-09-26T21:04:04.552Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/multi_thread/worker.rs:657:17
60522024-09-26T21:04:04.552Z+ 34: with_budget<core::result::Result<alloc::boxed::Box<tokio::runtime::scheduler::multi_thread::worker::Core, alloc::alloc::Global>, ()>, tokio::runtime::scheduler::multi_thread::worker::{impl#1}::run_task::{closure_env#0}>
60532024-09-26T21:04:04.552Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/coop.rs:107:5
60542024-09-26T21:04:04.552Z+ 35: budget<core::result::Result<alloc::boxed::Box<tokio::runtime::scheduler::multi_thread::worker::Core, alloc::alloc::Global>, ()>, tokio::runtime::scheduler::multi_thread::worker::{impl#1}::run_task::{closure_env#0}>
60552024-09-26T21:04:04.552Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/coop.rs:73:5
60562024-09-26T21:04:04.552Z+ 36: run_task
60572024-09-26T21:04:04.552Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/multi_thread/worker.rs:593:9
60582024-09-26T21:04:04.552Z+ 37: tokio::runtime::scheduler::multi_thread::worker::Context::run
60592024-09-26T21:04:04.552Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/multi_thread/worker.rs:544:24
60602024-09-26T21:04:04.552Z+ 38: tokio::runtime::scheduler::multi_thread::worker::run::{{closure}}::{{closure}}
60612024-09-26T21:04:04.552Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/multi_thread/worker.rs:509:21
60622024-09-26T21:04:04.552Z+ 39: tokio::runtime::context::scoped::Scoped<T>::set
60632024-09-26T21:04:04.552Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/context/scoped.rs:40:9
60642024-09-26T21:04:04.552Z+ 40: tokio::runtime::context::set_scheduler::{{closure}}
60652024-09-26T21:04:04.552Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/context.rs:180:26
60662024-09-26T21:04:04.552Z+ 41: try_with<tokio::runtime::context::Context, tokio::runtime::context::set_scheduler::{closure_env#0}<(), tokio::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure_env#0}>, ()>
60672024-09-26T21:04:04.552Z+ at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/thread/local.rs:283:12
60682024-09-26T21:04:04.552Z+ 42: std::thread::local::LocalKey<T>::with
60692024-09-26T21:04:04.552Z+ at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/thread/local.rs:260:9
60702024-09-26T21:04:04.552Z+ 43: tokio::runtime::context::set_scheduler
60712024-09-26T21:04:04.552Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/context.rs:180:9
60722024-09-26T21:04:04.552Z+ 44: tokio::runtime::scheduler::multi_thread::worker::run::{{closure}}
60732024-09-26T21:04:04.553Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/multi_thread/worker.rs:504:9
60742024-09-26T21:04:04.553Z+ 45: tokio::runtime::context::runtime::enter_runtime
60752024-09-26T21:04:04.553Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/context/runtime.rs:65:16
60762024-09-26T21:04:04.553Z+ 46: tokio::runtime::scheduler::multi_thread::worker::run
60772024-09-26T21:04:04.553Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/multi_thread/worker.rs:496:5
60782024-09-26T21:04:04.553Z+ 47: tokio::runtime::scheduler::multi_thread::worker::Launch::launch::{{closure}}
60792024-09-26T21:04:04.553Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/multi_thread/worker.rs:462:45
60802024-09-26T21:04:04.553Z+ 48: <tokio::runtime::blocking::task::BlockingTask<T> as core::future::future::Future>::poll
60812024-09-26T21:04:04.553Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/blocking/task.rs:42:21
60822024-09-26T21:04:04.553Z+ 49: tokio::runtime::task::core::Core<T,S>::poll::{{closure}}
60832024-09-26T21:04:04.553Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/core.rs:328:17
60842024-09-26T21:04:04.553Z+ 50: with_mut<tokio::runtime::task::core::Stage<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::{impl#0}::launch::{closure_env#0}>>, core::task::poll::Poll<()>, tokio::runtime::task::core::{impl#6}::poll::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::{impl#0}::launch::{closure_env#0}>, tokio::runtime::blocking::schedule::BlockingSchedule>>
60852024-09-26T21:04:04.553Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/loom/std/unsafe_cell.rs:16:9
60862024-09-26T21:04:04.553Z+ 51: poll<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::{impl#0}::launch::{closure_env#0}>, tokio::runtime::blocking::schedule::BlockingSchedule>
60872024-09-26T21:04:04.553Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/core.rs:317:13
60882024-09-26T21:04:04.553Z+ 52: tokio::runtime::task::harness::poll_future::{{closure}}
60892024-09-26T21:04:04.553Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/harness.rs:485:19
60902024-09-26T21:04:04.553Z+ 53: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
60912024-09-26T21:04:04.553Z+ at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/panic/unwind_safe.rs:272:9
60922024-09-26T21:04:04.553Z+ 54: do_call<core::panic::unwind_safe::AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::{impl#0}::launch::{closure_env#0}>, tokio::runtime::blocking::schedule::BlockingSchedule>>, core::task::poll::Poll<()>>
60932024-09-26T21:04:04.553Z+ at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/panicking.rs:559:40
60942024-09-26T21:04:04.553Z+ 55: __rust_try
60952024-09-26T21:04:04.553Z+ 56: try<core::task::poll::Poll<()>, core::panic::unwind_safe::AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::{impl#0}::launch::{closure_env#0}>, tokio::runtime::blocking::schedule::BlockingSchedule>>>
60962024-09-26T21:04:04.553Z+ at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/panicking.rs:523:19
60972024-09-26T21:04:04.553Z+ 57: std::panic::catch_unwind
60982024-09-26T21:04:04.553Z+ at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/panic.rs:149:14
60992024-09-26T21:04:04.553Z+ 58: tokio::runtime::task::harness::poll_future
61002024-09-26T21:04:04.553Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/harness.rs:473:18
61012024-09-26T21:04:04.553Z+ 59: tokio::runtime::task::harness::Harness<T,S>::poll_inner
61022024-09-26T21:04:04.553Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/harness.rs:208:27
61032024-09-26T21:04:04.553Z+ 60: tokio::runtime::task::harness::Harness<T,S>::poll
61042024-09-26T21:04:04.553Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/harness.rs:153:15
61052024-09-26T21:04:04.553Z+ 61: tokio::runtime::task::raw::poll
61062024-09-26T21:04:04.553Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/raw.rs:271:5
61072024-09-26T21:04:04.553Z+ 62: tokio::runtime::task::raw::RawTask::poll
61082024-09-26T21:04:04.553Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/raw.rs:201:18
61092024-09-26T21:04:04.553Z+ 63: tokio::runtime::task::UnownedTask<S>::run
61102024-09-26T21:04:04.553Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/task/mod.rs:464:9
61112024-09-26T21:04:04.553Z+ 64: tokio::runtime::blocking::pool::Task::run
61122024-09-26T21:04:04.553Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/blocking/pool.rs:160:9
61132024-09-26T21:04:04.554Z+ 65: run
61142024-09-26T21:04:04.554Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/blocking/pool.rs:518:17
61152024-09-26T21:04:04.578Z+ 66: tokio::runtime::blocking::pool::Spawner::spawn_thread::{{closure}}
61162024-09-26T21:04:04.578Z+ at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/blocking/pool.rs:476:13
61172024-09-26T21:04:04.578Z+note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
61182024-09-26T21:04:04.578Z =============================================
61192024-09-26T21:04:04.578Z EXECUTING COMMAND: omdb ["db", "reconfigurator-save", "<TMP_PATH_REDACTED>"]
61202024-09-26T21:04:04.578Z termination: Exited(0)
61212024-09-26T21:04:04.578Z ---------------------------------------------
61222024-09-26T21:04:04.578Z stdout:
61232024-09-26T21:04:04.578Z
61242024-09-26T21:04:04.578Ztest test_omdb_success_cases ... FAILED
61252024-09-26T21:04:04.578Z
61262024-09-26T21:04:04.578Zfailures:
61272024-09-26T21:04:04.578Z
61282024-09-26T21:04:04.578Zfailures:
61292024-09-26T21:04:04.578Z test_omdb_success_cases
61302024-09-26T21:04:04.579Z
61312024-09-26T21:04:04.579Ztest result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 2 filtered out; finished in 32.93s
61322024-09-26T21:04:04.579Z
61332024-09-26T21:04:04.579Z
61342024-09-26T21:04:04.579Z--- STDERR: omicron-omdb::test_all_output test_omdb_success_cases ---
61352024-09-26T21:04:04.579Zlog file: /var/tmp/omicron_tmp/test_all_output-7d4490d3c661bfd5-test_omdb_success_cases.20801.0.log
61362024-09-26T21:04:04.579Znote: configured to log to "/var/tmp/omicron_tmp/test_all_output-7d4490d3c661bfd5-test_omdb_success_cases.20801.0.log"
61372024-09-26T21:04:04.579ZDB URL: postgresql://root@[::1]:59018/omicron?sslmode=disable
61382024-09-26T21:04:04.579ZDB address: [::1]:59018
61392024-09-26T21:04:04.579Zlog file: /var/tmp/omicron_tmp/test_all_output-7d4490d3c661bfd5-test_omdb_success_cases.20801.2.log
61402024-09-26T21:04:04.579Znote: configured to log to "/var/tmp/omicron_tmp/test_all_output-7d4490d3c661bfd5-test_omdb_success_cases.20801.2.log"
61412024-09-26T21:04:04.579Zlog file: /var/tmp/omicron_tmp/test_all_output-7d4490d3c661bfd5-test_omdb_success_cases.20801.3.log
61422024-09-26T21:04:04.579Znote: configured to log to "/var/tmp/omicron_tmp/test_all_output-7d4490d3c661bfd5-test_omdb_success_cases.20801.3.log"
61432024-09-26T21:04:04.579Zlog file: /var/tmp/omicron_tmp/test_all_output-7d4490d3c661bfd5-test_omdb_success_case.20801.4.log
61442024-09-26T21:04:04.579Znote: configured to log to "/var/tmp/omicron_tmp/test_all_output-7d4490d3c661bfd5-test_omdb_success_case.20801.4.log"
61452024-09-26T21:04:04.579Zthread 'test_omdb_success_cases' panicked at dev-tools/omdb/tests/test_all_output.rs:242:5:
61462024-09-26T21:04:04.579Zassertion failed: string doesn't match the contents of file: "tests/successes.out" see diffset above
61472024-09-26T21:04:04.579Z set EXPECTORATE=overwrite if these changes are intentional
61482024-09-26T21:04:04.579Zstack backtrace:
61492024-09-26T21:04:04.579Z 0: rust_begin_unwind
61502024-09-26T21:04:04.579Z at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/panicking.rs:652:5
61512024-09-26T21:04:04.579Z 1: core::panicking::panic_fmt
61522024-09-26T21:04:04.579Z at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/panicking.rs:72:14
61532024-09-26T21:04:04.579Z 2: assert_contents<&str>
61542024-09-26T21:04:04.579Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs:64:9
61552024-09-26T21:04:04.579Z 3: {async_fn#0}
61562024-09-26T21:04:04.579Z at ./tests/test_all_output.rs:242:5
61572024-09-26T21:04:04.579Z 4: {async_block#0}
61582024-09-26T21:04:04.579Z at ./tests/test_all_output.rs:116:1
61592024-09-26T21:04:04.579Z 5: poll<&mut dyn core::future::future::Future<Output=()>>
61602024-09-26T21:04:04.579Z at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/future/future.rs:123:9
61612024-09-26T21:04:04.579Z 6: poll<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
61622024-09-26T21:04:04.579Z at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/future/future.rs:123:9
61632024-09-26T21:04:04.579Z 7: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
61642024-09-26T21:04:04.579Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/current_thread/mod.rs:673:57
61652024-09-26T21:04:04.579Z 8: with_budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>>
61662024-09-26T21:04:04.579Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/coop.rs:107:5
61672024-09-26T21:04:04.579Z 9: budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>>
61682024-09-26T21:04:04.579Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/coop.rs:73:5
61692024-09-26T21:04:04.579Z 10: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
61702024-09-26T21:04:04.580Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/current_thread/mod.rs:673:25
61712024-09-26T21:04:04.580Z 11: tokio::runtime::scheduler::current_thread::Context::enter
61722024-09-26T21:04:04.580Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/current_thread/mod.rs:412:19
61732024-09-26T21:04:04.580Z 12: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
61742024-09-26T21:04:04.580Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/current_thread/mod.rs:672:36
61752024-09-26T21:04:04.580Z 13: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}
61762024-09-26T21:04:04.580Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/current_thread/mod.rs:751:68
61772024-09-26T21:04:04.580Z 14: tokio::runtime::context::scoped::Scoped<T>::set
61782024-09-26T21:04:04.580Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/context/scoped.rs:40:9
61792024-09-26T21:04:04.580Z 15: tokio::runtime::context::set_scheduler::{{closure}}
61802024-09-26T21:04:04.580Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/context.rs:180:26
61812024-09-26T21:04:04.580Z 16: try_with<tokio::runtime::context::Context, tokio::runtime::context::set_scheduler::{closure_env#0}<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>), tokio::runtime::scheduler::current_thread::{impl#8}::enter::{closure_env#0}<tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>, core::option::Option<()>>>, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>)>
61822024-09-26T21:04:04.580Z at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/thread/local.rs:283:12
61832024-09-26T21:04:04.580Z 17: std::thread::local::LocalKey<T>::with
61842024-09-26T21:04:04.580Z at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/thread/local.rs:260:9
61852024-09-26T21:04:04.580Z 18: tokio::runtime::context::set_scheduler
61862024-09-26T21:04:04.580Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/context.rs:180:9
61872024-09-26T21:04:04.580Z 19: tokio::runtime::scheduler::current_thread::CoreGuard::enter
61882024-09-26T21:04:04.580Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/current_thread/mod.rs:751:27
61892024-09-26T21:04:04.580Z 20: tokio::runtime::scheduler::current_thread::CoreGuard::block_on
61902024-09-26T21:04:04.580Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/current_thread/mod.rs:660:19
61912024-09-26T21:04:04.580Z 21: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
61922024-09-26T21:04:04.580Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/current_thread/mod.rs:180:28
61932024-09-26T21:04:04.580Z 22: tokio::runtime::context::runtime::enter_runtime
61942024-09-26T21:04:04.580Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/context/runtime.rs:65:16
61952024-09-26T21:04:04.580Z 23: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
61962024-09-26T21:04:04.580Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/scheduler/current_thread/mod.rs:168:9
61972024-09-26T21:04:04.580Z 24: tokio::runtime::runtime::Runtime::block_on_inner
61982024-09-26T21:04:04.580Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/runtime.rs:361:47
61992024-09-26T21:04:04.580Z 25: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
62002024-09-26T21:04:04.580Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/runtime/runtime.rs:335:13
62012024-09-26T21:04:04.580Z 26: test_omdb_success_cases
62022024-09-26T21:04:04.580Z at ./tests/test_all_output.rs:116:1
62032024-09-26T21:04:04.580Z 27: test_all_output::test_omdb_success_cases::{{closure}}
62042024-09-26T21:04:04.580Z at ./tests/test_all_output.rs:117:70
62052024-09-26T21:04:04.580Z 28: core::ops::function::FnOnce::call_once
62062024-09-26T21:04:04.580Z at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/ops/function.rs:250:5
62072024-09-26T21:04:04.580Z 29: core::ops::function::FnOnce::call_once
62082024-09-26T21:04:04.580Z at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/ops/function.rs:250:5
62092024-09-26T21:04:04.581Znote: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
62102024-09-26T21:04:04.581ZWARN: dropped CockroachInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
62112024-09-26T21:04:04.581ZWARN: temporary directory leaked: "/var/tmp/omicron_tmp/.tmp2kh9eD"
62122024-09-26T21:04:04.581Z If you would like to access the database for debugging, run the following:
62132024-09-26T21:04:04.581Z
62142024-09-26T21:04:04.581Z # Run the database
62152024-09-26T21:04:04.606Z cargo xtask db-dev run --no-populate --store-dir "/var/tmp/omicron_tmp/.tmp2kh9eD/data"
62162024-09-26T21:04:04.606Z # Access the database. Note the port may change if you run multiple databases.
62172024-09-26T21:04:04.606Z cockroach sql --host=localhost:32221 --insecure
62182024-09-26T21:04:04.606ZWARN: dropped ClickHouse process without cleaning it up first (there may still be a child process running (PID 20823) and a temporary directory leaked, /var/tmp/omicron_tmp/test_all_output-7d4490d3c661bfd5-test_omdb_success_cases.20801.1-clickhouse-pZmup2)
62192024-09-26T21:04:04.606Zfailed to clean up ClickHouse data dir:
62202024-09-26T21:04:04.606Z- /var/tmp/omicron_tmp/test_all_output-7d4490d3c661bfd5-test_omdb_success_cases.20801.1-clickhouse-pZmup2: File exists (os error 17)
62212024-09-26T21:04:04.606ZWARN: dropped DendriteInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
62222024-09-26T21:04:04.606ZWARN: dendrite temporary directory leaked: /var/tmp/omicron_tmp/.tmpI14gI2
62232024-09-26T21:04:04.606ZWARN: dropped DendriteInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
62242024-09-26T21:04:04.606ZWARN: dendrite temporary directory leaked: /var/tmp/omicron_tmp/.tmpxxTXI0
62252024-09-26T21:04:04.606ZWARN: dropped MgdInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
62262024-09-26T21:04:04.606ZWARN: mgd temporary directory leaked: /var/tmp/omicron_tmp/.tmpgIvm1r
62272024-09-26T21:04:04.606ZWARN: dropped MgdInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
62282024-09-26T21:04:04.606ZWARN: mgd temporary directory leaked: /var/tmp/omicron_tmp/.tmpiPmqKx
62292024-09-26T21:04:04.606Z
62302024-09-26T21:04:04.606Z PASS [ 0.065s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
62312024-09-26T21:04:04.606Z PASS [ 0.064s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
62322024-09-26T21:04:04.606Z PASS [ 0.055s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
62332024-09-26T21:04:04.606Z PASS [ 0.066s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
62342024-09-26T21:04:04.606Z PASS [ 0.062s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
62352024-09-26T21:04:04.652Z PASS [ 0.050s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
62362024-09-26T21:04:04.697Z PASS [ 0.044s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
62372024-09-26T21:04:04.720Z PASS [ 3.117s] omicron-sled-agent services::test::test_ensure_service_which_already_exists
62382024-09-26T21:04:04.744Z PASS [ 0.045s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused
62392024-09-26T21:04:04.767Z PASS [ 0.047s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
62402024-09-26T21:04:04.791Z PASS [ 0.047s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first
62412024-09-26T21:04:04.815Z PASS [ 0.052s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region
62422024-09-26T21:04:04.850Z PASS [ 0.055s] omicron-sled-agent sim::storage::test::snapshot_needs_region
62432024-09-26T21:04:04.873Z PASS [ 0.048s] omicron-sled-agent updates::test::test_query_no_components
62442024-09-26T21:04:04.898Z PASS [ 0.055s] omicron-sled-agent updates::test::test_query_sled_agent_version
62452024-09-26T21:04:04.923Z PASS [ 0.056s] omicron-sled-agent updates::test::test_query_zone_version
62462024-09-26T21:04:04.956Z PASS [ 0.039s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
62472024-09-26T21:04:05.057Z PASS [ 0.154s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
62482024-09-26T21:04:05.636Z PASS [ 45.612s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
62492024-09-26T21:04:05.692Z PASS [ 0.056s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
62502024-09-26T21:04:06.233Z PASS [ 15.042s] omicron-passwords test::test_smoke
62512024-09-26T21:04:07.374Z PASS [ 3.121s] omicron-sled-agent services::test::test_services_do_not_persist_without_config
62522024-09-26T21:04:07.454Z PASS [ 3.310s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot
62532024-09-26T21:04:07.526Z PASS [ 0.073s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
62542024-09-26T21:04:07.571Z PASS [ 0.045s] omicron-sled-agent zone_bundle::tests::test_dir_size
62552024-09-26T21:04:07.643Z PASS [ 0.072s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
62562024-09-26T21:04:07.960Z PASS [ 0.316s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
62572024-09-26T21:04:08.010Z PASS [ 2.958s] omicron-sled-agent zone_bundle::illumos_tests::test_context
62582024-09-26T21:04:08.116Z PASS [ 0.105s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
62592024-09-26T21:04:08.182Z PASS [ 0.065s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
62602024-09-26T21:04:08.219Z PASS [ 0.040s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
62612024-09-26T21:04:08.243Z PASS [ 3.641s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
62622024-09-26T21:04:08.310Z PASS [ 3.349s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
62632024-09-26T21:04:08.335Z PASS [ 0.376s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
62642024-09-26T21:04:08.380Z PASS [ 0.044s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
62652024-09-26T21:04:08.426Z PASS [ 0.045s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
62662024-09-26T21:04:08.673Z PASS [ 0.440s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
62672024-09-26T21:04:08.700Z PASS [ 0.261s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
62682024-09-26T21:04:08.700Z PASS [ 0.465s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
62692024-09-26T21:04:08.980Z PASS [ 0.293s] omicron-test-utils dev::db::test::test_bad_cmd
62702024-09-26T21:04:09.144Z PASS [ 0.470s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
62712024-09-26T21:04:09.229Z PASS [ 0.530s] omicron-test-utils dev::db::test::test_cmd_fails
62722024-09-26T21:04:09.290Z PASS [ 0.061s] omicron-test-utils dev::db::test::test_make_pg_config_fail
62732024-09-26T21:04:09.314Z PASS [ 3.068s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
62742024-09-26T21:04:09.338Z PASS [ 0.041s] omicron-test-utils dev::db::test::test_make_pg_config_ok
62752024-09-26T21:04:09.362Z PASS [ 1.043s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
62762024-09-26T21:04:09.385Z PASS [ 0.060s] omicron-test-utils dev::db::test::test_process_exit_abnormal
62772024-09-26T21:04:09.385Z PASS [ 3.685s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
62782024-09-26T21:04:09.409Z PASS [ 0.062s] omicron-test-utils dev::db::test::test_process_exit_normal
62792024-09-26T21:04:09.448Z PASS [ 0.053s] omicron-test-utils dev::db::test::test_starter_tmpdir
62802024-09-26T21:04:09.515Z PASS [ 0.372s] omicron-test-utils dev::db::test::test_database_start_hang
62812024-09-26T21:04:09.538Z PASS [ 0.083s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
62822024-09-26T21:04:09.579Z PASS [ 0.064s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
62832024-09-26T21:04:09.603Z PASS [ 0.061s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
62842024-09-26T21:04:09.636Z PASS [ 0.058s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
62852024-09-26T21:04:09.679Z PASS [ 0.087s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
62862024-09-26T21:04:09.950Z LEAK [ 0.600s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
62872024-09-26T21:04:10.033Z PASS [ 0.394s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
62882024-09-26T21:04:10.129Z PASS [ 0.099s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
62892024-09-26T21:04:10.388Z PASS [ 0.441s] oximeter test::timeseries_schema_consistency
62902024-09-26T21:04:10.491Z PASS [ 0.361s] oximeter-collector agent::tests::test_self_stat_collection_count
62912024-09-26T21:04:10.639Z PASS [ 0.148s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
62922024-09-26T21:04:10.679Z PASS [ 0.993s] openapi-manager check::tests::check_apis_up_to_date
62932024-09-26T21:04:10.702Z PASS [ 0.054s] oximeter-collector self_stats::tests::test_failure_reason_serialization
62942024-09-26T21:04:10.726Z PASS [ 3.340s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
62952024-09-26T21:04:10.770Z PASS [ 0.378s] oximeter-collector agent::tests::test_self_stat_error_counter
62962024-09-26T21:04:10.798Z PASS [ 0.072s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
62972024-09-26T21:04:10.798Z PASS [ 0.091s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
62982024-09-26T21:04:10.827Z PASS [ 0.043s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
62992024-09-26T21:04:11.002Z PASS [ 0.330s] oximeter-collector::test_commands test_oximeter_no_args
63002024-09-26T21:04:12.266Z PASS [ 1.455s] oximeter-db client::oxql::tests::test_get_one_timeseries
63012024-09-26T21:04:12.290Z PASS [ 1.277s] oximeter-db client::oxql::tests::test_limit_operations
63022024-09-26T21:04:12.290Z PASS [ 1.495s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
63032024-09-26T21:04:12.333Z PASS [ 1.550s] oximeter-db client::oxql::tests::test_get_entire_table
63042024-09-26T21:04:12.373Z PASS [ 0.083s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
63052024-09-26T21:04:12.397Z PASS [ 0.119s] oximeter-db client::tests::bad_db_connection_test
63062024-09-26T21:04:12.397Z PASS [ 0.106s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
63072024-09-26T21:04:13.124Z PASS [ 0.739s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
63082024-09-26T21:04:13.688Z PASS [ 1.315s] oximeter-db client::tests::select_timeseries_with_select_one
63092024-09-26T21:04:14.399Z PASS [ 1.275s] oximeter-db client::tests::test_client_select_timeseries_one
63102024-09-26T21:04:14.792Z PASS [ 1.105s] oximeter-db client::tests::test_database_version_update_is_idempotent
63112024-09-26T21:04:15.518Z PASS [ 1.119s] oximeter-db client::tests::test_database_version_will_not_downgrade
63122024-09-26T21:04:16.085Z PASS [ 6.707s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
63132024-09-26T21:04:16.370Z PASS [ 7.391s] omicron-test-utils dev::db::test::test_database_concurrent
63142024-09-26T21:04:16.509Z PASS [ 4.170s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
63152024-09-26T21:04:16.532Z PASS [ 1.729s] oximeter-db client::tests::test_database_version_wipes_old_version
63162024-09-26T21:04:16.748Z PASS [ 1.216s] oximeter-db client::tests::test_differentiate_by_timeseries_name
63172024-09-26T21:04:17.195Z PASS [ 1.112s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
63182024-09-26T21:04:17.408Z PASS [ 1.038s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
63192024-09-26T21:04:17.515Z PASS [ 1.012s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
63202024-09-26T21:04:18.003Z PASS [ 1.268s] oximeter-db client::tests::test_field_record_count
63212024-09-26T21:04:18.301Z PASS [ 1.107s] oximeter-db client::tests::test_get_schema_no_new_values
63222024-09-26T21:04:18.540Z PASS [ 2.019s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
63232024-09-26T21:04:18.592Z PASS [ 0.052s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
63242024-09-26T21:04:18.641Z PASS [ 0.047s] oximeter-db client::tests::test_read_timeseries_to_delete
63252024-09-26T21:04:18.664Z PASS [ 1.246s] oximeter-db client::tests::test_insert_samples
63262024-09-26T21:04:18.688Z PASS [ 0.043s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
63272024-09-26T21:04:18.711Z PASS [ 0.051s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
63282024-09-26T21:04:18.786Z PASS [ 1.271s] oximeter-db client::tests::test_is_oximeter_cluster
63292024-09-26T21:04:19.287Z PASS [ 1.285s] oximeter-db client::tests::test_list_timeseries
63302024-09-26T21:04:19.637Z PASS [ 1.334s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted
63312024-09-26T21:04:19.830Z PASS [ 1.121s] oximeter-db client::tests::test_schema_mismatch
63322024-09-26T21:04:19.976Z PASS [ 1.183s] oximeter-db client::tests::test_schema_update
63332024-09-26T21:04:20.868Z PASS [ 1.231s] oximeter-db client::tests::test_select_all_field_types
63342024-09-26T21:04:20.970Z PASS [ 1.682s] oximeter-db client::tests::test_select_all_datum_types
63352024-09-26T21:04:21.069Z PASS [ 2.385s] oximeter-db client::tests::test_recall_of_all_fields
63362024-09-26T21:04:21.200Z PASS [ 1.374s] oximeter-db client::tests::test_select_timeseries_with_all
63372024-09-26T21:04:21.682Z PASS [ 1.712s] oximeter-db client::tests::test_select_timeseries_with_limit
63382024-09-26T21:04:22.287Z PASS [ 1.218s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
63392024-09-26T21:04:22.443Z PASS [ 1.469s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
63402024-09-26T21:04:22.503Z PASS [ 1.299s] oximeter-db client::tests::test_select_timeseries_with_start_time
63412024-09-26T21:04:22.539Z PASS [ 0.040s] oximeter-db client::tests::test_unravel_index
63422024-09-26T21:04:22.731Z PASS [ 1.864s] oximeter-db client::tests::test_select_timeseries_with_order
63432024-09-26T21:04:22.788Z PASS [ 0.056s] oximeter-db client::tests::test_verify_schema_upgrades
63442024-09-26T21:04:22.823Z PASS [ 0.037s] oximeter-db model::tests::test_db_bool
63452024-09-26T21:04:23.396Z PASS [ 0.569s] oximeter-db model::tests::test_db_bool_bad
63462024-09-26T21:04:23.440Z PASS [ 0.042s] oximeter-db model::tests::test_db_datum_type_conversion
63472024-09-26T21:04:23.496Z PASS [ 0.058s] oximeter-db model::tests::test_db_field_list_conversion
63482024-09-26T21:04:23.534Z PASS [ 0.038s] oximeter-db model::tests::test_db_field_type_conversion
63492024-09-26T21:04:23.571Z PASS [ 0.039s] oximeter-db model::tests::test_db_histogram
63502024-09-26T21:04:23.711Z PASS [ 1.268s] oximeter-db client::tests::test_unquoted_64bit_integers
63512024-09-26T21:04:23.735Z PASS [ 1.437s] oximeter-db client::tests::test_timeseries_schema_list
63522024-09-26T21:04:23.761Z PASS [ 0.055s] oximeter-db model::tests::test_parse_bytes_measurement
63532024-09-26T21:04:23.785Z PASS [ 0.051s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
63542024-09-26T21:04:23.808Z PASS [ 1.252s] oximeter-db client::tests::test_update_schema_cache_on_new_sample
63552024-09-26T21:04:23.808Z PASS [ 0.044s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
63562024-09-26T21:04:23.831Z PASS [ 0.041s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
63572024-09-26T21:04:23.855Z PASS [ 0.046s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
63582024-09-26T21:04:23.855Z PASS [ 0.043s] oximeter-db model::tests::test_unroll_from_source
63592024-09-26T21:04:23.884Z PASS [ 0.291s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
63602024-09-26T21:04:23.942Z PASS [ 2.215s] oximeter-db client::tests::test_sql_query_output
63612024-09-26T21:04:23.942Z PASS [ 0.059s] oximeter-db model::tests::test_unroll_missing_measurement_row
63622024-09-26T21:04:23.942Z PASS [ 0.048s] oximeter-db native::block::tests::test_data_type_to_string
63632024-09-26T21:04:23.942Z PASS [ 0.081s] oximeter-db model::tests::test_unroll_measurement_row
63642024-09-26T21:04:23.966Z PASS [ 0.057s] oximeter-db native::block::tests::test_parse_invalid_data_type
63652024-09-26T21:04:23.966Z PASS [ 0.091s] oximeter-db native::block::tests::test_datetime64_conversions
63662024-09-26T21:04:24.585Z PASS [ 0.643s] oximeter-db native::connection::tests::test_exchange_hello
63672024-09-26T21:04:24.608Z PASS [ 0.644s] oximeter-db native::connection::tests::test_select_array_column
63682024-09-26T21:04:24.632Z PASS [ 0.644s] oximeter-db native::connection::tests::test_select_array_of_nullable_column
63692024-09-26T21:04:24.656Z PASS [ 0.045s] oximeter-db native::io::block::tests::test_decode_block_with_nulls
63702024-09-26T21:04:24.680Z PASS [ 0.757s] oximeter-db native::connection::tests::test_basic_select_query
63712024-09-26T21:04:24.703Z PASS [ 0.040s] oximeter-db native::io::block::tests::test_decode_full_block
63722024-09-26T21:04:24.726Z PASS [ 0.037s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column
63732024-09-26T21:04:24.751Z PASS [ 0.036s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column
63742024-09-26T21:04:24.751Z PASS [ 0.042s] oximeter-db native::io::column::tests::test_decode_string_column
63752024-09-26T21:04:24.775Z PASS [ 0.037s] oximeter-db native::io::column::tests::test_decode_uint64_column
63762024-09-26T21:04:24.799Z PASS [ 0.043s] oximeter-db native::io::column::tests::test_decode_uint8_column
63772024-09-26T21:04:24.823Z PASS [ 0.037s] oximeter-db native::io::column::tests::test_decode_uuid_column
63782024-09-26T21:04:24.823Z PASS [ 0.879s] oximeter-db native::connection::tests::test_can_cancel_query
63792024-09-26T21:04:24.846Z PASS [ 0.041s] oximeter-db native::io::column::tests::test_encode_decode_column
63802024-09-26T21:04:24.846Z PASS [ 0.040s] oximeter-db native::io::packet::server::tests::test_decode_full_hello
63812024-09-26T21:04:24.871Z PASS [ 0.040s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
63822024-09-26T21:04:24.871Z PASS [ 15.508s] omicron-test-utils dev::db::test::test_setup_database_default_dir
63832024-09-26T21:04:25.259Z PASS [ 0.055s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
63842024-09-26T21:04:25.259Z PASS [ 0.055s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
63852024-09-26T21:04:25.286Z PASS [ 0.054s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello
63862024-09-26T21:04:25.286Z PASS [ 0.038s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet
63872024-09-26T21:04:25.286Z PASS [ 0.054s] oximeter-db native::io::packet::server::tests::test_decode_pong
63882024-09-26T21:04:25.286Z PASS [ 0.050s] oximeter-db native::io::packet::server::tests::test_decode_single_exception
63892024-09-26T21:04:25.286Z PASS [ 0.039s] oximeter-db native::io::string::test::test_encode_hello_world
63902024-09-26T21:04:25.286Z PASS [ 0.052s] oximeter-db native::io::string::test::test_encode_decode
63912024-09-26T21:04:25.286Z PASS [ 0.052s] oximeter-db native::io::varuint::test_encode_decode_varuint
63922024-09-26T21:04:25.286Z PASS [ 0.047s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
63932024-09-26T21:04:25.286Z PASS [ 0.046s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
63942024-09-26T21:04:25.286Z PASS [ 0.044s] oximeter-db oxql::ast::grammar::tests::test_comparison
63952024-09-26T21:04:25.286Z PASS [ 0.047s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
63962024-09-26T21:04:25.286Z PASS [ 0.046s] oximeter-db oxql::ast::grammar::tests::test_double_literal
63972024-09-26T21:04:25.286Z PASS [ 0.047s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
63982024-09-26T21:04:25.286Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
63992024-09-26T21:04:25.286Z PASS [ 0.051s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
64002024-09-26T21:04:25.286Z PASS [ 0.055s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
64012024-09-26T21:04:25.286Z PASS [ 0.041s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
64022024-09-26T21:04:25.286Z PASS [ 0.055s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
64032024-09-26T21:04:25.286Z PASS [ 0.053s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
64042024-09-26T21:04:25.286Z PASS [ 0.054s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
64052024-09-26T21:04:25.286Z PASS [ 0.058s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
64062024-09-26T21:04:25.286Z PASS [ 0.064s] oximeter-db oxql::ast::grammar::tests::test_group_by
64072024-09-26T21:04:25.286Z PASS [ 0.063s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
64082024-09-26T21:04:25.286Z PASS [ 0.065s] oximeter-db oxql::ast::grammar::tests::test_ident
64092024-09-26T21:04:25.286Z PASS [ 0.058s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
64102024-09-26T21:04:25.286Z PASS [ 0.055s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
64112024-09-26T21:04:25.286Z PASS [ 0.053s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
64122024-09-26T21:04:25.286Z PASS [ 0.051s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
64132024-09-26T21:04:25.611Z PASS [ 0.051s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
64142024-09-26T21:04:25.611Z PASS [ 0.037s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
64152024-09-26T21:04:25.635Z PASS [ 0.048s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
64162024-09-26T21:04:25.635Z PASS [ 0.048s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
64172024-09-26T21:04:25.635Z PASS [ 0.732s] oximeter-db native::connection::tests::test_select_nullable_column
64182024-09-26T21:04:25.635Z PASS [ 0.058s] oximeter-db oxql::ast::grammar::tests::test_query
64192024-09-26T21:04:25.635Z PASS [ 0.060s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
64202024-09-26T21:04:25.635Z PASS [ 0.769s] oximeter-db native::connection::tests::test_send_cancel_with_no_query
64212024-09-26T21:04:25.635Z PASS [ 0.049s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
64222024-09-26T21:04:25.635Z PASS [ 0.064s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
64232024-09-26T21:04:25.635Z PASS [ 0.053s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
64242024-09-26T21:04:25.635Z PASS [ 0.071s] oximeter-db oxql::ast::grammar::tests::test_reducer
64252024-09-26T21:04:25.635Z PASS [ 0.058s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
64262024-09-26T21:04:25.635Z PASS [ 0.046s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
64272024-09-26T21:04:25.635Z PASS [ 0.067s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
64282024-09-26T21:04:25.636Z PASS [ 0.052s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
64292024-09-26T21:04:25.636Z PASS [ 0.036s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
64302024-09-26T21:04:25.636Z PASS [ 0.057s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
64312024-09-26T21:04:25.636Z PASS [ 0.043s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
64322024-09-26T21:04:25.636Z PASS [ 0.055s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
64332024-09-26T21:04:25.636Z PASS [ 0.043s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
64342024-09-26T21:04:25.636Z PASS [ 0.042s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
64352024-09-26T21:04:25.636Z PASS [ 0.055s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
64362024-09-26T21:04:25.636Z PASS [ 0.039s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
64372024-09-26T21:04:25.636Z PASS [ 0.052s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
64382024-09-26T21:04:25.636Z PASS [ 0.048s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
64392024-09-26T21:04:25.636Z PASS [ 0.039s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
64402024-09-26T21:04:25.636Z PASS [ 0.050s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
64412024-09-26T21:04:25.636Z PASS [ 0.052s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
64422024-09-26T21:04:25.636Z PASS [ 0.056s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
64432024-09-26T21:04:25.636Z PASS [ 0.047s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
64442024-09-26T21:04:25.986Z PASS [ 0.061s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
64452024-09-26T21:04:25.986Z PASS [ 0.052s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
64462024-09-26T21:04:26.011Z PASS [ 0.049s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
64472024-09-26T21:04:26.011Z PASS [ 0.064s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
64482024-09-26T21:04:26.011Z PASS [ 0.052s] oximeter-db oxql::query::tests::test_coalesce_limits
64492024-09-26T21:04:26.011Z PASS [ 0.065s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
64502024-09-26T21:04:26.011Z PASS [ 0.065s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
64512024-09-26T21:04:26.011Z PASS [ 0.052s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
64522024-09-26T21:04:26.011Z PASS [ 0.047s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
64532024-09-26T21:04:26.011Z PASS [ 0.061s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
64542024-09-26T21:04:26.011Z PASS [ 0.047s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
64552024-09-26T21:04:26.011Z PASS [ 0.059s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
64562024-09-26T21:04:26.011Z PASS [ 0.061s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
64572024-09-26T21:04:26.011Z PASS [ 0.047s] oximeter-db oxql::query::tests::test_coalesce_predicates
64582024-09-26T21:04:26.011Z PASS [ 0.056s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
64592024-09-26T21:04:26.011Z PASS [ 0.043s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
64602024-09-26T21:04:26.011Z PASS [ 0.053s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
64612024-09-26T21:04:26.011Z PASS [ 0.042s] oximeter-db oxql::query::tests::test_query_end_time
64622024-09-26T21:04:26.011Z PASS [ 0.056s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
64632024-09-26T21:04:26.011Z PASS [ 0.045s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
64642024-09-26T21:04:26.011Z PASS [ 0.034s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
64652024-09-26T21:04:26.011Z PASS [ 0.054s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
64662024-09-26T21:04:26.011Z PASS [ 0.043s] oximeter-db query::tests::test_field_cmp
64672024-09-26T21:04:26.011Z PASS [ 0.044s] oximeter-db query::tests::test_field_selector_as_query
64682024-09-26T21:04:26.011Z PASS [ 0.067s] oximeter-db oxql::query::tests::test_split_query
64692024-09-26T21:04:26.012Z PASS [ 0.063s] oximeter-db query::tests::test_field_value_as_db_str
64702024-09-26T21:04:26.012Z PASS [ 0.068s] oximeter-db query::tests::test_select_query_builder_field_selectors
64712024-09-26T21:04:26.012Z PASS [ 0.056s] oximeter-db query::tests::test_select_query_builder_from_parts
64722024-09-26T21:04:26.012Z PASS [ 0.069s] oximeter-db query::tests::test_select_query_builder_filter_raw
64732024-09-26T21:04:26.012Z PASS [ 0.054s] oximeter-db query::tests::test_select_query_builder_limit_offset
64742024-09-26T21:04:26.012Z PASS [ 0.067s] oximeter-db query::tests::test_select_query_builder_full
64752024-09-26T21:04:26.012Z PASS [ 0.039s] oximeter-db query::tests::test_select_query_builder_no_fields
64762024-09-26T21:04:26.129Z PASS [ 0.064s] oximeter-db query::tests::test_select_query_builder_no_selectors
64772024-09-26T21:04:26.129Z PASS [ 0.066s] oximeter-db query::tests::test_string_field_selector
64782024-09-26T21:04:26.129Z PASS [ 0.050s] oximeter-db query::tests::test_time_range
64792024-09-26T21:04:26.129Z PASS [ 0.059s] oximeter-db sql::tests::test_allow_limit_offset
64802024-09-26T21:04:26.129Z PASS [ 0.048s] oximeter-db sql::tests::test_allow_subqueries
64812024-09-26T21:04:26.129Z PASS [ 0.059s] oximeter-db sql::tests::test_cannot_name_database
64822024-09-26T21:04:26.162Z PASS [ 0.047s] oximeter-db sql::tests::test_ctes_are_not_supported
64832024-09-26T21:04:26.162Z PASS [ 0.057s] oximeter-db sql::tests::test_function_allow_list
64842024-09-26T21:04:26.162Z PASS [ 0.043s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
64852024-09-26T21:04:26.190Z PASS [ 0.081s] oximeter-db sql::tests::test_join_must_be_inner
64862024-09-26T21:04:26.191Z PASS [ 0.057s] oximeter-db sql::tests::test_query_must_be_select_statement
64872024-09-26T21:04:26.191Z PASS [ 0.069s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
64882024-09-26T21:04:26.191Z PASS [ 0.059s] oximeter-db sql::tests::test_require_table_is_timeseries_name
64892024-09-26T21:04:26.241Z PASS [ 0.045s] oximeter-db sql::tests::test_with_comma_join_fails
64902024-09-26T21:04:26.264Z PASS [ 0.070s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
64912024-09-26T21:04:26.264Z PASS [ 0.052s] oximeter-db tests::test_timeseries_key_field_stability
64922024-09-26T21:04:26.264Z PASS [ 0.051s] oximeter-db tests::test_timeseries_key_sample_stability
64932024-09-26T21:04:26.265Z PASS [ 0.051s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
64942024-09-26T21:04:26.295Z PASS [ 0.069s] oximeter-instruments http::tests::test_latency_tracker
64952024-09-26T21:04:26.418Z PASS [ 0.143s] oximeter-instruments kstat::link::tests::test_kstat_interested
64962024-09-26T21:04:26.720Z PASS [ 0.484s] oximeter-instruments kstat::link::tests::test_kstat_sampler
64972024-09-26T21:04:26.769Z PASS [ 0.363s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
64982024-09-26T21:04:26.769Z PASS [ 0.448s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
64992024-09-26T21:04:26.800Z PASS [ 0.077s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
65002024-09-26T21:04:26.825Z PASS [ 0.080s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
65012024-09-26T21:04:26.848Z PASS [ 0.105s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
65022024-09-26T21:04:26.872Z PASS [ 0.040s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
65032024-09-26T21:04:26.895Z PASS [ 0.077s] oximeter-instruments kstat::link::tests::test_sled_datalink
65042024-09-26T21:04:26.895Z PASS [ 0.038s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
65052024-09-26T21:04:26.919Z PASS [ 0.034s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
65062024-09-26T21:04:26.919Z PASS [ 0.037s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
65072024-09-26T21:04:26.942Z PASS [ 0.042s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
65082024-09-26T21:04:26.965Z PASS [ 0.045s] oximeter-macro-impl tests::test_metric_annotated_field
65092024-09-26T21:04:26.965Z PASS [ 1.637s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
65102024-09-26T21:04:26.989Z PASS [ 0.052s] oximeter-macro-impl tests::test_metric_datum_field
65112024-09-26T21:04:26.989Z PASS [ 0.038s] oximeter-macro-impl tests::test_metric_enum
65122024-09-26T21:04:26.989Z PASS [ 0.042s] oximeter-macro-impl tests::test_metric_without_datum_field
65132024-09-26T21:04:26.989Z PASS [ 0.030s] oximeter-macro-impl tests::test_target
65142024-09-26T21:04:27.013Z PASS [ 0.034s] oximeter-macro-impl tests::test_target_empty_struct
65152024-09-26T21:04:27.038Z PASS [ 0.027s] oximeter-macro-impl tests::test_target_unit_struct
65162024-09-26T21:04:27.038Z PASS [ 0.036s] oximeter-macro-impl tests::test_target_enum
65172024-09-26T21:04:27.038Z PASS [ 0.048s] oximeter-macro-impl tests::test_target_with_datum_field
65182024-09-26T21:04:27.123Z PASS [ 0.115s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
65192024-09-26T21:04:27.146Z PASS [ 0.095s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
65202024-09-26T21:04:27.146Z PASS [ 0.112s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
65212024-09-26T21:04:27.170Z PASS [ 0.033s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
65222024-09-26T21:04:27.170Z PASS [ 0.033s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
65232024-09-26T21:04:27.194Z PASS [ 0.047s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
65242024-09-26T21:04:27.219Z PASS [ 0.044s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
65252024-09-26T21:04:27.219Z PASS [ 0.050s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
65262024-09-26T21:04:27.242Z PASS [ 0.042s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
65272024-09-26T21:04:27.266Z PASS [ 0.055s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
65282024-09-26T21:04:27.290Z PASS [ 0.065s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field
65292024-09-26T21:04:27.328Z PASS [ 0.044s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
65302024-09-26T21:04:27.329Z PASS [ 0.069s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
65312024-09-26T21:04:27.352Z PASS [ 0.058s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
65322024-09-26T21:04:27.376Z PASS [ 0.058s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
65332024-09-26T21:04:27.376Z PASS [ 0.050s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
65342024-09-26T21:04:27.400Z PASS [ 0.049s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
65352024-09-26T21:04:27.423Z PASS [ 0.044s] oximeter-schema ir::tests::fail_on_empty_descriptions
65362024-09-26T21:04:27.447Z PASS [ 0.050s] oximeter-schema ir::tests::fail_on_empty_metric_name
65372024-09-26T21:04:27.447Z PASS [ 0.049s] oximeter-schema ir::tests::fail_on_empty_target_name
65382024-09-26T21:04:27.471Z PASS [ 0.052s] oximeter-schema ir::tests::fail_on_very_long_field_names
65392024-09-26T21:04:27.494Z PASS [ 0.051s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name
65402024-09-26T21:04:27.495Z PASS [ 0.047s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
65412024-09-26T21:04:27.519Z PASS [ 0.043s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
65422024-09-26T21:04:27.543Z PASS [ 0.050s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
65432024-09-26T21:04:27.543Z PASS [ 0.052s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
65442024-09-26T21:04:27.568Z PASS [ 0.055s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
65452024-09-26T21:04:27.592Z PASS [ 0.047s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
65462024-09-26T21:04:27.616Z PASS [ 0.061s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
65472024-09-26T21:04:27.616Z PASS [ 0.059s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
65482024-09-26T21:04:27.640Z PASS [ 0.053s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
65492024-09-26T21:04:27.667Z PASS [ 0.046s] oximeter-schema ir::tests::only_support_format_version_1
65502024-09-26T21:04:27.667Z PASS [ 0.045s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names
65512024-09-26T21:04:27.690Z PASS [ 0.044s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
65522024-09-26T21:04:27.723Z PASS [ 0.065s] oximeter-test-utils tests::test_sample_struct
65532024-09-26T21:04:27.747Z PASS [ 0.089s] oximeter-test-utils tests::test_gen_test_samples
65542024-09-26T21:04:27.747Z PASS [ 0.067s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
65552024-09-26T21:04:27.771Z PASS [ 0.043s] oximeter-test-utils tests::test_timeseries_schema_from_parts
65562024-09-26T21:04:27.795Z PASS [ 0.049s] oximeter-test-utils tests::test_timeseries_schema_from_sample
65572024-09-26T21:04:27.819Z PASS [ 0.072s] oximeter-types histogram::tests::test_bin_range
65582024-09-26T21:04:27.844Z PASS [ 0.046s] oximeter-types histogram::tests::test_bin_range_to
65592024-09-26T21:04:27.844Z PASS [ 0.065s] oximeter-types histogram::tests::test_bin_range_from
65602024-09-26T21:04:27.868Z PASS [ 0.043s] oximeter-types histogram::tests::test_empty_bins_not_supported
65612024-09-26T21:04:27.892Z PASS [ 0.043s] oximeter-types histogram::tests::test_ensure_finite
65622024-09-26T21:04:27.915Z PASS [ 0.054s] oximeter-types histogram::tests::test_histogram
65632024-09-26T21:04:27.915Z PASS [ 0.048s] oximeter-types histogram::tests::test_histogram_construct_with
65642024-09-26T21:04:27.941Z PASS [ 0.047s] oximeter-types histogram::tests::test_histogram_extreme_bins
65652024-09-26T21:04:27.941Z PASS [ 0.038s] oximeter-types histogram::tests::test_histogram_extreme_samples
65662024-09-26T21:04:27.965Z PASS [ 0.036s] oximeter-types histogram::tests::test_histogram_float_bins
65672024-09-26T21:04:27.965Z PASS [ 0.035s] oximeter-types histogram::tests::test_histogram_unbounded_samples
65682024-09-26T21:04:27.988Z PASS [ 0.033s] oximeter-types histogram::tests::test_histogram_unsorted_bins
65692024-09-26T21:04:28.012Z PASS [ 0.032s] oximeter-types histogram::tests::test_histogram_with_bins
65702024-09-26T21:04:28.012Z PASS [ 0.032s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
65712024-09-26T21:04:28.012Z PASS [ 0.035s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins
65722024-09-26T21:04:28.038Z PASS [ 0.040s] oximeter-types histogram::tests::test_log_bins_u64
65732024-09-26T21:04:28.062Z PASS [ 0.047s] oximeter-types histogram::tests::test_log_bins_u8
65742024-09-26T21:04:28.062Z PASS [ 0.056s] oximeter-types histogram::tests::test_log_linear_bins_all_representable
65752024-09-26T21:04:28.086Z PASS [ 0.051s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
65762024-09-26T21:04:28.110Z PASS [ 0.050s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
65772024-09-26T21:04:28.110Z PASS [ 0.042s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
65782024-09-26T21:04:28.203Z PASS [ 0.045s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
65792024-09-26T21:04:28.203Z PASS [ 0.042s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
65802024-09-26T21:04:28.203Z PASS [ 0.041s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
65812024-09-26T21:04:28.227Z PASS [ 0.038s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
65822024-09-26T21:04:28.227Z PASS [ 0.036s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
65832024-09-26T21:04:28.227Z PASS [ 0.037s] oximeter-types histogram::tests::test_span_decades
65842024-09-26T21:04:28.227Z PASS [ 0.039s] oximeter-types histogram::tests::test_span_decades_other_counts_f64
65852024-09-26T21:04:28.227Z PASS [ 0.038s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
65862024-09-26T21:04:28.227Z PASS [ 0.038s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
65872024-09-26T21:04:28.251Z PASS [ 0.038s] oximeter-types quantile::tests::test_default_percentiles
65882024-09-26T21:04:28.251Z PASS [ 0.040s] oximeter-types quantile::tests::test_empty_observations
65892024-09-26T21:04:28.274Z PASS [ 0.040s] oximeter-types quantile::tests::test_find_cells
65902024-09-26T21:04:28.274Z PASS [ 0.041s] oximeter-types quantile::tests::test_float_observations
65912024-09-26T21:04:28.298Z PASS [ 0.049s] oximeter-types quantile::tests::test_integer_observations
65922024-09-26T21:04:28.322Z PASS [ 0.048s] oximeter-types quantile::tests::test_invalid_p_value
65932024-09-26T21:04:28.322Z PASS [ 0.047s] oximeter-types quantile::tests::test_max_p
65942024-09-26T21:04:28.346Z PASS [ 0.037s] oximeter-types quantile::tests::test_min_p
65952024-09-26T21:04:28.346Z PASS [ 0.038s] oximeter-types quantile::tests::test_non_filled_observations
65962024-09-26T21:04:28.371Z PASS [ 0.043s] oximeter-types quantile::tests::test_rounding
65972024-09-26T21:04:28.371Z PASS [ 0.042s] oximeter-types schema::tests::test_field_schema_ordering
65982024-09-26T21:04:28.395Z PASS [ 0.053s] oximeter-types schema::tests::test_timeseries_name
65992024-09-26T21:04:28.419Z PASS [ 0.036s] oximeter-types traits::tests::test_metric_trait
66002024-09-26T21:04:28.419Z PASS [ 0.047s] oximeter-types schema::tests::test_timeseries_name_from_str
66012024-09-26T21:04:28.443Z PASS [ 0.035s] oximeter-types traits::tests::test_producer_trait
66022024-09-26T21:04:28.443Z PASS [ 0.035s] oximeter-types traits::tests::test_target_trait
66032024-09-26T21:04:28.467Z PASS [ 0.031s] oximeter-types types::tests::test_cumulative_f64
66042024-09-26T21:04:28.490Z PASS [ 0.037s] oximeter-types types::tests::test_cumulative_i64
66052024-09-26T21:04:28.490Z PASS [ 0.042s] oximeter-types types::tests::test_datum
66062024-09-26T21:04:28.513Z PASS [ 0.046s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
66072024-09-26T21:04:28.537Z PASS [ 0.051s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
66082024-09-26T21:04:28.537Z PASS [ 0.049s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
66092024-09-26T21:04:28.562Z PASS [ 0.046s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
66102024-09-26T21:04:28.586Z PASS [ 0.043s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
66112024-09-26T21:04:28.587Z PASS [ 0.041s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
66122024-09-26T21:04:28.612Z PASS [ 0.043s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
66132024-09-26T21:04:28.612Z PASS [ 0.040s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
66142024-09-26T21:04:28.635Z PASS [ 0.039s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
66152024-09-26T21:04:28.636Z PASS [ 0.038s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
66162024-09-26T21:04:28.659Z PASS [ 0.038s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
66172024-09-26T21:04:28.659Z PASS [ 0.038s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
66182024-09-26T21:04:28.682Z PASS [ 0.038s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
66192024-09-26T21:04:28.682Z PASS [ 0.036s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
66202024-09-26T21:04:28.706Z PASS [ 0.036s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
66212024-09-26T21:04:28.706Z PASS [ 0.035s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
66222024-09-26T21:04:28.789Z PASS [ 0.037s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
66232024-09-26T21:04:28.789Z PASS [ 0.038s] oximeter-types types::tests::test_measurement
66242024-09-26T21:04:28.789Z PASS [ 0.029s] oxlog tests::test_is_oxide_smf_log_file
66252024-09-26T21:04:28.789Z PASS [ 0.057s] oximeter-types types::tests::test_verify_field_names
66262024-09-26T21:04:28.812Z PASS [ 0.030s] oxlog tests::test_sort_logs
66272024-09-26T21:04:28.812Z PASS [ 0.045s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
66282024-09-26T21:04:28.843Z PASS [ 0.058s] oxql-types point::tests::test_cast_points_from_double
66292024-09-26T21:04:28.843Z PASS [ 0.074s] oxql-types point::tests::test_cast_points_from_bool
66302024-09-26T21:04:28.867Z PASS [ 0.070s] oxql-types point::tests::test_cast_points_from_double_distribution
66312024-09-26T21:04:28.867Z PASS [ 0.038s] oxql-types point::tests::test_cast_points_from_int_distribution
66322024-09-26T21:04:28.891Z PASS [ 0.036s] oxql-types point::tests::test_cast_points_from_integer
66332024-09-26T21:04:28.914Z PASS [ 0.044s] oxql-types point::tests::test_cast_points_from_string
66342024-09-26T21:04:28.914Z PASS [ 0.041s] oxql-types point::tests::test_join_point_arrays
66352024-09-26T21:04:28.938Z PASS [ 0.045s] oxql-types point::tests::test_point_delta_between
66362024-09-26T21:04:28.938Z PASS [ 0.038s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
66372024-09-26T21:04:28.964Z PASS [ 0.038s] oxql-types point::tests::test_point_delta_between_with_new_epoch
66382024-09-26T21:04:28.988Z PASS [ 0.041s] oxql-types point::tests::test_push_concrete_values
66392024-09-26T21:04:28.988Z PASS [ 0.045s] oxql-types point::tests::test_sub_between_histogram_distributions
66402024-09-26T21:04:29.097Z PASS [ 0.115s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
66412024-09-26T21:04:29.155Z PASS [ 0.057s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
66422024-09-26T21:04:29.217Z PASS [ 0.061s] sled-agent-types rack_init::tests::parse_rack_initialization
66432024-09-26T21:04:29.276Z PASS [ 0.054s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
66442024-09-26T21:04:29.350Z PASS [ 0.079s] sled-agent-types rack_init::tests::test_extra_certs
66452024-09-26T21:04:29.400Z PASS [ 0.050s] sled-agent-types rack_init::tests::test_subnets
66462024-09-26T21:04:29.451Z PASS [ 0.052s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
66472024-09-26T21:04:29.503Z PASS [ 0.049s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
66482024-09-26T21:04:29.568Z PASS [ 0.067s] sled-agent-types zone_bundle::tests::test_compare_bundles
66492024-09-26T21:04:29.618Z PASS [ 0.046s] sled-agent-types zone_bundle::tests::test_priority_dimension
66502024-09-26T21:04:29.651Z PASS [ 0.036s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
66512024-09-26T21:04:29.680Z PASS [ 0.718s] reconfigurator-cli::test_basic test_basic
66522024-09-26T21:04:29.707Z PASS [ 0.040s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
66532024-09-26T21:04:29.730Z PASS [ 0.055s] sled-hardware disk::test::test_disk_paths
66542024-09-26T21:04:29.755Z PASS [ 0.044s] sled-hardware disk::test::test_partition_device_paths
66552024-09-26T21:04:29.782Z PASS [ 0.060s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
66562024-09-26T21:04:29.806Z PASS [ 0.062s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
66572024-09-26T21:04:29.829Z PASS [ 0.041s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
66582024-09-26T21:04:29.852Z PASS [ 0.043s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
66592024-09-26T21:04:29.880Z PASS [ 0.057s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
66602024-09-26T21:04:29.905Z PASS [ 0.054s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
66612024-09-26T21:04:29.928Z PASS [ 0.041s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
66622024-09-26T21:04:29.952Z PASS [ 0.041s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
66632024-09-26T21:04:29.985Z PASS [ 0.060s] sled-storage dataset::test::serialize_dataset_name
66642024-09-26T21:04:30.010Z PASS [ 0.076s] sled-storage manager::test::test_datasets_schema
66652024-09-26T21:04:30.041Z PASS [ 0.061s] sled-storage manager::test::test_omicron_physical_disks_schema
66662024-09-26T21:04:30.072Z PASS [ 3.069s] oximeter-producer tests::test_producer_registration_task
66672024-09-26T21:04:30.147Z PASS [ 0.076s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
66682024-09-26T21:04:31.136Z PASS [ 32.159s] omicron-sled-agent nexus::test::nexus_self_notification_test
66692024-09-26T21:04:31.718Z PASS [ 1.674s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
66702024-09-26T21:04:31.813Z PASS [ 0.093s] sled-storage manager::tests::ensure_using_exactly_these_disks
66712024-09-26T21:04:32.882Z PASS [ 2.873s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
66722024-09-26T21:04:34.611Z PASS [ 3.476s] sled-storage manager::tests::ensure_datasets
66732024-09-26T21:04:34.692Z PASS [ 4.548s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
66742024-09-26T21:04:35.011Z PASS [ 3.201s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
66752024-09-26T21:04:36.249Z PASS [ 3.360s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
66762024-09-26T21:04:36.530Z PASS [ 1.918s] sled-storage manager::tests::update_rawdisk_firmware
66772024-09-26T21:04:37.095Z PASS [ 2.084s] sled-storage manager::tests::wait_for_boot_disk
66782024-09-26T21:04:37.557Z PASS [ 1.026s] tufaceous::integration-tests command_tests::test_init_and_add
66792024-09-26T21:04:37.665Z PASS [ 0.099s] tufaceous-lib archive::tests::test_validate_path
66802024-09-26T21:04:37.779Z PASS [ 0.125s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
66812024-09-26T21:04:38.005Z PASS [ 0.041s] tufaceous-lib key::tests::test_from_str
66822024-09-26T21:04:38.030Z PASS [ 0.153s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
66832024-09-26T21:04:38.030Z PASS [ 3.327s] sled-storage manager::tests::upsert_filesystem
66842024-09-26T21:04:38.157Z PASS [ 1.914s] tufaceous::integration-tests command_tests::test_assemble_fake
66852024-09-26T21:04:38.191Z PASS [ 1.098s] tufaceous::manifest-tests check_manifest::fake.toml
66862024-09-26T21:04:38.267Z PASS [ 0.112s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
66872024-09-26T21:04:38.310Z PASS [ 0.119s] update-common artifacts::update_plan::tests::test_bad_rot_versions
66882024-09-26T21:04:38.388Z PASS [ 0.121s] update-common artifacts::update_plan::tests::test_multi_rot_version
66892024-09-26T21:04:38.425Z PASS [ 0.115s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
66902024-09-26T21:04:38.569Z PASS [ 0.141s] update-engine display::group_display::tests::test_stats
66912024-09-26T21:04:38.623Z PASS [ 0.052s] update-engine display::line_display_shared::tests::test_format_progress_counter
66922024-09-26T21:04:38.665Z PASS [ 0.046s] update-engine display::line_display_shared::tests::test_start_line
66932024-09-26T21:04:38.736Z PASS [ 0.064s] update-engine engine::tests::error_exits_early
66942024-09-26T21:04:38.795Z PASS [ 0.065s] update-engine events::tests::progress_event_parse_unknown
66952024-09-26T21:04:38.819Z PASS [ 0.419s] update-engine buffer::tests::test_buffer
66962024-09-26T21:04:38.843Z PASS [ 0.036s] update-engine events::tests::step_event_parse_unknown
66972024-09-26T21:04:38.868Z PASS [ 0.037s] update-engine spec::tests::test_merge_anyhow_list
66982024-09-26T21:04:38.904Z PASS [ 0.060s] wicket state::inventory::tests::component_id_display
66992024-09-26T21:04:38.979Z PASS [ 0.142s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
67002024-09-26T21:04:39.061Z PASS [ 0.085s] wicket-common rack_setup::tests::roundtrip_import_export_policy
67012024-09-26T21:04:39.086Z PASS [ 1.101s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
67022024-09-26T21:04:39.173Z PASS [ 0.113s] wicketd installinator_progress::tests::test_states
67032024-09-26T21:04:39.198Z PASS [ 0.112s] wicketd rss_config::tests::test_bgp_auth_key_states
67042024-09-26T21:04:39.292Z PASS [ 0.386s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
67052024-09-26T21:04:40.580Z PASS [ 1.406s] wicketd::mod integration_tests::inventory::test_inventory
67062024-09-26T21:04:41.462Z PASS [ 2.182s] wicketd::mod integration_tests::updates::test_update_races
67072024-09-26T21:04:41.987Z PASS [ 3.978s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
67082024-09-26T21:04:43.254Z PASS [ 4.080s] wicketd::mod integration_tests::updates::test_installinator_fetch
67092024-09-26T21:04:43.445Z PASS [ 17.251s] oximeter-db::integration_test test_schemas_disjoint
67102024-09-26T21:04:43.531Z PASS [ 2.965s] wicketd::mod integration_tests::updates::test_updates
67112024-09-26T21:04:51.979Z PASS [ 23.026s] reconfigurator-cli::test_basic test_blueprint_edit
67122024-09-26T21:04:58.358Z PASS [ 32.173s] oximeter-db::integration_test test_cluster
67132024-09-26T21:05:12.397Z SLOW [> 60.000s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
67142024-09-26T21:05:21.009Z PASS [ 68.614s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
67152024-09-26T21:05:23.915Z PASS [ 2.905s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
67162024-09-26T21:05:43.254Z PASS [ 19.341s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
67172024-09-26T21:06:00.312Z PASS [ 17.058s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
67182024-09-26T21:07:00.313Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
67192024-09-26T21:08:00.312Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
67202024-09-26T21:09:00.314Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
67212024-09-26T21:10:00.312Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
67222024-09-26T21:11:00.312Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
67232024-09-26T21:12:00.312Z SLOW [>360.000s] oximeter-db client::tests::test_replicated
67242024-09-26T21:13:00.314Z SLOW [>420.000s] oximeter-db client::tests::test_replicated
67252024-09-26T21:13:00.359Z PASS [ 420.065s] oximeter-db client::tests::test_replicated
67262024-09-26T21:13:00.384Z------------
67272024-09-26T21:13:00.384Z Summary [3160.804s] 1595 tests run: 1594 passed (30 slow, 1 leaky), 1 failed, 4 skipped
67282024-09-26T21:13:00.384Z FAIL [ 33.183s] omicron-omdb::test_all_output test_omdb_success_cases
67292024-09-26T21:13:00.408Zerror: test run failed
67302024-09-26T21:13:00.408Z
67312024-09-26T21:13:00.408Zreal 53:02.055691650
67322024-09-26T21:13:00.408Zuser 4:12:36.396941588
67332024-09-26T21:13:00.408Zsys 1:06:19.522227489
67342024-09-26T21:13:00.408Ztrap 3:54.306419666
67352024-09-26T21:13:00.408Ztflt 11.933355675
67362024-09-26T21:13:00.408Zdflt 45.378903533
67372024-09-26T21:13:00.408Zkflt 0.242416740
67382024-09-26T21:13:00.408Zlock 1469:50:38.528265110
67392024-09-26T21:13:00.409Zslp 70:51:46.072257681
67402024-09-26T21:13:00.409Zlat 5:35:32.925793876
67412024-09-26T21:13:00.409Zstop 1:03:18.489658573
67422024-09-26T21:13:01.029Zprocess exited: duration 5112181 ms, exit code 100
 
67432024-09-26T21:13:01.089Zfound 65 output files
67442024-09-26T21:13:01.089Zuploading: /work/crate-build-timings.json (569651 bytes)
67452024-09-26T21:13:02.381Zuploaded: /work/crate-build-timings.json
67462024-09-26T21:13:02.381Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/cockroachdb_stderr (704 bytes)
67472024-09-26T21:13:03.479Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/cockroachdb_stderr
67482024-09-26T21:13:03.479Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/cockroachdb_stdout (864 bytes)
67492024-09-26T21:13:04.577Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/cockroachdb_stdout
67502024-09-26T21:13:04.577Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/000015.log (233476 bytes)
67512024-09-26T21:13:05.813Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/000015.log
67522024-09-26T21:13:05.813Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/000018.sst (534866 bytes)
67532024-09-26T21:13:07.074Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/000018.sst
67542024-09-26T21:13:07.074Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/000019.log (3864978 bytes)
67552024-09-26T21:13:08.509Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/000019.log
67562024-09-26T21:13:08.509Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/CURRENT (16 bytes)
67572024-09-26T21:13:09.612Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/CURRENT
67582024-09-26T21:13:09.612Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/LOCK (0 bytes)
67592024-09-26T21:13:10.701Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/LOCK
67602024-09-26T21:13:10.701Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/MANIFEST-000001 (44 bytes)
67612024-09-26T21:13:11.804Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/MANIFEST-000001
67622024-09-26T21:13:11.804Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/MANIFEST-000016 (608 bytes)
67632024-09-26T21:13:12.914Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/MANIFEST-000016
67642024-09-26T21:13:12.914Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/OPTIONS-000017 (2332 bytes)
67652024-09-26T21:13:14.044Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/OPTIONS-000017
67662024-09-26T21:13:14.072Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/STORAGE_MIN_VERSION (8 bytes)
67672024-09-26T21:13:15.151Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/STORAGE_MIN_VERSION
67682024-09-26T21:13:15.151Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/cockroach-temp2783246366/000002.log (0 bytes)
67692024-09-26T21:13:16.224Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/cockroach-temp2783246366/000002.log
67702024-09-26T21:13:16.225Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/cockroach-temp2783246366/CURRENT (16 bytes)
67712024-09-26T21:13:17.322Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/cockroach-temp2783246366/CURRENT
67722024-09-26T21:13:17.322Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/cockroach-temp2783246366/LOCK (0 bytes)
67732024-09-26T21:13:18.395Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/cockroach-temp2783246366/LOCK
67742024-09-26T21:13:18.420Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/cockroach-temp2783246366/MANIFEST-000001 (50 bytes)
67752024-09-26T21:13:19.493Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/cockroach-temp2783246366/MANIFEST-000001
67762024-09-26T21:13:19.493Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/cockroach-temp2783246366/OPTIONS-000003 (2269 bytes)
67772024-09-26T21:13:20.592Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/cockroach-temp2783246366/OPTIONS-000003
67782024-09-26T21:13:20.592Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/cockroach-temp2783246366/TEMP_DIR.LOCK (0 bytes)
67792024-09-26T21:13:21.668Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/cockroach-temp2783246366/TEMP_DIR.LOCK
67802024-09-26T21:13:21.668Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/cockroach.advertise-addr (11 bytes)
67812024-09-26T21:13:22.769Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/cockroach.advertise-addr
67822024-09-26T21:13:22.770Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/cockroach.advertise-sql-addr (11 bytes)
67832024-09-26T21:13:23.880Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/cockroach.advertise-sql-addr
67842024-09-26T21:13:23.905Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/cockroach.http-addr (11 bytes)
67852024-09-26T21:13:24.982Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/cockroach.http-addr
67862024-09-26T21:13:24.983Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/cockroach.listen-addr (11 bytes)
67872024-09-26T21:13:26.090Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/cockroach.listen-addr
67882024-09-26T21:13:26.090Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/cockroach.sql-addr (11 bytes)
67892024-09-26T21:13:27.208Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/cockroach.sql-addr
67902024-09-26T21:13:27.241Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/cockroach-health.bmat-EVT22200007-0000441c.build.2024-09-26T20_20_35Z.006504.log (1323 bytes)
67912024-09-26T21:13:28.314Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/cockroach-health.bmat-EVT22200007-0000441c.build.2024-09-26T20_20_35Z.006504.log
67922024-09-26T21:13:28.314Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/cockroach-health.bmat-EVT22200007-0000441c.build.2024-09-26T21_03_33Z.020815.log (3426 bytes)
67932024-09-26T21:13:29.412Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/cockroach-health.bmat-EVT22200007-0000441c.build.2024-09-26T21_03_33Z.020815.log
67942024-09-26T21:13:29.412Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/cockroach-health.log (3426 bytes)
67952024-09-26T21:13:30.509Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/cockroach-health.log
67962024-09-26T21:13:30.509Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/cockroach-pebble.bmat-EVT22200007-0000441c.build.2024-09-26T20_20_34Z.006504.log (3208 bytes)
67972024-09-26T21:13:31.605Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/cockroach-pebble.bmat-EVT22200007-0000441c.build.2024-09-26T20_20_34Z.006504.log
67982024-09-26T21:13:31.605Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/cockroach-pebble.bmat-EVT22200007-0000441c.build.2024-09-26T21_03_32Z.020815.log (5013 bytes)
67992024-09-26T21:13:32.723Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/cockroach-pebble.bmat-EVT22200007-0000441c.build.2024-09-26T21_03_32Z.020815.log
68002024-09-26T21:13:32.723Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/cockroach-pebble.log (5013 bytes)
68012024-09-26T21:13:33.840Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/cockroach-pebble.log
68022024-09-26T21:13:33.840Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/cockroach-security.bmat-EVT22200007-0000441c.build.2024-09-26T20_20_36Z.006504.log (1770 bytes)
68032024-09-26T21:13:34.937Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/cockroach-security.bmat-EVT22200007-0000441c.build.2024-09-26T20_20_36Z.006504.log
68042024-09-26T21:13:34.937Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/cockroach-security.log (1770 bytes)
68052024-09-26T21:13:36.032Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/cockroach-security.log
68062024-09-26T21:13:36.056Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/cockroach-sql-schema.bmat-EVT22200007-0000441c.build.2024-09-26T20_20_34Z.006504.log (184367 bytes)
68072024-09-26T21:13:37.244Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/cockroach-sql-schema.bmat-EVT22200007-0000441c.build.2024-09-26T20_20_34Z.006504.log
68082024-09-26T21:13:37.244Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/cockroach-sql-schema.log (184367 bytes)
68092024-09-26T21:13:38.455Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/cockroach-sql-schema.log
68102024-09-26T21:13:38.455Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/cockroach-stderr.bmat-EVT22200007-0000441c.build.2024-09-26T20_20_34Z.006504.log (1127 bytes)
68112024-09-26T21:13:39.552Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/cockroach-stderr.bmat-EVT22200007-0000441c.build.2024-09-26T20_20_34Z.006504.log
68122024-09-26T21:13:39.576Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/cockroach-stderr.bmat-EVT22200007-0000441c.build.2024-09-26T21_03_32Z.020815.log (1116 bytes)
68132024-09-26T21:13:40.649Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/cockroach-stderr.bmat-EVT22200007-0000441c.build.2024-09-26T21_03_32Z.020815.log
68142024-09-26T21:13:40.649Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/cockroach-stderr.log (1116 bytes)
68152024-09-26T21:13:41.746Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/cockroach-stderr.log
68162024-09-26T21:13:41.746Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/cockroach-telemetry.bmat-EVT22200007-0000441c.build.2024-09-26T21_03_33Z.020815.log (26166 bytes)
68172024-09-26T21:13:42.910Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/cockroach-telemetry.bmat-EVT22200007-0000441c.build.2024-09-26T21_03_33Z.020815.log
68182024-09-26T21:13:42.910Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/cockroach-telemetry.log (26166 bytes)
68192024-09-26T21:13:44.074Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/cockroach-telemetry.log
68202024-09-26T21:13:44.074Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/cockroach.bmat-EVT22200007-0000441c.build.2024-09-26T20_20_34Z.006504.log (336973 bytes)
68212024-09-26T21:13:45.315Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/cockroach.bmat-EVT22200007-0000441c.build.2024-09-26T20_20_34Z.006504.log
68222024-09-26T21:13:45.315Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/cockroach.bmat-EVT22200007-0000441c.build.2024-09-26T21_03_32Z.020815.log (47846 bytes)
68232024-09-26T21:13:46.482Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/cockroach.bmat-EVT22200007-0000441c.build.2024-09-26T21_03_32Z.020815.log
68242024-09-26T21:13:46.482Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/cockroach.log (47846 bytes)
68252024-09-26T21:13:47.647Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/cockroach.log
68262024-09-26T21:13:47.671Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/heap_profiler/memprof.2024-09-26T21_03_43.386.41061912.pprof (90668 bytes)
68272024-09-26T21:13:48.834Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/heap_profiler/memprof.2024-09-26T21_03_43.386.41061912.pprof
68282024-09-26T21:13:48.859Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/heap_profiler/memprof.2024-09-26T21_03_53.386.60606024.pprof (119652 bytes)
68292024-09-26T21:13:50.044Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/logs/heap_profiler/memprof.2024-09-26T21_03_53.386.60606024.pprof
68302024-09-26T21:13:50.044Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/marker.format-version.000005.006 (0 bytes)
68312024-09-26T21:13:51.116Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/marker.format-version.000005.006
68322024-09-26T21:13:51.140Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/marker.manifest.000002.MANIFEST-000016 (0 bytes)
68332024-09-26T21:13:52.188Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/marker.manifest.000002.MANIFEST-000016
68342024-09-26T21:13:52.188Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/data/temp-dirs-record.txt (62 bytes)
68352024-09-26T21:13:53.284Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/data/temp-dirs-record.txt
68362024-09-26T21:13:53.284Zuploading: /var/tmp/omicron_tmp/.tmp2kh9eD/listen-url (56 bytes)
68372024-09-26T21:13:54.383Zuploaded: /var/tmp/omicron_tmp/.tmp2kh9eD/listen-url
68382024-09-26T21:13:54.383Zuploading: /var/tmp/omicron_tmp/.tmpI14gI2/dendrite_stderr (0 bytes)
68392024-09-26T21:13:55.451Zuploaded: /var/tmp/omicron_tmp/.tmpI14gI2/dendrite_stderr
68402024-09-26T21:13:55.477Zuploading: /var/tmp/omicron_tmp/.tmpI14gI2/dendrite_stdout (31194 bytes)
68412024-09-26T21:13:56.616Zuploaded: /var/tmp/omicron_tmp/.tmpI14gI2/dendrite_stdout
68422024-09-26T21:13:56.616Zuploading: /var/tmp/omicron_tmp/.tmpgIvm1r/mgd_stderr (0 bytes)
68432024-09-26T21:13:57.687Zuploaded: /var/tmp/omicron_tmp/.tmpgIvm1r/mgd_stderr
68442024-09-26T21:13:57.687Zuploading: /var/tmp/omicron_tmp/.tmpgIvm1r/mgd_stdout (30307 bytes)
68452024-09-26T21:13:58.849Zuploaded: /var/tmp/omicron_tmp/.tmpgIvm1r/mgd_stdout
68462024-09-26T21:13:58.874Zuploading: /var/tmp/omicron_tmp/.tmpgIvm1r/rdb/conf (62 bytes)
68472024-09-26T21:13:59.943Zuploaded: /var/tmp/omicron_tmp/.tmpgIvm1r/rdb/conf
68482024-09-26T21:13:59.943Zuploading: /var/tmp/omicron_tmp/.tmpgIvm1r/rdb/db (195 bytes)
68492024-09-26T21:14:01.038Zuploaded: /var/tmp/omicron_tmp/.tmpgIvm1r/rdb/db
68502024-09-26T21:14:01.038Zuploading: /var/tmp/omicron_tmp/.tmpiPmqKx/mgd_stderr (0 bytes)
68512024-09-26T21:14:02.110Zuploaded: /var/tmp/omicron_tmp/.tmpiPmqKx/mgd_stderr
68522024-09-26T21:14:02.110Zuploading: /var/tmp/omicron_tmp/.tmpiPmqKx/mgd_stdout (30303 bytes)
68532024-09-26T21:14:03.272Zuploaded: /var/tmp/omicron_tmp/.tmpiPmqKx/mgd_stdout
68542024-09-26T21:14:03.272Zuploading: /var/tmp/omicron_tmp/.tmpiPmqKx/rdb/conf (62 bytes)
68552024-09-26T21:14:04.368Zuploaded: /var/tmp/omicron_tmp/.tmpiPmqKx/rdb/conf
68562024-09-26T21:14:04.392Zuploading: /var/tmp/omicron_tmp/.tmpiPmqKx/rdb/db (195 bytes)
68572024-09-26T21:14:05.462Zuploaded: /var/tmp/omicron_tmp/.tmpiPmqKx/rdb/db
68582024-09-26T21:14:05.462Zuploading: /var/tmp/omicron_tmp/.tmpxxTXI0/dendrite_stderr (0 bytes)
68592024-09-26T21:14:06.537Zuploaded: /var/tmp/omicron_tmp/.tmpxxTXI0/dendrite_stderr
68602024-09-26T21:14:06.562Zuploading: /var/tmp/omicron_tmp/.tmpxxTXI0/dendrite_stdout (31199 bytes)
68612024-09-26T21:14:07.699Zuploaded: /var/tmp/omicron_tmp/.tmpxxTXI0/dendrite_stdout
68622024-09-26T21:14:07.699Zuploading: /var/tmp/omicron_tmp/test_all_output-7d4490d3c661bfd5-test_omdb_success_case.20801.4.log (873261 bytes)
68632024-09-26T21:14:08.978Zuploaded: /var/tmp/omicron_tmp/test_all_output-7d4490d3c661bfd5-test_omdb_success_case.20801.4.log
68642024-09-26T21:14:09.005Zuploading: /var/tmp/omicron_tmp/test_all_output-7d4490d3c661bfd5-test_omdb_success_cases.20801.0.log (1761086 bytes)
68652024-09-26T21:14:10.282Zuploaded: /var/tmp/omicron_tmp/test_all_output-7d4490d3c661bfd5-test_omdb_success_cases.20801.0.log
68662024-09-26T21:14:10.282Zuploading: /var/tmp/omicron_tmp/test_all_output-7d4490d3c661bfd5-test_omdb_success_cases.20801.1-clickhouse-pZmup2/clickhouse-server.errlog (22804 bytes)
68672024-09-26T21:14:11.445Zuploaded: /var/tmp/omicron_tmp/test_all_output-7d4490d3c661bfd5-test_omdb_success_cases.20801.1-clickhouse-pZmup2/clickhouse-server.errlog
68682024-09-26T21:14:11.445Zuploading: /var/tmp/omicron_tmp/test_all_output-7d4490d3c661bfd5-test_omdb_success_cases.20801.1-clickhouse-pZmup2/clickhouse-server.log (267203 bytes)
68692024-09-26T21:14:12.675Zuploaded: /var/tmp/omicron_tmp/test_all_output-7d4490d3c661bfd5-test_omdb_success_cases.20801.1-clickhouse-pZmup2/clickhouse-server.log
68702024-09-26T21:14:12.675Zuploading: /var/tmp/omicron_tmp/test_all_output-7d4490d3c661bfd5-test_omdb_success_cases.20801.2.log (1586832 bytes)
68712024-09-26T21:14:13.964Zuploaded: /var/tmp/omicron_tmp/test_all_output-7d4490d3c661bfd5-test_omdb_success_cases.20801.2.log
68722024-09-26T21:14:13.991Zuploading: /var/tmp/omicron_tmp/test_all_output-7d4490d3c661bfd5-test_omdb_success_cases.20801.3.log (1904281 bytes)
68732024-09-26T21:14:15.270Zuploaded: /var/tmp/omicron_tmp/test_all_output-7d4490d3c661bfd5-test_omdb_success_cases.20801.3.log