01HTHCQ4YHTTN859877E4VB1KN: 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(
        String(
            "1.72.1",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01HTHCR5TK7AESY6CXKYEH5YBA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-04-03T07:13:27.951Zjob assigned to worker 01HTHCRMK0CA3Q4SA1CJGWSN3J (queued for 2 m 19 s)
 
22024-04-03T07:13:34.617Zstarting task 0: "setup"
32024-04-03T07:13:34.688Z++ uname -s
42024-04-03T07:13:34.691Z+ kern=SunOS
52024-04-03T07:13:34.691Z+ case "$kern" in
62024-04-03T07:13:34.691Z+ groupadd -g 12345 build
72024-04-03T07:13:34.720Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-04-03T07:13:36.764Z+ zfs create -o mountpoint=/work rpool/work
92024-04-03T07:13:36.854Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-04-03T07:13:36.868Z+ home_fs=zfs
112024-04-03T07:13:36.869Z+ [[ zfs == autofs ]]
122024-04-03T07:13:36.869Z+ mkdir -p /home/build
132024-04-03T07:13:36.869Z+ chown build:build /home/build /work
142024-04-03T07:13:38.866Z+ chmod 0700 /home/build /work
152024-04-03T07:13:38.880Zprocess exited: duration 4240 ms, exit code 0
 
162024-04-03T07:13:38.926Zstarting task 1: "rust-toolchain"
172024-04-03T07:13:38.939Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-04-03T07:13:38.939Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-04-03T07:13:39.073Zinfo: downloading installer
202024-04-03T07:13:40.516Zwarning: it looks like you have an existing installation of Rust at:
212024-04-03T07:13:40.516Zwarning: /opt/ooce/bin
222024-04-03T07:13:40.516Zwarning: It is recommended that rustup be the primary Rust installation.
232024-04-03T07:13:40.516Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-04-03T07:13:40.516Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-04-03T07:13:40.516Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-04-03T07:13:40.516Zwarning: or pass `-y' to ignore all ignorable checks.
272024-04-03T07:13:40.516Zerror: cannot install while Rust is installed
282024-04-03T07:13:40.516Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-04-03T07:13:40.760Zinfo: profile set to 'default'
302024-04-03T07:13:40.760Zinfo: default host triple is x86_64-unknown-illumos
312024-04-03T07:13:40.764Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-04-03T07:13:40.921Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-04-03T07:13:40.921Zinfo: downloading component 'cargo'
342024-04-03T07:13:41.997Zinfo: downloading component 'clippy'
352024-04-03T07:13:42.400Zinfo: downloading component 'rust-docs'
362024-04-03T07:13:43.636Zinfo: downloading component 'rust-std'
372024-04-03T07:13:46.094Zinfo: downloading component 'rustc'
382024-04-03T07:13:52.316Zinfo: downloading component 'rustfmt'
392024-04-03T07:13:52.771Zinfo: installing component 'cargo'
402024-04-03T07:13:54.107Zinfo: installing component 'clippy'
412024-04-03T07:13:54.261Zinfo: installing component 'rust-docs'
422024-04-03T07:13:56.267Zinfo: installing component 'rust-std'
432024-04-03T07:13:57.529Zinfo: installing component 'rustc'
442024-04-03T07:14:01.540Zinfo: installing component 'rustfmt'
452024-04-03T07:14:02.012Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-04-03T07:14:02.013Z
472024-04-03T07:14:02.235Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-04-03T07:14:02.235Z
492024-04-03T07:14:02.245Z
502024-04-03T07:14:02.245ZRust is installed now. Great!
512024-04-03T07:14:02.245Z
522024-04-03T07:14:02.246ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-04-03T07:14:02.246Zenvironment variable. This has not been done automatically.
542024-04-03T07:14:02.246Z
552024-04-03T07:14:02.246ZTo configure your current shell, you need to source
562024-04-03T07:14:02.246Zthe corresponding env file under $HOME/.cargo.
572024-04-03T07:14:02.246Z
582024-04-03T07:14:02.246ZThis is usually done by running one of the following (note the leading DOT):
592024-04-03T07:14:02.247Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-04-03T07:14:02.247Zsource "$HOME/.cargo/env.fish" # For fish
612024-04-03T07:14:02.324Z+ rustc --version
622024-04-03T07:14:02.390Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-04-03T07:14:02.397Zprocess exited: duration 23465 ms, exit code 0
 
642024-04-03T07:14:02.419Zstarting task 2: "authentication"
652024-04-03T07:14:02.444Zprocess exited: duration 29 ms, exit code 0
 
662024-04-03T07:14:02.450Zstarting task 3: "clone repository"
672024-04-03T07:14:02.455Z+ mkdir -p /work/oxidecomputer/omicron
682024-04-03T07:14:02.459Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-04-03T07:14:02.758ZCloning into '/work/oxidecomputer/omicron'...
702024-04-03T07:14:37.414Z+ cd /work/oxidecomputer/omicron
712024-04-03T07:14:37.415Z+ git fetch origin 1341b3f92385a8a75613e1c19a2104a02d938789
722024-04-03T07:14:37.415ZFrom https://github.com/oxidecomputer/omicron
732024-04-03T07:14:37.415Z * branch 1341b3f92385a8a75613e1c19a2104a02d938789 -> FETCH_HEAD
742024-04-03T07:14:37.415Z+ [[ -n renovate/trybuild-1.x ]]
752024-04-03T07:14:37.415Z++ git branch --show-current
762024-04-03T07:14:37.415Z+ current=main
772024-04-03T07:14:37.416Z+ [[ main != renovate/trybuild-1.x ]]
782024-04-03T07:14:37.416Z+ git branch -f renovate/trybuild-1.x 1341b3f92385a8a75613e1c19a2104a02d938789
792024-04-03T07:14:37.416Z+ git checkout -f renovate/trybuild-1.x
802024-04-03T07:14:37.416ZSwitched to branch 'renovate/trybuild-1.x'
812024-04-03T07:14:37.416Z+ git reset --hard 1341b3f92385a8a75613e1c19a2104a02d938789
822024-04-03T07:14:37.417ZHEAD is now at 1341b3f92 Update Rust crate trybuild to 1.0.91
832024-04-03T07:14:37.417Zprocess exited: duration 33096 ms, exit code 0
 
842024-04-03T07:14:37.596Zstarting task 4: "build"
852024-04-03T07:14:37.666Z+ target_os=illumos
862024-04-03T07:14:37.666Z+ NEXTEST_VERSION=0.9.67
872024-04-03T07:14:37.666Z+ cargo --version
882024-04-03T07:14:37.666Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
892024-04-03T07:14:37.778Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
902024-04-03T07:14:37.778Zinfo: downloading component 'cargo'
912024-04-03T07:14:38.445Zinfo: downloading component 'clippy'
922024-04-03T07:14:38.682Zinfo: downloading component 'rust-docs'
932024-04-03T07:14:39.595Zinfo: downloading component 'rust-std'
942024-04-03T07:14:41.018Zinfo: downloading component 'rustc'
952024-04-03T07:14:48.219Zinfo: downloading component 'rustfmt'
962024-04-03T07:14:48.448Zinfo: installing component 'cargo'
972024-04-03T07:14:48.448Zinfo: installing component 'clippy'
982024-04-03T07:14:48.448Zinfo: installing component 'rust-docs'
992024-04-03T07:14:48.448Zinfo: installing component 'rust-std'
1002024-04-03T07:14:49.332Zinfo: installing component 'rustc'
1012024-04-03T07:14:53.200Zinfo: installing component 'rustfmt'
1022024-04-03T07:14:54.009Zcargo 1.76.0 (c84b36747 2024-01-18)
1032024-04-03T07:14:54.026Z+ rustc --version
1042024-04-03T07:14:54.026Zrustc 1.76.0 (07dca489a 2024-02-04)
1052024-04-03T07:14:54.026Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.67/illumos
1062024-04-03T07:14:54.026Z+ gunzip
1072024-04-03T07:14:54.026Z+ tar -xvf - -C /home/build/.cargo/bin
1082024-04-03T07:14:55.102Zx cargo-nextest, 11234272 bytes, 21942 tape blocks
1092024-04-03T07:14:55.116Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1102024-04-03T07:14:55.116Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1112024-04-03T07:14:55.116Ztests will store ephemeral output in /var/tmp/omicron_tmp
1122024-04-03T07:14:55.116Z+ mkdir /var/tmp/omicron_tmp
1132024-04-03T07:14:55.116Z+ OUTPUT_DIR=/work
1142024-04-03T07:14:55.116Z+ echo 'tests will store non-ephemeral output in /work'
1152024-04-03T07:14:55.116Ztests will store non-ephemeral output in /work
1162024-04-03T07:14:55.116Z+ mkdir -p /work
1172024-04-03T07:14:55.117Z+ source ./env.sh
1182024-04-03T07:14:55.117Z++ set -o xtrace
1192024-04-03T07:14:55.117Z++++ dirname ./env.sh
1202024-04-03T07:14:55.593Z+++ readlink -f .
1212024-04-03T07:14:55.599Z++ OMICRON_WS=/work/oxidecomputer/omicron
1222024-04-03T07:14:55.599Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1232024-04-03T07:14:55.599Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1242024-04-03T07:14:55.599Z++ 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
1252024-04-03T07:14:55.599Z++ 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
1262024-04-03T07:14:55.599Z++ 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
1272024-04-03T07:14:55.599Z++ 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
1282024-04-03T07:14:55.599Z++ 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
1292024-04-03T07:14:55.599Z++ 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
1302024-04-03T07:14:55.599Z++ unset OMICRON_WS
1312024-04-03T07:14:55.599Z++ set +o xtrace
1322024-04-03T07:14:55.599Z
1332024-04-03T07:14:55.599Z ##### ##### ###### ##### ###### #### # # # #### #
1342024-04-03T07:14:55.599Z # # # # # # # # # # # # # # #
1352024-04-03T07:14:55.599Z # # # # ##### # # ##### # # # # # #### #
1362024-04-03T07:14:55.599Z ##### ##### # ##### # # # # # # # # #
1372024-04-03T07:14:55.600Z # # # # # # # # # # # # # # #
1382024-04-03T07:14:55.600Z # # # ###### # # ###### ### # #### # #### #
1392024-04-03T07:14:55.600Z
1402024-04-03T07:15:05.942Z Startup: Refreshing catalog 'helios-dev' ... Done
1412024-04-03T07:15:07.367Z Startup: Caching catalogs ... Done
1422024-04-03T07:15:09.085ZPlanning: Solver setup ... Done (1.334s)
1432024-04-03T07:15:09.094ZPlanning: Running solver ... Done (0.026s)
1442024-04-03T07:15:09.363ZPlanning: Finding local manifests ... Done (0.152s)
1452024-04-03T07:15:09.381ZPlanning: Fetching manifests: 0/4 0% complete
1462024-04-03T07:15:09.598ZPlanning: Fetching manifests: 4/4 100% complete
1472024-04-03T07:15:09.648ZPlanning: Package planning ... Done (0.048s)
1482024-04-03T07:15:09.698ZPlanning: Merging actions ... Done (0.052s)
1492024-04-03T07:15:10.176ZPlanning: Checking for conflicting actions ... Done (0.475s)
1502024-04-03T07:15:10.602ZPlanning: Consolidating action changes ... Done (0.011s)
1512024-04-03T07:15:16.321ZPlanning: Evaluating mediators ... Done (6.132s)
1522024-04-03T07:15:16.335ZPlanning: Planning completed in 8.90 seconds
1532024-04-03T07:15:16.431Z Packages to install: 4
1542024-04-03T07:15:16.431Z Mediators to change: 2
1552024-04-03T07:15:16.431Z Services to change: 1
1562024-04-03T07:15:16.865Z Estimated space available: 155.31 GB
1572024-04-03T07:15:16.865ZEstimated space to be consumed: 1.43 GB
1582024-04-03T07:15:16.865Z Create boot environment: No
1592024-04-03T07:15:16.866ZCreate backup boot environment: No
1602024-04-03T07:15:16.866Z Rebuild boot archive: No
1612024-04-03T07:15:16.866Z
1622024-04-03T07:15:16.866ZChanged mediators:
1632024-04-03T07:15:16.866Z mediator clang:
1642024-04-03T07:15:16.866Z version: None -> 15 (system default)
1652024-04-03T07:15:16.866Z
1662024-04-03T07:15:16.866Z mediator llvm:
1672024-04-03T07:15:16.867Z version: 14 (system default) -> 15 (system default)
1682024-04-03T07:15:16.867Z
1692024-04-03T07:15:16.867ZChanged packages:
1702024-04-03T07:15:16.867Zhelios-dev
1712024-04-03T07:15:16.867Z developer/build-essential
1722024-04-03T07:15:16.867Z None -> 11-2.0
1732024-04-03T07:15:16.867Z library/libxmlsec1
1742024-04-03T07:15:16.868Z None -> 1.2.35-2.0
1752024-04-03T07:15:16.868Z ooce/developer/clang-15
1762024-04-03T07:15:16.868Z None -> 15.0.7-2.0
1772024-04-03T07:15:16.868Z ooce/developer/llvm-15
1782024-04-03T07:15:16.868Z None -> 15.0.7-2.0
1792024-04-03T07:15:16.868Z
1802024-04-03T07:15:16.869ZServices:
1812024-04-03T07:15:16.869Z restart_fmri:
1822024-04-03T07:15:16.869Z svc:/system/update-man-index:default
1832024-04-03T07:15:16.882Z
1842024-04-03T07:15:16.882ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1852024-04-03T07:15:21.547ZDownload: 639/3290 items 18.0/212.6MB 8% complete (3.6M/s)
1862024-04-03T07:15:26.553ZDownload: 1207/3290 items 84.3/212.6MB 39% complete (8.5M/s)
1872024-04-03T07:15:31.566ZDownload: 1953/3290 items 118.6/212.6MB 55% complete (10.1M/s)
1882024-04-03T07:15:46.063ZDownload: 2224/3290 items 119.2/212.6MB 56% complete
1892024-04-03T07:15:51.064ZDownload: 3247/3290 items 181.3/212.6MB 85% complete (12.3M/s)
1902024-04-03T07:15:55.457ZDownload: Completed 212.60 MB in 38.91 seconds (5.5M/s)
1912024-04-03T07:15:55.665Z Actions: 1/3689 actions (Installing new actions)
1922024-04-03T07:16:00.670Z Actions: 3645/3689 actions (Installing new actions)
1932024-04-03T07:16:00.674Z Actions: Completed 3689 actions in 5.01 seconds.
1942024-04-03T07:16:00.864Z Done (0.184s)
1952024-04-03T07:16:00.865Z Done (0.000s)
1962024-04-03T07:16:01.117Z Done (0.253s)
1972024-04-03T07:16:05.841Z Done (4.581s)
1982024-04-03T07:16:06.038Z Done (0.127s)
1992024-04-03T07:16:06.055Z Done (0.000s)
2002024-04-03T07:16:06.182Z Done (0.000s)
2012024-04-03T07:16:06.691ZPlanning: Evaluating mediator changes ... Done
2022024-04-03T07:16:06.854ZPlanning: Checking for conflicting actions ... Done
2032024-04-03T07:16:06.865ZPlanning: Consolidating action changes ... Done
2042024-04-03T07:16:07.117ZPlanning: Evaluating mediators ... Done
2052024-04-03T07:16:07.123ZPlanning: Planning completed in 0.43 seconds
2062024-04-03T07:16:07.150Z Mediators to change: 2
2072024-04-03T07:16:07.150Z Create boot environment: No
2082024-04-03T07:16:07.150ZCreate backup boot environment: No
2092024-04-03T07:16:07.209Z Done
2102024-04-03T07:16:07.209Z Done
2112024-04-03T07:16:07.355Z Done
2122024-04-03T07:16:10.899Z Done
2132024-04-03T07:16:10.987Z Done
2142024-04-03T07:16:10.987Z Done
2152024-04-03T07:16:11.085Z Done
2162024-04-03T07:16:11.720ZPlanning: Evaluating mediator changes ... Done
2172024-04-03T07:16:11.724ZPlanning: Merging actions ... Done
2182024-04-03T07:16:11.909ZPlanning: Checking for conflicting actions ... Done
2192024-04-03T07:16:11.913ZPlanning: Consolidating action changes ... Done
2202024-04-03T07:16:12.168ZPlanning: Evaluating mediators ... Done
2212024-04-03T07:16:12.223ZPlanning: Planning completed in 0.78 seconds
2222024-04-03T07:16:12.264Z Packages to change: 1
2232024-04-03T07:16:12.264Z Mediators to change: 1
2242024-04-03T07:16:12.289Z Services to change: 1
2252024-04-03T07:16:12.289Z Create boot environment: No
2262024-04-03T07:16:12.290ZCreate backup boot environment: Yes
2272024-04-03T07:16:14.229Z Actions: 1/6 actions (Updating modified actions)
2282024-04-03T07:16:14.250Z Actions: Completed 6 actions in 0.00 seconds.
2292024-04-03T07:16:14.250Z Done
2302024-04-03T07:16:14.250Z Done
2312024-04-03T07:16:14.279Z Done
2322024-04-03T07:16:17.815Z Done
2332024-04-03T07:16:17.903Z Done
2342024-04-03T07:16:17.908Z Done
2352024-04-03T07:16:18.420Z Done
2362024-04-03T07:16:18.444ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2372024-04-03T07:16:18.444Zclang system 15 system
2382024-04-03T07:16:18.444Zcsh system system illumos
2392024-04-03T07:16:18.444Zctags system system illumos
2402024-04-03T07:16:18.445Zgcc vendor 12 vendor
2412024-04-03T07:16:18.445Zgcc system 10 system
2422024-04-03T07:16:18.445Zgcc system 7 system
2432024-04-03T07:16:18.445Zgo system 1.20 system
2442024-04-03T07:16:18.445Zgo system 1.19 system
2452024-04-03T07:16:18.445Zllvm system 15 system
2462024-04-03T07:16:18.445Zllvm system 14 system
2472024-04-03T07:16:18.445Zmariadb system 10.6 system
2482024-04-03T07:16:18.446Zmta vendor vendor dma
2492024-04-03T07:16:18.446Zopenjdk system 17 system
2502024-04-03T07:16:18.446Zopenjdk system 11 system
2512024-04-03T07:16:18.446Zopenjdk system 1.8 system
2522024-04-03T07:16:18.446Zopenssl vendor 3 vendor
2532024-04-03T07:16:18.446Zperl system 5.36 system
2542024-04-03T07:16:18.446Zpostgresql system 15 system
2552024-04-03T07:16:18.446Zpostgresql system 13 system
2562024-04-03T07:16:18.446Zpython vendor 3 vendor
2572024-04-03T07:16:18.446Zpython system 2 system
2582024-04-03T07:16:18.447Zpython3 system 3.11 system
2592024-04-03T07:16:18.447Zruby system 3.0 system
2602024-04-03T07:16:18.447Zwords vendor vendor american-english
2612024-04-03T07:16:18.447Zwords system system australian-english
2622024-04-03T07:16:18.447Zwords system system british-english
2632024-04-03T07:16:18.447Zwords system system canadian-english
2642024-04-03T07:16:18.447Zwords system system french
2652024-04-03T07:16:18.447Zwords system system italian
2662024-04-03T07:16:18.447Zwords system system ngerman
2672024-04-03T07:16:18.448Zwords system system ogerman
2682024-04-03T07:16:18.448Zwords system system spanish
2692024-04-03T07:16:18.756ZPUBLISHER TYPE STATUS P LOCATION
2702024-04-03T07:16:18.756Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2712024-04-03T07:16:19.983ZFMRI IFO
2722024-04-03T07:16:19.983Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2732024-04-03T07:16:19.983Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2742024-04-03T07:16:19.983Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2752024-04-03T07:16:19.983Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2762024-04-03T07:16:19.983Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2772024-04-03T07:16:19.983Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2782024-04-03T07:16:19.983Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2792024-04-03T07:16:19.983Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2802024-04-03T07:16:19.983Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2812024-04-03T07:16:19.983Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2822024-04-03T07:16:19.983Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2832024-04-03T07:16:19.983Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2842024-04-03T07:16:20.206Z+ set -o errexit
2852024-04-03T07:16:20.210Z+++ dirname ./tools/ci_download_cockroachdb
2862024-04-03T07:16:20.210Z++ cd ./tools
2872024-04-03T07:16:20.210Z++ pwd
2882024-04-03T07:16:20.210Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2892024-04-03T07:16:20.228Z++ basename ./tools/ci_download_cockroachdb
2902024-04-03T07:16:20.228Z+ ARG0=ci_download_cockroachdb
2912024-04-03T07:16:20.228Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2922024-04-03T07:16:20.229Z+ CIDL_VERSION=v22.1.9
2932024-04-03T07:16:20.229Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2942024-04-03T07:16:20.229Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2952024-04-03T07:16:20.230Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2962024-04-03T07:16:20.230Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2972024-04-03T07:16:20.230Z+ TARGET_DIR=out
2982024-04-03T07:16:20.230Z+ DOWNLOAD_DIR=out/downloads
2992024-04-03T07:16:20.230Z+ DEST_DIR=./out/cockroachdb
3002024-04-03T07:16:20.230Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
3012024-04-03T07:16:20.231Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
3022024-04-03T07:16:20.231Z+ main
3032024-04-03T07:16:20.231Z+ [[ 0 != 0 ]]
3042024-04-03T07:16:20.231Z+ CIDL_OS=solaris2.11
3052024-04-03T07:16:20.231Z+ [[ 0 != 0 ]]
3062024-04-03T07:16:20.231Z+ configure_os solaris2.11
3072024-04-03T07:16:20.232Z+ echo 'current directory: /work/oxidecomputer/omicron'
3082024-04-03T07:16:20.232Z+ echo 'configuring based on OS: "solaris2.11"'
3092024-04-03T07:16:20.232Z+ case "$1" in
3102024-04-03T07:16:20.232Z+ CIDL_BUILD=illumos
3112024-04-03T07:16:20.232Z+ CIDL_SUFFIX=tar.gz
3122024-04-03T07:16:20.232Zcurrent directory: /work/oxidecomputer/omicron
3132024-04-03T07:16:20.232Zconfiguring based on OS: "solaris2.11"
3142024-04-03T07:16:20.233Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3152024-04-03T07:16:20.233Z+ CIDL_URL_BASE=https://illumos.org/downloads
3162024-04-03T07:16:20.233Z+ CIDL_ASSEMBLE=do_assemble_illumos
3172024-04-03T07:16:20.233Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3182024-04-03T07:16:20.233Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3192024-04-03T07:16:20.234Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3202024-04-03T07:16:20.234Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3212024-04-03T07:16:20.234Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3222024-04-03T07:16:20.234Z+ CIDL_SHA256FUNC=do_sha256sum
3232024-04-03T07:16:20.234Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3242024-04-03T07:16:20.234ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3252024-04-03T07:16:20.235Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3262024-04-03T07:16:20.235Z+ mkdir -p out/downloads
3272024-04-03T07:16:20.235ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3282024-04-03T07:16:20.247Z+ mkdir -p ./out/cockroachdb
3292024-04-03T07:16:20.247Z+ local DO_DOWNLOAD=true
3302024-04-03T07:16:20.247Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3312024-04-03T07:16:20.247Z+ '[' true == true ']'
3322024-04-03T07:16:20.247Z+ echo Downloading...
3332024-04-03T07:16:20.247ZDownloading...
3342024-04-03T07:16:20.247Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3352024-04-03T07:16:20.247Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3362024-04-03T07:16:30.720Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3372024-04-03T07:16:30.872Z++ sha256sum
3382024-04-03T07:16:30.872Z++ awk '{print $1}'
3392024-04-03T07:16:30.872Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3402024-04-03T07:16:30.872Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
3412024-04-03T07:16:30.872Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3422024-04-03T07:16:30.872Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3432024-04-03T07:16:31.022Z+ do_assemble_illumos
3442024-04-03T07:16:31.022Z+ rm -r ./out/cockroachdb
3452024-04-03T07:16:31.123Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3462024-04-03T07:16:31.345Z+ ./out/cockroachdb/bin/cockroach version
3472024-04-03T07:16:31.491ZBuild Tag: v22.1.9-dirty
3482024-04-03T07:16:31.492ZBuild Time: 2022/10/26 21:17:46
3492024-04-03T07:16:31.492ZDistribution: OSS
3502024-04-03T07:16:31.492ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3512024-04-03T07:16:31.492ZGo Version: go1.17.13
3522024-04-03T07:16:31.492ZC Compiler: gcc 10.3.0
3532024-04-03T07:16:31.492ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3542024-04-03T07:16:31.492ZBuild Type: release
3552024-04-03T07:16:31.507Z+ set -o errexit
3562024-04-03T07:16:31.507Z+++ dirname ./tools/ci_download_clickhouse
3572024-04-03T07:16:31.507Z++ cd ./tools
3582024-04-03T07:16:31.507Z++ pwd
3592024-04-03T07:16:31.507Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3602024-04-03T07:16:31.523Z++ basename ./tools/ci_download_clickhouse
3612024-04-03T07:16:31.523Z+ ARG0=ci_download_clickhouse
3622024-04-03T07:16:31.523Z+ TARGET_DIR=out
3632024-04-03T07:16:31.523Z+ DOWNLOAD_DIR=out/downloads
3642024-04-03T07:16:31.523Z+ DEST_DIR=./out/clickhouse
3652024-04-03T07:16:31.523Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3662024-04-03T07:16:31.524Z+ CIDL_VERSION=v23.8.7.24
3672024-04-03T07:16:31.524Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3682024-04-03T07:16:31.524Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3692024-04-03T07:16:31.524Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3702024-04-03T07:16:31.524Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3712024-04-03T07:16:31.524Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3722024-04-03T07:16:31.524Z+ main
3732024-04-03T07:16:31.524Z+ [[ 0 != 0 ]]
3742024-04-03T07:16:31.524Z+ CIDL_OS=solaris2.11
3752024-04-03T07:16:31.524Z+ [[ 0 != 0 ]]
3762024-04-03T07:16:31.525Z+ configure_os solaris2.11
3772024-04-03T07:16:31.525Z+ echo 'current directory: /work/oxidecomputer/omicron'
3782024-04-03T07:16:31.525Zcurrent directory: /work/oxidecomputer/omicron
3792024-04-03T07:16:31.525Z+ echo 'configuring based on OS: "solaris2.11"'
3802024-04-03T07:16:31.525Z+ CIDL_DASHREV=
3812024-04-03T07:16:31.525Z+ case "$1" in
3822024-04-03T07:16:31.525Zconfiguring based on OS: "solaris2.11"
3832024-04-03T07:16:31.525Z+ CIDL_PLATFORM=illumos
3842024-04-03T07:16:31.525Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3852024-04-03T07:16:31.526Z+ CIDL_MD5FUNC=do_md5sum
3862024-04-03T07:16:31.526Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3872024-04-03T07:16:31.526Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3882024-04-03T07:16:31.526Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3892024-04-03T07:16:31.526Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3902024-04-03T07:16:31.527Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3912024-04-03T07:16:31.527ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3922024-04-03T07:16:31.527ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3932024-04-03T07:16:31.527Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3942024-04-03T07:16:31.527Z+ mkdir -p out/downloads
3952024-04-03T07:16:31.527Z+ mkdir -p ./out/clickhouse
3962024-04-03T07:16:31.527Z+ local DO_DOWNLOAD=true
3972024-04-03T07:16:31.527Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3982024-04-03T07:16:31.527Z+ '[' true == true ']'
3992024-04-03T07:16:31.527Z+ echo Downloading...
4002024-04-03T07:16:31.527ZDownloading...
4012024-04-03T07:16:31.527Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
4022024-04-03T07:16:31.527Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
4032024-04-03T07:16:33.109Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
4042024-04-03T07:16:33.116Z++ md5sum
4052024-04-03T07:16:33.116Z++ awk '{print $1}'
4062024-04-03T07:16:33.332Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
4072024-04-03T07:16:33.332Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
4082024-04-03T07:16:33.332Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
4092024-04-03T07:16:33.344Z+ mkdir -p ./out/clickhouse
4102024-04-03T07:16:33.344Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
4112024-04-03T07:16:37.203Z+ [[ solaris2.11 == darwin* ]]
4122024-04-03T07:16:37.204Z+ ./out/clickhouse/clickhouse server --version
4132024-04-03T07:16:37.647ZClickHouse server version 23.8.7.1.
4142024-04-03T07:16:37.934Z+ set -o errexit
4152024-04-03T07:16:37.934Z+++ dirname ./tools/ci_download_console
4162024-04-03T07:16:37.935Z++ cd ./tools
4172024-04-03T07:16:37.935Z++ pwd
4182024-04-03T07:16:37.935Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4192024-04-03T07:16:37.935Z++ basename ./tools/ci_download_console
4202024-04-03T07:16:37.935Z+ ARG0=ci_download_console
4212024-04-03T07:16:37.935Z+ TARGET_DIR=out
4222024-04-03T07:16:37.936Z+ DOWNLOAD_DIR=out/downloads
4232024-04-03T07:16:37.936Z+ DEST_DIR=./out/console-assets
4242024-04-03T07:16:37.936Z+ source /work/oxidecomputer/omicron/tools/console_version
4252024-04-03T07:16:37.936Z++ COMMIT=156c082cdb21231ab95ef7475de199ecb7a96dc3
4262024-04-03T07:16:37.936Z++ SHA2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b
4272024-04-03T07:16:37.936Z+ URL=https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
4282024-04-03T07:16:37.936Z+ TARBALL_FILE=out/downloads/console.tar.gz
4292024-04-03T07:16:37.937Z+ main
4302024-04-03T07:16:37.937Z+ [[ 0 != 0 ]]
4312024-04-03T07:16:37.937Z+ echo 'URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz'
4322024-04-03T07:16:37.937Z+ echo 'Local file: out/downloads/console.tar.gz'
4332024-04-03T07:16:37.938ZURL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
4342024-04-03T07:16:37.938ZLocal file: out/downloads/console.tar.gz
4352024-04-03T07:16:37.938Z+ local DO_DOWNLOAD=true
4362024-04-03T07:16:37.938Z+ [[ -f out/downloads/console.tar.gz ]]
4372024-04-03T07:16:37.938Z+ mkdir -p out/downloads
4382024-04-03T07:16:37.938Z+ '[' true == true ']'
4392024-04-03T07:16:37.938Z+ echo Downloading...
4402024-04-03T07:16:37.938ZDownloading...
4412024-04-03T07:16:37.939Z+ do_download_curl https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz out/downloads/console.tar.gz
4422024-04-03T07:16:37.939Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
4432024-04-03T07:16:43.357Z++ do_sha256sum out/downloads/console.tar.gz
4442024-04-03T07:16:43.486Z++ case "$OSTYPE" in
4452024-04-03T07:16:43.486Z++ SHA=sha256sum
4462024-04-03T07:16:43.493Z++ sha256sum
4472024-04-03T07:16:43.493Z++ awk '{print $1}'
4482024-04-03T07:16:43.493Z+ calculated_sha2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b
4492024-04-03T07:16:43.493Z+ [[ bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b != \b\f\7\6\8\0\0\8\b\6\9\5\8\e\1\9\b\8\d\8\c\e\f\2\5\7\1\0\b\4\f\f\6\4\e\e\f\1\e\5\9\b\b\3\b\e\d\b\2\7\b\b\6\b\f\3\3\4\5\9\a\7\8\b ]]
4502024-04-03T07:16:43.493Z+ rm -rf ./out/console-assets
4512024-04-03T07:16:43.494Z+ mkdir -p ./out/console-assets
4522024-04-03T07:16:43.494Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4532024-04-03T07:16:43.494Z+ mkdir -p ./out/console-assets
4542024-04-03T07:16:43.494Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4552024-04-03T07:16:43.494Z+ set -o errexit
4562024-04-03T07:16:43.494Z+++ dirname ./tools/ci_download_maghemite_openapi
4572024-04-03T07:16:43.494Z++ cd ./tools
4582024-04-03T07:16:43.494Z++ pwd
4592024-04-03T07:16:43.494Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4602024-04-03T07:16:43.494Z++ basename ./tools/ci_download_maghemite_openapi
4612024-04-03T07:16:43.495Z+ ARG0=ci_download_maghemite_openapi
4622024-04-03T07:16:43.495Z+ TARGET_DIR=out
4632024-04-03T07:16:43.495Z+ DOWNLOAD_DIR=out/downloads
4642024-04-03T07:16:43.495Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4652024-04-03T07:16:43.495Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4662024-04-03T07:16:43.495Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4672024-04-03T07:16:43.495Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4682024-04-03T07:16:43.495Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4692024-04-03T07:16:43.495Z+ main
4702024-04-03T07:16:43.495Z+ rm -rf out/downloads/root
4712024-04-03T07:16:43.496Z+ [[ 0 != 0 ]]
4722024-04-03T07:16:43.496Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4732024-04-03T07:16:43.496ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4742024-04-03T07:16:43.496Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4752024-04-03T07:16:43.496Z+ local DO_DOWNLOAD=true
4762024-04-03T07:16:43.496ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4772024-04-03T07:16:43.496Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4782024-04-03T07:16:43.496Z+ mkdir -p out/downloads
4792024-04-03T07:16:43.496Z+ '[' true == true ']'
4802024-04-03T07:16:43.496Z+ echo Downloading...
4812024-04-03T07:16:43.496ZDownloading...
4822024-04-03T07:16:43.497Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4832024-04-03T07:16:43.497Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4842024-04-03T07:16:43.942Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4852024-04-03T07:16:43.942Z++ case "$OSTYPE" in
4862024-04-03T07:16:43.969Z++ SHA=sha256sum
4872024-04-03T07:16:43.969Z++ sha256sum
4882024-04-03T07:16:43.970Z++ awk '{print $1}'
4892024-04-03T07:16:43.970Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4902024-04-03T07:16:43.970Z+ [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]]
4912024-04-03T07:16:43.970Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4922024-04-03T07:16:43.970Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4932024-04-03T07:16:43.971Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4942024-04-03T07:16:43.971Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4952024-04-03T07:16:43.971Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4962024-04-03T07:16:43.971Z+ main
4972024-04-03T07:16:43.971Z+ rm -rf out/downloads/root
4982024-04-03T07:16:43.971Z+ [[ 0 != 0 ]]
4992024-04-03T07:16:43.971Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
5002024-04-03T07:16:43.971ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
5012024-04-03T07:16:43.971Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
5022024-04-03T07:16:43.972ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
5032024-04-03T07:16:43.972Z+ local DO_DOWNLOAD=true
5042024-04-03T07:16:43.972Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
5052024-04-03T07:16:43.973Z+ mkdir -p out/downloads
5062024-04-03T07:16:43.973Z+ '[' true == true ']'
5072024-04-03T07:16:43.973Z+ echo Downloading...
5082024-04-03T07:16:43.974ZDownloading...
5092024-04-03T07:16:43.974Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
5102024-04-03T07:16:43.974Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
5112024-04-03T07:16:44.081Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
5122024-04-03T07:16:44.087Z++ case "$OSTYPE" in
5132024-04-03T07:16:44.087Z++ SHA=sha256sum
5142024-04-03T07:16:44.087Z++ sha256sum
5152024-04-03T07:16:44.087Z++ awk '{print $1}'
5162024-04-03T07:16:44.087Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5172024-04-03T07:16:44.087Z+ [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]]
5182024-04-03T07:16:44.087Z+ set -o errexit
5192024-04-03T07:16:44.087Z+++ dirname ./tools/ci_download_dendrite_openapi
5202024-04-03T07:16:44.087Z++ cd ./tools
5212024-04-03T07:16:44.087Z++ pwd
5222024-04-03T07:16:44.088Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5232024-04-03T07:16:44.088Z++ basename ./tools/ci_download_dendrite_openapi
5242024-04-03T07:16:44.088Z+ ARG0=ci_download_dendrite_openapi
5252024-04-03T07:16:44.088Z+ TARGET_DIR=out
5262024-04-03T07:16:44.088Z+ DOWNLOAD_DIR=out/downloads
5272024-04-03T07:16:44.088Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5282024-04-03T07:16:44.088Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5292024-04-03T07:16:44.088Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5302024-04-03T07:16:44.088Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5312024-04-03T07:16:44.088Z+ LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5322024-04-03T07:16:44.088Z+ main
5332024-04-03T07:16:44.088Z+ [[ 0 != 0 ]]
5342024-04-03T07:16:44.088Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json'
5352024-04-03T07:16:44.088ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5362024-04-03T07:16:44.088Z+ echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json'
5372024-04-03T07:16:44.088ZLocal file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5382024-04-03T07:16:44.089Z+ local DO_DOWNLOAD=true
5392024-04-03T07:16:44.089Z+ [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]]
5402024-04-03T07:16:44.089Z+ mkdir -p out/downloads
5412024-04-03T07:16:44.089Z+ '[' true == true ']'
5422024-04-03T07:16:44.089Z+ echo Downloading...
5432024-04-03T07:16:44.089ZDownloading...
5442024-04-03T07:16:44.089Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5452024-04-03T07:16:44.089Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5462024-04-03T07:16:44.237Z++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5472024-04-03T07:16:44.237Z++ case "$OSTYPE" in
5482024-04-03T07:16:44.242Z++ SHA=sha256sum
5492024-04-03T07:16:44.242Z++ sha256sum
5502024-04-03T07:16:44.242Z++ awk '{print $1}'
5512024-04-03T07:16:44.242Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5522024-04-03T07:16:44.243Z+ [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]]
5532024-04-03T07:16:44.259Z+ set -o errexit
5542024-04-03T07:16:44.259Z+++ dirname ./tools/ci_download_dendrite_stub
5552024-04-03T07:16:44.259Z++ cd ./tools
5562024-04-03T07:16:44.259Z++ pwd
5572024-04-03T07:16:44.269Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5582024-04-03T07:16:44.269Z++ basename ./tools/ci_download_dendrite_stub
5592024-04-03T07:16:44.269Z+ ARG0=ci_download_dendrite_stub
5602024-04-03T07:16:44.269Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5612024-04-03T07:16:44.269Z++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5622024-04-03T07:16:44.270Z++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a
5632024-04-03T07:16:44.270Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5642024-04-03T07:16:44.270Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5652024-04-03T07:16:44.270Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5662024-04-03T07:16:44.270Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5672024-04-03T07:16:44.270Z+ TARGET_DIR=out
5682024-04-03T07:16:44.270Z+ DOWNLOAD_DIR=out/downloads
5692024-04-03T07:16:44.270Z+ DEST_DIR=./out/dendrite-stub
5702024-04-03T07:16:44.270Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5712024-04-03T07:16:44.270Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5722024-04-03T07:16:44.270Z+ REPO=oxidecomputer/dendrite
5732024-04-03T07:16:44.270Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690
5742024-04-03T07:16:44.270Z+ main
5752024-04-03T07:16:44.270Z+ [[ 0 != 0 ]]
5762024-04-03T07:16:44.270Z+ CIDL_OS=solaris2.11
5772024-04-03T07:16:44.271Z+ [[ 0 != 0 ]]
5782024-04-03T07:16:44.271Z+ configure_os solaris2.11
5792024-04-03T07:16:44.271Z+ echo 'current directory: /work/oxidecomputer/omicron'
5802024-04-03T07:16:44.271Zcurrent directory: /work/oxidecomputer/omicron
5812024-04-03T07:16:44.271Z+ echo 'configuring based on OS: "solaris2.11"'
5822024-04-03T07:16:44.271Z+ case "$1" in
5832024-04-03T07:16:44.271Zconfiguring based on OS: "solaris2.11"
5842024-04-03T07:16:44.271Z+ SET_BINARIES=
5852024-04-03T07:16:44.271Z+ CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5862024-04-03T07:16:44.271Z+ CIDL_SHA256FUNC=do_sha256sum
5872024-04-03T07:16:44.271Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5882024-04-03T07:16:44.271Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5892024-04-03T07:16:44.271Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5902024-04-03T07:16:44.271Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz'
5912024-04-03T07:16:44.271ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5922024-04-03T07:16:44.272Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5932024-04-03T07:16:44.272ZLocal file: out/downloads/dendrite-stub.tar.gz
5942024-04-03T07:16:44.272Z+ mkdir -p out/downloads
5952024-04-03T07:16:44.272Z+ mkdir -p ./out/dendrite-stub
5962024-04-03T07:16:44.272Z+ fetch_and_verify
5972024-04-03T07:16:44.272Z+ local DO_DOWNLOAD=true
5982024-04-03T07:16:44.272Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5992024-04-03T07:16:44.272Z+ '[' true == true ']'
6002024-04-03T07:16:44.272Z+ echo Downloading...
6012024-04-03T07:16:44.272ZDownloading...
6022024-04-03T07:16:44.272Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
6032024-04-03T07:16:44.272Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
6042024-04-03T07:16:57.098Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
6052024-04-03T07:16:57.102Z++ sha256sum
6062024-04-03T07:16:57.102Z++ awk '{print $1}'
6072024-04-03T07:16:57.126Z+ calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
6082024-04-03T07:16:57.551Z+ [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]]
6092024-04-03T07:16:57.551Z+ do_untar out/downloads/dendrite-stub.tar.gz
6102024-04-03T07:16:57.551Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
6112024-04-03T07:16:57.719Z+ do_assemble
6122024-04-03T07:16:57.719Z+ rm -r ./out/dendrite-stub
6132024-04-03T07:16:57.722Z+ mkdir ./out/dendrite-stub
6142024-04-03T07:16:57.727Z+ cp -r out/downloads/root ./out/dendrite-stub/root
6152024-04-03T07:16:57.805Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
6162024-04-03T07:16:57.822Z+ set -o errexit
6172024-04-03T07:16:57.838Z+++ dirname ./tools/ci_download_maghemite_mgd
6182024-04-03T07:16:57.838Z++ cd ./tools
6192024-04-03T07:16:57.838Z++ pwd
6202024-04-03T07:16:57.838Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6212024-04-03T07:16:57.838Z++ basename ./tools/ci_download_maghemite_mgd
6222024-04-03T07:16:57.839Z+ ARG0=ci_download_maghemite_mgd
6232024-04-03T07:16:57.839Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6242024-04-03T07:16:57.839Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6252024-04-03T07:16:57.839Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
6262024-04-03T07:16:57.839Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6272024-04-03T07:16:57.839Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
6282024-04-03T07:16:57.839Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
6292024-04-03T07:16:57.839Z+ TARGET_DIR=out
6302024-04-03T07:16:57.839Z+ DOWNLOAD_DIR=out/downloads
6312024-04-03T07:16:57.839Z+ DEST_DIR=./out/mgd
6322024-04-03T07:16:57.839Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6332024-04-03T07:16:57.839Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6342024-04-03T07:16:57.839Z+ REPO=oxidecomputer/maghemite
6352024-04-03T07:16:57.839Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6362024-04-03T07:16:57.839Z+ main
6372024-04-03T07:16:57.839Z+ rm -rf out/downloads/root
6382024-04-03T07:16:57.839Z+ [[ 0 != 0 ]]
6392024-04-03T07:16:57.840Z+ CIDL_OS=solaris2.11
6402024-04-03T07:16:57.840Z+ [[ 0 != 0 ]]
6412024-04-03T07:16:57.840Z+ configure_os solaris2.11
6422024-04-03T07:16:57.840Z+ echo 'current directory: /work/oxidecomputer/omicron'
6432024-04-03T07:16:57.840Zcurrent directory: /work/oxidecomputer/omicron
6442024-04-03T07:16:57.840Z+ echo 'configuring based on OS: "solaris2.11"'
6452024-04-03T07:16:57.840Z+ case "$1" in
6462024-04-03T07:16:57.840Zconfiguring based on OS: "solaris2.11"
6472024-04-03T07:16:57.840Z+ SET_BINARIES=
6482024-04-03T07:16:57.840Z+ CIDL_SHA256FUNC=do_sha256sum
6492024-04-03T07:16:57.840Z+ TARBALL_FILENAME=mgd.tar.gz
6502024-04-03T07:16:57.840Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6512024-04-03T07:16:57.840Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6522024-04-03T07:16:57.840Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6532024-04-03T07:16:57.840Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6542024-04-03T07:16:57.840ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6552024-04-03T07:16:57.840ZLocal file: out/downloads/mgd.tar.gz
6562024-04-03T07:16:57.840Z+ mkdir -p out/downloads
6572024-04-03T07:16:57.855Z+ mkdir -p ./out/mgd
6582024-04-03T07:16:57.855Z+ fetch_and_verify
6592024-04-03T07:16:57.855Z+ local DO_DOWNLOAD=true
6602024-04-03T07:16:57.856Z+ [[ -f out/downloads/mgd.tar.gz ]]
6612024-04-03T07:16:57.856Z+ '[' true == true ']'
6622024-04-03T07:16:57.856Z+ echo Downloading...
6632024-04-03T07:16:57.856ZDownloading...
6642024-04-03T07:16:57.856Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6652024-04-03T07:16:57.856Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6662024-04-03T07:17:08.021Z++ do_sha256sum out/downloads/mgd.tar.gz
6672024-04-03T07:17:08.033Z++ sha256sum
6682024-04-03T07:17:08.034Z++ awk '{print $1}'
6692024-04-03T07:17:08.068Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6702024-04-03T07:17:08.068Z+ [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]]
6712024-04-03T07:17:08.082Z+ do_untar out/downloads/mgd.tar.gz
6722024-04-03T07:17:08.082Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6732024-04-03T07:17:08.654Z+ do_assemble
6742024-04-03T07:17:08.654Z+ rm -r ./out/mgd
6752024-04-03T07:17:08.664Z+ mkdir ./out/mgd
6762024-04-03T07:17:08.664Z+ cp -r out/downloads/root ./out/mgd/root
6772024-04-03T07:17:08.719Z+ set -o errexit
6782024-04-03T07:17:08.727Z+++ dirname ./tools/ci_download_transceiver_control
6792024-04-03T07:17:08.728Z++ cd ./tools
6802024-04-03T07:17:08.728Z++ pwd
6812024-04-03T07:17:08.728Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6822024-04-03T07:17:08.759Z++ basename ./tools/ci_download_transceiver_control
6832024-04-03T07:17:08.759Z+ ARG0=ci_download_transceiver_control
6842024-04-03T07:17:08.759Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6852024-04-03T07:17:08.760Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6862024-04-03T07:17:08.760Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6872024-04-03T07:17:08.760Z+ TARGET_DIR=out
6882024-04-03T07:17:08.760Z+ DOWNLOAD_DIR=out/downloads
6892024-04-03T07:17:08.760Z+ DEST_DIR=./out/transceiver-control
6902024-04-03T07:17:08.760Z+ BIN_DIR=/opt/oxide/bin
6912024-04-03T07:17:08.761Z+ BINARY=xcvradm
6922024-04-03T07:17:08.761Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6932024-04-03T07:17:08.761Z+ REPO=oxidecomputer/transceiver-control
6942024-04-03T07:17:08.761Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6952024-04-03T07:17:08.761Z+ main
6962024-04-03T07:17:08.761Z+ [[ 0 != 0 ]]
6972024-04-03T07:17:08.761Z+ CIDL_OS=solaris2.11
6982024-04-03T07:17:08.761Z+ [[ 0 != 0 ]]
6992024-04-03T07:17:08.762Z+ configure_os solaris2.11
7002024-04-03T07:17:08.762Z+ echo 'current directory: /work/oxidecomputer/omicron'
7012024-04-03T07:17:08.762Zcurrent directory: /work/oxidecomputer/omicron
7022024-04-03T07:17:08.762Z+ echo 'configuring based on OS: "solaris2.11"'
7032024-04-03T07:17:08.763Z+ case "$1" in
7042024-04-03T07:17:08.763Zconfiguring based on OS: "solaris2.11"
7052024-04-03T07:17:08.763Z+ SET_BINARIES=
7062024-04-03T07:17:08.763Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7072024-04-03T07:17:08.763Z+ CIDL_SHA256FUNC=do_sha256sum
7082024-04-03T07:17:08.763Z+ ARCHIVE_FILENAME=xcvradm.gz
7092024-04-03T07:17:08.763Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7102024-04-03T07:17:08.763Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
7112024-04-03T07:17:08.763Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
7122024-04-03T07:17:08.764ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7132024-04-03T07:17:08.764Z+ echo 'Local file: out/downloads/xcvradm.gz'
7142024-04-03T07:17:08.764ZLocal file: out/downloads/xcvradm.gz
7152024-04-03T07:17:08.764Z+ mkdir -p out/downloads
7162024-04-03T07:17:08.765Z+ mkdir -p ./out/transceiver-control
7172024-04-03T07:17:08.765Z+ fetch_and_verify
7182024-04-03T07:17:08.765Z+ local DO_DOWNLOAD=true
7192024-04-03T07:17:08.765Z+ [[ -f out/downloads/xcvradm.gz ]]
7202024-04-03T07:17:08.765Z+ '[' true == true ']'
7212024-04-03T07:17:08.765Z+ echo Downloading...
7222024-04-03T07:17:08.765ZDownloading...
7232024-04-03T07:17:08.766Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7242024-04-03T07:17:08.766Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7252024-04-03T07:17:13.338Z++ do_sha256sum out/downloads/xcvradm.gz
7262024-04-03T07:17:13.355Z++ sha256sum
7272024-04-03T07:17:13.355Z++ awk '{print $1}'
7282024-04-03T07:17:13.355Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7292024-04-03T07:17:13.356Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
7302024-04-03T07:17:13.356Z+ do_unpack out/downloads/xcvradm.gz
7312024-04-03T07:17:13.356Z+ mkdir -p out/downloads/root//opt/oxide/bin
7322024-04-03T07:17:13.356Z+ gzip -dc out/downloads/xcvradm.gz
7332024-04-03T07:17:13.357Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7342024-04-03T07:17:13.357Z+ do_assemble
7352024-04-03T07:17:13.357Z+ rm -r ./out/transceiver-control
7362024-04-03T07:17:13.357Z+ mkdir ./out/transceiver-control
7372024-04-03T07:17:13.357Z+ cp -r out/downloads/root ./out/transceiver-control/root
7382024-04-03T07:17:13.358Z+ set -o errexit
7392024-04-03T07:17:13.358Z+++ dirname ./tools/ci_download_thundermuffin
7402024-04-03T07:17:13.358Z++ cd ./tools
7412024-04-03T07:17:13.358Z++ pwd
7422024-04-03T07:17:13.359Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7432024-04-03T07:17:13.359Z++ basename ./tools/ci_download_thundermuffin
7442024-04-03T07:17:13.359Z+ ARG0=ci_download_thundermuffin
7452024-04-03T07:17:13.359Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7462024-04-03T07:17:13.359Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7472024-04-03T07:17:13.359Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7482024-04-03T07:17:13.360Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7492024-04-03T07:17:13.360Z+ TARGET_DIR=out
7502024-04-03T07:17:13.360Z+ DOWNLOAD_DIR=out/downloads
7512024-04-03T07:17:13.360Z+ DEST_DIR=./out/thundermuffin
7522024-04-03T07:17:13.361Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7532024-04-03T07:17:13.361Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7542024-04-03T07:17:13.361Z+ REPO=oxidecomputer/thundermuffin
7552024-04-03T07:17:13.361Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7562024-04-03T07:17:13.361Z+ main
7572024-04-03T07:17:13.361Z+ rm -rf out/downloads/root
7582024-04-03T07:17:13.361Z+ [[ 0 != 0 ]]
7592024-04-03T07:17:13.361Z+ CIDL_OS=solaris2.11
7602024-04-03T07:17:13.361Z+ [[ 0 != 0 ]]
7612024-04-03T07:17:13.362Z+ configure_os solaris2.11
7622024-04-03T07:17:13.362Z+ echo 'current directory: /work/oxidecomputer/omicron'
7632024-04-03T07:17:13.362Zcurrent directory: /work/oxidecomputer/omicron
7642024-04-03T07:17:13.362Z+ echo 'configuring based on OS: "solaris2.11"'
7652024-04-03T07:17:13.362Zconfiguring based on OS: "solaris2.11"
7662024-04-03T07:17:13.362Z+ case "$1" in
7672024-04-03T07:17:13.363Z+ SET_BINARIES=
7682024-04-03T07:17:13.363Z+ CIDL_SHA256FUNC=do_sha256sum
7692024-04-03T07:17:13.363Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7702024-04-03T07:17:13.363Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7712024-04-03T07:17:13.363Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7722024-04-03T07:17:13.364Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7732024-04-03T07:17:13.364ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7742024-04-03T07:17:13.364ZLocal file: out/downloads/thundermuffin.tar.gz
7752024-04-03T07:17:13.364Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7762024-04-03T07:17:13.364Z+ mkdir -p out/downloads
7772024-04-03T07:17:13.364Z+ mkdir -p ./out/thundermuffin
7782024-04-03T07:17:13.365Z+ fetch_and_verify
7792024-04-03T07:17:13.365Z+ local DO_DOWNLOAD=true
7802024-04-03T07:17:13.365Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7812024-04-03T07:17:13.365Z+ '[' true == true ']'
7822024-04-03T07:17:13.365Z+ echo Downloading...
7832024-04-03T07:17:13.365ZDownloading...
7842024-04-03T07:17:13.365Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7852024-04-03T07:17:13.365Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7862024-04-03T07:17:13.465Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7872024-04-03T07:17:13.487Z++ sha256sum
7882024-04-03T07:17:13.487Z++ awk '{print $1}'
7892024-04-03T07:17:13.488Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7902024-04-03T07:17:13.488Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
7912024-04-03T07:17:13.488Z+ do_untar out/downloads/thundermuffin.tar.gz
7922024-04-03T07:17:13.488Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7932024-04-03T07:17:13.535Z+ do_assemble
7942024-04-03T07:17:13.535Z+ rm -r ./out/thundermuffin
7952024-04-03T07:17:13.540Z+ mkdir ./out/thundermuffin
7962024-04-03T07:17:13.540Z+ cp -r out/downloads/root ./out/thundermuffin/root
7972024-04-03T07:17:13.574ZAll builder prerequisites installed successfully, and PATH looks valid
7982024-04-03T07:17:13.584Z
7992024-04-03T07:17:13.584Zreal 2:18.277384132
8002024-04-03T07:17:13.584Zuser 36.336632298
8012024-04-03T07:17:13.584Zsys 6.632993529
8022024-04-03T07:17:13.584Ztrap 0.007687348
8032024-04-03T07:17:13.584Ztflt 0.331657889
8042024-04-03T07:17:13.584Zdflt 0.461282278
8052024-04-03T07:17:13.585Zkflt 0.130454026
8062024-04-03T07:17:13.585Zlock 0.995092973
8072024-04-03T07:17:13.585Zslp 4:52.551999922
8082024-04-03T07:17:13.585Zlat 2.077073887
8092024-04-03T07:17:13.585Zstop 0.110414638
8102024-04-03T07:17:13.585Z
8112024-04-03T07:17:13.585Z ##### # # # # #####
8122024-04-03T07:17:13.585Z # # # # # # # #
8132024-04-03T07:17:13.585Z ##### # # # # # #
8142024-04-03T07:17:13.585Z # # # # # # # #
8152024-04-03T07:17:13.585Z # # # # # # # #
8162024-04-03T07:17:13.585Z ##### #### # ###### #####
8172024-04-03T07:17:13.585Z
8182024-04-03T07:17:13.787Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
8192024-04-03T07:17:14.588Z Updating git repository `https://github.com/oxidecomputer/samael`
8202024-04-03T07:17:15.450Z Updating git repository `https://github.com/oxidecomputer/zone`
8212024-04-03T07:17:16.187Z Updating crates.io index
8222024-04-03T07:17:16.274Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8232024-04-03T07:17:18.411Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8242024-04-03T07:17:19.896Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8252024-04-03T07:17:29.340Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8262024-04-03T07:17:29.521Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8272024-04-03T07:17:29.521Z Updating git repository `https://github.com/oxidecomputer/propolis`
8282024-04-03T07:17:30.244Z Updating git repository `https://github.com/oxidecomputer/crucible`
8292024-04-03T07:17:35.690Z Updating git repository `https://github.com/oxidecomputer/opte`
8302024-04-03T07:17:39.006Z Updating git repository `https://github.com/oxidecomputer/falcon`
8312024-04-03T07:17:41.082Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8322024-04-03T07:17:41.931Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8332024-04-03T07:17:43.235Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8342024-04-03T07:17:43.908Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8352024-04-03T07:17:47.013Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8362024-04-03T07:17:47.013Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8372024-04-03T07:17:47.013Z Updating git repository `http://github.com/oxidecomputer/tofino`
8382024-04-03T07:17:47.103Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8392024-04-03T07:17:47.771Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8402024-04-03T07:17:48.824Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8412024-04-03T07:17:49.150Z Updating git repository `https://github.com/oxidecomputer/ispf`
8422024-04-03T07:17:50.079Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8432024-04-03T07:17:50.378Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8442024-04-03T07:17:52.227Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8452024-04-03T07:17:53.103Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8462024-04-03T07:18:01.868Z Updating git repository `https://github.com/jgallagher/nix`
8472024-04-03T07:18:02.735Z Updating git repository `https://github.com/cbiffle/hubpack`
8482024-04-03T07:18:02.735Z Updating git repository `https://github.com/oxidecomputer/typify`
8492024-04-03T07:18:02.735Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8502024-04-03T07:18:02.990Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8512024-04-03T07:18:03.239Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8522024-04-03T07:18:04.803Z Updating git repository `https://github.com/oxidecomputer/rfb`
8532024-04-03T07:18:13.478Z Downloading crates ...
8542024-04-03T07:18:13.555Z Downloaded allocator-api2 v0.2.16
8552024-04-03T07:18:13.555Z Downloaded aead v0.5.2
8562024-04-03T07:18:13.555Z Downloaded anyhow v1.0.79
8572024-04-03T07:18:13.555Z Downloaded assert_matches v1.5.0
8582024-04-03T07:18:13.555Z Downloaded foreign-types-shared v0.1.1
8592024-04-03T07:18:13.555Z Downloaded foreign-types-shared v0.3.1
8602024-04-03T07:18:13.555Z Downloaded anstyle-query v1.0.0
8612024-04-03T07:18:13.555Z Downloaded anes v0.1.6
8622024-04-03T07:18:13.555Z Downloaded const_format_proc_macros v0.2.32
8632024-04-03T07:18:13.556Z Downloaded fs-err v2.11.0
8642024-04-03T07:18:13.556Z Downloaded fragile v2.0.0
8652024-04-03T07:18:13.556Z Downloaded ascii-canvas v3.0.0
8662024-04-03T07:18:13.556Z Downloaded ascii v1.1.0
8672024-04-03T07:18:13.556Z Downloaded arrayvec v0.7.4
8682024-04-03T07:18:13.556Z Downloaded futures-executor v0.3.30
8692024-04-03T07:18:13.556Z Downloaded futures-io v0.3.30
8702024-04-03T07:18:13.556Z Downloaded fxhash v0.2.1
8712024-04-03T07:18:13.556Z Downloaded futures-channel v0.3.30
8722024-04-03T07:18:13.556Z Downloaded getopts v0.2.21
8732024-04-03T07:18:13.556Z Downloaded assert_cmd v2.0.14
8742024-04-03T07:18:13.556Z Downloaded ahash v0.8.8
8752024-04-03T07:18:13.556Z Downloaded group v0.13.0
8762024-04-03T07:18:13.556Z Downloaded bitstruct_derive v0.1.0
8772024-04-03T07:18:13.556Z Downloaded atty v0.2.14
8782024-04-03T07:18:13.556Z Downloaded arc-swap v1.6.0
8792024-04-03T07:18:13.556Z Downloaded ciborium-io v0.2.2
8802024-04-03T07:18:13.556Z Downloaded bitstruct v0.1.1
8812024-04-03T07:18:13.557Z Downloaded gethostname v0.4.3
8822024-04-03T07:18:13.557Z Downloaded async-stream-impl v0.3.5
8832024-04-03T07:18:13.557Z Downloaded atomicwrites v0.4.3
8842024-04-03T07:18:13.557Z Downloaded addr2line v0.21.0
8852024-04-03T07:18:13.557Z Downloaded guppy v0.17.5
8862024-04-03T07:18:13.557Z Downloaded http v0.2.12
8872024-04-03T07:18:13.557Z Downloaded hash32 v0.2.1
8882024-04-03T07:18:13.557Z Downloaded bcrypt-pbkdf v0.10.0
8892024-04-03T07:18:13.557Z Downloaded h2 v0.3.24
8902024-04-03T07:18:13.557Z Downloaded heck v0.4.1
8912024-04-03T07:18:13.557Z Downloaded headers-core v0.2.0
8922024-04-03T07:18:13.557Z Downloaded hash32 v0.3.1
8932024-04-03T07:18:13.557Z Downloaded guppy-workspace-hack v0.1.0
8942024-04-03T07:18:13.557Z Downloaded getrandom v0.1.16
8952024-04-03T07:18:13.557Z Downloaded bit-set v0.5.3
8962024-04-03T07:18:13.557Z Downloaded colorchoice v1.0.0
8972024-04-03T07:18:13.557Z Downloaded cargo_metadata v0.18.1
8982024-04-03T07:18:13.558Z Downloaded bb8 v0.8.3
8992024-04-03T07:18:13.558Z Downloaded autocfg v1.1.0
9002024-04-03T07:18:13.558Z Downloaded async-stream v0.3.5
9012024-04-03T07:18:13.558Z Downloaded ident_case v1.0.1
9022024-04-03T07:18:13.558Z Downloaded bytecount v0.6.3
9032024-04-03T07:18:13.558Z Downloaded http-range v0.1.5
9042024-04-03T07:18:13.558Z Downloaded ghash v0.5.0
9052024-04-03T07:18:13.558Z Downloaded bit-vec v0.6.3
9062024-04-03T07:18:13.558Z Downloaded base16ct v0.2.0
9072024-04-03T07:18:13.558Z Downloaded async-recursion v1.0.5
9082024-04-03T07:18:13.558Z Downloaded predicates-core v1.0.6
9092024-04-03T07:18:13.558Z Downloaded precomputed-hash v0.1.1
9102024-04-03T07:18:13.558Z Downloaded globset v0.4.13
9112024-04-03T07:18:13.558Z Downloaded hubpack_derive v0.1.1
9122024-04-03T07:18:13.558Z Downloaded http-body v1.0.0
9132024-04-03T07:18:13.558Z Downloaded cipher v0.4.4
9142024-04-03T07:18:13.558Z Downloaded castaway v0.2.2
9152024-04-03T07:18:13.558Z Downloaded chacha20 v0.9.1
9162024-04-03T07:18:13.559Z Downloaded block-buffer v0.10.4
9172024-04-03T07:18:13.559Z Downloaded cast v0.3.0
9182024-04-03T07:18:13.559Z Downloaded byteorder v1.5.0
9192024-04-03T07:18:13.559Z Downloaded bitfield v0.14.0
9202024-04-03T07:18:13.559Z Downloaded atomic-waker v1.1.1
9212024-04-03T07:18:13.559Z Downloaded glob v0.3.1
9222024-04-03T07:18:13.559Z Downloaded futures-core v0.3.30
9232024-04-03T07:18:13.559Z Downloaded funty v2.0.0
9242024-04-03T07:18:13.559Z Downloaded hostname v0.3.1
9252024-04-03T07:18:13.559Z Downloaded generic-array v0.14.7
9262024-04-03T07:18:13.559Z Downloaded futures-task v0.3.30
9272024-04-03T07:18:13.559Z Downloaded futures-sink v0.3.30
9282024-04-03T07:18:13.559Z Downloaded cassowary v0.3.0
9292024-04-03T07:18:13.559Z Downloaded ciborium-ll v0.2.2
9302024-04-03T07:18:13.559Z Downloaded home v0.5.5
9312024-04-03T07:18:13.559Z Downloaded lalrpop-util v0.19.12
9322024-04-03T07:18:13.559Z Downloaded cfg-if v1.0.0
9332024-04-03T07:18:13.559Z Downloaded instant v0.1.12
9342024-04-03T07:18:13.560Z Downloaded blowfish v0.9.1
9352024-04-03T07:18:13.560Z Downloaded cargo-platform v0.1.3
9362024-04-03T07:18:13.560Z Downloaded block-padding v0.3.3
9372024-04-03T07:18:13.560Z Downloaded bitflags v1.3.2
9382024-04-03T07:18:13.560Z Downloaded cobs v0.2.3
9392024-04-03T07:18:13.560Z Downloaded buf-list v1.0.3
9402024-04-03T07:18:13.560Z Downloaded colored v2.1.0
9412024-04-03T07:18:13.560Z Downloaded cexpr v0.6.0
9422024-04-03T07:18:13.560Z Downloaded base64ct v1.6.0
9432024-04-03T07:18:13.560Z Downloaded httpdate v1.0.3
9442024-04-03T07:18:13.560Z Downloaded cbc v0.1.2
9452024-04-03T07:18:13.560Z Downloaded impl-trait-for-tuples v0.2.2
9462024-04-03T07:18:13.560Z Downloaded phf v0.11.2
9472024-04-03T07:18:13.560Z Downloaded indoc v1.0.9
9482024-04-03T07:18:13.560Z Downloaded is-terminal v0.4.9
9492024-04-03T07:18:13.560Z Downloaded plain v0.2.3
9502024-04-03T07:18:13.561Z Downloaded predicates v3.1.0
9512024-04-03T07:18:13.561Z Downloaded lazy_static v1.4.0
9522024-04-03T07:18:13.561Z Downloaded internet-checksum v0.2.1
9532024-04-03T07:18:13.561Z Downloaded backoff v0.4.0
9542024-04-03T07:18:13.654Z Downloaded hyper-tls v0.5.0
9552024-04-03T07:18:13.654Z Downloaded aes v0.8.3
9562024-04-03T07:18:13.654Z Downloaded ipnetwork v0.20.0
9572024-04-03T07:18:13.654Z Downloaded same-file v1.0.6
9582024-04-03T07:18:13.654Z Downloaded usdt-macro v0.5.0
9592024-04-03T07:18:13.654Z Downloaded rfc6979 v0.4.0
9602024-04-03T07:18:13.654Z Downloaded getrandom v0.2.12
9612024-04-03T07:18:13.655Z Downloaded iana-time-zone v0.1.57
9622024-04-03T07:18:13.655Z Downloaded lazycell v1.3.0
9632024-04-03T07:18:13.655Z Downloaded kstat-rs v0.2.3
9642024-04-03T07:18:13.655Z Downloaded cancel-safe-futures v0.1.5
9652024-04-03T07:18:13.655Z Downloaded slog-bunyan v2.5.0
9662024-04-03T07:18:13.655Z Downloaded httparse v1.8.0
9672024-04-03T07:18:13.655Z Downloaded waitgroup v0.1.2
9682024-04-03T07:18:13.655Z Downloaded libefi-sys v0.1.0
9692024-04-03T07:18:13.655Z Downloaded half v2.3.1
9702024-04-03T07:18:13.655Z Downloaded darling_macro v0.20.3
9712024-04-03T07:18:13.655Z Downloaded sqlformat v0.2.3
9722024-04-03T07:18:13.655Z Downloaded diesel_table_macro_syntax v0.1.0
9732024-04-03T07:18:13.655Z Downloaded httptest v0.15.5
9742024-04-03T07:18:13.655Z Downloaded quote v1.0.35
9752024-04-03T07:18:13.655Z Downloaded tokio-macros v2.2.0
9762024-04-03T07:18:13.655Z Downloaded termcolor v1.2.0
9772024-04-03T07:18:13.655Z Downloaded tempdir v0.3.7
9782024-04-03T07:18:13.656Z Downloaded ipnet v2.9.0
9792024-04-03T07:18:13.656Z Downloaded target-spec v3.1.0
9802024-04-03T07:18:13.656Z Downloaded tabled_derive v0.7.0
9812024-04-03T07:18:13.656Z Downloaded hyper-rustls v0.24.2
9822024-04-03T07:18:13.656Z Downloaded hmac v0.12.1
9832024-04-03T07:18:13.656Z Downloaded resolv-conf v0.7.0
9842024-04-03T07:18:13.656Z Downloaded serde_derive_internals v0.26.0
9852024-04-03T07:18:13.656Z Downloaded strsim v0.11.0
9862024-04-03T07:18:13.656Z Downloaded slog-dtrace v0.3.0
9872024-04-03T07:18:13.656Z Downloaded aes-gcm v0.10.3
9882024-04-03T07:18:13.656Z Downloaded usdt-macro v0.3.5
9892024-04-03T07:18:13.656Z Downloaded toml_datetime v0.6.5
9902024-04-03T07:18:13.656Z Downloaded libloading v0.7.4
9912024-04-03T07:18:13.656Z Downloaded clap v4.5.1
9922024-04-03T07:18:13.656Z Downloaded bzip2 v0.4.4
9932024-04-03T07:18:13.656Z Downloaded crc v3.0.1
9942024-04-03T07:18:13.656Z Downloaded cpufeatures v0.2.12
9952024-04-03T07:18:13.656Z Downloaded utf-8 v0.7.6
9962024-04-03T07:18:13.657Z Downloaded untrusted v0.7.1
9972024-04-03T07:18:13.657Z Downloaded ctr v0.9.2
9982024-04-03T07:18:13.657Z Downloaded zeroize v1.7.0
9992024-04-03T07:18:13.657Z Downloaded difflib v0.4.0
10002024-04-03T07:18:13.657Z Downloaded clang-sys v1.6.1
10012024-04-03T07:18:13.657Z Downloaded portpicker v0.1.1
10022024-04-03T07:18:13.657Z Downloaded peg-runtime v0.8.2
10032024-04-03T07:18:13.657Z Downloaded compact_str v0.7.1
10042024-04-03T07:18:13.657Z Downloaded russh-cryptovec v0.7.0
10052024-04-03T07:18:13.657Z Downloaded base64 v0.21.7
10062024-04-03T07:18:13.657Z Downloaded term v0.7.0
10072024-04-03T07:18:13.657Z Downloaded hyper-rustls v0.26.0
10082024-04-03T07:18:13.657Z Downloaded tempfile v3.10.0
10092024-04-03T07:18:13.657Z Downloaded ena v0.14.2
10102024-04-03T07:18:13.657Z Downloaded float-cmp v0.9.0
10112024-04-03T07:18:13.657Z Downloaded target-lexicon v0.12.13
10122024-04-03T07:18:13.657Z Downloaded hyper-util v0.1.2
10132024-04-03T07:18:13.658Z Downloaded take_mut v0.2.2
10142024-04-03T07:18:13.658Z Downloaded strum v0.26.1
10152024-04-03T07:18:13.658Z Downloaded sqlparser_derive v0.2.2
10162024-04-03T07:18:13.658Z Downloaded sigpipe v0.1.3
10172024-04-03T07:18:13.658Z Downloaded memmap v0.7.0
10182024-04-03T07:18:13.658Z Downloaded multimap v0.10.0
10192024-04-03T07:18:13.658Z Downloaded fd-lock v4.0.2
10202024-04-03T07:18:13.658Z Downloaded slog-async v2.8.0
10212024-04-03T07:18:13.658Z Downloaded similar v2.4.0
10222024-04-03T07:18:13.658Z Downloaded spin v0.9.8
10232024-04-03T07:18:13.658Z Downloaded termtree v0.4.1
10242024-04-03T07:18:13.658Z Downloaded wyz v0.5.1
10252024-04-03T07:18:13.658Z Downloaded num_enum v0.5.11
10262024-04-03T07:18:13.658Z Downloaded try-lock v0.2.4
10272024-04-03T07:18:13.658Z Downloaded num v0.4.1
10282024-04-03T07:18:13.658Z Downloaded cookie_store v0.20.0
10292024-04-03T07:18:13.658Z Downloaded csv-core v0.1.11
10302024-04-03T07:18:13.658Z Downloaded structopt v0.3.26
10312024-04-03T07:18:13.659Z Downloaded zerocopy-derive v0.7.32
10322024-04-03T07:18:13.659Z Downloaded rtoolbox v0.0.1
10332024-04-03T07:18:13.659Z Downloaded dhcproto-macros v0.1.0
10342024-04-03T07:18:13.659Z Downloaded downcast v0.11.0
10352024-04-03T07:18:13.659Z Downloaded serde_repr v0.1.16
10362024-04-03T07:18:13.659Z Downloaded serde_arrays v0.1.0
10372024-04-03T07:18:13.659Z Downloaded pem v3.0.2
10382024-04-03T07:18:13.659Z Downloaded headers v0.3.9
10392024-04-03T07:18:13.659Z Downloaded equivalent v1.0.1
10402024-04-03T07:18:13.659Z Downloaded spin v0.5.2
10412024-04-03T07:18:13.659Z Downloaded terminal_size v0.3.0
10422024-04-03T07:18:13.659Z Downloaded tap v1.0.1
10432024-04-03T07:18:13.659Z Downloaded tabwriter v1.4.0
10442024-04-03T07:18:13.659Z Downloaded futures-util v0.3.30
10452024-04-03T07:18:13.659Z Downloaded peeking_take_while v0.1.2
10462024-04-03T07:18:13.660Z Downloaded whoami v1.5.0
10472024-04-03T07:18:13.660Z Downloaded libtest-mimic v0.6.1
10482024-04-03T07:18:13.660Z Downloaded platforms v3.0.2
10492024-04-03T07:18:13.660Z Downloaded strum_macros v0.24.3
10502024-04-03T07:18:13.660Z Downloaded cookie v0.18.0
10512024-04-03T07:18:13.660Z Downloaded proc-macro2 v1.0.78
10522024-04-03T07:18:13.660Z Downloaded indicatif v0.17.8
10532024-04-03T07:18:13.660Z Downloaded percent-encoding v2.3.1
10542024-04-03T07:18:13.689Z Downloaded foreign-types-macros v0.2.3
10552024-04-03T07:18:13.689Z Downloaded foreign-types v0.5.0
10562024-04-03T07:18:13.690Z Downloaded debug-ignore v1.0.5
10572024-04-03T07:18:13.690Z Downloaded rstest v0.18.2
10582024-04-03T07:18:13.690Z Downloaded vec_map v0.8.2
10592024-04-03T07:18:13.690Z Downloaded sct v0.7.0
10602024-04-03T07:18:13.690Z Downloaded ref-cast-impl v1.0.20
10612024-04-03T07:18:13.690Z Downloaded parking_lot_core v0.9.8
10622024-04-03T07:18:13.690Z Downloaded parking_lot v0.11.2
10632024-04-03T07:18:13.690Z Downloaded memoffset v0.7.1
10642024-04-03T07:18:13.690Z Downloaded diff v0.1.13
10652024-04-03T07:18:13.690Z Downloaded unsafe-libyaml v0.2.10
10662024-04-03T07:18:13.690Z Downloaded yansi v0.5.1
10672024-04-03T07:18:13.690Z Downloaded xattr v1.0.1
10682024-04-03T07:18:13.690Z Downloaded unicode-bidi v0.3.15
10692024-04-03T07:18:13.690Z Downloaded derive-where v1.2.7
10702024-04-03T07:18:13.690Z Downloaded peg v0.8.2
10712024-04-03T07:18:13.691Z Downloaded pbkdf2 v0.12.2
10722024-04-03T07:18:13.691Z Downloaded russh-keys v0.42.0
10732024-04-03T07:18:13.691Z Downloaded num-traits v0.2.18
10742024-04-03T07:18:13.691Z Downloaded heapless v0.8.0
10752024-04-03T07:18:13.691Z Downloaded radium v0.7.0
10762024-04-03T07:18:13.691Z Downloaded proc-macro-crate v1.3.1
10772024-04-03T07:18:13.691Z Downloaded signature v1.6.4
10782024-04-03T07:18:13.691Z Downloaded semver-parser v0.10.2
10792024-04-03T07:18:13.691Z Downloaded curve25519-dalek-derive v0.1.0
10802024-04-03T07:18:13.691Z Downloaded toml v0.8.12
10812024-04-03T07:18:13.691Z Downloaded serde_derive v1.0.197
10822024-04-03T07:18:13.691Z Downloaded ref-cast v1.0.20
10832024-04-03T07:18:13.691Z Downloaded endian-type v0.1.2
10842024-04-03T07:18:13.691Z Downloaded num-derive v0.4.0
10852024-04-03T07:18:13.691Z Downloaded nanorand v0.7.0
10862024-04-03T07:18:13.691Z Downloaded dtrace-parser v0.1.14
10872024-04-03T07:18:13.691Z Downloaded usdt-attr-macro v0.3.5
10882024-04-03T07:18:13.692Z Downloaded erased-serde v0.3.31
10892024-04-03T07:18:13.692Z Downloaded schemars v0.8.16
10902024-04-03T07:18:13.692Z Downloaded phf_shared v0.10.0
10912024-04-03T07:18:13.692Z Downloaded oso-derive v0.27.0
10922024-04-03T07:18:13.692Z Downloaded pest_derive v2.7.6
10932024-04-03T07:18:13.692Z Downloaded parking_lot_core v0.8.6
10942024-04-03T07:18:13.692Z Downloaded parking_lot v0.12.1
10952024-04-03T07:18:13.692Z Downloaded pem-rfc7468 v0.7.0
10962024-04-03T07:18:13.692Z Downloaded phf_shared v0.11.2
10972024-04-03T07:18:13.692Z Downloaded parse-size v1.0.0
10982024-04-03T07:18:13.692Z Downloaded num_threads v0.1.6
10992024-04-03T07:18:13.692Z Downloaded nodrop v0.1.14
11002024-04-03T07:18:13.692Z Downloaded p256 v0.13.2
11012024-04-03T07:18:13.692Z Downloaded rstest_macros v0.18.2
11022024-04-03T07:18:13.692Z Downloaded hashbrown v0.12.3
11032024-04-03T07:18:13.692Z Downloaded serde-big-array v0.5.1
11042024-04-03T07:18:13.692Z Downloaded dof v0.3.0
11052024-04-03T07:18:13.693Z Downloaded crypto-common v0.1.6
11062024-04-03T07:18:13.693Z Downloaded convert_case v0.4.0
11072024-04-03T07:18:13.693Z Downloaded flate2 v1.0.28
11082024-04-03T07:18:13.693Z Downloaded swrite v0.1.0
11092024-04-03T07:18:13.693Z Downloaded salty v0.2.0
11102024-04-03T07:18:13.693Z Downloaded maybe-uninit v2.0.0
11112024-04-03T07:18:13.693Z Downloaded hashbrown v0.13.2
11122024-04-03T07:18:13.693Z Downloaded vte_generate_state_changes v0.1.1
11132024-04-03T07:18:13.693Z Downloaded nibble_vec v0.1.0
11142024-04-03T07:18:13.693Z Downloaded fallible-iterator v0.2.0
11152024-04-03T07:18:13.693Z Downloaded usdt v0.5.0
11162024-04-03T07:18:13.693Z Downloaded vsss-rs v3.3.4
11172024-04-03T07:18:13.693Z Downloaded darling_core v0.14.4
11182024-04-03T07:18:13.693Z Downloaded tokio-rustls v0.24.1
11192024-04-03T07:18:13.693Z Downloaded mockall_derive v0.12.0
11202024-04-03T07:18:13.693Z Downloaded want v0.3.1
11212024-04-03T07:18:13.693Z Downloaded fastrand v2.0.1
11222024-04-03T07:18:13.693Z Downloaded parse-display v0.9.0
11232024-04-03T07:18:13.694Z Downloaded once_cell v1.19.0
11242024-04-03T07:18:13.694Z Downloaded trybuild v1.0.91
11252024-04-03T07:18:13.694Z Downloaded omicron-zone-package v0.11.0
11262024-04-03T07:18:13.694Z Downloaded pathdiff v0.2.1
11272024-04-03T07:18:13.694Z Downloaded serde-hex v0.1.0
11282024-04-03T07:18:13.694Z Downloaded rpassword v7.3.1
11292024-04-03T07:18:13.694Z Downloaded darling v0.14.4
11302024-04-03T07:18:13.694Z Downloaded fixedbitset v0.4.2
11312024-04-03T07:18:13.694Z Downloaded pretty-hex v0.2.1
11322024-04-03T07:18:13.694Z Downloaded relative-path v1.9.0
11332024-04-03T07:18:13.694Z Downloaded path-slash v0.1.5
11342024-04-03T07:18:13.694Z Downloaded new_debug_unreachable v1.0.4
11352024-04-03T07:18:13.694Z Downloaded scroll_derive v0.12.0
11362024-04-03T07:18:13.694Z Downloaded pretty-hex v0.4.1
11372024-04-03T07:18:13.694Z Downloaded slog-stdlog v4.1.1
11382024-04-03T07:18:13.694Z Downloaded snafu-derive v0.7.5
11392024-04-03T07:18:13.694Z Downloaded rcgen v0.12.1
11402024-04-03T07:18:13.695Z Downloaded supports-color v3.0.0
11412024-04-03T07:18:13.695Z Downloaded strum_macros v0.26.1
11422024-04-03T07:18:13.695Z Downloaded parse-display-derive v0.9.0
11432024-04-03T07:18:13.695Z Downloaded toml_edit v0.19.15
11442024-04-03T07:18:13.695Z Downloaded walkdir v2.4.0
11452024-04-03T07:18:13.695Z Downloaded static_assertions v1.1.0
11462024-04-03T07:18:13.695Z Downloaded stable_deref_trait v1.2.0
11472024-04-03T07:18:13.695Z Downloaded shlex v1.3.0
11482024-04-03T07:18:13.695Z Downloaded rusty-fork v0.3.0
11492024-04-03T07:18:13.695Z Downloaded papergrid v0.11.0
11502024-04-03T07:18:13.695Z Downloaded unicase v2.7.0
11512024-04-03T07:18:13.695Z Downloaded textwrap v0.11.0
11522024-04-03T07:18:13.695Z Downloaded darling_macro v0.14.4
11532024-04-03T07:18:13.695Z Downloaded dyn-clone v1.0.17
11542024-04-03T07:18:13.709Z Downloaded crossbeam-utils v0.8.19
11552024-04-03T07:18:13.710Z Downloaded darling v0.20.3
11562024-04-03T07:18:13.710Z Downloaded mime v0.3.17
11572024-04-03T07:18:13.710Z Downloaded cookie v0.17.0
11582024-04-03T07:18:13.710Z Downloaded zeroize_derive v1.4.2
11592024-04-03T07:18:13.710Z Downloaded newline-converter v0.3.0
11602024-04-03T07:18:13.710Z Downloaded flagset v0.4.3
11612024-04-03T07:18:13.711Z Downloaded tokio-util v0.7.10
11622024-04-03T07:18:13.711Z Downloaded foreign-types v0.3.2
11632024-04-03T07:18:13.711Z Downloaded siphasher v0.3.11
11642024-04-03T07:18:13.711Z Downloaded powerfmt v0.2.0
11652024-04-03T07:18:13.711Z Downloaded mime_guess v2.0.4
11662024-04-03T07:18:13.711Z Downloaded filetime v0.2.23
11672024-04-03T07:18:13.711Z Downloaded deranged v0.3.11
11682024-04-03T07:18:13.711Z Downloaded plotters-backend v0.3.5
11692024-04-03T07:18:13.711Z Downloaded stringprep v0.1.3
11702024-04-03T07:18:13.711Z Downloaded rand v0.8.5
11712024-04-03T07:18:13.711Z Downloaded itertools v0.10.5
11722024-04-03T07:18:13.711Z Downloaded data-encoding v2.4.0
11732024-04-03T07:18:13.711Z Downloaded expectorate v1.1.0
11742024-04-03T07:18:13.711Z Downloaded newtype-uuid v1.0.1
11752024-04-03T07:18:13.711Z Downloaded hashbrown v0.14.3
11762024-04-03T07:18:13.712Z Downloaded primeorder v0.13.6
11772024-04-03T07:18:13.712Z Downloaded usdt-attr-macro v0.5.0
11782024-04-03T07:18:13.712Z Downloaded der_derive v0.7.2
11792024-04-03T07:18:13.712Z Downloaded structmeta v0.2.0
11802024-04-03T07:18:13.712Z Downloaded strsim v0.10.0
11812024-04-03T07:18:13.712Z Downloaded strsim v0.8.0
11822024-04-03T07:18:13.712Z Downloaded datatest-stable v0.2.3
11832024-04-03T07:18:13.712Z Downloaded crossbeam-deque v0.8.3
11842024-04-03T07:18:13.712Z Downloaded dirs-sys-next v0.1.2
11852024-04-03T07:18:13.712Z Downloaded slab v0.4.9
11862024-04-03T07:18:13.712Z Downloaded secrecy v0.8.0
11872024-04-03T07:18:13.712Z Downloaded defmt-parser v0.3.3
11882024-04-03T07:18:13.712Z Downloaded defmt-macros v0.3.6
11892024-04-03T07:18:13.713Z Downloaded native-tls v0.2.11
11902024-04-03T07:18:13.713Z Downloaded trust-dns-server v0.22.1
11912024-04-03T07:18:13.713Z Downloaded plotters-svg v0.3.5
11922024-04-03T07:18:13.713Z Downloaded lru v0.12.1
11932024-04-03T07:18:13.713Z Downloaded packed_struct v0.10.1
11942024-04-03T07:18:13.713Z Downloaded matches v0.1.10
11952024-04-03T07:18:13.713Z Downloaded match_cfg v0.1.0
11962024-04-03T07:18:13.713Z Downloaded packed_struct_codegen v0.10.1
11972024-04-03T07:18:13.713Z Downloaded slog-term v2.9.0
11982024-04-03T07:18:13.713Z Downloaded blake3 v1.5.0
11992024-04-03T07:18:13.713Z Downloaded openssl-macros v0.1.1
12002024-04-03T07:18:13.713Z Downloaded unicode_categories v0.1.1
12012024-04-03T07:18:13.713Z Downloaded time-core v0.1.2
12022024-04-03T07:18:13.713Z Downloaded snafu v0.7.5
12032024-04-03T07:18:13.713Z Downloaded structmeta v0.3.0
12042024-04-03T07:18:13.713Z Downloaded string_cache v0.8.7
12052024-04-03T07:18:13.714Z Downloaded num-complex v0.4.4
12062024-04-03T07:18:13.714Z Downloaded russh v0.42.0
12072024-04-03T07:18:13.714Z Downloaded topological-sort v0.2.2
12082024-04-03T07:18:13.714Z Downloaded strum v0.25.0
12092024-04-03T07:18:13.714Z Downloaded crucible-workspace-hack v0.1.0
12102024-04-03T07:18:13.714Z Downloaded zone_cfg_derive v0.1.2
12112024-04-03T07:18:13.714Z Downloaded rustfmt-wrapper v0.2.0
12122024-04-03T07:18:13.714Z Downloaded maplit v1.0.2
12132024-04-03T07:18:13.714Z Downloaded sec1 v0.7.3
12142024-04-03T07:18:13.714Z Downloaded criterion-plot v0.5.0
12152024-04-03T07:18:13.714Z Downloaded defmt v0.3.5
12162024-04-03T07:18:13.714Z Downloaded semver v0.1.20
12172024-04-03T07:18:13.714Z Downloaded openssl-probe v0.1.5
12182024-04-03T07:18:13.714Z Downloaded partial-io v0.5.4
12192024-04-03T07:18:13.714Z Downloaded utf8parse v0.2.1
12202024-04-03T07:18:13.714Z Downloaded scroll v0.12.0
12212024-04-03T07:18:13.714Z Downloaded rand_seeder v0.2.3
12222024-04-03T07:18:13.715Z Downloaded opaque-debug v0.3.0
12232024-04-03T07:18:13.715Z Downloaded num-iter v0.1.44
12242024-04-03T07:18:13.715Z Downloaded dirs-next v2.0.0
12252024-04-03T07:18:13.715Z Downloaded unicode-ident v1.0.12
12262024-04-03T07:18:13.715Z Downloaded textwrap v0.16.1
12272024-04-03T07:18:13.715Z Downloaded fd-lock v3.0.13
12282024-04-03T07:18:13.715Z Downloaded x509-cert v0.2.4
12292024-04-03T07:18:13.715Z Downloaded time-macros v0.2.17
12302024-04-03T07:18:13.715Z Downloaded paste v1.0.14
12312024-04-03T07:18:13.715Z Downloaded ucd-trie v0.1.6
12322024-04-03T07:18:13.715Z Downloaded number_prefix v0.4.0
12332024-04-03T07:18:13.715Z Downloaded serde v1.0.197
12342024-04-03T07:18:13.715Z Downloaded usdt-impl v0.3.5
12352024-04-03T07:18:13.715Z Downloaded publicsuffix v2.2.3
12362024-04-03T07:18:13.715Z Downloaded rustc_version v0.1.7
12372024-04-03T07:18:13.715Z Downloaded itertools v0.12.1
12382024-04-03T07:18:13.715Z Downloaded md-5 v0.10.5
12392024-04-03T07:18:13.715Z Downloaded tui-tree-widget v0.19.0
12402024-04-03T07:18:13.716Z Downloaded reqwest v0.11.24
12412024-04-03T07:18:13.716Z Downloaded newtype_derive v0.1.6
12422024-04-03T07:18:13.716Z Downloaded derive_builder_macro v0.12.0
12432024-04-03T07:18:13.716Z Downloaded zone v0.1.8
12442024-04-03T07:18:13.716Z Downloaded log v0.4.21
12452024-04-03T07:18:13.716Z Downloaded sha1 v0.10.6
12462024-04-03T07:18:13.716Z Downloaded pest_generator v2.7.6
12472024-04-03T07:18:13.716Z Downloaded usdt-impl v0.5.0
12482024-04-03T07:18:13.716Z Downloaded md5 v0.7.0
12492024-04-03T07:18:13.716Z Downloaded dirs-sys v0.4.1
12502024-04-03T07:18:13.716Z Downloaded tinytemplate v1.2.1
12512024-04-03T07:18:13.716Z Downloaded rand_core v0.5.1
12522024-04-03T07:18:13.716Z Downloaded psl-types v2.0.11
12532024-04-03T07:18:13.716Z Downloaded smallvec v0.6.14
12542024-04-03T07:18:13.765Z Downloaded password-hash v0.5.0
12552024-04-03T07:18:13.765Z Downloaded trust-dns-resolver v0.22.0
12562024-04-03T07:18:13.765Z Downloaded either v1.10.0
12572024-04-03T07:18:13.766Z Downloaded tiny-keccak v2.0.2
12582024-04-03T07:18:13.766Z Downloaded pin-project v1.1.3
12592024-04-03T07:18:13.766Z Downloaded option-ext v0.2.0
12602024-04-03T07:18:13.766Z Downloaded toolchain_find v0.2.0
12612024-04-03T07:18:13.766Z Downloaded tinyvec_macros v0.1.1
12622024-04-03T07:18:13.766Z Downloaded rustls-pki-types v1.3.0
12632024-04-03T07:18:13.766Z Downloaded oorandom v11.1.3
12642024-04-03T07:18:13.766Z Downloaded thiserror-impl v1.0.57
12652024-04-03T07:18:13.766Z Downloaded hkdf v0.12.4
12662024-04-03T07:18:13.766Z Downloaded thiserror v1.0.57
12672024-04-03T07:18:13.766Z Downloaded strum_macros v0.25.2
12682024-04-03T07:18:13.766Z Downloaded display-error-chain v0.2.0
12692024-04-03T07:18:13.766Z Downloaded crc32fast v1.3.2
12702024-04-03T07:18:13.766Z Downloaded pretty_assertions v1.4.0
12712024-04-03T07:18:13.767Z Downloaded serde_with_macros v3.6.1
12722024-04-03T07:18:13.767Z Downloaded zerocopy v0.3.0
12732024-04-03T07:18:13.767Z Downloaded which v4.4.0
12742024-04-03T07:18:13.767Z Downloaded dtrace-parser v0.2.0
12752024-04-03T07:18:13.767Z Downloaded doc-comment v0.3.3
12762024-04-03T07:18:13.767Z Downloaded crunchy v0.2.2
12772024-04-03T07:18:13.767Z Downloaded tower-service v0.3.2
12782024-04-03T07:18:13.767Z Downloaded pin-utils v0.1.0
12792024-04-03T07:18:13.767Z Downloaded rustc-hash v1.1.0
12802024-04-03T07:18:13.767Z Downloaded ryu v1.0.15
12812024-04-03T07:18:13.767Z Downloaded tower-layer v0.3.2
12822024-04-03T07:18:13.767Z Downloaded usdt v0.3.5
12832024-04-03T07:18:13.767Z Downloaded goblin v0.8.0
12842024-04-03T07:18:13.767Z Downloaded universal-hash v0.5.1
12852024-04-03T07:18:13.767Z Downloaded unicode-xid v0.2.4
12862024-04-03T07:18:13.767Z Downloaded smf v0.2.2
12872024-04-03T07:18:13.767Z Downloaded password-hash v0.4.2
12882024-04-03T07:18:13.768Z Downloaded bitvec v1.0.1
12892024-04-03T07:18:13.768Z Downloaded linked-hash-map v0.5.6
12902024-04-03T07:18:13.768Z Downloaded smawk v0.3.1
12912024-04-03T07:18:13.768Z Downloaded quick-error v1.2.3
12922024-04-03T07:18:13.768Z Downloaded managed v0.8.0
12932024-04-03T07:18:13.768Z Downloaded rustls-pemfile v2.1.1
12942024-04-03T07:18:13.768Z Downloaded rustls-pemfile v1.0.3
12952024-04-03T07:18:13.768Z Downloaded regex-automata v0.1.10
12962024-04-03T07:18:13.768Z Downloaded thiserror-impl-no-std v2.0.2
12972024-04-03T07:18:13.768Z Downloaded thiserror-no-std v2.0.2
12982024-04-03T07:18:13.768Z Downloaded tokio-native-tls v0.3.1
12992024-04-03T07:18:13.768Z Downloaded yasna v0.5.2
13002024-04-03T07:18:13.769Z Downloaded dirs v5.0.1
13012024-04-03T07:18:13.769Z Downloaded rustc_version v0.4.0
13022024-04-03T07:18:13.769Z Downloaded pkg-config v0.3.27
13032024-04-03T07:18:13.769Z Downloaded rand v0.4.6
13042024-04-03T07:18:13.769Z Downloaded ff v0.13.0
13052024-04-03T07:18:13.769Z Downloaded embedded-io v0.4.0
13062024-04-03T07:18:13.769Z Downloaded serde_urlencoded v0.7.1
13072024-04-03T07:18:13.769Z Downloaded serde-big-array v0.4.1
13082024-04-03T07:18:13.769Z Downloaded fnv v1.0.7
13092024-04-03T07:18:13.769Z Downloaded thread_local v1.1.7
13102024-04-03T07:18:13.769Z Downloaded pkcs8 v0.10.2
13112024-04-03T07:18:13.769Z Downloaded pkcs1 v0.7.5
13122024-04-03T07:18:13.769Z Downloaded dof v0.1.5
13132024-04-03T07:18:13.769Z Downloaded similar-asserts v1.5.0
13142024-04-03T07:18:13.769Z Downloaded sqlparser v0.43.1
13152024-04-03T07:18:13.769Z Downloaded serde_tokenstream v0.1.7
13162024-04-03T07:18:13.769Z Downloaded signal-hook-registry v1.4.1
13172024-04-03T07:18:13.770Z Downloaded thread-id v4.2.0
13182024-04-03T07:18:13.770Z Downloaded vte v0.11.1
13192024-04-03T07:18:13.770Z Downloaded serde_tokenstream v0.2.0
13202024-04-03T07:18:13.770Z Downloaded tinyvec v1.6.0
13212024-04-03T07:18:13.770Z Downloaded rustc-demangle v0.1.23
13222024-04-03T07:18:13.770Z Downloaded dhcproto v0.11.0
13232024-04-03T07:18:13.770Z Downloaded derive_more v0.99.17
13242024-04-03T07:18:13.770Z Downloaded derive_builder_core v0.12.0
13252024-04-03T07:18:13.770Z Downloaded der v0.7.8
13262024-04-03T07:18:13.770Z Downloaded uuid v1.7.0
13272024-04-03T07:18:13.770Z Downloaded uuid v0.8.2
13282024-04-03T07:18:13.771Z Downloaded tungstenite v0.20.1
13292024-04-03T07:18:13.771Z Downloaded oso v0.27.0
13302024-04-03T07:18:13.771Z Downloaded postgres-types v0.2.6
13312024-04-03T07:18:13.771Z Downloaded rust-argon2 v2.1.0
13322024-04-03T07:18:13.771Z Downloaded crossbeam-channel v0.5.8
13332024-04-03T07:18:13.771Z Downloaded serde_yaml v0.9.25
13342024-04-03T07:18:13.771Z Downloaded rustls-native-certs v0.7.0
13352024-04-03T07:18:13.771Z Downloaded postgres-protocol v0.6.6
13362024-04-03T07:18:13.771Z Downloaded poly1305 v0.8.0
13372024-04-03T07:18:13.771Z Downloaded ed25519-dalek v2.0.0
13382024-04-03T07:18:13.771Z Downloaded socket2 v0.4.9
13392024-04-03T07:18:13.771Z Downloaded steno v0.4.0
13402024-04-03T07:18:13.771Z Downloaded rayon-core v1.12.1
13412024-04-03T07:18:13.772Z Downloaded libm v0.2.7
13422024-04-03T07:18:13.772Z Downloaded hyper v0.14.28
13432024-04-03T07:18:13.772Z Downloaded darling_core v0.20.3
13442024-04-03T07:18:13.772Z Downloaded toml_edit v0.22.9
13452024-04-03T07:18:13.772Z Downloaded signal-hook v0.3.17
13462024-04-03T07:18:13.772Z Downloaded pest_meta v2.7.6
13472024-04-03T07:18:13.772Z Downloaded crypto-bigint v0.5.2
13482024-04-03T07:18:13.772Z Downloaded url v2.5.0
13492024-04-03T07:18:13.772Z Downloaded lalrpop v0.19.12
13502024-04-03T07:18:13.772Z Downloaded socket2 v0.5.5
13512024-04-03T07:18:13.772Z Downloaded criterion v0.5.1
13522024-04-03T07:18:13.772Z Downloaded unicode-normalization v0.1.22
13532024-04-03T07:18:13.772Z Downloaded petgraph v0.6.4
13542024-04-03T07:18:13.973Z Downloaded p521 v0.13.3
13552024-04-03T07:18:13.973Z Downloaded num-bigint-dig v0.8.4
13562024-04-03T07:18:13.973Z Downloaded winnow v0.5.15
13572024-04-03T07:18:13.973Z Downloaded tough v0.16.0
13582024-04-03T07:18:13.973Z Downloaded zerocopy v0.7.32
13592024-04-03T07:18:13.973Z Downloaded tabled v0.15.0
13602024-04-03T07:18:13.973Z Downloaded libxml v0.3.3
13612024-04-03T07:18:13.973Z Downloaded nom v7.1.3
13622024-04-03T07:18:13.973Z Downloaded regex v1.10.4
13632024-04-03T07:18:13.973Z Downloaded serde_with v3.6.1
13642024-04-03T07:18:13.973Z Downloaded plotters v0.3.5
13652024-04-03T07:18:13.973Z Downloaded tower v0.4.13
13662024-04-03T07:18:13.973Z Downloaded smoltcp v0.11.0
13672024-04-03T07:18:13.973Z Downloaded rustls-webpki v0.101.7
13682024-04-03T07:18:13.974Z Downloaded openssl v0.10.60
13692024-04-03T07:18:13.974Z Downloaded vcpkg v0.2.15
13702024-04-03T07:18:13.974Z Downloaded webpki-roots v0.25.2
13712024-04-03T07:18:13.974Z Downloaded rayon v1.9.0
13722024-04-03T07:18:13.974Z Downloaded regex-syntax v0.6.29
13732024-04-03T07:18:13.974Z Downloaded smoltcp v0.9.1
13742024-04-03T07:18:13.975Z Downloaded trust-dns-proto v0.22.0
13752024-04-03T07:18:13.975Z Downloaded proptest v1.4.0
13762024-04-03T07:18:13.975Z Downloaded curve25519-dalek v4.1.1
13772024-04-03T07:18:13.975Z Downloaded rustls v0.22.2
13782024-04-03T07:18:13.975Z Downloaded rustix v0.38.31
13792024-04-03T07:18:13.975Z Downloaded regress v0.9.0
13802024-04-03T07:18:13.975Z Downloaded diesel v2.1.5
13812024-04-03T07:18:13.975Z Downloaded radix_trie v0.2.1
13822024-04-03T07:18:13.975Z Downloaded object v0.32.1
13832024-04-03T07:18:13.975Z Downloaded ratatui v0.26.1
13842024-04-03T07:18:13.975Z Downloaded bzip2-sys v0.1.11+1.0.8
13852024-04-03T07:18:13.975Z Downloaded object v0.30.4
13862024-04-03T07:18:13.976Z Downloaded regex-syntax v0.8.2
13872024-04-03T07:18:13.976Z Downloaded tokio v1.36.0
13882024-04-03T07:18:13.976Z Downloaded sled v0.34.7
13892024-04-03T07:18:13.976Z Downloaded zerocopy-derive v0.2.0
13902024-04-03T07:18:13.976Z Downloaded zerocopy-derive v0.6.4
13912024-04-03T07:18:13.976Z Downloaded libc v0.2.153
13922024-04-03T07:18:13.976Z Downloaded sha3 v0.10.8
13932024-04-03T07:18:13.976Z Downloaded openapiv3 v2.0.0
13942024-04-03T07:18:13.976Z Downloaded regex-automata v0.4.5
13952024-04-03T07:18:13.976Z Downloaded csv v1.3.0
13962024-04-03T07:18:13.976Z Downloaded rustls v0.21.9
13972024-04-03T07:18:13.976Z Downloaded reedline v0.30.0
13982024-04-03T07:18:13.976Z Downloaded winapi v0.3.9
13992024-04-03T07:18:13.976Z Downloaded syn v1.0.109
14002024-04-03T07:18:13.977Z Downloaded encoding_rs v0.8.33
14012024-04-03T07:18:13.977Z Downloaded bstr v1.9.0
14022024-04-03T07:18:13.977Z Downloaded crossterm v0.27.0
14032024-04-03T07:18:13.977Z Downloaded rustls-webpki v0.102.1
14042024-04-03T07:18:13.977Z Downloaded syn v2.0.52
14052024-04-03T07:18:13.977Z Downloaded polar-core v0.27.0
14062024-04-03T07:18:13.977Z Downloaded idna v0.5.0
14072024-04-03T07:18:13.977Z Downloaded idna v0.3.0
14082024-04-03T07:18:13.977Z Downloaded idna v0.2.3
14092024-04-03T07:18:13.977Z Downloaded nix v0.27.1
14102024-04-03T07:18:13.977Z Downloaded gimli v0.28.0
14112024-04-03T07:18:13.977Z Downloaded bstr v0.2.17
14122024-04-03T07:18:13.977Z Downloaded rustyline v13.0.0
14132024-04-03T07:18:13.977Z Downloaded time v0.3.34
14142024-04-03T07:18:13.978Z Downloaded elliptic-curve v0.13.8
14152024-04-03T07:18:13.978Z Downloaded unicode-segmentation v1.10.1
14162024-04-03T07:18:13.978Z Downloaded openssl-sys v0.9.96
14172024-04-03T07:18:13.978Z Downloaded memchr v2.7.1
14182024-04-03T07:18:13.978Z Downloaded lock_api v0.4.10
14192024-04-03T07:18:13.978Z Downloaded linear-map v1.2.0
14202024-04-03T07:18:13.978Z Downloaded fatfs v0.3.6
14212024-04-03T07:18:13.978Z Downloaded typed-path v0.7.0
14222024-04-03T07:18:13.978Z Downloaded chrono v0.4.34
14232024-04-03T07:18:13.978Z Downloaded constant_time_eq v0.2.6
14242024-04-03T07:18:13.978Z Downloaded portable-atomic v1.4.3
14252024-04-03T07:18:13.978Z Downloaded ring v0.17.8
14262024-04-03T07:18:13.978Z Downloaded smallvec v1.13.1
14272024-04-03T07:18:13.979Z Downloaded tokio-postgres v0.7.10
14282024-04-03T07:18:13.979Z Downloaded crc-any v2.4.3
14292024-04-03T07:18:13.979Z Downloaded minimal-lexical v0.2.1
14302024-04-03T07:18:13.979Z Downloaded untrusted v0.9.0
14312024-04-03T07:18:13.979Z Downloaded zip v0.6.6
14322024-04-03T07:18:13.979Z Downloaded tungstenite v0.21.0
14332024-04-03T07:18:13.979Z Downloaded flume v0.11.0
14342024-04-03T07:18:13.979Z Downloaded rsa v0.9.2
14352024-04-03T07:18:13.979Z Downloaded clap v2.34.0
14362024-04-03T07:18:13.979Z Downloaded bindgen v0.69.2
14372024-04-03T07:18:13.979Z Downloaded slog-envlogger v2.2.0
14382024-04-03T07:18:13.980Z Downloaded owo-colors v4.0.0
14392024-04-03T07:18:13.980Z Downloaded hyper v1.1.0
14402024-04-03T07:18:13.980Z Downloaded nu-ansi-term v0.50.0
14412024-04-03T07:18:13.980Z Downloaded normalize-line-endings v0.3.0
14422024-04-03T07:18:13.980Z Downloaded winnow v0.6.1
14432024-04-03T07:18:13.980Z Downloaded ring v0.16.20
14442024-04-03T07:18:13.980Z Downloaded structopt-derive v0.4.18
14452024-04-03T07:18:13.980Z Downloaded rand v0.7.3
14462024-04-03T07:18:13.980Z Downloaded quick-xml v0.30.0
14472024-04-03T07:18:13.980Z Downloaded num-bigint v0.4.4
14482024-04-03T07:18:13.980Z Downloaded test-strategy v0.3.1
14492024-04-03T07:18:13.980Z Downloaded zerocopy v0.6.4
14502024-04-03T07:18:13.980Z Downloaded unicode-width v0.1.11
14512024-04-03T07:18:13.980Z Downloaded prettyplease v0.2.16
14522024-04-03T07:18:13.980Z Downloaded miniz_oxide v0.7.1
14532024-04-03T07:18:13.980Z Downloaded ecdsa v0.16.9
14542024-04-03T07:18:14.012Z Downloaded ron v0.8.1
14552024-04-03T07:18:14.012Z Downloaded rand_chacha v0.2.2
14562024-04-03T07:18:14.013Z Downloaded scopeguard v1.2.0
14572024-04-03T07:18:14.013Z Downloaded rustversion v1.0.14
14582024-04-03T07:18:14.013Z Downloaded num-integer v0.1.46
14592024-04-03T07:18:14.013Z Downloaded mio v0.8.11
14602024-04-03T07:18:14.013Z Downloaded ppv-lite86 v0.2.17
14612024-04-03T07:18:14.014Z Downloaded serde_json v1.0.114
14622024-04-03T07:18:14.014Z Downloaded trust-dns-client v0.22.0
14632024-04-03T07:18:14.015Z Downloaded ron v0.7.1
14642024-04-03T07:18:14.015Z Downloaded sha2 v0.10.8
14652024-04-03T07:18:14.015Z Downloaded typenum v1.16.0
14662024-04-03T07:18:14.015Z Downloaded clap_builder v4.5.1
14672024-04-03T07:18:14.015Z Downloaded unarray v0.1.4
14682024-04-03T07:18:14.015Z Downloaded pin-project-internal v1.1.3
14692024-04-03T07:18:14.015Z Downloaded http v1.0.0
14702024-04-03T07:18:14.015Z Downloaded crc-catalog v2.2.0
14712024-04-03T07:18:14.015Z Downloaded constant_time_eq v0.3.0
14722024-04-03T07:18:14.016Z Downloaded num-rational v0.4.1
14732024-04-03T07:18:14.016Z Downloaded tracing-core v0.1.32
14742024-04-03T07:18:14.016Z Downloaded tracing v0.1.40
14752024-04-03T07:18:14.016Z Downloaded pest v2.7.6
14762024-04-03T07:18:14.017Z Downloaded tokio-rustls v0.25.0
14772024-04-03T07:18:14.017Z Downloaded indexmap v2.2.6
14782024-04-03T07:18:14.017Z Downloaded env_logger v0.10.0
14792024-04-03T07:18:14.017Z Downloaded env_logger v0.9.3
14802024-04-03T07:18:14.017Z Downloaded rand_chacha v0.3.1
14812024-04-03T07:18:14.017Z Downloaded semver v1.0.22
14822024-04-03T07:18:14.017Z Downloaded nested v0.1.1
14832024-04-03T07:18:14.017Z Downloaded num_enum_derive v0.5.11
14842024-04-03T07:18:14.017Z Downloaded crossbeam-epoch v0.9.18
14852024-04-03T07:18:14.018Z Downloaded enum-as-inner v0.5.1
14862024-04-03T07:18:14.018Z Downloaded tokio-stream v0.1.14
14872024-04-03T07:18:14.018Z Downloaded sync_wrapper v0.1.2
14882024-04-03T07:18:14.018Z Downloaded structmeta-derive v0.3.0
14892024-04-03T07:18:14.018Z Downloaded synstructure v0.12.6
14902024-04-03T07:18:14.018Z Downloaded diesel_derives v2.1.2
14912024-04-03T07:18:14.018Z Downloaded version_check v0.9.4
14922024-04-03T07:18:14.018Z Downloaded unicode-linebreak v0.1.5
14932024-04-03T07:18:14.018Z Downloaded threadpool v1.8.1
14942024-04-03T07:18:14.019Z Downloaded rand_core v0.6.4
14952024-04-03T07:18:14.019Z Downloaded predicates-tree v1.0.9
14962024-04-03T07:18:14.019Z Downloaded tracing-attributes v0.1.27
14972024-04-03T07:18:14.019Z Downloaded tar v0.4.40
14982024-04-03T07:18:14.019Z Downloaded structmeta-derive v0.2.0
14992024-04-03T07:18:14.019Z Downloaded strip-ansi-escapes v0.2.0
15002024-04-03T07:18:14.019Z Downloaded slog-scope v4.4.0
15012024-04-03T07:18:14.019Z Downloaded slog-json v2.6.1
15022024-04-03T07:18:14.019Z Downloaded shell-words v1.1.0
15032024-04-03T07:18:14.020Z Downloaded semver v0.11.0
15042024-04-03T07:18:14.020Z Downloaded libsw v3.3.1
15052024-04-03T07:18:14.020Z Downloaded termios v0.3.3
15062024-04-03T07:18:14.020Z Downloaded bytes v1.5.0
15072024-04-03T07:18:14.020Z Downloaded toml v0.7.8
15082024-04-03T07:18:14.020Z Downloaded derive_builder v0.12.0
15092024-04-03T07:18:14.020Z Downloaded heapless v0.7.16
15102024-04-03T07:18:14.020Z Downloaded pbkdf2 v0.11.0
15112024-04-03T07:18:14.020Z Downloaded olpc-cjson v0.1.3
15122024-04-03T07:18:14.020Z Downloaded mockall v0.12.0
15132024-04-03T07:18:14.020Z Downloaded digest v0.10.7
15142024-04-03T07:18:14.021Z Downloaded proc-macro-error v1.0.4
15152024-04-03T07:18:14.021Z Downloaded peg-macros v0.8.2
15162024-04-03T07:18:14.021Z Downloaded errno v0.3.8
15172024-04-03T07:18:14.021Z Downloaded ed25519 v2.2.2
15182024-04-03T07:18:14.021Z Downloaded ed25519 v1.5.3
15192024-04-03T07:18:14.021Z Downloaded aho-corasick v1.1.2
15202024-04-03T07:18:14.021Z Downloaded signature v2.1.0
15212024-04-03T07:18:14.021Z Downloaded signal-hook-tokio v0.3.1
15222024-04-03T07:18:14.021Z Downloaded toml v0.5.11
15232024-04-03T07:18:14.021Z Downloaded const_format v0.2.32
15242024-04-03T07:18:14.021Z Downloaded num-conv v0.1.0
15252024-04-03T07:18:14.021Z Downloaded wait-timeout v0.2.0
15262024-04-03T07:18:14.021Z Downloaded tokio-tungstenite v0.21.0
15272024-04-03T07:18:14.042Z Downloaded tokio-tungstenite v0.20.1
15282024-04-03T07:18:14.042Z Downloaded serde_spanned v0.6.5
15292024-04-03T07:18:14.042Z Downloaded cc v1.0.83
15302024-04-03T07:18:14.042Z Downloaded multer v3.0.0
15312024-04-03T07:18:14.042Z Downloaded memmap2 v0.7.1
15322024-04-03T07:18:14.042Z Downloaded subprocess v0.2.9
15332024-04-03T07:18:14.042Z Downloaded proc-macro-error-attr v1.0.4
15342024-04-03T07:18:14.042Z Downloaded cstr-argument v0.1.2
15352024-04-03T07:18:14.042Z Downloaded base64 v0.22.0
15362024-04-03T07:18:14.043Z Downloaded polyval v0.6.1
15372024-04-03T07:18:14.043Z Downloaded postcard v1.0.8
15382024-04-03T07:18:14.043Z Downloaded num_cpus v1.16.0
15392024-04-03T07:18:14.043Z Downloaded stability v0.1.1
15402024-04-03T07:18:14.043Z Downloaded slog v2.7.0
15412024-04-03T07:18:14.043Z Downloaded indexmap v1.9.3
15422024-04-03T07:18:14.043Z Downloaded macaddr v1.0.1
15432024-04-03T07:18:14.044Z Downloaded lru-cache v0.1.2
15442024-04-03T07:18:14.044Z Downloaded chacha20poly1305 v0.10.1
15452024-04-03T07:18:14.044Z Downloaded base64 v0.13.1
15462024-04-03T07:18:14.044Z Downloaded backtrace v0.3.69
15472024-04-03T07:18:14.044Z Downloaded const-oid v0.9.6
15482024-04-03T07:18:14.045Z Downloaded cfg-expr v0.15.6
15492024-04-03T07:18:14.045Z Downloaded blake2 v0.10.6
15502024-04-03T07:18:14.045Z Downloaded subtle v2.5.0
15512024-04-03T07:18:14.045Z Downloaded rand_xorshift v0.3.0
15522024-04-03T07:18:14.045Z Downloaded corncobs v0.1.3
15532024-04-03T07:18:14.045Z Downloaded signal-hook-mio v0.2.3
15542024-04-03T07:18:14.081Z Downloaded serde_plain v1.0.2
15552024-04-03T07:18:14.081Z Downloaded serde_path_to_error v0.1.16
15562024-04-03T07:18:14.081Z Downloaded schemars_derive v0.8.16
15572024-04-03T07:18:14.081Z Downloaded pin-project-lite v0.2.13
15582024-04-03T07:18:14.081Z Downloaded bitflags v2.4.2
15592024-04-03T07:18:14.082Z Downloaded spki v0.7.2
15602024-04-03T07:18:14.082Z Downloaded scheduled-thread-pool v0.2.7
15612024-04-03T07:18:14.082Z Downloaded r2d2 v0.8.10
15622024-04-03T07:18:14.082Z Downloaded console v0.15.8
15632024-04-03T07:18:14.082Z Downloaded clap_lex v0.7.0
15642024-04-03T07:18:14.082Z Downloaded clap_derive v4.5.0
15652024-04-03T07:18:14.082Z Downloaded camino-tempfile v1.1.1
15662024-04-03T07:18:14.083Z Downloaded ciborium v0.2.2
15672024-04-03T07:18:14.083Z Downloaded keccak v0.1.4
15682024-04-03T07:18:14.083Z Downloaded http-body v0.4.5
15692024-04-03T07:18:14.083Z Downloaded camino v1.1.6
15702024-04-03T07:18:14.083Z Downloaded blake2b_simd v1.0.1
15712024-04-03T07:18:14.083Z Downloaded async-trait v0.1.79
15722024-04-03T07:18:14.083Z Downloaded remove_dir_all v0.5.3
15732024-04-03T07:18:14.083Z Downloaded itoa v1.0.9
15742024-04-03T07:18:14.083Z Downloaded inout v0.1.3
15752024-04-03T07:18:14.083Z Downloaded futures-macro v0.3.30
15762024-04-03T07:18:14.084Z Downloaded indoc v2.0.3
15772024-04-03T07:18:14.084Z Downloaded hyper-staticfile v0.9.5
15782024-04-03T07:18:14.084Z Downloaded is_ci v1.2.0
15792024-04-03T07:18:14.084Z Downloaded hubpack v0.1.2
15802024-04-03T07:18:14.084Z Downloaded highway v1.1.0
15812024-04-03T07:18:14.084Z Downloaded hex-literal v0.4.1
15822024-04-03T07:18:14.084Z Downloaded heck v0.5.0
15832024-04-03T07:18:14.084Z Downloaded heck v0.3.3
15842024-04-03T07:18:14.084Z Downloaded futures-timer v3.0.2
15852024-04-03T07:18:14.084Z Downloaded humantime v2.1.0
15862024-04-03T07:18:14.084Z Downloaded cargo_toml v0.19.0
15872024-04-03T07:18:14.085Z Downloaded bcs v0.1.6
15882024-04-03T07:18:14.085Z Downloaded hex v0.4.3
15892024-04-03T07:18:14.085Z Downloaded anstyle-parse v0.2.1
15902024-04-03T07:18:14.085Z Downloaded ansi_term v0.12.1
15912024-04-03T07:18:14.085Z Downloaded futures v0.3.30
15922024-04-03T07:18:14.085Z Downloaded form_urlencoded v1.2.1
15932024-04-03T07:18:14.085Z Downloaded arrayref v0.3.7
15942024-04-03T07:18:14.085Z Downloaded argon2 v0.5.3
15952024-04-03T07:18:14.085Z Downloaded anstream v0.6.11
15962024-04-03T07:18:14.085Z Downloaded array-init v0.0.4
15972024-04-03T07:18:14.085Z Downloaded approx v0.5.1
15982024-04-03T07:18:14.085Z Downloaded anstyle v1.0.6
15992024-04-03T07:18:14.086Z Downloaded adler v1.0.2
16002024-04-03T07:18:14.086Z Compiling proc-macro2 v1.0.78
16012024-04-03T07:18:14.086Z Compiling unicode-ident v1.0.12
16022024-04-03T07:18:14.086Z Compiling libc v0.2.153
16032024-04-03T07:18:14.086Z Compiling cfg-if v1.0.0
16042024-04-03T07:18:14.086Z Compiling serde v1.0.197
16052024-04-03T07:18:14.086Z Compiling version_check v0.9.4
16062024-04-03T07:18:14.086Z Compiling autocfg v1.1.0
16072024-04-03T07:18:14.086Z Compiling memchr v2.7.1
16082024-04-03T07:18:14.086Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.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 -C metadata=70491f1a21eac1d2 -C extra-filename=-70491f1a21eac1d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16092024-04-03T07:18:14.087Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.78/build.rs --error-format=json --json=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"' -C metadata=342f05de96069ad6 -C extra-filename=-342f05de96069ad6 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-342f05de96069ad6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16102024-04-03T07:18:14.087Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/build.rs --error-format=json --json=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"' -C metadata=ac535bf2d3b6c373 -C extra-filename=-ac535bf2d3b6c373 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-ac535bf2d3b6c373 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16112024-04-03T07:18:14.087Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=980c303988e700db -C extra-filename=-980c303988e700db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16122024-04-03T07:18:14.087Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-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 -C metadata=7a913854489a5af3 -C extra-filename=-7a913854489a5af3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16132024-04-03T07:18:14.087Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/build.rs --error-format=json --json=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"' -C metadata=5fd69908f410d3fb -C extra-filename=-5fd69908f410d3fb --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-5fd69908f410d3fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16142024-04-03T07:18:14.087Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-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 -C metadata=12a945efa0936a33 -C extra-filename=-12a945efa0936a33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16152024-04-03T07:18:14.087Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.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="default"' --cfg 'feature="std"' -C metadata=1d8a52f36e2fec96 -C extra-filename=-1d8a52f36e2fec96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16162024-04-03T07:18:14.087Z Compiling byteorder v1.5.0
16172024-04-03T07:18:14.087Z Compiling log v0.4.21
16182024-04-03T07:18:14.087Z Compiling once_cell v1.19.0
16192024-04-03T07:18:14.088Z Compiling syn v1.0.109
16202024-04-03T07:18:14.088Z Compiling itoa v1.0.9
16212024-04-03T07:18:14.088Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-342f05de96069ad6/build-script-build`
16222024-04-03T07:18:14.088Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.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"' -C metadata=3c25f391c5524dbf -C extra-filename=-3c25f391c5524dbf --out-dir /work/oxidecomputer/omicron/target/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-04-03T07:18:14.088Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-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 -C metadata=b30ed7c35ebb4b42 -C extra-filename=-b30ed7c35ebb4b42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16242024-04-03T07:18:14.088Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=6b5543242469b88b -C extra-filename=-6b5543242469b88b --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-6b5543242469b88b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16252024-04-03T07:18:14.088Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=2abfed8e51c766cf -C extra-filename=-2abfed8e51c766cf --out-dir /work/oxidecomputer/omicron/target/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-04-03T07:18:14.088Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ee70016887b171ea -C extra-filename=-ee70016887b171ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16272024-04-03T07:18:14.088Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-5fd69908f410d3fb/build-script-build`
16282024-04-03T07:18:14.088Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-ac535bf2d3b6c373/build-script-build`
16292024-04-03T07:18:14.089Z Compiling lock_api v0.4.10
16302024-04-03T07:18:14.089Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.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="atomic_usize"' --cfg 'feature="default"' -C metadata=8185568f64add0e9 -C extra-filename=-8185568f64add0e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-8185568f64add0e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16312024-04-03T07:18:14.089Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=6b8d316e1cea3f77 -C extra-filename=-6b8d316e1cea3f77 --out-dir /work/oxidecomputer/omicron/target/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`
16322024-04-03T07:18:14.089Z Compiling scopeguard v1.2.0
16332024-04-03T07:18:14.089Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard /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 -C metadata=f5c1467dbbbbcd41 -C extra-filename=-f5c1467dbbbbcd41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16342024-04-03T07:18:14.089Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.78/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=fd52f7f67b160361 -C extra-filename=-fd52f7f67b160361 --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-70491f1a21eac1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg wrap_proc_macro --cfg proc_macro_span`
16352024-04-03T07:18:14.089Z Compiling smallvec v1.13.1
16362024-04-03T07:18:14.089Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-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 -C metadata=f15605284eda4bd1 -C extra-filename=-f15605284eda4bd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16372024-04-03T07:18:14.090Z Compiling thiserror v1.0.57
16382024-04-03T07:18:14.090Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.57/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b95eb234ada4a69f -C extra-filename=-b95eb234ada4a69f --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-b95eb234ada4a69f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16392024-04-03T07:18:14.090Z Compiling parking_lot_core v0.9.8
16402024-04-03T07:18:14.090Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.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 -C metadata=ff6aac7a248bf37c -C extra-filename=-ff6aac7a248bf37c --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ff6aac7a248bf37c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16412024-04-03T07:18:14.090Z Compiling libm v0.2.7
16422024-04-03T07:18:14.090Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=c075feee7c737b97 -C extra-filename=-c075feee7c737b97 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-c075feee7c737b97 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16432024-04-03T07:18:14.096Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-8185568f64add0e9/build-script-build`
16442024-04-03T07:18:14.194Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-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="atomic_usize"' --cfg 'feature="default"' -C metadata=431ebead5e7f5a84 -C extra-filename=-431ebead5e7f5a84 --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-f5c1467dbbbbcd41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
16452024-04-03T07:18:14.214Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-6b5543242469b88b/build-script-build`
16462024-04-03T07:18:14.319Z Compiling num-traits v0.2.18
16472024-04-03T07:18:14.493Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/build.rs --error-format=json --json=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"' -C metadata=090ecf79a24e4fdc -C extra-filename=-090ecf79a24e4fdc --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-090ecf79a24e4fdc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16482024-04-03T07:18:14.513Z Compiling ryu v1.0.15
16492024-04-03T07:18:14.513Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.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 -C metadata=3ee438a4c06a12f7 -C extra-filename=-3ee438a4c06a12f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16502024-04-03T07:18:14.513Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-c075feee7c737b97/build-script-build`
16512024-04-03T07:18:14.513Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=08c3263bc1059c33 -C extra-filename=-08c3263bc1059c33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16522024-04-03T07:18:14.523Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-b95eb234ada4a69f/build-script-build`
16532024-04-03T07:18:14.545Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ff6aac7a248bf37c/build-script-build`
16542024-04-03T07:18:14.555Z Compiling pin-project-lite v0.2.13
16552024-04-03T07:18:14.565Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.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 -C metadata=ec19a30392e61059 -C extra-filename=-ec19a30392e61059 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16562024-04-03T07:18:14.607Z Compiling quote v1.0.35
16572024-04-03T07:18:14.623Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=135b4d7a084d06f6 -C extra-filename=-135b4d7a084d06f6 --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-fd52f7f67b160361.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16582024-04-03T07:18:14.733Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-090ecf79a24e4fdc/build-script-build`
16592024-04-03T07:18:14.747Z Compiling ahash v0.8.8
16602024-04-03T07:18:14.747Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.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"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=5d4705aa27705935 -C extra-filename=-5d4705aa27705935 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-5d4705aa27705935 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16612024-04-03T07:18:14.748Z Compiling serde_json v1.0.114
16622024-04-03T07:18:14.748Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.114/build.rs --error-format=json --json=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"' -C metadata=1761b2a83e8bfd43 -C extra-filename=-1761b2a83e8bfd43 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-1761b2a83e8bfd43 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16632024-04-03T07:18:14.748Z Compiling futures-core v0.3.30
16642024-04-03T07:18:14.748Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.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"' -C metadata=89d5efafb6bf0fea -C extra-filename=-89d5efafb6bf0fea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16652024-04-03T07:18:14.969Z Compiling syn v2.0.52
16662024-04-03T07:18:14.976Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.52/src/lib.rs --error-format=json --json=diagnostic-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"' --cfg 'feature="visit-mut"' -C metadata=f03df9f88b4c240c -C extra-filename=-f03df9f88b4c240c --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-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16672024-04-03T07:18:15.036Z Compiling getrandom v0.2.12
16682024-04-03T07:18:15.072Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-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 --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' -C metadata=bf6fa5bec279b28c -C extra-filename=-bf6fa5bec279b28c --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-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16692024-04-03T07:18:15.076Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=04cb6edf107049e9 -C extra-filename=-04cb6edf107049e9 --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-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
16702024-04-03T07:18:15.182Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.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 -C metadata=51d19885448c7f76 -C extra-filename=-51d19885448c7f76 --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-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16712024-04-03T07:18:15.254Z Compiling rand_core v0.6.4
16722024-04-03T07:18:15.258Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=4fa4ac482618385e -C extra-filename=-4fa4ac482618385e --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-bf6fa5bec279b28c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16732024-04-03T07:18:15.412Z Compiling cc v1.0.83
16742024-04-03T07:18:15.476Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c3998c2f7cb74e54 -C extra-filename=-c3998c2f7cb74e54 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16752024-04-03T07:18:15.512Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-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="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=21b07e30d4dab7ed -C extra-filename=-21b07e30d4dab7ed --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-08c3263bc1059c33.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_to_int_unchecked --cfg has_reverse_bits --cfg has_leading_trailing_ones --cfg has_div_euclid --cfg has_copysign --cfg has_is_subnormal --cfg has_total_cmp --cfg has_int_to_from_bytes --cfg has_float_to_from_bytes`
16762024-04-03T07:18:15.539Z Compiling signal-hook-registry v1.4.1
16772024-04-03T07:18:15.549Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-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 -C metadata=a55da2c545e7ab16 -C extra-filename=-a55da2c545e7ab16 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16782024-04-03T07:18:15.755Z Compiling parking_lot v0.12.1
16792024-04-03T07:18:15.759Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.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"' -C metadata=54ad4a7edca3918d -C extra-filename=-54ad4a7edca3918d --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-431ebead5e7f5a84.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-51d19885448c7f76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16802024-04-03T07:18:15.759Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-5d4705aa27705935/build-script-build`
16812024-04-03T07:18:15.851Z Compiling mio v0.8.11
16822024-04-03T07:18:15.873Z Running `/home/build/.rustup/toolchains/1.76.0-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"' -C metadata=1e3eaf16406257ce -C extra-filename=-1e3eaf16406257ce --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-6b8d316e1cea3f77.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16832024-04-03T07:18:16.302Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-1761b2a83e8bfd43/build-script-build`
16842024-04-03T07:18:16.313Z Compiling num_cpus v1.16.0
16852024-04-03T07:18:16.313Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus /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 -C metadata=0b9dd2f2c8b5721e -C extra-filename=-0b9dd2f2c8b5721e --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16862024-04-03T07:18:16.313Z Compiling allocator-api2 v0.2.16
16872024-04-03T07:18:16.313Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.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="alloc"' -C metadata=64a2fa6ca32b4304 -C extra-filename=-64a2fa6ca32b4304 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16882024-04-03T07:18:16.365Z Compiling typenum v1.16.0
16892024-04-03T07:18:16.375Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.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 -C metadata=33cb1f75cfc009fb -C extra-filename=-33cb1f75cfc009fb --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-33cb1f75cfc009fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16902024-04-03T07:18:16.784Z Compiling generic-array v0.14.7
16912024-04-03T07:18:16.804Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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"' -C metadata=7eb006674a64d979 -C extra-filename=-7eb006674a64d979 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-7eb006674a64d979 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16922024-04-03T07:18:16.889Z Compiling socket2 v0.5.5
16932024-04-03T07:18:16.917Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=8026b7206aa531bc -C extra-filename=-8026b7206aa531bc --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16942024-04-03T07:18:17.578Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-7eb006674a64d979/build-script-build`
16952024-04-03T07:18:17.584Z Compiling spin v0.5.2
16962024-04-03T07:18:17.585Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name spin /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 -C metadata=9a6ac86a7e90fb01 -C extra-filename=-9a6ac86a7e90fb01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16972024-04-03T07:18:17.585Z Compiling fnv v1.0.7
16982024-04-03T07:18:17.585Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv /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"' -C metadata=db9135e52485f533 -C extra-filename=-db9135e52485f533 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16992024-04-03T07:18:17.585Z Compiling subtle v2.5.0
17002024-04-03T07:18:17.585Z Running `/home/build/.rustup/toolchains/1.76.0-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"' -C metadata=2151f14b9e999606 -C extra-filename=-2151f14b9e999606 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17012024-04-03T07:18:17.585Z Compiling heck v0.4.1
17022024-04-03T07:18:17.585Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=a8c1128ccf1e31c1 -C extra-filename=-a8c1128ccf1e31c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17032024-04-03T07:18:17.585Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-33cb1f75cfc009fb/build-script-main`
17042024-04-03T07:18:17.650Z Compiling equivalent v1.0.1
17052024-04-03T07:18:17.680Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent /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 -C metadata=8ca3907e31bd9b35 -C extra-filename=-8ca3907e31bd9b35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17062024-04-03T07:18:17.688Z Compiling futures-sink v0.3.30
17072024-04-03T07:18:17.688Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.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"' -C metadata=667f4f9ff0e6f027 -C extra-filename=-667f4f9ff0e6f027 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17082024-04-03T07:18:17.722Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-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 -C metadata=b28ce282fa537781 -C extra-filename=-b28ce282fa537781 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17092024-04-03T07:18:17.768Z Compiling slab v0.4.9
17102024-04-03T07:18:17.777Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b0cfc04688f41b86 -C extra-filename=-b0cfc04688f41b86 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-b0cfc04688f41b86 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17112024-04-03T07:18:17.875Z Compiling pin-utils v0.1.0
17122024-04-03T07:18:17.880Z Compiling futures-channel v0.3.30
17132024-04-03T07:18:17.880Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0e271b12ba19f63e -C extra-filename=-0e271b12ba19f63e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17142024-04-03T07:18:17.880Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.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"' -C metadata=3820f669074b4f30 -C extra-filename=-3820f669074b4f30 --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-89d5efafb6bf0fea.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17152024-04-03T07:18:17.880Z Compiling futures-task v0.3.30
17162024-04-03T07:18:17.880Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.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"' -C metadata=8caf83743321fd0c -C extra-filename=-8caf83743321fd0c --out-dir /work/oxidecomputer/omicron/target/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-04-03T07:18:17.918Z Compiling futures-io v0.3.30
17182024-04-03T07:18:17.929Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.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"' -C metadata=fcfc55d12e511fa2 -C extra-filename=-fcfc55d12e511fa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17192024-04-03T07:18:18.131Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-b0cfc04688f41b86/build-script-build`
17202024-04-03T07:18:18.160Z Compiling const-oid v0.9.6
17212024-04-03T07:18:18.189Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' -C metadata=6aceee1def2f4da4 -C extra-filename=-6aceee1def2f4da4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17222024-04-03T07:18:18.220Z Compiling regex-syntax v0.8.2
17232024-04-03T07:18:18.224Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=6a64fa9230d1c2fe -C extra-filename=-6a64fa9230d1c2fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17242024-04-03T07:18:18.256Z Compiling aho-corasick v1.1.2
17252024-04-03T07:18:18.260Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=68ea511be1183fba -C extra-filename=-68ea511be1183fba --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-1d8a52f36e2fec96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17262024-04-03T07:18:18.315Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c5b38bc1ea2a2e2f -C extra-filename=-c5b38bc1ea2a2e2f --out-dir /work/oxidecomputer/omicron/target/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-04-03T07:18:18.396Z Compiling iana-time-zone v0.1.57
17282024-04-03T07:18:18.400Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.57/src/lib.rs --error-format=json --json=diagnostic-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"' -C metadata=439b324f550e1b64 -C extra-filename=-439b324f550e1b64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17292024-04-03T07:18:18.585Z Compiling lazy_static v1.4.0
17302024-04-03T07:18:18.598Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-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="spin"' --cfg 'feature="spin_no_std"' -C metadata=62c4a58c39ad7790 -C extra-filename=-62c4a58c39ad7790 --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-9a6ac86a7e90fb01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17312024-04-03T07:18:18.681Z Compiling tinyvec_macros v0.1.1
17322024-04-03T07:18:18.687Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94402d8576ed68f3 -C extra-filename=-94402d8576ed68f3 --out-dir /work/oxidecomputer/omicron/target/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-04-03T07:18:18.788Z Compiling tinyvec v1.6.0
17342024-04-03T07:18:18.795Z Running `/home/build/.rustup/toolchains/1.76.0-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"' -C metadata=3198fd9f254b9688 -C extra-filename=-3198fd9f254b9688 --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-94402d8576ed68f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17352024-04-03T07:18:18.802Z Compiling tracing-core v0.1.32
17362024-04-03T07:18:18.802Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=53e71c23e89b2f48 -C extra-filename=-53e71c23e89b2f48 --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-3c25f391c5524dbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17372024-04-03T07:18:19.095Z Compiling ppv-lite86 v0.2.17
17382024-04-03T07:18:19.131Z Running `/home/build/.rustup/toolchains/1.76.0-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"' -C metadata=a7dee96d0234d4d9 -C extra-filename=-a7dee96d0234d4d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17392024-04-03T07:18:20.345Z Compiling rustix v0.38.31
17402024-04-03T07:18:20.353Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.31/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=8be381a602af64ff -C extra-filename=-8be381a602af64ff --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-8be381a602af64ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17412024-04-03T07:18:20.353Z Compiling pkg-config v0.3.27
17422024-04-03T07:18:20.354Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.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 -C metadata=638be2ab58094a40 -C extra-filename=-638be2ab58094a40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17432024-04-03T07:18:20.354Z Compiling unicode-normalization v0.1.22
17442024-04-03T07:18:20.354Z Compiling errno v0.3.8
17452024-04-03T07:18:20.354Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.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="default"' --cfg 'feature="std"' -C metadata=294acc61f7135d3c -C extra-filename=-294acc61f7135d3c --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-3198fd9f254b9688.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17462024-04-03T07:18:20.354Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.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="std"' -C metadata=66ade5f2b34113e6 -C extra-filename=-66ade5f2b34113e6 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17472024-04-03T07:18:20.478Z Compiling unicode-bidi v0.3.15
17482024-04-03T07:18:20.490Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.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"' -C metadata=6eae947a556dbfcc -C extra-filename=-6eae947a556dbfcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17492024-04-03T07:18:20.650Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-8be381a602af64ff/build-script-build`
17502024-04-03T07:18:20.767Z Compiling dyn-clone v1.0.17
17512024-04-03T07:18:20.783Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a512eddf3afdc0f8 -C extra-filename=-a512eddf3afdc0f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17522024-04-03T07:18:20.981Z Compiling schemars v0.8.16
17532024-04-03T07:18:21.006Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid"' --cfg 'feature="uuid08"' --cfg 'feature="uuid1"' -C metadata=8f680ace54ae352d -C extra-filename=-8f680ace54ae352d --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-8f680ace54ae352d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17542024-04-03T07:18:21.240Z Compiling cpufeatures v0.2.12
17552024-04-03T07:18:21.260Z Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=bc63a1637c76373c -C extra-filename=-bc63a1637c76373c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17562024-04-03T07:18:21.340Z Compiling rand_chacha v0.3.1
17572024-04-03T07:18:21.343Z Compiling uuid v0.8.2
17582024-04-03T07:18:21.360Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=472fef5d71b2fb51 -C extra-filename=-472fef5d71b2fb51 --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-a7dee96d0234d4d9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17592024-04-03T07:18:21.364Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=c967a759470b32c3 -C extra-filename=-c967a759470b32c3 --out-dir /work/oxidecomputer/omicron/target/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-04-03T07:18:21.384Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-8f680ace54ae352d/build-script-build`
17612024-04-03T07:18:21.832Z Compiling percent-encoding v2.3.1
17622024-04-03T07:18:21.832Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a1534a45757afc45 -C extra-filename=-a1534a45757afc45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17632024-04-03T07:18:21.832Z Compiling regex-automata v0.4.5
17642024-04-03T07:18:21.833Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.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="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --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"' -C metadata=51bf6104d225a7cd -C extra-filename=-51bf6104d225a7cd --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-68ea511be1183fba.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17652024-04-03T07:18:21.987Z Compiling serde_derive_internals v0.26.0
17662024-04-03T07:18:21.991Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.26.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 -C metadata=b43684d2f6132ad9 -C extra-filename=-b43684d2f6132ad9 --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-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17672024-04-03T07:18:22.244Z Compiling rand v0.8.5
17682024-04-03T07:18:22.259Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=dbd9f544a3d8a488 -C extra-filename=-dbd9f544a3d8a488 --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-6b8d316e1cea3f77.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-472fef5d71b2fb51.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17692024-04-03T07:18:23.189Z Compiling unicode-width v0.1.11
17702024-04-03T07:18:23.218Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-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"' -C metadata=620fc96bc50b8225 -C extra-filename=-620fc96bc50b8225 --out-dir /work/oxidecomputer/omicron/target/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-04-03T07:18:23.564Z Compiling spin v0.9.8
17722024-04-03T07:18:24.921Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name spin /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"' -C metadata=318730f9456e7117 -C extra-filename=-318730f9456e7117 --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-431ebead5e7f5a84.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17732024-04-03T07:18:25.042Z Compiling base64 v0.21.7
17742024-04-03T07:18:25.042Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=617eb63bc076f209 -C extra-filename=-617eb63bc076f209 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17752024-04-03T07:18:25.042Z Compiling form_urlencoded v1.2.1
17762024-04-03T07:18:25.042Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=af24b9bd95b41eab -C extra-filename=-af24b9bd95b41eab --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-a1534a45757afc45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17772024-04-03T07:18:25.042Z Compiling time-core v0.1.2
17782024-04-03T07:18:25.043Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=11a34715250e183d -C extra-filename=-11a34715250e183d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17792024-04-03T07:18:25.043Z Compiling powerfmt v0.2.0
17802024-04-03T07:18:25.043Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1c1471ac895a0601 -C extra-filename=-1c1471ac895a0601 --out-dir /work/oxidecomputer/omicron/target/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-04-03T07:18:25.043Z Compiling httparse v1.8.0
17822024-04-03T07:18:25.043Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.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"' -C metadata=5f5b0553dbdafeff -C extra-filename=-5f5b0553dbdafeff --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-5f5b0553dbdafeff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17832024-04-03T07:18:25.043Z Compiling num-conv v0.1.0
17842024-04-03T07:18:25.043Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' -C metadata=ec4552f396937679 -C extra-filename=-ec4552f396937679 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17852024-04-03T07:18:25.043Z Compiling deranged v0.3.11
17862024-04-03T07:18:25.043Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' -C metadata=d9fce4f0ae8d58f7 -C extra-filename=-d9fce4f0ae8d58f7 --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-1c1471ac895a0601.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17872024-04-03T07:18:25.043Z Compiling time-macros v0.2.17
17882024-04-03T07:18:25.043Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.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 --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-tuple-struct-fields --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"' -C metadata=c56fb773f20a57de -C extra-filename=-c56fb773f20a57de --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-ec4552f396937679.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-11a34715250e183d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17892024-04-03T07:18:25.043Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-5f5b0553dbdafeff/build-script-build`
17902024-04-03T07:18:25.044Z Compiling num_threads v0.1.6
17912024-04-03T07:18:25.044Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-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 -C metadata=55bc563a28b885df -C extra-filename=-55bc563a28b885df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17922024-04-03T07:18:25.044Z Running `/home/build/.rustup/toolchains/1.76.0-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"' -C metadata=8d112f43b54c713b -C extra-filename=-8d112f43b54c713b --out-dir /work/oxidecomputer/omicron/target/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`
17932024-04-03T07:18:25.044Z Compiling ring v0.17.8
17942024-04-03T07:18:25.044Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=b7b962f6b8472457 -C extra-filename=-b7b962f6b8472457 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-b7b962f6b8472457 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17952024-04-03T07:18:25.147Z Compiling ucd-trie v0.1.6
17962024-04-03T07:18:25.147Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.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"' -C metadata=4f930ff470cdcf8e -C extra-filename=-4f930ff470cdcf8e --out-dir /work/oxidecomputer/omicron/target/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-04-03T07:18:25.560Z Compiling idna v0.5.0
17982024-04-03T07:18:25.605Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1765f3d46829277c -C extra-filename=-1765f3d46829277c --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-6eae947a556dbfcc.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17992024-04-03T07:18:25.627Z Compiling either v1.10.0
18002024-04-03T07:18:25.646Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=29735c8c8d06ffc5 -C extra-filename=-29735c8c8d06ffc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18012024-04-03T07:18:26.431Z Compiling adler v1.0.2
18022024-04-03T07:18:26.442Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name adler /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 -C metadata=c05f91390b88e2e4 -C extra-filename=-c05f91390b88e2e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18032024-04-03T07:18:26.442Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-b7b962f6b8472457/build-script-build`
18042024-04-03T07:18:26.442Z Compiling async-trait v0.1.79
18052024-04-03T07:18:26.442Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.79/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=59df206a659008cf -C extra-filename=-59df206a659008cf --out-dir /work/oxidecomputer/omicron/target/debug/build/async-trait-59df206a659008cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18062024-04-03T07:18:26.652Z Compiling regex v1.10.4
18072024-04-03T07:18:26.657Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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"' -C metadata=4e726e1c165ee571 -C extra-filename=-4e726e1c165ee571 --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-68ea511be1183fba.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-51bf6104d225a7cd.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18082024-04-03T07:18:26.798Z Compiling url v2.5.0
18092024-04-03T07:18:26.806Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-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"' -C metadata=144db740d796ae92 -C extra-filename=-144db740d796ae92 --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-af24b9bd95b41eab.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-1765f3d46829277c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18102024-04-03T07:18:27.110Z Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-59df206a659008cf/build-script-build`
18112024-04-03T07:18:27.178Z Compiling miniz_oxide v0.7.1
18122024-04-03T07:18:27.183Z Running `/home/build/.rustup/toolchains/1.76.0-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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="with-alloc"' -C metadata=c2de8f879975e76c -C extra-filename=-c2de8f879975e76c --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-c05f91390b88e2e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18132024-04-03T07:18:27.725Z Compiling slog v2.7.0
18142024-04-03T07:18:27.742Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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"' -C metadata=5fc8e5575ae1ea6d -C extra-filename=-5fc8e5575ae1ea6d --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-5fc8e5575ae1ea6d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18152024-04-03T07:18:28.627Z Compiling untrusted v0.9.0
18162024-04-03T07:18:28.627Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=63b74bc618967792 -C extra-filename=-63b74bc618967792 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18172024-04-03T07:18:28.627Z Compiling time v0.3.34
18182024-04-03T07:18:28.627Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.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 --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-tuple-struct-fields --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"' -C metadata=8bd96344c454c4a8 -C extra-filename=-8bd96344c454c4a8 --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-d9fce4f0ae8d58f7.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-ec4552f396937679.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-55bc563a28b885df.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-1c1471ac895a0601.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-11a34715250e183d.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-c56fb773f20a57de.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18192024-04-03T07:18:28.627Z Compiling semver v1.0.22
18202024-04-03T07:18:28.627Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.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="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=30dd95ce171298e7 -C extra-filename=-30dd95ce171298e7 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-30dd95ce171298e7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18212024-04-03T07:18:28.627Z Compiling vcpkg v0.2.15
18222024-04-03T07:18:28.627Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg /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 -C metadata=8cd81638d0c61304 -C extra-filename=-8cd81638d0c61304 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18232024-04-03T07:18:28.627Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-5fc8e5575ae1ea6d/build-script-build`
18242024-04-03T07:18:28.638Z Compiling try-lock v0.2.4
18252024-04-03T07:18:28.638Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-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 -C metadata=8812c45f1703c49e -C extra-filename=-8812c45f1703c49e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18262024-04-03T07:18:28.774Z Compiling want v0.3.1
18272024-04-03T07:18:28.788Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=77b4488483d613fe -C extra-filename=-77b4488483d613fe --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-8812c45f1703c49e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18282024-04-03T07:18:28.902Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-30dd95ce171298e7/build-script-build`
18292024-04-03T07:18:28.950Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog /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"' -C metadata=995bdcbdcd07cd38 -C extra-filename=-995bdcbdcd07cd38 --out-dir /work/oxidecomputer/omicron/target/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`
18302024-04-03T07:18:29.051Z Compiling rustversion v1.0.14
18312024-04-03T07:18:29.069Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/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 -C metadata=61a3c02c36879e66 -C extra-filename=-61a3c02c36879e66 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-61a3c02c36879e66 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18322024-04-03T07:18:29.294Z Compiling serde_derive v1.0.197
18332024-04-03T07:18:29.319Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.197/src/lib.rs --error-format=json --json=diagnostic-rendered-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"' -C metadata=de612c12f3e33c54 -C extra-filename=-de612c12f3e33c54 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18342024-04-03T07:18:29.451Z Compiling thiserror-impl v1.0.57
18352024-04-03T07:18:29.464Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c652d18f81473493 -C extra-filename=-c652d18f81473493 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18362024-04-03T07:18:29.811Z Compiling zerocopy-derive v0.7.32
18372024-04-03T07:18:29.865Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=902d15f667741545 -C extra-filename=-902d15f667741545 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18382024-04-03T07:18:29.865Z Compiling zeroize_derive v1.4.2
18392024-04-03T07:18:29.865Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4ea82d96d0013403 -C extra-filename=-4ea82d96d0013403 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18402024-04-03T07:18:30.568Z Compiling tokio-macros v2.2.0
18412024-04-03T07:18:30.587Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.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 -C metadata=1e2e477a9a3e34fc -C extra-filename=-1e2e477a9a3e34fc --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18422024-04-03T07:18:31.502Z Compiling zeroize v1.7.0
18432024-04-03T07:18:31.518Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' -C metadata=16f5845f6e5fac03 -C extra-filename=-16f5845f6e5fac03 --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-4ea82d96d0013403.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18442024-04-03T07:18:31.984Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array /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"' -C metadata=2b2bdf58ce2422f9 -C extra-filename=-2b2bdf58ce2422f9 --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-b28ce282fa537781.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
18452024-04-03T07:18:31.984Z Compiling futures-macro v0.3.30
18462024-04-03T07:18:31.984Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.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 -C metadata=da47602161e83f7f -C extra-filename=-da47602161e83f7f --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18472024-04-03T07:18:32.141Z Compiling zerocopy v0.7.32
18482024-04-03T07:18:32.150Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.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="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' -C metadata=c85bb0d6d2fb70d6 -C extra-filename=-c85bb0d6d2fb70d6 --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-ee70016887b171ea.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-902d15f667741545.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18492024-04-03T07:18:32.374Z Compiling tracing-attributes v0.1.27
18502024-04-03T07:18:32.385Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f0dd4a81cce24c2c -C extra-filename=-f0dd4a81cce24c2c --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18512024-04-03T07:18:32.740Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=38d19793f26827c9 -C extra-filename=-38d19793f26827c9 --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-c652d18f81473493.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access`
18522024-04-03T07:18:32.859Z Compiling crypto-common v0.1.6
18532024-04-03T07:18:32.864Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=088c06576c896f41 -C extra-filename=-088c06576c896f41 --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-2b2bdf58ce2422f9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-b28ce282fa537781.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18542024-04-03T07:18:32.925Z Compiling block-buffer v0.10.4
18552024-04-03T07:18:32.932Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=3d9b6c7266bb18e9 -C extra-filename=-3d9b6c7266bb18e9 --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-2b2bdf58ce2422f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18562024-04-03T07:18:33.051Z Compiling schemars_derive v0.8.16
18572024-04-03T07:18:33.056Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8a5f1b4e89f0327b -C extra-filename=-8a5f1b4e89f0327b --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-b43684d2f6132ad9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18582024-04-03T07:18:33.156Z Compiling digest v0.10.7
18592024-04-03T07:18:33.159Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' -C metadata=a6c53878d7a38e90 -C extra-filename=-a6c53878d7a38e90 --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-3d9b6c7266bb18e9.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6aceee1def2f4da4.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-088c06576c896f41.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18602024-04-03T07:18:33.399Z Compiling pest v2.7.6
18612024-04-03T07:18:33.406Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' -C metadata=d7c5c51e4058a70f -C extra-filename=-d7c5c51e4058a70f --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-1d8a52f36e2fec96.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-4f930ff470cdcf8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18622024-04-03T07:18:33.549Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.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="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=bbfc89eae5e2d3b2 -C extra-filename=-bbfc89eae5e2d3b2 --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-980c303988e700db.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bf6fa5bec279b28c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c85bb0d6d2fb70d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
18632024-04-03T07:18:33.577Z Compiling openssl-sys v0.9.96
18642024-04-03T07:18:33.591Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.96/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 -C metadata=9cfa24790b7ed89f -C extra-filename=-9cfa24790b7ed89f --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-9cfa24790b7ed89f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-638be2ab58094a40.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-8cd81638d0c61304.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18652024-04-03T07:18:34.097Z Compiling hashbrown v0.14.3
18662024-04-03T07:18:34.110Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-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 --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -C metadata=903a53ee9c1698c0 -C extra-filename=-903a53ee9c1698c0 --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-bbfc89eae5e2d3b2.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-64a2fa6ca32b4304.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18672024-04-03T07:18:34.120Z Compiling futures-util v0.3.30
18682024-04-03T07:18:34.125Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.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"' -C metadata=61761f61c51300b8 -C extra-filename=-61761f61c51300b8 --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-3820f669074b4f30.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-da47602161e83f7f.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-0e271b12ba19f63e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-c5b38bc1ea2a2e2f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18692024-04-03T07:18:34.683Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.79/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db84444bd088c958 -C extra-filename=-db84444bd088c958 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18702024-04-03T07:18:35.315Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-9cfa24790b7ed89f/build-script-main`
18712024-04-03T07:18:36.044Z Compiling tower-service v0.3.2
18722024-04-03T07:18:36.048Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=30d127c240675800 -C extra-filename=-30d127c240675800 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18732024-04-03T07:18:36.494Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-61a3c02c36879e66/build-script-build`
18742024-04-03T07:18:36.500Z Compiling base64ct v1.6.0
18752024-04-03T07:18:36.500Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=1d4bdcf392c0c077 -C extra-filename=-1d4bdcf392c0c077 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18762024-04-03T07:18:36.500Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d04453147b30520c -C extra-filename=-d04453147b30520c --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`
18772024-04-03T07:18:36.500Z Compiling tracing v0.1.40
18782024-04-03T07:18:36.500Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -C metadata=35451fe41ca1a314 -C extra-filename=-35451fe41ca1a314 --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-2abfed8e51c766cf.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-f0dd4a81cce24c2c.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-53e71c23e89b2f48.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18792024-04-03T07:18:36.500Z Compiling httpdate v1.0.3
18802024-04-03T07:18:36.501Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f7a1e4bfdebec0a6 -C extra-filename=-f7a1e4bfdebec0a6 --out-dir /work/oxidecomputer/omicron/target/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-04-03T07:18:36.726Z Compiling pest_meta v2.7.6
18822024-04-03T07:18:36.730Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.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"' -C metadata=d29658619b240099 -C extra-filename=-d29658619b240099 --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-3c25f391c5524dbf.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-d7c5c51e4058a70f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18832024-04-03T07:18:36.806Z Compiling ring v0.16.20
18842024-04-03T07:18:36.820Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=44fe96e26fd703a5 -C extra-filename=-44fe96e26fd703a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-44fe96e26fd703a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18852024-04-03T07:18:36.926Z Compiling backtrace v0.3.69
18862024-04-03T07:18:36.934Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e05b1e7a3e7c2289 -C extra-filename=-e05b1e7a3e7c2289 --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-e05b1e7a3e7c2289 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18872024-04-03T07:18:37.381Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=38978e6989816a15 -C extra-filename=-38978e6989816a15 --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-de612c12f3e33c54.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18882024-04-03T07:18:37.408Z Compiling gimli v0.28.0
18892024-04-03T07:18:37.413Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-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="read"' --cfg 'feature="read-core"' -C metadata=a81ff7258e600d6d -C extra-filename=-a81ff7258e600d6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18902024-04-03T07:18:37.469Z Compiling foreign-types-shared v0.1.1
18912024-04-03T07:18:37.485Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared /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 -C metadata=8aef0d6c95d30ea6 -C extra-filename=-8aef0d6c95d30ea6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18922024-04-03T07:18:37.579Z Compiling openssl-probe v0.1.5
18932024-04-03T07:18:37.585Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe /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 -C metadata=ac9e745afe46f238 -C extra-filename=-ac9e745afe46f238 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18942024-04-03T07:18:38.440Z Compiling openssl v0.10.60
18952024-04-03T07:18:38.440Z Compiling foreign-types v0.3.2
18962024-04-03T07:18:38.440Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.60/build.rs --error-format=json --json=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"' -C metadata=0bb0a0778fccde3f -C extra-filename=-0bb0a0778fccde3f --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-0bb0a0778fccde3f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18972024-04-03T07:18:38.440Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types /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 -C metadata=bc66d735be7e778a -C extra-filename=-bc66d735be7e778a --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-8aef0d6c95d30ea6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18982024-04-03T07:18:38.440Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-44fe96e26fd703a5/build-script-build`
18992024-04-03T07:18:38.440Z Compiling pest_generator v2.7.6
19002024-04-03T07:18:38.441Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.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"' -C metadata=7be1a8c6344afc41 -C extra-filename=-7be1a8c6344afc41 --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-d7c5c51e4058a70f.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-d29658619b240099.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19012024-04-03T07:18:38.456Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-0bb0a0778fccde3f/build-script-build`
19022024-04-03T07:18:38.456Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-e05b1e7a3e7c2289/build-script-build`
19032024-04-03T07:18:38.456Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ea5ca821882ec114 -C extra-filename=-ea5ca821882ec114 --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-6b8d316e1cea3f77.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`
19042024-04-03T07:18:39.286Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=18ca64581d0ce742 -C extra-filename=-18ca64581d0ce742 --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-980c303988e700db.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bf6fa5bec279b28c.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-63b74bc618967792.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test`
19052024-04-03T07:18:39.713Z Compiling futures-executor v0.3.30
19062024-04-03T07:18:39.716Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.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"' -C metadata=ff152435fb53ec9e -C extra-filename=-ff152435fb53ec9e --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-89d5efafb6bf0fea.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19072024-04-03T07:18:39.783Z Compiling openssl-macros v0.1.1
19082024-04-03T07:18:39.787Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d537141aa31aa999 -C extra-filename=-d537141aa31aa999 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19092024-04-03T07:18:39.858Z Compiling object v0.32.1
19102024-04-03T07:18:39.866Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-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 --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' -C metadata=47c40cd1010b7542 -C extra-filename=-47c40cd1010b7542 --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-1d8a52f36e2fec96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19112024-04-03T07:18:39.983Z Compiling futures v0.3.30
19122024-04-03T07:18:39.994Z Running `/home/build/.rustup/toolchains/1.76.0-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"' -C metadata=7f8d1a4c7393b54e -C extra-filename=-7f8d1a4c7393b54e --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-3820f669074b4f30.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-ff152435fb53ec9e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19132024-04-03T07:18:40.099Z Compiling anyhow v1.0.79
19142024-04-03T07:18:40.144Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.79/build.rs --error-format=json --json=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"' -C metadata=a5369e54d97c3c7d -C extra-filename=-a5369e54d97c3c7d --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-a5369e54d97c3c7d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19152024-04-03T07:18:40.729Z Compiling rustc-demangle v0.1.23
19162024-04-03T07:18:40.739Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-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 -C metadata=5f526b079f7fdbb9 -C extra-filename=-5f526b079f7fdbb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19172024-04-03T07:18:40.739Z Compiling crossbeam-utils v0.8.19
19182024-04-03T07:18:40.756Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.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"' -C metadata=26b9dbd22c4e5887 -C extra-filename=-26b9dbd22c4e5887 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-26b9dbd22c4e5887 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19192024-04-03T07:18:40.766Z Compiling untrusted v0.7.1
19202024-04-03T07:18:40.766Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8b80b7f9cdecbad1 -C extra-filename=-8b80b7f9cdecbad1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19212024-04-03T07:18:40.943Z Compiling mime v0.3.17
19222024-04-03T07:18:40.951Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mime /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 -C metadata=b01eabea68b99a88 -C extra-filename=-b01eabea68b99a88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19232024-04-03T07:18:41.342Z Compiling ipnet v2.9.0
19242024-04-03T07:18:41.384Z Running `/home/build/.rustup/toolchains/1.76.0-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"' -C metadata=625ad031c02df8c5 -C extra-filename=-625ad031c02df8c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19252024-04-03T07:18:41.436Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-26b9dbd22c4e5887/build-script-build`
19262024-04-03T07:18:41.474Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=3d575e387bdf95bf -C extra-filename=-3d575e387bdf95bf --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-3c25f391c5524dbf.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-9a6ac86a7e90fb01.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8b80b7f9cdecbad1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -l static=ring-core -l static=ring-test`
19272024-04-03T07:18:41.572Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-a5369e54d97c3c7d/build-script-build`
19282024-04-03T07:18:41.757Z Compiling addr2line v0.21.0
19292024-04-03T07:18:41.775Z Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=7846890df1f8b8db -C extra-filename=-7846890df1f8b8db --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-a81ff7258e600d6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19302024-04-03T07:18:41.837Z Compiling pest_derive v2.7.6
19312024-04-03T07:18:41.844Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6d76bb4bd51d7158 -C extra-filename=-6d76bb4bd51d7158 --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-d7c5c51e4058a70f.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-7be1a8c6344afc41.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19322024-04-03T07:18:42.342Z Compiling bitflags v1.3.2
19332024-04-03T07:18:42.353Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=7c0e576e00deb96c -C extra-filename=-7c0e576e00deb96c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19342024-04-03T07:18:42.393Z Compiling rustls v0.21.9
19352024-04-03T07:18:42.823Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.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="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=58f5fb43b66757c9 -C extra-filename=-58f5fb43b66757c9 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-58f5fb43b66757c9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19362024-04-03T07:18:42.838Z Compiling winnow v0.5.15
19372024-04-03T07:18:42.838Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e7e1b9efdb1d96c2 -C extra-filename=-e7e1b9efdb1d96c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19382024-04-03T07:18:42.838Z Compiling native-tls v0.2.11
19392024-04-03T07:18:42.839Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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 -C metadata=58a43cfdaf9d19a2 -C extra-filename=-58a43cfdaf9d19a2 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-58a43cfdaf9d19a2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19402024-04-03T07:18:42.839Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-58f5fb43b66757c9/build-script-build`
19412024-04-03T07:18:42.839Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.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"' -C metadata=c5dccfdcc558c4c0 -C extra-filename=-c5dccfdcc558c4c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19422024-04-03T07:18:42.848Z Compiling rustls-webpki v0.101.7
19432024-04-03T07:18:42.848Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=aca7b52d887bed1b -C extra-filename=-aca7b52d887bed1b --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-18ca64581d0ce742.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-63b74bc618967792.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out`
19442024-04-03T07:18:42.977Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-58a43cfdaf9d19a2/build-script-build`
19452024-04-03T07:18:43.422Z Compiling bytes v1.5.0
19462024-04-03T07:18:43.430Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-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="serde"' --cfg 'feature="std"' -C metadata=6aecfa5f524ba23c -C extra-filename=-6aecfa5f524ba23c --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19472024-04-03T07:18:43.430Z Compiling bitflags v2.4.2
19482024-04-03T07:18:43.430Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.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="serde"' --cfg 'feature="std"' -C metadata=bed5a12aa0e3caec -C extra-filename=-bed5a12aa0e3caec --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19492024-04-03T07:18:43.430Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.114/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=75a66103386c9c73 -C extra-filename=-75a66103386c9c73 --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-b30ed7c35ebb4b42.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ee438a4c06a12f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg limb_width_64`
19502024-04-03T07:18:43.543Z Compiling indexmap v2.2.6
19512024-04-03T07:18:43.547Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=ae62be5f1c4cf50b -C extra-filename=-ae62be5f1c4cf50b --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-8ca3907e31bd9b35.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-903a53ee9c1698c0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19522024-04-03T07:18:44.054Z Compiling tokio v1.36.0
19532024-04-03T07:18:44.073Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.36.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' -C metadata=0937806844202a95 -C extra-filename=-0937806844202a95 --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-6aecfa5f524ba23c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-1e3eaf16406257ce.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-0b9dd2f2c8b5721e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-a55da2c545e7ab16.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-1e2e477a9a3e34fc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19542024-04-03T07:18:44.257Z Compiling chrono v0.4.34
19552024-04-03T07:18:44.275Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.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="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"' -C metadata=5e3bfc1001098ea4 -C extra-filename=-5e3bfc1001098ea4 --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-439b324f550e1b64.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19562024-04-03T07:18:44.856Z Compiling uuid v1.7.0
19572024-04-03T07:18:45.281Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=697cf6b6c911435d -C extra-filename=-697cf6b6c911435d --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-bf6fa5bec279b28c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19582024-04-03T07:18:45.285Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=6341173b0c3a13b4 -C extra-filename=-6341173b0c3a13b4 --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-bed5a12aa0e3caec.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-66ade5f2b34113e6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
19592024-04-03T07:18:45.285Z Compiling http v0.2.12
19602024-04-03T07:18:45.285Z Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=3ad4984bdc555529 -C extra-filename=-3ad4984bdc555529 --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-6aecfa5f524ba23c.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19612024-04-03T07:18:45.973Z Compiling toml_datetime v0.6.5
19622024-04-03T07:18:46.003Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.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="serde"' -C metadata=ae216f68cb6abb6a -C extra-filename=-ae216f68cb6abb6a --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19632024-04-03T07:18:46.167Z Compiling serde_spanned v0.6.5
19642024-04-03T07:18:46.174Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.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="serde"' -C metadata=66c108e515ac78d3 -C extra-filename=-66c108e515ac78d3 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19652024-04-03T07:18:46.406Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.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="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=bb58e2c0a69e4d14 -C extra-filename=-bb58e2c0a69e4d14 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19662024-04-03T07:18:46.429Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e77a0b80ebe48d56 -C extra-filename=-e77a0b80ebe48d56 --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-7846890df1f8b8db.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-c2de8f879975e76c.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-47c40cd1010b7542.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-5f526b079f7fdbb9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19672024-04-03T07:18:46.482Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.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="default"' -C metadata=645ea29e213c9d27 -C extra-filename=-645ea29e213c9d27 --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-bed5a12aa0e3caec.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bc66d735be7e778a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-d537141aa31aa999.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.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 ossl300`
19682024-04-03T07:18:46.507Z Compiling toml_edit v0.19.15
19692024-04-03T07:18:46.514Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=63e67c626e7ad01c -C extra-filename=-63e67c626e7ad01c --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-ae62be5f1c4cf50b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-66c108e515ac78d3.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-e7e1b9efdb1d96c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19702024-04-03T07:18:47.174Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid"' --cfg 'feature="uuid08"' --cfg 'feature="uuid1"' -C metadata=39351d1913f1f03d -C extra-filename=-39351d1913f1f03d --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-6aecfa5f524ba23c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a512eddf3afdc0f8.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-8a5f1b4e89f0327b.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern uuid08=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c967a759470b32c3.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
19712024-04-03T07:18:47.763Z Compiling http-body v0.4.5
19722024-04-03T07:18:47.767Z Running `/home/build/.rustup/toolchains/1.76.0-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.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 -C metadata=0344883fd30e6eeb -C extra-filename=-0344883fd30e6eeb --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-6aecfa5f524ba23c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19732024-04-03T07:18:48.010Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.79/src/lib.rs --error-format=json --json=diagnostic-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"' -C metadata=c50d7e24e8e0d956 -C extra-filename=-c50d7e24e8e0d956 --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-e77a0b80ebe48d56.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg error_generic_member_access`
19742024-04-03T07:18:48.131Z Compiling sct v0.7.0
19752024-04-03T07:18:48.135Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-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 -C metadata=cec829e4d5e6ed57 -C extra-filename=-cec829e4d5e6ed57 --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-3d575e387bdf95bf.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8b80b7f9cdecbad1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out`
19762024-04-03T07:18:48.220Z Compiling pem-rfc7468 v0.7.0
19772024-04-03T07:18:48.223Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=c0ec443ce0be2bb1 -C extra-filename=-c0ec443ce0be2bb1 --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-1d4bdcf392c0c077.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19782024-04-03T07:18:48.442Z Compiling der_derive v0.7.2
19792024-04-03T07:18:48.446Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der_derive-0.7.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 -C metadata=233a25c962eb21a0 -C extra-filename=-233a25c962eb21a0 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19802024-04-03T07:18:49.304Z Compiling cookie v0.17.0
19812024-04-03T07:18:49.365Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.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"' -C metadata=9b35e0d21cc9d4b6 -C extra-filename=-9b35e0d21cc9d4b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-9b35e0d21cc9d4b6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19822024-04-03T07:18:49.365Z Compiling utf8parse v0.2.1
19832024-04-03T07:18:49.365Z Running `/home/build/.rustup/toolchains/1.76.0-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"' -C metadata=57d9909e328a9bd8 -C extra-filename=-57d9909e328a9bd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19842024-04-03T07:18:49.366Z Compiling flagset v0.4.3
19852024-04-03T07:18:49.366Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-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 -C metadata=aea66f20f6946780 -C extra-filename=-aea66f20f6946780 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19862024-04-03T07:18:49.366Z Compiling unicode-xid v0.2.4
19872024-04-03T07:18:49.366Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid /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"' -C metadata=0bf6080e5b7e69ad -C extra-filename=-0bf6080e5b7e69ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19882024-04-03T07:18:49.519Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-9b35e0d21cc9d4b6/build-script-build`
19892024-04-03T07:18:49.533Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.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="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=be99e5fc756d5106 -C extra-filename=-be99e5fc756d5106 --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-2abfed8e51c766cf.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-aca7b52d887bed1b.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-cec829e4d5e6ed57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out`
19902024-04-03T07:18:49.533Z Compiling rustc_version v0.4.0
19912024-04-03T07:18:49.533Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c06feaa745b8ece6 -C extra-filename=-c06feaa745b8ece6 --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-bb58e2c0a69e4d14.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19922024-04-03T07:18:50.122Z Compiling serde_urlencoded v0.7.1
19932024-04-03T07:18:50.151Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=327a462a4842a87e -C extra-filename=-327a462a4842a87e --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-af24b9bd95b41eab.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ee438a4c06a12f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19942024-04-03T07:18:50.228Z Compiling idna v0.3.0
19952024-04-03T07:18:50.232Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f9d2f40becab242f -C extra-filename=-f9d2f40becab242f --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-6eae947a556dbfcc.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19962024-04-03T07:18:50.661Z Compiling thread-id v4.2.0
19972024-04-03T07:18:50.711Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.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 -C metadata=a2bfec303f661e1f -C extra-filename=-a2bfec303f661e1f --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19982024-04-03T07:18:50.772Z Compiling encoding_rs v0.8.33
19992024-04-03T07:18:50.778Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.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="alloc"' --cfg 'feature="default"' -C metadata=d2419314a2b71b17 -C extra-filename=-d2419314a2b71b17 --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-980c303988e700db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20002024-04-03T07:18:51.023Z Compiling psl-types v2.0.11
20012024-04-03T07:18:51.030Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/psl-types-2.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4d253b2a016b0118 -C extra-filename=-4d253b2a016b0118 --out-dir /work/oxidecomputer/omicron/target/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-04-03T07:18:51.223Z Compiling der v0.7.8
20032024-04-03T07:18:51.246Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der-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="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=996b9ba85656a83e -C extra-filename=-996b9ba85656a83e --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-6aceee1def2f4da4.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-233a25c962eb21a0.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-aea66f20f6946780.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c0ec443ce0be2bb1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20042024-04-03T07:18:51.254Z Compiling publicsuffix v2.2.3
20052024-04-03T07:18:51.254Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/publicsuffix-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' -C metadata=ea6efd0133743f04 -C extra-filename=-ea6efd0133743f04 --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-f9d2f40becab242f.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-4d253b2a016b0118.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20062024-04-03T07:18:51.509Z Running `/home/build/.rustup/toolchains/1.76.0-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"' -C metadata=125ade214803c611 -C extra-filename=-125ade214803c611 --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-a1534a45757afc45.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20072024-04-03T07:18:51.843Z Compiling anstyle v1.0.6
20082024-04-03T07:18:51.847Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4a98c9e1acd0c2f3 -C extra-filename=-4a98c9e1acd0c2f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20092024-04-03T07:18:52.281Z Compiling tokio-util v0.7.10
20102024-04-03T07:18:52.312Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.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="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="tracing"' -C metadata=b027a785f4e5eb07 -C extra-filename=-b027a785f4e5eb07 --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-6aecfa5f524ba23c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20112024-04-03T07:18:52.651Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls /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 -C metadata=50cc5945165cdbca -C extra-filename=-50cc5945165cdbca --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-2abfed8e51c766cf.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-ac9e745afe46f238.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.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`
20122024-04-03T07:18:53.239Z Compiling tokio-native-tls v0.3.1
20132024-04-03T07:18:53.244Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=05c5e92004136e39 -C extra-filename=-05c5e92004136e39 --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-50cc5945165cdbca.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
20142024-04-03T07:18:53.518Z Compiling h2 v0.3.24
20152024-04-03T07:18:53.545Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.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 -C metadata=9ee51b680b517f8a -C extra-filename=-9ee51b680b517f8a --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-6aecfa5f524ba23c.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-c5b38bc1ea2a2e2f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20162024-04-03T07:18:53.770Z Compiling tokio-rustls v0.24.1
20172024-04-03T07:18:53.774Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=630948c6e9ae2efb -C extra-filename=-630948c6e9ae2efb --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-be99e5fc756d5106.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out`
20182024-04-03T07:18:54.177Z Compiling spki v0.7.2
20192024-04-03T07:18:54.182Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=547654552caef2d8 -C extra-filename=-547654552caef2d8 --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-996b9ba85656a83e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20202024-04-03T07:18:54.551Z Compiling data-encoding v2.4.0
20212024-04-03T07:18:54.558Z Compiling cookie_store v0.20.0
20222024-04-03T07:18:54.559Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.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"' -C metadata=21eb80e9e8ebe971 -C extra-filename=-21eb80e9e8ebe971 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20232024-04-03T07:18:54.559Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-0.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"' -C metadata=09ad8ddc48ad56ba -C extra-filename=-09ad8ddc48ad56ba --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-125ade214803c611.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-f9d2f40becab242f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-ea6efd0133743f04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20242024-04-03T07:18:54.596Z Compiling openapiv3 v2.0.0
20252024-04-03T07:18:54.617Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' -C metadata=8e011b2f9bf91067 -C extra-filename=-8e011b2f9bf91067 --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-ae62be5f1c4cf50b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20262024-04-03T07:18:55.189Z Compiling rustls-pemfile v1.0.3
20272024-04-03T07:18:55.192Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.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 -C metadata=0fb438b34b2d4e0d -C extra-filename=-0fb438b34b2d4e0d --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-617eb63bc076f209.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20282024-04-03T07:18:55.346Z Compiling webpki-roots v0.25.2
20292024-04-03T07:18:55.353Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bd7330cb0bbec0cc -C extra-filename=-bd7330cb0bbec0cc --out-dir /work/oxidecomputer/omicron/target/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-04-03T07:18:55.514Z Compiling unicode-segmentation v1.10.1
20312024-04-03T07:18:55.526Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.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 -C metadata=25e9de3528ba2d87 -C extra-filename=-25e9de3528ba2d87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20322024-04-03T07:18:55.572Z Compiling sync_wrapper v0.1.2
20332024-04-03T07:18:55.576Z Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=04bae0dc93200231 -C extra-filename=-04bae0dc93200231 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20342024-04-03T07:18:55.703Z Compiling pkcs8 v0.10.2
20352024-04-03T07:18:55.710Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=0b7b8f541d35c6e1 -C extra-filename=-0b7b8f541d35c6e1 --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-996b9ba85656a83e.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-547654552caef2d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20362024-04-03T07:18:56.289Z Compiling hmac v0.12.1
20372024-04-03T07:18:56.305Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' -C metadata=00025fcde1c50750 -C extra-filename=-00025fcde1c50750 --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-a6c53878d7a38e90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20382024-04-03T07:18:56.379Z Compiling sha2 v0.10.8
20392024-04-03T07:18:56.390Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' -C metadata=a0af2af4befdc9ac -C extra-filename=-a0af2af4befdc9ac --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-980c303988e700db.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20402024-04-03T07:18:56.511Z Compiling scroll_derive v0.12.0
20412024-04-03T07:18:56.515Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=765e33d16b1ff90e -C extra-filename=-765e33d16b1ff90e --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20422024-04-03T07:18:56.808Z Compiling anstyle-parse v0.2.1
20432024-04-03T07:18:56.812Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="utf8"' -C metadata=c7522d056bf53745 -C extra-filename=-c7522d056bf53745 --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-57d9909e328a9bd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20442024-04-03T07:18:56.847Z Compiling num-integer v0.1.46
20452024-04-03T07:18:56.850Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=451e0d2b9dfe66d2 -C extra-filename=-451e0d2b9dfe66d2 --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-21b07e30d4dab7ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20462024-04-03T07:18:57.133Z Compiling crc32fast v1.3.2
20472024-04-03T07:18:57.139Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.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="default"' --cfg 'feature="std"' -C metadata=06ba3b50e0ef9a8e -C extra-filename=-06ba3b50e0ef9a8e --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-06ba3b50e0ef9a8e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20482024-04-03T07:18:57.666Z Compiling colorchoice v1.0.0
20492024-04-03T07:18:58.936Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-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 -C metadata=8e89472298a3933c -C extra-filename=-8e89472298a3933c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20502024-04-03T07:18:59.517Z Compiling anstyle-query v1.0.0
20512024-04-03T07:18:59.517Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.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 -C metadata=3662792a1ebce4cb -C extra-filename=-3662792a1ebce4cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20522024-04-03T07:18:59.517Z Compiling plain v0.2.3
20532024-04-03T07:18:59.517Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name plain /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 -C metadata=31854da1a1e562b0 -C extra-filename=-31854da1a1e562b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20542024-04-03T07:18:59.517Z Compiling anstream v0.6.11
20552024-04-03T07:18:59.517Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.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="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=5d5455d671f9c0ac -C extra-filename=-5d5455d671f9c0ac --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-4a98c9e1acd0c2f3.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-c7522d056bf53745.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-3662792a1ebce4cb.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-8e89472298a3933c.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-57d9909e328a9bd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20562024-04-03T07:18:59.518Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-06ba3b50e0ef9a8e/build-script-build`
20572024-04-03T07:18:59.518Z Compiling terminal_size v0.3.0
20582024-04-03T07:18:59.518Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.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 -C metadata=5bae60aee6e52599 -C extra-filename=-5bae60aee6e52599 --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-6341173b0c3a13b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20592024-04-03T07:18:59.518Z Compiling scroll v0.12.0
20602024-04-03T07:18:59.519Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' -C metadata=38fa85ce78955f71 -C extra-filename=-38fa85ce78955f71 --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-765e33d16b1ff90e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20612024-04-03T07:18:59.519Z Compiling block-padding v0.3.3
20622024-04-03T07:18:59.519Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=51ee63e7469d9b72 -C extra-filename=-51ee63e7469d9b72 --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-2b2bdf58ce2422f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20632024-04-03T07:18:59.519Z Compiling usdt-impl v0.5.0
20642024-04-03T07:18:59.520Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' -C metadata=e05f68b1342fee83 -C extra-filename=-e05f68b1342fee83 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-e05f68b1342fee83 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20652024-04-03T07:18:59.520Z Compiling clap_lex v0.7.0
20662024-04-03T07:18:59.520Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e6c8188aaff50e44 -C extra-filename=-e6c8188aaff50e44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20672024-04-03T07:18:59.520Z Compiling goblin v0.8.0
20682024-04-03T07:18:59.520Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/goblin-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="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"' -C metadata=deb5c65f5f5a93ee -C extra-filename=-deb5c65f5f5a93ee --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-2abfed8e51c766cf.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-31854da1a1e562b0.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-38fa85ce78955f71.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20692024-04-03T07:18:59.520Z Compiling strsim v0.11.0
20702024-04-03T07:18:59.520Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-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 -C metadata=390397d5fd7c386a -C extra-filename=-390397d5fd7c386a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20712024-04-03T07:18:59.520Z Compiling bit-vec v0.6.3
20722024-04-03T07:18:59.520Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec /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"' -C metadata=be1bb453946354ab -C extra-filename=-be1bb453946354ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20732024-04-03T07:18:59.564Z Compiling pretty-hex v0.4.1
20742024-04-03T07:18:59.564Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /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"' -C metadata=9e8a878aa7eb3c7b -C extra-filename=-9e8a878aa7eb3c7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20752024-04-03T07:18:59.564Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-e05f68b1342fee83/build-script-build`
20762024-04-03T07:18:59.564Z Compiling clap_builder v4.5.1
20772024-04-03T07:18:59.564Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.1/src/lib.rs --error-format=json --json=diagnostic-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="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=6b3eb681a21ab104 -C extra-filename=-6b3eb681a21ab104 --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-5d5455d671f9c0ac.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-4a98c9e1acd0c2f3.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-e6c8188aaff50e44.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-390397d5fd7c386a.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-5bae60aee6e52599.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20782024-04-03T07:18:59.564Z Compiling inout v0.1.3
20792024-04-03T07:18:59.564Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' -C metadata=7933e1db1f12eba9 -C extra-filename=-7933e1db1f12eba9 --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-51ee63e7469d9b72.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20802024-04-03T07:18:59.565Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-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"' --cfg 'feature="std"' -C metadata=cefa2dedbe8d87d7 -C extra-filename=-cefa2dedbe8d87d7 --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-980c303988e700db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg crc32fast_stdarchx86`
20812024-04-03T07:18:59.565Z Compiling dtrace-parser v0.2.0
20822024-04-03T07:18:59.565Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e9e9e76a7a486184 -C extra-filename=-e9e9e76a7a486184 --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-d7c5c51e4058a70f.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-6d76bb4bd51d7158.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20832024-04-03T07:18:59.565Z Compiling clap_derive v4.5.0
20842024-04-03T07:18:59.565Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.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="default"' -C metadata=59f2997d00ca8c7e -C extra-filename=-59f2997d00ca8c7e --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-a8c1128ccf1e31c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20852024-04-03T07:18:59.638Z Compiling siphasher v0.3.11
20862024-04-03T07:18:59.656Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=133f7f9717270c02 -C extra-filename=-133f7f9717270c02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20872024-04-03T07:18:59.708Z Compiling cipher v0.4.4
20882024-04-03T07:18:59.719Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' -C metadata=402b3a96df9ca873 -C extra-filename=-402b3a96df9ca873 --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-088c06576c896f41.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7933e1db1f12eba9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20892024-04-03T07:18:59.980Z Compiling synstructure v0.12.6
20902024-04-03T07:18:59.996Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/synstructure-0.12.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="proc-macro"' -C metadata=c8a69fb569489b2b -C extra-filename=-c8a69fb569489b2b --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-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-0bf6080e5b7e69ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20912024-04-03T07:19:00.045Z Compiling crossbeam-epoch v0.9.18
20922024-04-03T07:19:00.461Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5696f49e87e7e9eb -C extra-filename=-5696f49e87e7e9eb --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-c5dccfdcc558c4c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20932024-04-03T07:19:00.479Z Compiling hyper v0.14.28
20942024-04-03T07:19:00.479Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/src/lib.rs --error-format=json --json=diagnostic-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"' -C metadata=8db1e92fa14262ee -C extra-filename=-8db1e92fa14262ee --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-6aecfa5f524ba23c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-9ee51b680b517f8a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-0344883fd30e6eeb.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-8d112f43b54c713b.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f7a1e4bfdebec0a6.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-30d127c240675800.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-77b4488483d613fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20952024-04-03T07:19:00.860Z Compiling hex v0.4.3
20962024-04-03T07:19:00.880Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=db60d4c20d2823cc -C extra-filename=-db60d4c20d2823cc --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20972024-04-03T07:19:01.420Z Compiling itertools v0.10.5
20982024-04-03T07:19:01.431Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=fe659cae1f4f223b -C extra-filename=-fe659cae1f4f223b --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-29735c8c8d06ffc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20992024-04-03T07:19:01.553Z Compiling stable_deref_trait v1.2.0
21002024-04-03T07:19:01.596Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait /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 -C metadata=582a0be4df1a882a -C extra-filename=-582a0be4df1a882a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21012024-04-03T07:19:01.661Z Compiling ff v0.13.0
21022024-04-03T07:19:02.102Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=6611eb4731189f69 -C extra-filename=-6611eb4731189f69 --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-4fa4ac482618385e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21032024-04-03T07:19:02.112Z Compiling zerocopy-derive v0.2.0
21042024-04-03T07:19:02.112Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.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 -C metadata=6bf9da31a9f77c7e -C extra-filename=-6bf9da31a9f77c7e --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-fd52f7f67b160361.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-c8a69fb569489b2b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21052024-04-03T07:19:02.113Z Compiling winnow v0.6.1
21062024-04-03T07:19:02.113Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ccf344a41d16b00c -C extra-filename=-ccf344a41d16b00c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21072024-04-03T07:19:04.098Z Compiling base16ct v0.2.0
21082024-04-03T07:19:04.145Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=3df99549457fce56 -C extra-filename=-3df99549457fce56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21092024-04-03T07:19:04.189Z Compiling zerocopy v0.3.0
21102024-04-03T07:19:04.211Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-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 -C metadata=0da092f55f2e8e4f -C extra-filename=-0da092f55f2e8e4f --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-ee70016887b171ea.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-6bf9da31a9f77c7e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21112024-04-03T07:19:04.211Z Compiling group v0.13.0
21122024-04-03T07:19:04.228Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=547b3c2635021fdc -C extra-filename=-547b3c2635021fdc --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-6611eb4731189f69.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21132024-04-03T07:19:04.396Z Compiling dof v0.3.0
21142024-04-03T07:19:04.406Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' -C metadata=54601a5e6c0c66d9 -C extra-filename=-54601a5e6c0c66d9 --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-deb5c65f5f5a93ee.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c85bb0d6d2fb70d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21152024-04-03T07:19:04.514Z Compiling sec1 v0.7.3
21162024-04-03T07:19:04.546Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' -C metadata=e60b7e509226bfb1 -C extra-filename=-e60b7e509226bfb1 --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-3df99549457fce56.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-996b9ba85656a83e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-0b7b8f541d35c6e1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21172024-04-03T07:19:05.138Z Compiling flate2 v1.0.28
21182024-04-03T07:19:05.139Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/src/lib.rs --error-format=json --json=diagnostic-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"' -C metadata=57a9568c453a51a4 -C extra-filename=-57a9568c453a51a4 --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-cefa2dedbe8d87d7.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-c2de8f879975e76c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21192024-04-03T07:19:05.139Z Compiling clap v4.5.1
21202024-04-03T07:19:05.139Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.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="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"' -C metadata=4375ce6eb40991fe -C extra-filename=-4375ce6eb40991fe --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-6b3eb681a21ab104.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-59f2997d00ca8c7e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21212024-04-03T07:19:05.139Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' -C metadata=ca9ded886892fed2 -C extra-filename=-ca9ded886892fed2 --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-ee70016887b171ea.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-54601a5e6c0c66d9.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-e9e9e76a7a486184.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-a2bfec303f661e1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
21222024-04-03T07:19:05.139Z Compiling hkdf v0.12.4
21232024-04-03T07:19:05.140Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=a9fb4855d11d87bd -C extra-filename=-a9fb4855d11d87bd --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-00025fcde1c50750.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21242024-04-03T07:19:05.764Z Compiling toml_edit v0.22.9
21252024-04-03T07:19:06.208Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.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="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=823bad65159637ea -C extra-filename=-823bad65159637ea --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-ae62be5f1c4cf50b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-66c108e515ac78d3.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ccf344a41d16b00c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21262024-04-03T07:19:06.208Z Compiling toml v0.7.8
21272024-04-03T07:19:06.209Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=2da36ffd94c47b25 -C extra-filename=-2da36ffd94c47b25 --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-38978e6989816a15.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-66c108e515ac78d3.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-63e67c626e7ad01c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21282024-04-03T07:19:06.709Z Compiling crypto-bigint v0.5.2
21292024-04-03T07:19:06.710Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.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="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=7a6440f633d82463 -C extra-filename=-7a6440f633d82463 --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-2b2bdf58ce2422f9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21302024-04-03T07:19:06.722Z Compiling zerocopy-derive v0.6.4
21312024-04-03T07:19:06.722Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.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 -C metadata=f86a3dc640476cb8 -C extra-filename=-f86a3dc640476cb8 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21322024-04-03T07:19:06.782Z Compiling usdt-impl v0.3.5
21332024-04-03T07:19:06.857Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.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="asm"' -C metadata=b29735a69ac65060 -C extra-filename=-b29735a69ac65060 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-b29735a69ac65060 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21342024-04-03T07:19:07.164Z Compiling hyper-tls v0.5.0
21352024-04-03T07:19:07.171Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.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 -C metadata=6f4da1db05ed19ad -C extra-filename=-6f4da1db05ed19ad --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-6aecfa5f524ba23c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-50cc5945165cdbca.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-05c5e92004136e39.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
21362024-04-03T07:19:12.043Z Compiling hyper-rustls v0.24.2
21372024-04-03T07:19:12.179Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.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 -C metadata=53b118c3cb436fa6 -C extra-filename=-53b118c3cb436fa6 --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-61761f61c51300b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-be99e5fc756d5106.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-630948c6e9ae2efb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out`
21382024-04-03T07:19:12.179Z Compiling signal-hook v0.3.17
21392024-04-03T07:19:12.179Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=9655e73be3c53b0b -C extra-filename=-9655e73be3c53b0b --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-9655e73be3c53b0b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21402024-04-03T07:19:12.179Z Compiling reqwest v0.11.24
21412024-04-03T07:19:12.179Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__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"' -C metadata=8002a2c32e5fd612 -C extra-filename=-8002a2c32e5fd612 --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-617eb63bc076f209.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-125ade214803c611.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-09ad8ddc48ad56ba.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-d2419314a2b71b17.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-9ee51b680b517f8a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-0344883fd30e6eeb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-53b118c3cb436fa6.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-6f4da1db05ed19ad.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b01eabea68b99a88.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-50cc5945165cdbca.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-be99e5fc756d5106.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0fb438b34b2d4e0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-04bae0dc93200231.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-05c5e92004136e39.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-630948c6e9ae2efb.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-30d127c240675800.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-bd7330cb0bbec0cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
21422024-04-03T07:19:12.180Z Compiling fixedbitset v0.4.2
21432024-04-03T07:19:12.180Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset /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 -C metadata=283c13f9261a241c -C extra-filename=-283c13f9261a241c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21442024-04-03T07:19:12.180Z Compiling managed v0.8.0
21452024-04-03T07:19:12.180Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name managed /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"' -C metadata=4254128bc37ffddd -C extra-filename=-4254128bc37ffddd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21462024-04-03T07:19:12.180Z Compiling petgraph v0.6.4
21472024-04-03T07:19:12.180Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-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 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"' -C metadata=e5aa9c7e1349da1f -C extra-filename=-e5aa9c7e1349da1f --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-283c13f9261a241c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21482024-04-03T07:19:12.180Z Compiling zerocopy v0.6.4
21492024-04-03T07:19:12.180Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=590e009e477044e3 -C extra-filename=-590e009e477044e3 --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-ee70016887b171ea.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-f86a3dc640476cb8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21502024-04-03T07:19:12.180Z Compiling elliptic-curve v0.13.8
21512024-04-03T07:19:12.180Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-9655e73be3c53b0b/build-script-build`
21522024-04-03T07:19:12.180Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' -C metadata=e8d8bf4e25df132f -C extra-filename=-e8d8bf4e25df132f --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-3df99549457fce56.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-7a6440f633d82463.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6611eb4731189f69.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-547b3c2635021fdc.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c0ec443ce0be2bb1.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-0b7b8f541d35c6e1.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-e60b7e509226bfb1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21532024-04-03T07:19:12.180Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-b29735a69ac65060/build-script-build`
21542024-04-03T07:19:12.180Z Compiling dof v0.1.5
21552024-04-03T07:19:12.180Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-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 -C metadata=bfd9ede14d676ec0 -C extra-filename=-bfd9ede14d676ec0 --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-38d19793f26827c9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0da092f55f2e8e4f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21562024-04-03T07:19:12.180Z Compiling phf_shared v0.10.0
21572024-04-03T07:19:12.180Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d859ec681b84f7b3 -C extra-filename=-d859ec681b84f7b3 --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-133f7f9717270c02.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21582024-04-03T07:19:12.224Z Compiling bit-set v0.5.3
21592024-04-03T07:19:12.224Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set /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"' -C metadata=27499d9b5a601208 -C extra-filename=-27499d9b5a601208 --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-be1bb453946354ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21602024-04-03T07:19:12.224Z Compiling ipnetwork v0.20.0
21612024-04-03T07:19:12.224Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' -C metadata=f17680ce5a756063 -C extra-filename=-f17680ce5a756063 --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-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21622024-04-03T07:19:12.224Z Compiling dtrace-parser v0.1.14
21632024-04-03T07:19:12.224Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-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 -C metadata=122f0d05c21fbf17 -C extra-filename=-122f0d05c21fbf17 --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-d7c5c51e4058a70f.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-6d76bb4bd51d7158.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21642024-04-03T07:19:12.225Z Compiling precomputed-hash v0.1.1
21652024-04-03T07:19:12.225Z Compiling static_assertions v1.1.0
21662024-04-03T07:19:12.225Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash /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 -C metadata=fb1edac7ceef463b -C extra-filename=-fb1edac7ceef463b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21672024-04-03T07:19:12.225Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions /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 -C metadata=7aa140c674e3bb93 -C extra-filename=-7aa140c674e3bb93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21682024-04-03T07:19:12.226Z Compiling minimal-lexical v0.2.1
21692024-04-03T07:19:12.226Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=f998b5f863db48e3 -C extra-filename=-f998b5f863db48e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21702024-04-03T07:19:12.226Z Compiling new_debug_unreachable v1.0.4
21712024-04-03T07:19:12.226Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-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 -C metadata=790aed8a41185dae -C extra-filename=-790aed8a41185dae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21722024-04-03T07:19:12.226Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=b715f9e47ea90777 -C extra-filename=-b715f9e47ea90777 --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-6b8d316e1cea3f77.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-a55da2c545e7ab16.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21732024-04-03T07:19:12.227Z Compiling string_cache v0.8.7
21742024-04-03T07:19:12.227Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' -C metadata=33f63dff621ea474 -C extra-filename=-33f63dff621ea474 --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-790aed8a41185dae.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-d859ec681b84f7b3.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-fb1edac7ceef463b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21752024-04-03T07:19:12.227Z Compiling nom v7.1.3
21762024-04-03T07:19:12.227Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1a7eb10f63693edb -C extra-filename=-1a7eb10f63693edb --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-1d8a52f36e2fec96.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-f998b5f863db48e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21772024-04-03T07:19:12.227Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-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="asm"' -C metadata=751fc8d88b518c07 -C extra-filename=-751fc8d88b518c07 --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-ee70016887b171ea.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-bfd9ede14d676ec0.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-122f0d05c21fbf17.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-a2bfec303f661e1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
21782024-04-03T07:19:12.227Z Compiling num-iter v0.1.44
21792024-04-03T07:19:12.228Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.44/src/lib.rs --error-format=json --json=diagnostic-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"' -C metadata=8a4f5f1eb5a1a1b3 -C extra-filename=-8a4f5f1eb5a1a1b3 --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-451e0d2b9dfe66d2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21802024-04-03T07:19:12.228Z Compiling serde_tokenstream v0.1.7
21812024-04-03T07:19:12.228Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.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 -C metadata=541e5f2f365f1a6f -C extra-filename=-541e5f2f365f1a6f --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-fd52f7f67b160361.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21822024-04-03T07:19:12.228Z Compiling bzip2-sys v0.1.11+1.0.8
21832024-04-03T07:19:12.228Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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 -C metadata=36d1d60e81e302cf -C extra-filename=-36d1d60e81e302cf --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-36d1d60e81e302cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-638be2ab58094a40.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21842024-04-03T07:19:12.229Z Compiling num-bigint v0.4.4
21852024-04-03T07:19:12.229Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.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="rand"' --cfg 'feature="std"' -C metadata=246b26f09786fdb2 -C extra-filename=-246b26f09786fdb2 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-246b26f09786fdb2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21862024-04-03T07:19:12.229Z Compiling matches v0.1.10
21872024-04-03T07:19:12.230Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name matches /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 -C metadata=664ec475a67c1ce0 -C extra-filename=-664ec475a67c1ce0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21882024-04-03T07:19:12.230Z Compiling idna v0.2.3
21892024-04-03T07:19:12.230Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c5f4b460fdb48679 -C extra-filename=-c5f4b460fdb48679 --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-664ec475a67c1ce0.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-6eae947a556dbfcc.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21902024-04-03T07:19:12.230Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-36d1d60e81e302cf/build-script-build`
21912024-04-03T07:19:12.499Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-246b26f09786fdb2/build-script-build`
21922024-04-03T07:19:12.641Z Compiling heapless v0.7.16
21932024-04-03T07:19:12.649Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.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="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=daea142978a598c1 -C extra-filename=-daea142978a598c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-daea142978a598c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c06feaa745b8ece6.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21942024-04-03T07:19:12.674Z Compiling enum-as-inner v0.5.1
21952024-04-03T07:19:12.705Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db0587d23916f20e -C extra-filename=-db0587d23916f20e --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-a8c1128ccf1e31c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21962024-04-03T07:19:12.856Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21972024-04-03T07:19:12.856Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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 -C metadata=7a58e5c93571eb21 -C extra-filename=-7a58e5c93571eb21 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-7a58e5c93571eb21 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21982024-04-03T07:19:13.061Z Compiling lalrpop-util v0.19.12
21992024-04-03T07:19:13.089Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4772c578c774ae0f -C extra-filename=-4772c578c774ae0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22002024-04-03T07:19:13.136Z Compiling regex-automata v0.1.10
22012024-04-03T07:19:13.571Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f8861666dcaff791 -C extra-filename=-f8861666dcaff791 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22022024-04-03T07:19:13.585Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-daea142978a598c1/build-script-build`
22032024-04-03T07:19:13.585Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys /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 -C metadata=37da7ad4377a8b02 -C extra-filename=-37da7ad4377a8b02 --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-6b8d316e1cea3f77.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-bd5d8c5bae313f3d/out/lib -l static=bz2`
22042024-04-03T07:19:13.585Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-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="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=ffdb14edb5f31fca -C extra-filename=-ffdb14edb5f31fca --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-451e0d2b9dfe66d2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg u64_digit --cfg has_try_from --cfg use_addcarry`
22052024-04-03T07:19:14.827Z Compiling bstr v0.2.17
22062024-04-03T07:19:14.848Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-automata"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=354ed4aae11869be -C extra-filename=-354ed4aae11869be --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-62c4a58c39ad7790.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-f8861666dcaff791.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22072024-04-03T07:19:14.848Z Compiling usdt-macro v0.3.5
22082024-04-03T07:19:14.848Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-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 --cfg 'feature="asm"' -C metadata=4d1c75b4e9007b88 -C extra-filename=-4d1c75b4e9007b88 --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-122f0d05c21fbf17.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-541e5f2f365f1a6f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-751fc8d88b518c07.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22092024-04-03T07:19:14.849Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-7a58e5c93571eb21/build-script-build`
22102024-04-03T07:19:14.849Z Compiling usdt-attr-macro v0.3.5
22112024-04-03T07:19:14.849Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-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 --cfg 'feature="asm"' -C metadata=b198d8bbddb2080b -C extra-filename=-b198d8bbddb2080b --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-122f0d05c21fbf17.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-541e5f2f365f1a6f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-751fc8d88b518c07.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22122024-04-03T07:19:14.849Z Compiling trust-dns-proto v0.22.0
22132024-04-03T07:19:14.849Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=11dbb7b3e92914f4 -C extra-filename=-11dbb7b3e92914f4 --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-db84444bd088c958.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-21eb80e9e8ebe971.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-db0587d23916f20e.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-c5f4b460fdb48679.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-3198fd9f254b9688.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22142024-04-03T07:19:14.849Z Compiling signal-hook-mio v0.2.3
22152024-04-03T07:19:14.849Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.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="mio-0_8"' --cfg 'feature="support-v0_8"' -C metadata=e26baa7dc393bd3b -C extra-filename=-e26baa7dc393bd3b --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-6b8d316e1cea3f77.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-1e3eaf16406257ce.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22162024-04-03T07:19:14.850Z Compiling diesel_table_macro_syntax v0.1.0
22172024-04-03T07:19:14.850Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_table_macro_syntax-0.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 -C metadata=fe48636d21048ea1 -C extra-filename=-fe48636d21048ea1 --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-f03df9f88b4c240c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22182024-04-03T07:19:14.850Z Compiling scheduled-thread-pool v0.2.7
22192024-04-03T07:19:14.850Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ea7e9e95b2acd8e6 -C extra-filename=-ea7e9e95b2acd8e6 --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-54ad4a7edca3918d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22202024-04-03T07:19:14.850Z Compiling hash32 v0.2.1
22212024-04-03T07:19:14.850Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 /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 -C metadata=805aaac0a91fda2a -C extra-filename=-805aaac0a91fda2a --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-ee70016887b171ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22222024-04-03T07:19:14.851Z Compiling predicates-core v1.0.6
22232024-04-03T07:19:14.851Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.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 -C metadata=b55ee153c811977d -C extra-filename=-b55ee153c811977d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22242024-04-03T07:19:15.437Z Compiling smoltcp v0.9.1
22252024-04-03T07:19:15.443Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=aaaee1037ac94787 -C extra-filename=-aaaee1037ac94787 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-aaaee1037ac94787 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22262024-04-03T07:19:15.444Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.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="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=400b486cae9fc56a -C extra-filename=-400b486cae9fc56a --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-805aaac0a91fda2a.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-582a0be4df1a882a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
22272024-04-03T07:19:15.444Z Compiling r2d2 v0.8.10
22282024-04-03T07:19:15.444Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0665997f3629c9a2 -C extra-filename=-0665997f3629c9a2 --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-2abfed8e51c766cf.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-ea7e9e95b2acd8e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22292024-04-03T07:19:15.444Z Compiling diesel_derives v2.1.2
22302024-04-03T07:19:15.445Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_derives-2.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 --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' -C metadata=b7330f85004b4e6b -C extra-filename=-b7330f85004b4e6b --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-fe48636d21048ea1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22312024-04-03T07:19:15.510Z Compiling crossterm v0.27.0
22322024-04-03T07:19:15.515Z Running `/home/build/.rustup/toolchains/1.76.0-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="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' -C metadata=8542092650763994 -C extra-filename=-8542092650763994 --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-bed5a12aa0e3caec.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-1e3eaf16406257ce.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-e26baa7dc393bd3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22332024-04-03T07:19:15.537Z Compiling usdt v0.3.5
22342024-04-03T07:19:15.556Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-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="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=15f97496cfe610b8 -C extra-filename=-15f97496cfe610b8 --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-122f0d05c21fbf17.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-b198d8bbddb2080b.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-751fc8d88b518c07.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-4d1c75b4e9007b88.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22352024-04-03T07:19:15.783Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-aaaee1037ac94787/build-script-build`
22362024-04-03T07:19:15.812Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys /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 -C metadata=05241e374f7f2401 -C extra-filename=-05241e374f7f2401 --out-dir /work/oxidecomputer/omicron/target/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`
22372024-04-03T07:19:15.845Z Compiling bzip2 v0.4.4
22382024-04-03T07:19:15.864Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 /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 -C metadata=53855cad2d61ceb5 -C extra-filename=-53855cad2d61ceb5 --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-37da7ad4377a8b02.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.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-bd5d8c5bae313f3d/out/lib`
22392024-04-03T07:19:16.073Z Compiling strum_macros v0.25.2
22402024-04-03T07:19:16.080Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.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 -C metadata=5816f63b375210cc -C extra-filename=-5816f63b375210cc --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-a8c1128ccf1e31c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-d04453147b30520c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22412024-04-03T07:19:16.244Z Compiling md-5 v0.10.5
22422024-04-03T07:19:16.251Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.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="std"' -C metadata=95ddd80219fcceda -C extra-filename=-95ddd80219fcceda --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-a6c53878d7a38e90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22432024-04-03T07:19:16.269Z Compiling yasna v0.5.2
22442024-04-03T07:19:16.275Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bit-vec"' --cfg 'feature="default"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --cfg 'feature="time"' -C metadata=9505c6c6a004631d -C extra-filename=-9505c6c6a004631d --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-be1bb453946354ab.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-ffdb14edb5f31fca.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22452024-04-03T07:19:16.500Z Compiling hubpack_derive v0.1.1
22462024-04-03T07:19:16.504Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3fe472772c1c8797 -C extra-filename=-3fe472772c1c8797 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22472024-04-03T07:19:17.600Z Compiling bstr v1.9.0
22482024-04-03T07:19:18.017Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=56bee3b2739ce422 -C extra-filename=-56bee3b2739ce422 --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-1d8a52f36e2fec96.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-51bf6104d225a7cd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22492024-04-03T07:19:18.175Z Compiling console v0.15.8
22502024-04-03T07:19:18.182Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=ecd543c2b58c8b48 -C extra-filename=-ecd543c2b58c8b48 --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-62c4a58c39ad7790.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22512024-04-03T07:19:20.000Z Compiling stringprep v0.1.3
22522024-04-03T07:19:20.055Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name stringprep /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-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 -C metadata=c70e4727cf884194 -C extra-filename=-c70e4727cf884194 --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-6eae947a556dbfcc.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22532024-04-03T07:19:20.055Z Compiling float-cmp v0.9.0
22542024-04-03T07:19:20.055Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' -C metadata=ed3734b0ea4be59f -C extra-filename=-ed3734b0ea4be59f --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-21b07e30d4dab7ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22552024-04-03T07:19:20.080Z Compiling fallible-iterator v0.2.0
22562024-04-03T07:19:20.080Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2fe14cc2404ff086 -C extra-filename=-2fe14cc2404ff086 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22572024-04-03T07:19:20.080Z Compiling difflib v0.4.0
22582024-04-03T07:19:20.080Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name difflib /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 -C metadata=6290a94fd7899125 -C extra-filename=-6290a94fd7899125 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22592024-04-03T07:19:20.377Z Compiling normalize-line-endings v0.3.0
22602024-04-03T07:19:20.392Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings /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 -C metadata=bfbd24c0c4f3838d -C extra-filename=-bfbd24c0c4f3838d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22612024-04-03T07:19:20.411Z Compiling postgres-protocol v0.6.6
22622024-04-03T07:19:20.442Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.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"' -C metadata=d45fc8a5c8bbe801 -C extra-filename=-d45fc8a5c8bbe801 --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-617eb63bc076f209.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2fe14cc2404ff086.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-95ddd80219fcceda.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-c70e4727cf884194.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22632024-04-03T07:19:20.503Z Compiling predicates v3.1.0
22642024-04-03T07:19:20.578Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-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="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=047610642ce2042e -C extra-filename=-047610642ce2042e --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-4a98c9e1acd0c2f3.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-6290a94fd7899125.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-ed3734b0ea4be59f.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-bfbd24c0c4f3838d.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-b55ee153c811977d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22652024-04-03T07:19:20.582Z Compiling hubpack v0.1.2
22662024-04-03T07:19:20.582Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6e7220f8b1920659 -C extra-filename=-6e7220f8b1920659 --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-3fe472772c1c8797.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22672024-04-03T07:19:21.054Z Compiling zip v0.6.6
22682024-04-03T07:19:21.146Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' -C metadata=41e088f95a91c6b7 -C extra-filename=-41e088f95a91c6b7 --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-ee70016887b171ea.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-53855cad2d61ceb5.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-cefa2dedbe8d87d7.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.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-bd5d8c5bae313f3d/out/lib`
22692024-04-03T07:19:21.393Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=a703ca3348e0e465 -C extra-filename=-a703ca3348e0e465 --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-7c0e576e00deb96c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-400b486cae9fc56a.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-4254128bc37ffddd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22702024-04-03T07:19:21.747Z Compiling similar v2.4.0
22712024-04-03T07:19:21.753Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-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 --cfg 'feature="bstr"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' -C metadata=871159d04b2d3ddf -C extra-filename=-871159d04b2d3ddf --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-354ed4aae11869be.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-25e9de3528ba2d87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22722024-04-03T07:19:22.376Z Compiling phf_shared v0.11.2
22732024-04-03T07:19:22.394Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=fa73beba1fefbb84 -C extra-filename=-fa73beba1fefbb84 --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-133f7f9717270c02.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22742024-04-03T07:19:22.497Z Compiling tokio-stream v0.1.14
22752024-04-03T07:19:22.510Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.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="net"' --cfg 'feature="time"' -C metadata=3811752c0578f7fd -C extra-filename=-3811752c0578f7fd --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-89d5efafb6bf0fea.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22762024-04-03T07:19:22.627Z Compiling serde_repr v0.1.16
22772024-04-03T07:19:22.644Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f18fcf40897582ac -C extra-filename=-f18fcf40897582ac --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22782024-04-03T07:19:22.763Z Compiling peg-runtime v0.8.2
22792024-04-03T07:19:22.771Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_runtime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-runtime-0.8.2/lib.rs --error-format=json --json=diagnostic-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"' -C metadata=280b946df6bab858 -C extra-filename=-280b946df6bab858 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22802024-04-03T07:19:23.262Z Compiling phf v0.11.2
22812024-04-03T07:19:23.315Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a2420ec8dd0905e2 -C extra-filename=-a2420ec8dd0905e2 --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-fa73beba1fefbb84.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22822024-04-03T07:19:23.407Z Compiling postgres-types v0.2.6
22832024-04-03T07:19:23.416Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.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="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"' -C metadata=697ac57de36da886 -C extra-filename=-697ac57de36da886 --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-6aecfa5f524ba23c.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2fe14cc2404ff086.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-d45fc8a5c8bbe801.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22842024-04-03T07:19:23.500Z Compiling whoami v1.5.0
22852024-04-03T07:19:23.513Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-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="web"' --cfg 'feature="web-sys"' -C metadata=e2ae5922343e9bab -C extra-filename=-e2ae5922343e9bab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22862024-04-03T07:19:23.935Z Compiling serde_tokenstream v0.2.0
22872024-04-03T07:19:23.955Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b22abd21a27fa8e5 -C extra-filename=-b22abd21a27fa8e5 --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-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22882024-04-03T07:19:23.956Z Compiling regress v0.9.0
22892024-04-03T07:19:23.956Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-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="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1d982a80737a6d6b -C extra-filename=-1d982a80737a6d6b --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-903a53ee9c1698c0.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22902024-04-03T07:19:23.956Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22912024-04-03T07:19:23.956Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/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"' -C metadata=fa9424cdf320c306 -C extra-filename=-fa9424cdf320c306 --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-7c0e576e00deb96c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e7220f8b1920659.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-f18fcf40897582ac.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-a703ca3348e0e465.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-5816f63b375210cc.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-590e009e477044e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22922024-04-03T07:19:24.073Z Compiling getopts v0.2.21
22932024-04-03T07:19:24.077Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name getopts /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 -C metadata=546a7eb753089bb3 -C extra-filename=-546a7eb753089bb3 --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-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22942024-04-03T07:19:24.091Z Compiling unsafe-libyaml v0.2.10
22952024-04-03T07:19:24.091Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.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 -C metadata=21d3de22991e498f -C extra-filename=-21d3de22991e498f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22962024-04-03T07:19:24.332Z Compiling tokio-postgres v0.7.10
22972024-04-03T07:19:24.341Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.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="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=67b5d8affcba319b -C extra-filename=-67b5d8affcba319b --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-db84444bd088c958.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-2fe14cc2404ff086.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-a2420ec8dd0905e2.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-d45fc8a5c8bbe801.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-697ac57de36da886.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-e2ae5922343e9bab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22982024-04-03T07:19:24.341Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
22992024-04-03T07:19:24.341Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/90d3282/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 -C metadata=0098157a782cbc3b -C extra-filename=-0098157a782cbc3b --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-6aecfa5f524ba23c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
23002024-04-03T07:19:24.730Z Compiling camino v1.1.6
23012024-04-03T07:19:24.739Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.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="serde"' --cfg 'feature="serde1"' -C metadata=fdc28e60d8f86ed5 -C extra-filename=-fdc28e60d8f86ed5 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-fdc28e60d8f86ed5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23022024-04-03T07:19:24.985Z Compiling ident_case v1.0.1
23032024-04-03T07:19:24.994Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ident_case /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 -C metadata=f19a442f824e47b0 -C extra-filename=-f19a442f824e47b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23042024-04-03T07:19:25.081Z Compiling strsim v0.10.0
23052024-04-03T07:19:25.105Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-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 -C metadata=76477e16a6288729 -C extra-filename=-76477e16a6288729 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23062024-04-03T07:19:25.163Z Compiling dirs-sys-next v0.1.2
23072024-04-03T07:19:25.173Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7583a51e7ec01c70 -C extra-filename=-7583a51e7ec01c70 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23082024-04-03T07:19:25.444Z Compiling serde_yaml v0.9.25
23092024-04-03T07:19:25.459Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.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 -C metadata=cd4728de54efffff -C extra-filename=-cd4728de54efffff --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-ae62be5f1c4cf50b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ee438a4c06a12f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-21d3de22991e498f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23102024-04-03T07:19:25.867Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-fdc28e60d8f86ed5/build-script-build`
23112024-04-03T07:19:25.931Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=aa5affffdef128b1 -C extra-filename=-aa5affffdef128b1 --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-38978e6989816a15.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`
23122024-04-03T07:19:25.944Z Compiling atty v0.2.14
23132024-04-03T07:19:25.944Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name atty /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 -C metadata=bc207275872cf9fb -C extra-filename=-bc207275872cf9fb --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23142024-04-03T07:19:26.025Z Compiling fastrand v2.0.1
23152024-04-03T07:19:26.110Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.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"' -C metadata=c16f82958b9bdd6c -C extra-filename=-c16f82958b9bdd6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23162024-04-03T07:19:26.126Z Compiling dirs-next v2.0.0
23172024-04-03T07:19:26.126Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1795876847d37563 -C extra-filename=-1795876847d37563 --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-980c303988e700db.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-7583a51e7ec01c70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23182024-04-03T07:19:26.290Z Compiling sha1 v0.10.6
23192024-04-03T07:19:26.318Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d5c71938ac202827 -C extra-filename=-d5c71938ac202827 --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-980c303988e700db.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23202024-04-03T07:19:26.600Z Compiling tempfile v3.10.0
23212024-04-03T07:19:26.607Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.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 -C metadata=6edbf390221c6541 -C extra-filename=-6edbf390221c6541 --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-980c303988e700db.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-c16f82958b9bdd6c.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6341173b0c3a13b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23222024-04-03T07:19:26.726Z Compiling term v0.7.0
23232024-04-03T07:19:26.748Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=e642081554db0b17 -C extra-filename=-e642081554db0b17 --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-1795876847d37563.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23242024-04-03T07:19:27.050Z Compiling http v1.0.0
23252024-04-03T07:19:27.069Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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"' -C metadata=67c8b9dad3854477 -C extra-filename=-67c8b9dad3854477 --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-6aecfa5f524ba23c.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23262024-04-03T07:19:28.417Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
23272024-04-03T07:19:28.552Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c5ebe0a/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 -C metadata=7e520be7567091c5 -C extra-filename=-7e520be7567091c5 --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-a8c1128ccf1e31c1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23282024-04-03T07:19:28.552Z Compiling toml v0.8.12
23292024-04-03T07:19:28.552Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.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="display"' --cfg 'feature="parse"' -C metadata=0f3ceae31af7b4dc -C extra-filename=-0f3ceae31af7b4dc --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-38978e6989816a15.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-66c108e515ac78d3.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-823bad65159637ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23302024-04-03T07:19:28.654Z Compiling match_cfg v0.1.0
23312024-04-03T07:19:28.687Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg /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"' -C metadata=22bf2f9a6e8efd73 -C extra-filename=-22bf2f9a6e8efd73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23322024-04-03T07:19:28.756Z Compiling rustls-pki-types v1.3.0
23332024-04-03T07:19:28.766Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.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="std"' -C metadata=7b61185d32fc35f8 -C extra-filename=-7b61185d32fc35f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23342024-04-03T07:19:29.282Z Compiling hostname v0.3.1
23352024-04-03T07:19:29.289Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname /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"' -C metadata=535c46064946cfa5 -C extra-filename=-535c46064946cfa5 --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-6b8d316e1cea3f77.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-22bf2f9a6e8efd73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23362024-04-03T07:19:29.519Z Compiling strum_macros v0.26.1
23372024-04-03T07:19:29.529Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.26.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 -C metadata=aced48bff4500061 -C extra-filename=-aced48bff4500061 --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-a8c1128ccf1e31c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-d04453147b30520c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23382024-04-03T07:19:29.530Z Compiling paste v1.0.14
23392024-04-03T07:19:29.530Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=605e10bfb12faca7 -C extra-filename=-605e10bfb12faca7 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-605e10bfb12faca7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23402024-04-03T07:19:29.541Z Compiling quick-error v1.2.3
23412024-04-03T07:19:29.546Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error /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 -C metadata=f6fbc9cc513eac06 -C extra-filename=-f6fbc9cc513eac06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23422024-04-03T07:19:29.700Z Compiling darling_core v0.20.3
23432024-04-03T07:19:29.713Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.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="strsim"' --cfg 'feature="suggestions"' -C metadata=1d029f60497e8dfb -C extra-filename=-1d029f60497e8dfb --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-db9135e52485f533.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-f19a442f824e47b0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-76477e16a6288729.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23442024-04-03T07:19:29.713Z Compiling crossbeam-channel v0.5.8
23452024-04-03T07:19:29.713Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.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="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3caa7d886ff74e6f -C extra-filename=-3caa7d886ff74e6f --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-980c303988e700db.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23462024-04-03T07:19:29.713Z Compiling thread_local v1.1.7
23472024-04-03T07:19:29.713Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.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 -C metadata=148c9ff4fbbb7b96 -C extra-filename=-148c9ff4fbbb7b96 --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-980c303988e700db.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23482024-04-03T07:19:30.020Z Compiling rustls v0.22.2
23492024-04-03T07:19:30.033Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.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="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=304ca1cbf122cb7a -C extra-filename=-304ca1cbf122cb7a --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-304ca1cbf122cb7a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23502024-04-03T07:19:30.067Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-605e10bfb12faca7/build-script-build`
23512024-04-03T07:19:30.134Z Compiling slog-async v2.8.0
23522024-04-03T07:19:30.195Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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"' -C metadata=2c838743e0160a8c -C extra-filename=-2c838743e0160a8c --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-2c838743e0160a8c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23532024-04-03T07:19:30.255Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=169712c035341330 -C extra-filename=-169712c035341330 --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`
23542024-04-03T07:19:30.364Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-304ca1cbf122cb7a/build-script-build`
23552024-04-03T07:19:30.807Z Compiling rustls-webpki v0.102.1
23562024-04-03T07:19:30.833Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=2bda59b4fdd555c1 -C extra-filename=-2bda59b4fdd555c1 --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-18ca64581d0ce742.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-63b74bc618967792.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out`
23572024-04-03T07:19:30.834Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-2c838743e0160a8c/build-script-build`
23582024-04-03T07:19:30.834Z Compiling instant v0.1.12
23592024-04-03T07:19:30.834Z Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=0a7219532de93018 -C extra-filename=-0a7219532de93018 --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-980c303988e700db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23602024-04-03T07:19:30.834Z Compiling take_mut v0.2.2
23612024-04-03T07:19:30.859Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut /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 -C metadata=4c34cc32e456d859 -C extra-filename=-4c34cc32e456d859 --out-dir /work/oxidecomputer/omicron/target/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-04-03T07:19:30.929Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async /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"' -C metadata=eeefe9d1f4cb38bf -C extra-filename=-eeefe9d1f4cb38bf --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-3caa7d886ff74e6f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-4c34cc32e456d859.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-148c9ff4fbbb7b96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
23632024-04-03T07:19:30.958Z Compiling slog-term v2.9.0
23642024-04-03T07:19:30.962Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a3d8168545802535 -C extra-filename=-a3d8168545802535 --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-bc207275872cf9fb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-148c9ff4fbbb7b96.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23652024-04-03T07:19:31.595Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=bfcd6c3dcc8bdfd2 -C extra-filename=-bfcd6c3dcc8bdfd2 --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-2abfed8e51c766cf.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-2bda59b4fdd555c1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out`
23662024-04-03T07:19:31.717Z Compiling diesel v2.1.5
23672024-04-03T07:19:31.730Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.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="32-column-tables"' --cfg 'feature="bitflags"' --cfg 'feature="byteorder"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="ipnetwork"' --cfg 'feature="itoa"' --cfg 'feature="libc"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="pq-sys"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' -C metadata=9afbb85b61857719 -C extra-filename=-9afbb85b61857719 --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-bed5a12aa0e3caec.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-b7330f85004b4e6b.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-0665997f3629c9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
23682024-04-03T07:19:32.182Z Compiling rustls-pemfile v2.1.1
23692024-04-03T07:19:32.186Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=38b869fdf61e2173 -C extra-filename=-38b869fdf61e2173 --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-617eb63bc076f209.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23702024-04-03T07:19:32.204Z Compiling multer v3.0.0
23712024-04-03T07:19:32.213Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.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 --cfg 'feature="default"' -C metadata=318e368f2b39a1e1 -C extra-filename=-318e368f2b39a1e1 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-318e368f2b39a1e1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23722024-04-03T07:19:32.514Z Compiling debug-ignore v1.0.5
23732024-04-03T07:19:32.524Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore /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 -C metadata=be15c627c67ed998 -C extra-filename=-be15c627c67ed998 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23742024-04-03T07:19:32.617Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-318e368f2b39a1e1/build-script-build`
23752024-04-03T07:19:32.627Z Compiling slog-json v2.6.1
23762024-04-03T07:19:32.634Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=8eb9c62fc8ee5b1a -C extra-filename=-8eb9c62fc8ee5b1a --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-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23772024-04-03T07:19:32.646Z Compiling async-stream-impl v0.3.5
23782024-04-03T07:19:32.649Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
23792024-04-03T07:19:32.649Z Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=bbeb974a7e6cd2d9 -C extra-filename=-bbeb974a7e6cd2d9 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23802024-04-03T07:19:32.649Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/29ae98d/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=6850c7ffc5939e34 -C extra-filename=-6850c7ffc5939e34 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-6850c7ffc5939e34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23812024-04-03T07:19:32.996Z Compiling atomic-waker v1.1.1
23822024-04-03T07:19:33.000Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ca4ece80fcfa154a -C extra-filename=-ca4ece80fcfa154a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23832024-04-03T07:19:33.021Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-6850c7ffc5939e34/build-script-build`
23842024-04-03T07:19:33.090Z Compiling slog-bunyan v2.5.0
23852024-04-03T07:19:33.093Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=891598d647538f18 -C extra-filename=-891598d647538f18 --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-535c46064946cfa5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-8eb9c62fc8ee5b1a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23862024-04-03T07:19:33.176Z Compiling waitgroup v0.1.2
23872024-04-03T07:19:33.232Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=23b5f6bf672f3d19 -C extra-filename=-23b5f6bf672f3d19 --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-ca4ece80fcfa154a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23882024-04-03T07:19:33.299Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-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 --cfg 'feature="default"' -C metadata=884130e21cfbc9f4 -C extra-filename=-884130e21cfbc9f4 --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-6aecfa5f524ba23c.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-d2419314a2b71b17.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-67c8b9dad3854477.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-8d112f43b54c713b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b01eabea68b99a88.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23892024-04-03T07:19:33.403Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
23902024-04-03T07:19:33.420Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/29ae98d/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 -C metadata=91d7f985056b779f -C extra-filename=-91d7f985056b779f --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23912024-04-03T07:19:34.182Z Compiling async-stream v0.3.5
23922024-04-03T07:19:34.190Z Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=6fe7743c47064bb0 -C extra-filename=-6fe7743c47064bb0 --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-bbeb974a7e6cd2d9.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23932024-04-03T07:19:34.369Z Compiling serde_path_to_error v0.1.16
23942024-04-03T07:19:34.395Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aa5b8a5176fd9fa1 -C extra-filename=-aa5b8a5176fd9fa1 --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-b30ed7c35ebb4b42.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23952024-04-03T07:19:34.506Z Compiling wait-timeout v0.2.0
23962024-04-03T07:19:34.526Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout /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 -C metadata=e8a585130783d302 -C extra-filename=-e8a585130783d302 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23972024-04-03T07:19:35.001Z Compiling strum v0.26.1
23982024-04-03T07:19:35.013Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.26.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=e0e8e885cafb6a8c -C extra-filename=-e0e8e885cafb6a8c --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-aced48bff4500061.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23992024-04-03T07:19:35.034Z Compiling structmeta-derive v0.3.0
24002024-04-03T07:19:35.038Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1c751ca5ccbc98eb -C extra-filename=-1c751ca5ccbc98eb --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24012024-04-03T07:19:35.228Z Compiling rusty-fork v0.3.0
24022024-04-03T07:19:35.236Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' -C metadata=e1361235f905e035 -C extra-filename=-e1361235f905e035 --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-db9135e52485f533.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f6fbc9cc513eac06.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-e8a585130783d302.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24032024-04-03T07:19:35.236Z Compiling newtype-uuid v1.0.1
24042024-04-03T07:19:35.241Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.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="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=33a770dffbec51cf -C extra-filename=-33a770dffbec51cf --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-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24052024-04-03T07:19:35.475Z Compiling structmeta-derive v0.2.0
24062024-04-03T07:19:35.479Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=669b3c13f236b08b -C extra-filename=-669b3c13f236b08b --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24072024-04-03T07:19:35.789Z Compiling rand_xorshift v0.3.0
24082024-04-03T07:19:35.794Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=457dde3678e64dd8 -C extra-filename=-457dde3678e64dd8 --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-4fa4ac482618385e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24092024-04-03T07:19:35.898Z Compiling darling_macro v0.20.3
24102024-04-03T07:19:35.912Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.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 -C metadata=732a39e206f60b94 -C extra-filename=-732a39e206f60b94 --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-1d029f60497e8dfb.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24112024-04-03T07:19:36.336Z Compiling tokio-rustls v0.25.0
24122024-04-03T07:19:36.372Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=3d9950f7b141fe0b -C extra-filename=-3d9950f7b141fe0b --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-bfcd6c3dcc8bdfd2.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out`
24132024-04-03T07:19:36.372Z Compiling unarray v0.1.4
24142024-04-03T07:19:36.372Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4d2a858d5a06edaf -C extra-filename=-4d2a858d5a06edaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24152024-04-03T07:19:36.372Z Compiling proptest v1.4.0
24162024-04-03T07:19:36.372Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-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 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"' -C metadata=306e0ab8c545559c -C extra-filename=-306e0ab8c545559c --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-27499d9b5a601208.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be1bb453946354ab.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-472fef5d71b2fb51.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-457dde3678e64dd8.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-e1361235f905e035.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-4d2a858d5a06edaf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24172024-04-03T07:19:36.380Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/29ae98d/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=9f6bf91986f4c362 -C extra-filename=-9f6bf91986f4c362 --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-6fe7743c47064bb0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-91d7f985056b779f.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-af24b9bd95b41eab.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-535c46064946cfa5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-884130e21cfbc9f4.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-aa5b8a5176fd9fa1.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d5c71938ac202827.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-891598d647538f18.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-8eb9c62fc8ee5b1a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-3d9950f7b141fe0b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-15f97496cfe610b8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-23b5f6bf672f3d19.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out`
24182024-04-03T07:19:37.197Z Compiling darling v0.20.3
24192024-04-03T07:19:37.200Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.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="suggestions"' -C metadata=2eae45232a04769a -C extra-filename=-2eae45232a04769a --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-1d029f60497e8dfb.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-732a39e206f60b94.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24202024-04-03T07:19:37.354Z Compiling serde_with_macros v3.6.1
24212024-04-03T07:19:37.367Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.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 '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' -C metadata=1a0969b3e4fdee72 -C extra-filename=-1a0969b3e4fdee72 --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-2eae45232a04769a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24222024-04-03T07:19:38.306Z Compiling structmeta v0.3.0
24232024-04-03T07:19:38.318Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dfad2bcabaea597a -C extra-filename=-dfad2bcabaea597a --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-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-1c751ca5ccbc98eb.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24242024-04-03T07:19:38.678Z Compiling structmeta v0.2.0
24252024-04-03T07:19:39.107Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6d0cdedd9ec54ad9 -C extra-filename=-6d0cdedd9ec54ad9 --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-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-669b3c13f236b08b.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24262024-04-03T07:19:39.115Z Compiling parse-display-derive v0.9.0
24272024-04-03T07:19:39.116Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.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 -C metadata=db2db56800ac4211 -C extra-filename=-db2db56800ac4211 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-dfad2bcabaea597a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24282024-04-03T07:19:39.133Z Compiling backoff v0.4.0
24292024-04-03T07:19:39.133Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' -C metadata=5854896ab8f65f6e -C extra-filename=-5854896ab8f65f6e --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-89d5efafb6bf0fea.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bf6fa5bec279b28c.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-0a7219532de93018.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24302024-04-03T07:19:39.478Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24312024-04-03T07:19:39.488Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9a98ec35fdc259a0 -C extra-filename=-9a98ec35fdc259a0 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24322024-04-03T07:19:40.403Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24332024-04-03T07:19:40.420Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' -C metadata=889fa7b66fefcb68 -C extra-filename=-889fa7b66fefcb68 --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-995bdcbdcd07cd38.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-9a98ec35fdc259a0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24342024-04-03T07:19:40.588Z Compiling test-strategy v0.3.1
24352024-04-03T07:19:40.624Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1bb162c8381bd8c5 -C extra-filename=-1bb162c8381bd8c5 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-6d0cdedd9ec54ad9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24362024-04-03T07:19:40.814Z Compiling serde_with v3.6.1
24372024-04-03T07:19:40.818Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.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 '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=4eb2f80cc0fd6448 -C extra-filename=-4eb2f80cc0fd6448 --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-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-1a0969b3e4fdee72.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24382024-04-03T07:19:42.485Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24392024-04-03T07:19:42.504Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' -C metadata=f2497396aab64c55 -C extra-filename=-f2497396aab64c55 --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-33a770dffbec51cf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24402024-04-03T07:19:42.722Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24412024-04-03T07:19:42.739Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fe8e2cab88f7876c -C extra-filename=-fe8e2cab88f7876c --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-db60d4c20d2823cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24422024-04-03T07:19:42.891Z Compiling macaddr v1.0.1
24432024-04-03T07:19:42.928Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' -C metadata=91213d316a08f92d -C extra-filename=-91213d316a08f92d --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24442024-04-03T07:19:43.774Z Compiling proc-macro-error-attr v1.0.4
24452024-04-03T07:19:43.801Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fad66f71676b7c98 -C extra-filename=-fad66f71676b7c98 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-fad66f71676b7c98 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24462024-04-03T07:19:43.801Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-fad66f71676b7c98/build-script-build`
24472024-04-03T07:19:44.686Z Compiling proc-macro-error v1.0.4
24482024-04-03T07:19:44.687Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=1366d0f3bcaee02a -C extra-filename=-1366d0f3bcaee02a --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-1366d0f3bcaee02a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24492024-04-03T07:19:44.687Z Compiling parse-display v0.9.0
24502024-04-03T07:19:44.687Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.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="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' -C metadata=06785579956b54a5 -C extra-filename=-06785579956b54a5 --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-db2db56800ac4211.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24512024-04-03T07:19:44.687Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-1366d0f3bcaee02a/build-script-build`
24522024-04-03T07:19:44.696Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=426a2ad6f15fb025 -C extra-filename=-426a2ad6f15fb025 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24532024-04-03T07:19:44.696Z Compiling camino-tempfile v1.1.1
24542024-04-03T07:19:44.697Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7d793f93514239ce -C extra-filename=-7d793f93514239ce --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-aa5affffdef128b1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24552024-04-03T07:19:44.697Z Compiling proc-macro-crate v1.3.1
24562024-04-03T07:19:44.697Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f5e7661c6971f31b -C extra-filename=-f5e7661c6971f31b --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-3c25f391c5524dbf.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-63e67c626e7ad01c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24572024-04-03T07:19:44.746Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24582024-04-03T07:19:44.761Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=33718d4f8774f2a3 -C extra-filename=-33718d4f8774f2a3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-33718d4f8774f2a3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24592024-04-03T07:19:44.850Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24602024-04-03T07:19:44.861Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4143c48adc6b68f3 -C extra-filename=-4143c48adc6b68f3 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-4143c48adc6b68f3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24612024-04-03T07:19:45.096Z Compiling foreign-types-macros v0.2.3
24622024-04-03T07:19:45.105Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=21aba3c55d758482 -C extra-filename=-21aba3c55d758482 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24632024-04-03T07:19:45.181Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-33718d4f8774f2a3/build-script-build`
24642024-04-03T07:19:45.198Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-4143c48adc6b68f3/build-script-build`
24652024-04-03T07:19:45.224Z Compiling foreign-types-shared v0.3.1
24662024-04-03T07:19:45.225Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5c08a05d4af8d740 -C extra-filename=-5c08a05d4af8d740 --out-dir /work/oxidecomputer/omicron/target/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-04-03T07:19:45.246Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24682024-04-03T07:19:45.270Z Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=94e284890a139288 -C extra-filename=-94e284890a139288 --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-94e284890a139288 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24692024-04-03T07:19:45.270Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=aa0253cdef2bd0fa -C extra-filename=-aa0253cdef2bd0fa --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-426a2ad6f15fb025.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
24702024-04-03T07:19:45.329Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ec2f0fdefcce3348 -C extra-filename=-ec2f0fdefcce3348 --out-dir /work/oxidecomputer/omicron/target/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`
24712024-04-03T07:19:45.491Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=93cb065b7cb66c90 -C extra-filename=-93cb065b7cb66c90 --out-dir /work/oxidecomputer/omicron/target/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`
24722024-04-03T07:19:45.572Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-94e284890a139288/build-script-build`
24732024-04-03T07:19:45.610Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24742024-04-03T07:19:45.626Z Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=41eb64e8fb76aa6c -C extra-filename=-41eb64e8fb76aa6c --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-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24752024-04-03T07:19:45.667Z Compiling cstr-argument v0.1.2
24762024-04-03T07:19:45.690Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument /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 -C metadata=8ac8ce2aaf48a630 -C extra-filename=-8ac8ce2aaf48a630 --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-980c303988e700db.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24772024-04-03T07:19:46.460Z Compiling num_enum_derive v0.5.11
24782024-04-03T07:19:46.532Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' -C metadata=f46a4e9f0d7f9326 -C extra-filename=-f46a4e9f0d7f9326 --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-f5e7661c6971f31b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24792024-04-03T07:19:46.532Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
24802024-04-03T07:19:46.533Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c5ebe0a/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 -C metadata=513da06b5e726db4 -C extra-filename=-513da06b5e726db4 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-7e520be7567091c5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24812024-04-03T07:19:46.533Z Compiling pretty-hex v0.2.1
24822024-04-03T07:19:46.533Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /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"' -C metadata=dec582575c06d8ee -C extra-filename=-dec582575c06d8ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24832024-04-03T07:19:46.534Z Compiling tabwriter v1.4.0
24842024-04-03T07:19:46.534Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabwriter-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' -C metadata=614497814ef66dfd -C extra-filename=-614497814ef66dfd --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-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24852024-04-03T07:19:46.534Z Compiling colored v2.1.0
24862024-04-03T07:19:46.535Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dd2af96275a7f5d2 -C extra-filename=-dd2af96275a7f5d2 --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-62c4a58c39ad7790.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24872024-04-03T07:19:46.573Z Compiling socket2 v0.4.9
24882024-04-03T07:19:46.574Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-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="all"' -C metadata=e830c88db8a11628 -C extra-filename=-e830c88db8a11628 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24892024-04-03T07:19:46.590Z Compiling foreign-types v0.5.0
24902024-04-03T07:19:46.616Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9ab119944053726a -C extra-filename=-9ab119944053726a --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-21aba3c55d758482.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-5c08a05d4af8d740.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24912024-04-03T07:19:46.689Z Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=22af393ad8539018 -C extra-filename=-22af393ad8539018 --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-6b8d316e1cea3f77.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-41eb64e8fb76aa6c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l door`
24922024-04-03T07:19:46.704Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24932024-04-03T07:19:46.722Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a160a081357f2375 -C extra-filename=-a160a081357f2375 --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-8ac8ce2aaf48a630.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-9ab119944053726a.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-93cb065b7cb66c90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24942024-04-03T07:19:46.856Z Compiling smf v0.2.2
24952024-04-03T07:19:46.893Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-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 -C metadata=a1e41c2f9002e3d6 -C extra-filename=-a1e41c2f9002e3d6 --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-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24962024-04-03T07:19:46.921Z Compiling humantime v2.1.0
24972024-04-03T07:19:46.921Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=89cb2d203a224f7e -C extra-filename=-89cb2d203a224f7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24982024-04-03T07:19:47.279Z Compiling termcolor v1.2.0
24992024-04-03T07:19:47.291Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-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 -C metadata=b868d2f25c6c0955 -C extra-filename=-b868d2f25c6c0955 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25002024-04-03T07:19:47.376Z Compiling same-file v1.0.6
25012024-04-03T07:19:47.413Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=93c1583377344c3a -C extra-filename=-93c1583377344c3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25022024-04-03T07:19:47.429Z Compiling usdt-attr-macro v0.5.0
25032024-04-03T07:19:47.429Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=377d0d9574b0bc11 -C extra-filename=-377d0d9574b0bc11 --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-e9e9e76a7a486184.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-ca9ded886892fed2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25042024-04-03T07:19:47.613Z Compiling walkdir v2.4.0
25052024-04-03T07:19:47.626Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-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 -C metadata=6cdfd32f8061647e -C extra-filename=-6cdfd32f8061647e --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-93c1583377344c3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25062024-04-03T07:19:48.554Z Compiling usdt-macro v0.5.0
25072024-04-03T07:19:48.567Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=a5353cf00ba13a6d -C extra-filename=-a5353cf00ba13a6d --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-e9e9e76a7a486184.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-ca9ded886892fed2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25082024-04-03T07:19:48.567Z Compiling memmap v0.7.0
25092024-04-03T07:19:48.567Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap /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 -C metadata=b9c741d7a711c399 -C extra-filename=-b9c741d7a711c399 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25102024-04-03T07:19:48.567Z Compiling arc-swap v1.6.0
25112024-04-03T07:19:48.567Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.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 -C metadata=2550af1542f0084a -C extra-filename=-2550af1542f0084a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25122024-04-03T07:19:48.583Z Compiling filetime v0.2.23
25132024-04-03T07:19:48.583Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.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 -C metadata=beba8c826f2a274c -C extra-filename=-beba8c826f2a274c --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-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25142024-04-03T07:19:48.885Z Compiling num_enum v0.5.11
25152024-04-03T07:19:48.926Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d1d94fd8721e9c34 -C extra-filename=-d1d94fd8721e9c34 --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-f46a4e9f0d7f9326.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25162024-04-03T07:19:48.969Z Compiling slog-scope v4.4.0
25172024-04-03T07:19:49.008Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope /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 -C metadata=f43bae1e2ff5c3d9 -C extra-filename=-f43bae1e2ff5c3d9 --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-2550af1542f0084a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25182024-04-03T07:19:49.039Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25192024-04-03T07:19:49.063Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f7323097c2a005e3 -C extra-filename=-f7323097c2a005e3 --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-6b8d316e1cea3f77.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-ec2f0fdefcce3348.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-d1d94fd8721e9c34.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-dec582575c06d8ee.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25202024-04-03T07:19:49.088Z Compiling xattr v1.0.1
25212024-04-03T07:19:49.088Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-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="unsupported"' -C metadata=39b777e571ac7a48 -C extra-filename=-39b777e571ac7a48 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25222024-04-03T07:19:49.306Z Compiling slog-stdlog v4.1.1
25232024-04-03T07:19:49.744Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=cb5037a33d491476 -C extra-filename=-cb5037a33d491476 --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-2abfed8e51c766cf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-f43bae1e2ff5c3d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25242024-04-03T07:19:49.745Z Compiling tar v0.4.40
25252024-04-03T07:19:49.745Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.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="default"' --cfg 'feature="xattr"' -C metadata=43d426a631c80c04 -C extra-filename=-43d426a631c80c04 --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-beba8c826f2a274c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-39b777e571ac7a48.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25262024-04-03T07:19:49.745Z Compiling newline-converter v0.3.0
25272024-04-03T07:19:49.745Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5efd44dc9c272ce5 -C extra-filename=-5efd44dc9c272ce5 --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-25e9de3528ba2d87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25282024-04-03T07:19:49.745Z Compiling termtree v0.4.1
25292024-04-03T07:19:49.745Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3cd34e04b646fdd1 -C extra-filename=-3cd34e04b646fdd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25302024-04-03T07:19:49.745Z Compiling slog-envlogger v2.2.0
25312024-04-03T07:19:49.745Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger /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"' -C metadata=bc927626b857433b -C extra-filename=-bc927626b857433b --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-2abfed8e51c766cf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-f43bae1e2ff5c3d9.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-cb5037a33d491476.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25322024-04-03T07:19:49.745Z Compiling expectorate v1.1.0
25332024-04-03T07:19:49.745Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b34ecb9511b4db9b -C extra-filename=-b34ecb9511b4db9b --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-ecd543c2b58c8b48.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-5efd44dc9c272ce5.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-871159d04b2d3ddf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25342024-04-03T07:19:49.745Z Compiling utf-8 v0.7.6
25352024-04-03T07:19:49.746Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 /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 -C metadata=c84491f7bfb958ad -C extra-filename=-c84491f7bfb958ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25362024-04-03T07:19:49.835Z Compiling heapless v0.8.0
25372024-04-03T07:19:49.852Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=99c20305208f1968 -C extra-filename=-99c20305208f1968 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-99c20305208f1968 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25382024-04-03T07:19:49.927Z Compiling usdt v0.5.0
25392024-04-03T07:19:49.935Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=4258ebc422c1fe64 -C extra-filename=-4258ebc422c1fe64 --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-54601a5e6c0c66d9.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-e9e9e76a7a486184.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-deb5c65f5f5a93ee.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-b9c741d7a711c399.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-377d0d9574b0bc11.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-ca9ded886892fed2.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-a5353cf00ba13a6d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25402024-04-03T07:19:49.987Z Compiling predicates-tree v1.0.9
25412024-04-03T07:19:50.020Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.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 -C metadata=e6c526a8ec957ffc -C extra-filename=-e6c526a8ec957ffc --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-b55ee153c811977d.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-3cd34e04b646fdd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25422024-04-03T07:19:50.305Z Compiling hash32 v0.3.1
25432024-04-03T07:19:50.337Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 /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 -C metadata=5d46faedb6eb351c -C extra-filename=-5d46faedb6eb351c --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-ee70016887b171ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25442024-04-03T07:19:50.823Z Compiling smoltcp v0.11.0
25452024-04-03T07:19:50.839Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=ca0116a8c62d4513 -C extra-filename=-ca0116a8c62d4513 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-ca0116a8c62d4513 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25462024-04-03T07:19:50.840Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-99c20305208f1968/build-script-build`
25472024-04-03T07:19:50.841Z Compiling heck v0.3.3
25482024-04-03T07:19:50.841Z Compiling cobs v0.2.3
25492024-04-03T07:19:50.841Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=12cdb6be815d4424 -C extra-filename=-12cdb6be815d4424 --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-25e9de3528ba2d87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25502024-04-03T07:19:50.842Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3fd1cea7f97f5675 -C extra-filename=-3fd1cea7f97f5675 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25512024-04-03T07:19:50.842Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=285b2ed70ba96961 -C extra-filename=-285b2ed70ba96961 --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-5d46faedb6eb351c.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-582a0be4df1a882a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25522024-04-03T07:19:50.852Z Compiling crucible-workspace-hack v0.1.0
25532024-04-03T07:19:50.852Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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 -C metadata=46a43025e66c88fc -C extra-filename=-46a43025e66c88fc --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-46a43025e66c88fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25542024-04-03T07:19:51.296Z Compiling embedded-io v0.4.0
25552024-04-03T07:19:51.296Z Running `/home/build/.rustup/toolchains/1.76.0-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"' -C metadata=bb29778d969aa912 -C extra-filename=-bb29778d969aa912 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25562024-04-03T07:19:51.296Z Compiling postcard v1.0.8
25572024-04-03T07:19:51.296Z Running `/home/build/.rustup/toolchains/1.76.0-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"' -C metadata=f3ca09dbcdd9fc8c -C extra-filename=-f3ca09dbcdd9fc8c --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-3fd1cea7f97f5675.rmeta --extern embedded_io=/work/oxidecomputer/omicron/target/debug/deps/libembedded_io-bb29778d969aa912.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25582024-04-03T07:19:51.297Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-46a43025e66c88fc/build-script-build`
25592024-04-03T07:19:51.297Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-ca0116a8c62d4513/build-script-build`
25602024-04-03T07:19:51.297Z Compiling tungstenite v0.20.1
25612024-04-03T07:19:51.297Z Running `/home/build/.rustup/toolchains/1.76.0-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"' -C metadata=7fc75eb1bcb42444 -C extra-filename=-7fc75eb1bcb42444 --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-ee70016887b171ea.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-21eb80e9e8ebe971.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-8d112f43b54c713b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d5c71938ac202827.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-c84491f7bfb958ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25622024-04-03T07:19:51.319Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25632024-04-03T07:19:51.319Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/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"' -C metadata=7e6d229a80c60a3b -C extra-filename=-7e6d229a80c60a3b --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-7e6d229a80c60a3b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25642024-04-03T07:19:51.546Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25652024-04-03T07:19:51.566Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/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"' -C metadata=1e186e2b64ec12ca -C extra-filename=-1e186e2b64ec12ca --out-dir /work/oxidecomputer/omicron/target/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-04-03T07:19:51.669Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-7e6d229a80c60a3b/build-script-build`
25672024-04-03T07:19:51.689Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
25682024-04-03T07:19:51.689Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c5ebe0a/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"' -C metadata=2e5b967204277f98 -C extra-filename=-2e5b967204277f98 --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-7e520be7567091c5.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-513da06b5e726db4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25692024-04-03T07:19:51.719Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack /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 -C metadata=704a6d61a1ba494f -C extra-filename=-704a6d61a1ba494f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25702024-04-03T07:19:51.759Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=1934a5bd669a40e1 -C extra-filename=-1934a5bd669a40e1 --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-7c0e576e00deb96c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-285b2ed70ba96961.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-4254128bc37ffddd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25712024-04-03T07:19:51.809Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25722024-04-03T07:19:51.826Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/90d3282/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 -C metadata=6cebe3fa9ffa7f9b -C extra-filename=-6cebe3fa9ffa7f9b --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-546a7eb753089bb3.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-a8c1128ccf1e31c1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-2e5b967204277f98.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25732024-04-03T07:19:51.826Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25742024-04-03T07:19:51.826Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25752024-04-03T07:19:51.826Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name derror_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/crates/derror-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 -C metadata=b4bcca95cccdd2cd -C extra-filename=-b4bcca95cccdd2cd --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-2eae45232a04769a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25762024-04-03T07:19:51.865Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/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 -C metadata=3c493b7ddd265c54 -C extra-filename=-3c493b7ddd265c54 --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-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25772024-04-03T07:19:51.955Z Compiling sigpipe v0.1.3
25782024-04-03T07:19:51.970Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sigpipe-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c576e511abbc1df6 -C extra-filename=-c576e511abbc1df6 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25792024-04-03T07:19:52.065Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
25802024-04-03T07:19:52.069Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/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 -C metadata=aeb4511d74f78a77 -C extra-filename=-aeb4511d74f78a77 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-aeb4511d74f78a77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25812024-04-03T07:19:52.407Z Compiling tokio-tungstenite v0.20.1
25822024-04-03T07:19:52.448Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.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"' -C metadata=a55b33373ba6031a -C extra-filename=-a55b33373ba6031a --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-61761f61c51300b8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-7fc75eb1bcb42444.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25832024-04-03T07:19:52.972Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-aeb4511d74f78a77/build-script-build`
25842024-04-03T07:19:52.996Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25852024-04-03T07:19:52.996Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=02d31612ddac10c5 -C extra-filename=-02d31612ddac10c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25862024-04-03T07:19:52.996Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/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 -C metadata=a63b6b39e32f800c -C extra-filename=-a63b6b39e32f800c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-dd2af96275a7f5d2.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-f7323097c2a005e3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-d1d94fd8721e9c34.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-a160a081357f2375.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-93cb065b7cb66c90.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-22af393ad8539018.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-e830c88db8a11628.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
25872024-04-03T07:19:54.344Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25882024-04-03T07:19:54.353Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/git/checkouts/zone-9383037a9395112c/f1920d5/zone_cfg_derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9fc53f7b9f7b3f99 -C extra-filename=-9fc53f7b9f7b3f99 --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-a8c1128ccf1e31c1.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-aa0253cdef2bd0fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25892024-04-03T07:19:54.354Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
25902024-04-03T07:19:54.354Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/84e423b/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 -C metadata=23afae122db430e2 -C extra-filename=-23afae122db430e2 --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-6b8d316e1cea3f77.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25912024-04-03T07:19:54.354Z Compiling num-derive v0.4.0
25922024-04-03T07:19:54.354Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.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 -C metadata=6c2619263f36e68d -C extra-filename=-6c2619263f36e68d --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25932024-04-03T07:19:54.354Z Compiling mockall_derive v0.12.0
25942024-04-03T07:19:54.354Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.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 -C metadata=5995008750e115b3 -C extra-filename=-5995008750e115b3 --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-980c303988e700db.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25952024-04-03T07:19:54.813Z Compiling downcast v0.11.0
25962024-04-03T07:19:54.818Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1f7c9f7d175ab432 -C extra-filename=-1f7c9f7d175ab432 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25972024-04-03T07:19:55.040Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
25982024-04-03T07:19:55.468Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/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"' -C metadata=93274b3e63784955 -C extra-filename=-93274b3e63784955 --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-1e186e2b64ec12ca.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-f3ca09dbcdd9fc8c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1934a5bd669a40e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25992024-04-03T07:19:55.874Z Compiling fragile v2.0.0
26002024-04-03T07:19:55.888Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e894b1308bbfa0ed -C extra-filename=-e894b1308bbfa0ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26012024-04-03T07:19:56.543Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/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"' -C metadata=d03bc24a125de6d7 -C extra-filename=-d03bc24a125de6d7 --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-980c303988e700db.rmeta --extern derror_macro=/work/oxidecomputer/omicron/target/debug/deps/libderror_macro-b4bcca95cccdd2cd.so --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a512eddf3afdc0f8.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-1e186e2b64ec12ca.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-3c493b7ddd265c54.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-93274b3e63784955.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-f3ca09dbcdd9fc8c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1934a5bd669a40e1.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-614497814ef66dfd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
26022024-04-03T07:19:56.702Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
26032024-04-03T07:19:56.762Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/4661c23/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 -C metadata=9eace954e431d2c2 -C extra-filename=-9eace954e431d2c2 --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-704a6d61a1ba494f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-6c2619263f36e68d.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26042024-04-03T07:19:56.779Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
26052024-04-03T07:19:57.263Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/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"' -C metadata=c6a77cf266a32d4a -C extra-filename=-c6a77cf266a32d4a --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-980c303988e700db.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-1e186e2b64ec12ca.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-d03bc24a125de6d7.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-02d31612ddac10c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1934a5bd669a40e1.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-614497814ef66dfd.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c85bb0d6d2fb70d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26062024-04-03T07:19:57.263Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
26072024-04-03T07:19:57.264Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/git/checkouts/zone-9383037a9395112c/f1920d5/zone/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="sync"' -C metadata=a914d00a2e572314 -C extra-filename=-a914d00a2e572314 --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-fe659cae1f4f223b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-9fc53f7b9f7b3f99.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26082024-04-03T07:19:57.264Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
26092024-04-03T07:19:57.264Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/84e423b/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 -C metadata=7a1d6bafb4554750 -C extra-filename=-7a1d6bafb4554750 --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-23afae122db430e2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26102024-04-03T07:19:57.598Z Compiling base64 v0.22.0
26112024-04-03T07:19:58.018Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=356ff9a5192dbc7e -C extra-filename=-356ff9a5192dbc7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26122024-04-03T07:19:58.018Z Compiling pem v3.0.2
26132024-04-03T07:19:58.018Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0cb71a710de885d6 -C extra-filename=-0cb71a710de885d6 --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-617eb63bc076f209.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26142024-04-03T07:19:58.352Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
26152024-04-03T07:19:58.372Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/7ee353a/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 -C metadata=d7ccb1fc6ef0a18e -C extra-filename=-d7ccb1fc6ef0a18e --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-6b8d316e1cea3f77.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-a63b6b39e32f800c.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-d03bc24a125de6d7.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c6a77cf266a32d4a.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-f3ca09dbcdd9fc8c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26162024-04-03T07:19:58.479Z Compiling env_logger v0.9.3
26172024-04-03T07:19:58.493Z Running `/home/build/.rustup/toolchains/1.76.0-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"' -C metadata=8313949158ba12f4 -C extra-filename=-8313949158ba12f4 --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-bc207275872cf9fb.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-b868d2f25c6c0955.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26182024-04-03T07:19:58.635Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26192024-04-03T07:19:58.678Z Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=b1a62a9c04d7931a -C extra-filename=-b1a62a9c04d7931a --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-6b8d316e1cea3f77.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26202024-04-03T07:19:58.689Z Compiling bitstruct_derive v0.1.0
26212024-04-03T07:19:58.689Z Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=4b7ba2192bbbf503 -C extra-filename=-4b7ba2192bbbf503 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26222024-04-03T07:19:59.077Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26232024-04-03T07:19:59.088Z Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=a157b775f51930d4 -C extra-filename=-a157b775f51930d4 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26242024-04-03T07:19:59.216Z Compiling ascii v1.1.0
26252024-04-03T07:19:59.259Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii /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 -C metadata=40a21741d6dad4a9 -C extra-filename=-40a21741d6dad4a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26262024-04-03T07:19:59.420Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26272024-04-03T07:19:59.434Z Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=3757f1f856e533e1 -C extra-filename=-3757f1f856e533e1 --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-6b8d316e1cea3f77.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-a157b775f51930d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26282024-04-03T07:19:59.673Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
26292024-04-03T07:19:59.681Z Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=36632d246150848c -C extra-filename=-36632d246150848c --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-40a21741d6dad4a9.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-8313949158ba12f4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26302024-04-03T07:19:59.852Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26312024-04-03T07:19:59.891Z Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=68b4788525c83865 -C extra-filename=-68b4788525c83865 --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-b1a62a9c04d7931a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26322024-04-03T07:19:59.892Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26332024-04-03T07:19:59.892Z Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=1ee54964435f7fd4 -C extra-filename=-1ee54964435f7fd4 --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-6b8d316e1cea3f77.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26342024-04-03T07:20:00.385Z Compiling bitstruct v0.1.1
26352024-04-03T07:20:00.385Z Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=f6ed368a1311ffcd -C extra-filename=-f6ed368a1311ffcd --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-4b7ba2192bbbf503.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26362024-04-03T07:20:00.385Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26372024-04-03T07:20:00.385Z Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=ae5113e065c4bc86 -C extra-filename=-ae5113e065c4bc86 --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-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26382024-04-03T07:20:00.385Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26392024-04-03T07:20:00.385Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/90d3282/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 -C metadata=53fb0c76612af46c -C extra-filename=-53fb0c76612af46c --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-8e011b2f9bf91067.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-6cebe3fa9ffa7f9b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-cd4728de54efffff.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26402024-04-03T07:20:00.386Z Compiling serde_arrays v0.1.0
26412024-04-03T07:20:00.386Z Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=f3686ae073355ff4 -C extra-filename=-f3686ae073355ff4 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26422024-04-03T07:20:00.482Z Compiling erased-serde v0.3.31
26432024-04-03T07:20:00.508Z Running `/home/build/.rustup/toolchains/1.76.0-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"' -C metadata=eba1e26a7e70ce36 -C extra-filename=-eba1e26a7e70ce36 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26442024-04-03T07:20:00.533Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
26452024-04-03T07:20:00.542Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/d44d9e0/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 -C metadata=4810c88037fcfe90 -C extra-filename=-4810c88037fcfe90 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-4810c88037fcfe90 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26462024-04-03T07:20:00.618Z Compiling zone_cfg_derive v0.1.2
26472024-04-03T07:20:00.632Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5d233dbee3072a81 -C extra-filename=-5d233dbee3072a81 --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-12cdb6be815d4424.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-aa0253cdef2bd0fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26482024-04-03T07:20:00.902Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-4810c88037fcfe90/build-script-build`
26492024-04-03T07:20:00.925Z Compiling tungstenite v0.21.0
26502024-04-03T07:20:00.926Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=90e20f75fd72f257 -C extra-filename=-90e20f75fd72f257 --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-ee70016887b171ea.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-21eb80e9e8ebe971.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-67c8b9dad3854477.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-8d112f43b54c713b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d5c71938ac202827.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-c84491f7bfb958ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26512024-04-03T07:20:01.173Z Compiling base64 v0.13.1
26522024-04-03T07:20:01.187Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=27c3891ed007f9e7 -C extra-filename=-27c3891ed007f9e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26532024-04-03T07:20:01.777Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26542024-04-03T07:20:01.817Z Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=0124c02ce8cef0d5 -C extra-filename=-0124c02ce8cef0d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-68b4788525c83865.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rmeta --extern bitstruct=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct-f6ed368a1311ffcd.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-1ee54964435f7fd4.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-eba1e26a7e70ce36.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-ae5113e065c4bc86.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-36632d246150848c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-f3686ae073355ff4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-3757f1f856e533e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26552024-04-03T07:20:02.280Z Compiling ron v0.7.1
26562024-04-03T07:20:02.280Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=15a2d8d95cc077ab -C extra-filename=-15a2d8d95cc077ab --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-27c3891ed007f9e7.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26572024-04-03T07:20:02.335Z Compiling mockall v0.12.0
26582024-04-03T07:20:02.340Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-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 -C metadata=2919e28e06a0b1a7 -C extra-filename=-2919e28e06a0b1a7 --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-980c303988e700db.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-1f7c9f7d175ab432.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-e894b1308bbfa0ed.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-5995008750e115b3.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-047610642ce2042e.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-e6c526a8ec957ffc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26592024-04-03T07:20:02.502Z Compiling zone v0.1.8
26602024-04-03T07:20:02.515Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b8f04a1c20aa323f -C extra-filename=-b8f04a1c20aa323f --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-fe659cae1f4f223b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-5d233dbee3072a81.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26612024-04-03T07:20:02.699Z Compiling tokio-tungstenite v0.21.0
26622024-04-03T07:20:02.707Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=b2296a766b7b3aaa -C extra-filename=-b2296a766b7b3aaa --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-61761f61c51300b8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-90e20f75fd72f257.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26632024-04-03T07:20:03.134Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/d44d9e0/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 -C metadata=0488a7c809ce9268 -C extra-filename=-0488a7c809ce9268 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-dd2af96275a7f5d2.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-f7323097c2a005e3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-d1d94fd8721e9c34.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-a160a081357f2375.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-93cb065b7cb66c90.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-22af393ad8539018.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-e830c88db8a11628.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
26642024-04-03T07:20:03.225Z Compiling headers-core v0.2.0
26652024-04-03T07:20:03.236Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name headers_core /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 -C metadata=07bb001fef48db39 -C extra-filename=-07bb001fef48db39 --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-3ad4984bdc555529.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26662024-04-03T07:20:03.362Z Compiling portpicker v0.1.1
26672024-04-03T07:20:03.369Z Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=3fd67c0097bc1e3d -C extra-filename=-3fd67c0097bc1e3d --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-dbd9f544a3d8a488.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26682024-04-03T07:20:03.693Z Compiling headers v0.3.9
26692024-04-03T07:20:03.697Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name headers /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 -C metadata=9f6e48ba9013d532 -C extra-filename=-9f6e48ba9013d532 --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-617eb63bc076f209.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-07bb001fef48db39.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f7a1e4bfdebec0a6.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b01eabea68b99a88.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d5c71938ac202827.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26702024-04-03T07:20:04.065Z Compiling rcgen v0.12.1
26712024-04-03T07:20:04.076Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' -C metadata=b8fd1eb3eadc8a85 -C extra-filename=-b8fd1eb3eadc8a85 --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-0cb71a710de885d6.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-9505c6c6a004631d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out`
26722024-04-03T07:20:04.299Z Compiling atomicwrites v0.4.3
26732024-04-03T07:20:04.304Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3655500470576653 -C extra-filename=-3655500470576653 --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-6341173b0c3a13b4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26742024-04-03T07:20:04.673Z Compiling subprocess v0.2.9
26752024-04-03T07:20:04.683Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3d08902ccd262d2a -C extra-filename=-3d08902ccd262d2a --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26762024-04-03T07:20:04.761Z Compiling linked-hash-map v0.5.6
26772024-04-03T07:20:05.198Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map /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 -C metadata=118e2b4d5837c75a -C extra-filename=-118e2b4d5837c75a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26782024-04-03T07:20:05.211Z Compiling lru-cache v0.1.2
26792024-04-03T07:20:05.211Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache /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 -C metadata=1cda006f2a34fb96 -C extra-filename=-1cda006f2a34fb96 --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-118e2b4d5837c75a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26802024-04-03T07:20:05.296Z Compiling password-hash v0.5.0
26812024-04-03T07:20:05.320Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=afee59289627ee61 -C extra-filename=-afee59289627ee61 --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-1d4bdcf392c0c077.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26822024-04-03T07:20:05.663Z Compiling blake2 v0.10.6
26832024-04-03T07:20:05.676Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=144b4f39f1f7c4be -C extra-filename=-144b4f39f1f7c4be --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-a6c53878d7a38e90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26842024-04-03T07:20:06.407Z Compiling argon2 v0.5.3
26852024-04-03T07:20:06.411Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=bd1d1801db21c345 -C extra-filename=-bd1d1801db21c345 --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-1d4bdcf392c0c077.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-144b4f39f1f7c4be.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-afee59289627ee61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26862024-04-03T07:20:06.719Z Compiling swrite v0.1.0
26872024-04-03T07:20:06.727Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite /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 -C metadata=a62c0f6c5943a826 -C extra-filename=-a62c0f6c5943a826 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26882024-04-03T07:20:06.728Z Compiling itertools v0.12.1
26892024-04-03T07:20:06.728Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=2baf6454aeb93980 -C extra-filename=-2baf6454aeb93980 --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-29735c8c8d06ffc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26902024-04-03T07:20:06.811Z Compiling derive-where v1.2.7
26912024-04-03T07:20:06.834Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2b44ebb5b3c74cea -C extra-filename=-2b44ebb5b3c74cea --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26922024-04-03T07:20:07.019Z Compiling resolv-conf v0.7.0
26932024-04-03T07:20:07.028Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf /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"' -C metadata=b17683cade733f41 -C extra-filename=-b17683cade733f41 --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-535c46064946cfa5.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f6fbc9cc513eac06.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26942024-04-03T07:20:07.133Z Compiling bytecount v0.6.3
26952024-04-03T07:20:07.138Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-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 -C metadata=d2c279734d6784ec -C extra-filename=-d2c279734d6784ec --out-dir /work/oxidecomputer/omicron/target/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-04-03T07:20:07.365Z Compiling trust-dns-resolver v0.22.0
26972024-04-03T07:20:07.397Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_resolver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-resolver-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="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=656e8e2f525a2c11 -C extra-filename=-656e8e2f525a2c11 --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-980c303988e700db.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-1cda006f2a34fb96.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-b17683cade733f41.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26982024-04-03T07:20:07.777Z Compiling semver v0.1.20
26992024-04-03T07:20:07.798Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name semver /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 -C metadata=dba12cca44c3ce32 -C extra-filename=-dba12cca44c3ce32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27002024-04-03T07:20:08.484Z Compiling cancel-safe-futures v0.1.5
27012024-04-03T07:20:08.499Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=21f7727c91c71c2c -C extra-filename=-21f7727c91c71c2c --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-21f7727c91c71c2c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27022024-04-03T07:20:08.740Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27032024-04-03T07:20:08.746Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build 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 -C metadata=087e17a8d2cdee1e -C extra-filename=-087e17a8d2cdee1e --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-087e17a8d2cdee1e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-bbfc89eae5e2d3b2.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-68ea511be1183fba.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3df99549457fce56.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-27499d9b5a601208.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be1bb453946354ab.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-354ed4aae11869be.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-56bee3b2739ce422.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-6b3eb681a21ab104.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6aceee1def2f4da4.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-5696f49e87e7e9eb.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-088c06576c896f41.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-996b9ba85656a83e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9afbb85b61857719.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-54601a5e6c0c66d9.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6611eb4731189f69.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bf6fa5bec279b28c.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-547b3c2635021fdc.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-903a53ee9c1698c0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7933e1db1f12eba9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-4772c578c774ae0f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-4254128bc37ffddd.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-1e3eaf16406257ce.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1a7eb10f63693edb.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-ffdb14edb5f31fca.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-8a4f5f1eb5a1a1b3.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-280b946df6bab858.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c0ec443ce0be2bb1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-697ac57de36da886.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-a7dee96d0234d4d9.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-047610642ce2042e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-472fef5d71b2fb51.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-51bf6104d225a7cd.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6341173b0c3a13b4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-871159d04b2d3ddf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-33f63dff621ea474.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-c56fb773f20a57de.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-67b5d8affcba319b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2da36ffd94c47b25.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-63e67c626e7ad01c.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-823bad65159637ea.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-6eae947a556dbfcc.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-15f97496cfe610b8.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-ca9ded886892fed2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-9505c6c6a004631d.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c85bb0d6d2fb70d6.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
27042024-04-03T07:20:08.885Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-21f7727c91c71c2c/build-script-build`
27052024-04-03T07:20:08.918Z Compiling rustc_version v0.1.7
27062024-04-03T07:20:08.938Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version /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 -C metadata=4288a2f61b5af2e4 -C extra-filename=-4288a2f61b5af2e4 --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-dba12cca44c3ce32.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27072024-04-03T07:20:09.090Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-087e17a8d2cdee1e/build-script-build`
27082024-04-03T07:20:09.128Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack 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 -C metadata=4de78a554399a130 -C extra-filename=-4de78a554399a130 --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-bbfc89eae5e2d3b2.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-68ea511be1183fba.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3df99549457fce56.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-27499d9b5a601208.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be1bb453946354ab.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-354ed4aae11869be.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-56bee3b2739ce422.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-6b3eb681a21ab104.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6aceee1def2f4da4.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-5696f49e87e7e9eb.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-088c06576c896f41.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-996b9ba85656a83e.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9afbb85b61857719.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-54601a5e6c0c66d9.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6611eb4731189f69.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bf6fa5bec279b28c.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-547b3c2635021fdc.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-903a53ee9c1698c0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7933e1db1f12eba9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-4772c578c774ae0f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-4254128bc37ffddd.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-1e3eaf16406257ce.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1a7eb10f63693edb.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-ffdb14edb5f31fca.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-8a4f5f1eb5a1a1b3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-280b946df6bab858.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c0ec443ce0be2bb1.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-697ac57de36da886.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-a7dee96d0234d4d9.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-047610642ce2042e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-472fef5d71b2fb51.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-51bf6104d225a7cd.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6341173b0c3a13b4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-871159d04b2d3ddf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-33f63dff621ea474.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-67b5d8affcba319b.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2da36ffd94c47b25.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-63e67c626e7ad01c.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-823bad65159637ea.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-6eae947a556dbfcc.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-15f97496cfe610b8.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-ca9ded886892fed2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-9505c6c6a004631d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c85bb0d6d2fb70d6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
27092024-04-03T07:20:09.238Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27102024-04-03T07:20:09.272Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1856481176723876 -C extra-filename=-1856481176723876 --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-4de78a554399a130.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
27112024-04-03T07:20:09.425Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27122024-04-03T07:20:09.438Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e47ac7f8328cbbbc -C extra-filename=-e47ac7f8328cbbbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-c576e511abbc1df6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
27132024-04-03T07:20:09.528Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27142024-04-03T07:20:09.531Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9cd7152deb13fcc2 -C extra-filename=-9cd7152deb13fcc2 --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-bd1d1801db21c345.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
27152024-04-03T07:20:09.795Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27162024-04-03T07:20:09.802Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=adf58952c58280be -C extra-filename=-adf58952c58280be --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-4de78a554399a130.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
27172024-04-03T07:20:09.945Z Compiling papergrid v0.11.0
27182024-04-03T07:20:09.950Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=d0016df0fe718460 -C extra-filename=-d0016df0fe718460 --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-d2c279734d6784ec.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27192024-04-03T07:20:10.097Z Compiling tabled_derive v0.7.0
27202024-04-03T07:20:10.101Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled_derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4ddee67257acbe2d -C extra-filename=-4ddee67257acbe2d --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-a8c1128ccf1e31c1.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-aa0253cdef2bd0fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27212024-04-03T07:20:10.129Z Compiling is-terminal v0.4.9
27222024-04-03T07:20:10.149Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.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 -C metadata=07069127a17cd079 -C extra-filename=-07069127a17cd079 --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-6341173b0c3a13b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27232024-04-03T07:20:10.259Z Compiling half v2.3.1
27242024-04-03T07:20:10.270Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-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 -C metadata=dab6ca9eb48a92a3 -C extra-filename=-dab6ca9eb48a92a3 --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-980c303988e700db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27252024-04-03T07:20:10.542Z Compiling ciborium-io v0.2.2
27262024-04-03T07:20:10.546Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=93bfb3a01564aefe -C extra-filename=-93bfb3a01564aefe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27272024-04-03T07:20:10.677Z Compiling newtype_derive v0.1.6
27282024-04-03T07:20:10.685Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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"' -C metadata=7642379ab00c1140 -C extra-filename=-7642379ab00c1140 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-7642379ab00c1140 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-4288a2f61b5af2e4.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27292024-04-03T07:20:10.716Z Compiling ciborium-ll v0.2.2
27302024-04-03T07:20:10.724Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=daf634329f6b7c63 -C extra-filename=-daf634329f6b7c63 --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-93bfb3a01564aefe.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-dab6ca9eb48a92a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27312024-04-03T07:20:10.793Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=a793ffa56fa205b3 -C extra-filename=-a793ffa56fa205b3 --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-89d5efafb6bf0fea.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27322024-04-03T07:20:11.024Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-7642379ab00c1140/build-script-build`
27332024-04-03T07:20:11.089Z Compiling ciborium v0.2.2
27342024-04-03T07:20:11.098Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=725e70086ca63127 -C extra-filename=-725e70086ca63127 --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-93bfb3a01564aefe.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-daf634329f6b7c63.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27352024-04-03T07:20:11.121Z Compiling slog-dtrace v0.3.0
27362024-04-03T07:20:11.128Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7c91074811bdc16d -C extra-filename=-7c91074811bdc16d --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-7c91074811bdc16d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27372024-04-03T07:20:11.368Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive /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"' -C metadata=a066ba2ba3a2161f -C extra-filename=-a066ba2ba3a2161f --out-dir /work/oxidecomputer/omicron/target/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`
27382024-04-03T07:20:11.489Z Compiling signature v2.1.0
27392024-04-03T07:20:11.500Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-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 --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=87fa9ebc53729cb3 -C extra-filename=-87fa9ebc53729cb3 --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-a6c53878d7a38e90.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27402024-04-03T07:20:11.536Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-7c91074811bdc16d/build-script-build`
27412024-04-03T07:20:11.595Z Compiling glob v0.3.1
27422024-04-03T07:20:11.599Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name glob /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 -C metadata=23cedfca1f1a09fc -C extra-filename=-23cedfca1f1a09fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27432024-04-03T07:20:11.749Z Compiling rayon-core v1.12.1
27442024-04-03T07:20:11.779Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f4733c6188dca178 -C extra-filename=-f4733c6188dca178 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-f4733c6188dca178 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27452024-04-03T07:20:12.106Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-f4733c6188dca178/build-script-build`
27462024-04-03T07:20:12.129Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=233c233740c5a91e -C extra-filename=-233c233740c5a91e --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-5e3bfc1001098ea4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27472024-04-03T07:20:12.594Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27482024-04-03T07:20:12.603Z Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=96d9a898cd06cbee -C extra-filename=-96d9a898cd06cbee --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-0124c02ce8cef0d5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2da36ffd94c47b25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27492024-04-03T07:20:12.623Z Compiling steno v0.4.0
27502024-04-03T07:20:12.628Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-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 -C metadata=cca9ad685c5194da -C extra-filename=-cca9ad685c5194da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27512024-04-03T07:20:12.700Z Compiling crossbeam-deque v0.8.3
27522024-04-03T07:20:12.704Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-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 --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b3c4c3177151a001 -C extra-filename=-b3c4c3177151a001 --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-980c303988e700db.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-5696f49e87e7e9eb.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27532024-04-03T07:20:13.000Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27542024-04-03T07:20:13.447Z Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=d26c1309751f4d01 -C extra-filename=-d26c1309751f4d01 --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-96d9a898cd06cbee.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2da36ffd94c47b25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27552024-04-03T07:20:13.464Z Compiling libsw v3.3.1
27562024-04-03T07:20:13.464Z Compiling tabled v0.15.0
27572024-04-03T07:20:13.465Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' -C metadata=54f911ea7a4e298c -C extra-filename=-54f911ea7a4e298c --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-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27582024-04-03T07:20:13.465Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' -C metadata=fafdbbb263f2d450 -C extra-filename=-fafdbbb263f2d450 --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-d0016df0fe718460.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-4ddee67257acbe2d.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27592024-04-03T07:20:13.465Z Compiling num-rational v0.4.1
27602024-04-03T07:20:13.465Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.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 -C metadata=44541355ec996e12 -C extra-filename=-44541355ec996e12 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-rational-44541355ec996e12 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27612024-04-03T07:20:13.691Z Compiling linear-map v1.2.0
27622024-04-03T07:20:13.702Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name linear_map /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 -C metadata=170a65fc53887f22 -C extra-filename=-170a65fc53887f22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27632024-04-03T07:20:13.727Z Compiling owo-colors v4.0.0
27642024-04-03T07:20:13.732Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=21e9887b2a59a1a6 -C extra-filename=-21e9887b2a59a1a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27652024-04-03T07:20:13.732Z Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-44541355ec996e12/build-script-build`
27662024-04-03T07:20:14.011Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=40d7b3943423d395 -C extra-filename=-40d7b3943423d395 --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-b3c4c3177151a001.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27672024-04-03T07:20:14.053Z Compiling nibble_vec v0.1.0
27682024-04-03T07:20:14.058Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ad5717221127a63a -C extra-filename=-ad5717221127a63a --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-f15605284eda4bd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27692024-04-03T07:20:14.266Z Compiling endian-type v0.1.2
27702024-04-03T07:20:14.274Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name endian_type /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 -C metadata=9878bc2ee7cdad50 -C extra-filename=-9878bc2ee7cdad50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27712024-04-03T07:20:14.328Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-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 -C metadata=8cc11b59b5be65d8 -C extra-filename=-8cc11b59b5be65d8 --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-451e0d2b9dfe66d2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_int_exp_fmt`
27722024-04-03T07:20:14.499Z Compiling radix_trie v0.2.1
27732024-04-03T07:20:14.503Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=31914b6898517cee -C extra-filename=-31914b6898517cee --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-9878bc2ee7cdad50.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-ad5717221127a63a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27742024-04-03T07:20:15.223Z Compiling rayon v1.9.0
27752024-04-03T07:20:15.246Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-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 -C metadata=3c0333554e1139b6 -C extra-filename=-3c0333554e1139b6 --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-29735c8c8d06ffc5.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-40d7b3943423d395.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27762024-04-03T07:20:15.820Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27772024-04-03T07:20:15.826Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=97143267c914320e -C extra-filename=-97143267c914320e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2b44ebb5b3c74cea.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-54f911ea7a4e298c.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-170a65fc53887f22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
27782024-04-03T07:20:16.136Z Compiling num-complex v0.4.4
27792024-04-03T07:20:16.141Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-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 --cfg 'feature="libm"' -C metadata=0f2ec5d69ba17311 -C extra-filename=-0f2ec5d69ba17311 --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-21b07e30d4dab7ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27802024-04-03T07:20:16.159Z Compiling fxhash v0.2.1
27812024-04-03T07:20:16.183Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fxhash /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 -C metadata=c5a6087f0e37f727 -C extra-filename=-c5a6087f0e37f727 --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-ee70016887b171ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27822024-04-03T07:20:16.351Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27832024-04-03T07:20:16.356Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bf97f7011c41aab3 -C extra-filename=-bf97f7011c41aab3 --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-4de78a554399a130.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
27842024-04-03T07:20:17.177Z Compiling num v0.4.1
27852024-04-03T07:20:17.199Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-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="libm"' -C metadata=9f10828012a3e3e1 -C extra-filename=-9f10828012a3e3e1 --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-0f2ec5d69ba17311.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-8a4f5f1eb5a1a1b3.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-8cc11b59b5be65d8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27862024-04-03T07:20:17.299Z Compiling toml v0.5.11
27872024-04-03T07:20:17.299Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-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"' -C metadata=afa4c9634c10e2b4 -C extra-filename=-afa4c9634c10e2b4 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27882024-04-03T07:20:17.688Z Compiling display-error-chain v0.2.0
27892024-04-03T07:20:17.731Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/display-error-chain-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bf419dfec19b310d -C extra-filename=-bf419dfec19b310d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27902024-04-03T07:20:17.856Z Compiling radium v0.7.0
27912024-04-03T07:20:17.870Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da833ba60dee6c82 -C extra-filename=-da833ba60dee6c82 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-da833ba60dee6c82 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27922024-04-03T07:20:18.380Z Compiling home v0.5.5
27932024-04-03T07:20:19.429Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d2c6a8e1c88275ec -C extra-filename=-d2c6a8e1c88275ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27942024-04-03T07:20:19.429Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-da833ba60dee6c82/build-script-build`
27952024-04-03T07:20:19.429Z Compiling tap v1.0.1
27962024-04-03T07:20:19.429Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tap /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 -C metadata=1f22e98df0b8f0d2 -C extra-filename=-1f22e98df0b8f0d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27972024-04-03T07:20:19.429Z Compiling convert_case v0.4.0
27982024-04-03T07:20:19.429Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=42260ae53805e822 -C extra-filename=-42260ae53805e822 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27992024-04-03T07:20:19.736Z Compiling maybe-uninit v2.0.0
28002024-04-03T07:20:19.740Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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 -C metadata=2389366b65699f97 -C extra-filename=-2389366b65699f97 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-2389366b65699f97 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28012024-04-03T07:20:19.845Z Compiling derive_more v0.99.17
28022024-04-03T07:20:19.867Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.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 --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"' -C metadata=dedb208d24807cf2 -C extra-filename=-dedb208d24807cf2 --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-42260ae53805e822.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28032024-04-03T07:20:19.871Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
28042024-04-03T07:20:19.871Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/90d3282/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 -C metadata=a5d03a490c0f94b5 -C extra-filename=-a5d03a490c0f94b5 --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-0098157a782cbc3b.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-6cebe3fa9ffa7f9b.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-53fb0c76612af46c.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
28052024-04-03T07:20:19.942Z Compiling wyz v0.5.1
28062024-04-03T07:20:19.956Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb58df48391a79fe -C extra-filename=-fb58df48391a79fe --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-1f22e98df0b8f0d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28072024-04-03T07:20:20.070Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
28082024-04-03T07:20:20.113Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/8207cb9/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 -C metadata=c0948e3159687e61 -C extra-filename=-c0948e3159687e61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
28092024-04-03T07:20:20.579Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28102024-04-03T07:20:20.579Z Running `/home/build/.rustup/toolchains/1.76.0-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"' -C metadata=455878cec8ad37c6 -C extra-filename=-455878cec8ad37c6 --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-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
28112024-04-03T07:20:20.579Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28122024-04-03T07:20:20.580Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2f4e9229eed4f533 -C extra-filename=-2f4e9229eed4f533 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
28132024-04-03T07:20:20.580Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28142024-04-03T07:20:20.580Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5ef0165b59a8965a -C extra-filename=-5ef0165b59a8965a --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-356ff9a5192dbc7e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
28152024-04-03T07:20:20.594Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-2389366b65699f97/build-script-build`
28162024-04-03T07:20:20.647Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1cb6974208755004 -C extra-filename=-1cb6974208755004 --out-dir /work/oxidecomputer/omicron/target/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`
28172024-04-03T07:20:21.026Z Compiling crc-catalog v2.2.0
28182024-04-03T07:20:21.057Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-2.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 -C metadata=584b34e269a65c72 -C extra-filename=-584b34e269a65c72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28192024-04-03T07:20:21.161Z Compiling num-bigint-dig v0.8.4
28202024-04-03T07:20:21.185Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=7c21abe8edd8cb47 -C extra-filename=-7c21abe8edd8cb47 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-7c21abe8edd8cb47 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28212024-04-03T07:20:21.203Z Compiling funty v2.0.0
28222024-04-03T07:20:21.221Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d5326c02a34c00d0 -C extra-filename=-d5326c02a34c00d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28232024-04-03T07:20:21.525Z Compiling packed_struct v0.10.1
28242024-04-03T07:20:21.529Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=7f3daadff8859eed -C extra-filename=-7f3daadff8859eed --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-7f3daadff8859eed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28252024-04-03T07:20:22.040Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-7f3daadff8859eed/build-script-build`
28262024-04-03T07:20:22.077Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-7c21abe8edd8cb47/build-script-build`
28272024-04-03T07:20:22.112Z Compiling crc v3.0.1
28282024-04-03T07:20:22.139Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-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 -C metadata=12b781ba37feba4c -C extra-filename=-12b781ba37feba4c --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-584b34e269a65c72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28292024-04-03T07:20:22.424Z Compiling bitvec v1.0.1
28302024-04-03T07:20:22.440Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dc5251a1fdc3e17c -C extra-filename=-dc5251a1fdc3e17c --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-d5326c02a34c00d0.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-1cb6974208755004.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-1f22e98df0b8f0d2.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-fb58df48391a79fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28312024-04-03T07:20:22.526Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit /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 -C metadata=d51077df71b6e718 -C extra-filename=-d51077df71b6e718 --out-dir /work/oxidecomputer/omicron/target/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`
28322024-04-03T07:20:22.562Z Compiling packed_struct_codegen v0.10.1
28332024-04-03T07:20:22.576Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=71d2366efce9da3f -C extra-filename=-71d2366efce9da3f --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28342024-04-03T07:20:23.175Z Compiling indexmap v1.9.3
28352024-04-03T07:20:23.182Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=f09a61d597ec3252 -C extra-filename=-f09a61d597ec3252 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-f09a61d597ec3252 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28362024-04-03T07:20:23.556Z Compiling nodrop v0.1.14
28372024-04-03T07:20:23.575Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nodrop /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 -C metadata=dcf73372ab15b9b6 -C extra-filename=-dcf73372ab15b9b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28382024-04-03T07:20:23.682Z Compiling array-init v0.0.4
28392024-04-03T07:20:23.686Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name array_init /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 -C metadata=47f548cad5eb7a70 -C extra-filename=-47f548cad5eb7a70 --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-dcf73372ab15b9b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28402024-04-03T07:20:24.869Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28412024-04-03T07:20:24.885Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=312b3257f317482a -C extra-filename=-312b3257f317482a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1856481176723876.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5854896ab8f65f6e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c0948e3159687e61.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0098157a782cbc3b.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
28422024-04-03T07:20:25.657Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
28432024-04-03T07:20:25.674Z Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=843cebe16e152437 -C extra-filename=-843cebe16e152437 --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-4a98c9e1acd0c2f3.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-dd2af96275a7f5d2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-0488a7c809ce9268.rmeta --extern portpicker=/work/oxidecomputer/omicron/target/debug/deps/libportpicker-3fd67c0097bc1e3d.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-455878cec8ad37c6.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-d26c1309751f4d01.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-15a2d8d95cc077ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-614497814ef66dfd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b2296a766b7b3aaa.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2da36ffd94c47b25.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-b8f04a1c20aa323f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
28442024-04-03T07:20:25.883Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=49eff785b7229eaf -C extra-filename=-49eff785b7229eaf --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-dc5251a1fdc3e17c.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-71d2366efce9da3f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28452024-04-03T07:20:27.103Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-f09a61d597ec3252/build-script-build`
28462024-04-03T07:20:27.131Z Compiling smallvec v0.6.14
28472024-04-03T07:20:27.140Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec /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"' -C metadata=750b6f44d5d11bb0 -C extra-filename=-750b6f44d5d11bb0 --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-d51077df71b6e718.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28482024-04-03T07:20:27.508Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=53309572b38547f8 -C extra-filename=-53309572b38547f8 --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-ee70016887b171ea.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-08c3263bc1059c33.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-8a4f5f1eb5a1a1b3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
28492024-04-03T07:20:27.517Z Compiling pkcs1 v0.7.5
28502024-04-03T07:20:27.517Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=feec032bdd149ce4 -C extra-filename=-feec032bdd149ce4 --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-996b9ba85656a83e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-0b7b8f541d35c6e1.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-547654552caef2d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28512024-04-03T07:20:27.577Z Compiling hashbrown v0.12.3
28522024-04-03T07:20:27.609Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' -C metadata=6b9efe44486a05de -C extra-filename=-6b9efe44486a05de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28532024-04-03T07:20:28.503Z Compiling bitfield v0.14.0
28542024-04-03T07:20:28.519Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield /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 -C metadata=44a2177e54565cd3 -C extra-filename=-44a2177e54565cd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28552024-04-03T07:20:28.746Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=1abd2053f376426f -C extra-filename=-1abd2053f376426f --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-6b9efe44486a05de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
28562024-04-03T07:20:28.827Z Compiling serde-hex v0.1.0
28572024-04-03T07:20:28.842Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex /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 -C metadata=98514bdd8737c5c9 -C extra-filename=-98514bdd8737c5c9 --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-47f548cad5eb7a70.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-750b6f44d5d11bb0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28582024-04-03T07:20:29.229Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28592024-04-03T07:20:29.250Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=9c9f2e3bfedd2848 -C extra-filename=-9c9f2e3bfedd2848 --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-ee70016887b171ea.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-12b781ba37feba4c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-590e009e477044e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28602024-04-03T07:20:29.524Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28612024-04-03T07:20:29.545Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/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 -C metadata=755937a05304aaa6 -C extra-filename=-755937a05304aaa6 --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-44a2177e54565cd3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-49eff785b7229eaf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28622024-04-03T07:20:29.659Z Compiling env_logger v0.10.0
28632024-04-03T07:20:29.672Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/src/lib.rs --error-format=json --json=diagnostic-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"' -C metadata=47f87905f0e66bb4 -C extra-filename=-47f87905f0e66bb4 --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-07069127a17cd079.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-b868d2f25c6c0955.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28642024-04-03T07:20:30.047Z Compiling rsa v0.9.2
28652024-04-03T07:20:30.059Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rsa-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 --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' -C metadata=de6453f91970b472 -C extra-filename=-de6453f91970b472 --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-ee70016887b171ea.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6aceee1def2f4da4.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-53309572b38547f8.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-8a4f5f1eb5a1a1b3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-feec032bdd149ce4.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-0b7b8f541d35c6e1.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-87fa9ebc53729cb3.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-547654552caef2d8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28662024-04-03T07:20:31.069Z Compiling x509-cert v0.2.4
28672024-04-03T07:20:31.076Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x509-cert-0.2.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="std"' -C metadata=d04bf3119feb1f66 -C extra-filename=-d04bf3119feb1f66 --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-6aceee1def2f4da4.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-996b9ba85656a83e.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-547654552caef2d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28682024-04-03T07:20:32.522Z Compiling ron v0.8.1
28692024-04-03T07:20:32.540Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=ffade93e16c6b8e0 -C extra-filename=-ffade93e16c6b8e0 --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-617eb63bc076f209.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28702024-04-03T07:20:33.593Z Compiling hashbrown v0.13.2
28712024-04-03T07:20:34.016Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' -C metadata=94e4e7ba309d7872 -C extra-filename=-94e4e7ba309d7872 --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-bbfc89eae5e2d3b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28722024-04-03T07:20:34.796Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28732024-04-03T07:20:34.800Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=65d2b709ead34c1c -C extra-filename=-65d2b709ead34c1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-67b5d8affcba319b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
28742024-04-03T07:20:35.192Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28752024-04-03T07:20:35.233Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mockall"' --cfg 'feature="testing"' -C metadata=2f76877c31ae611b -C extra-filename=-2f76877c31ae611b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-7a1d6bafb4554750.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-9eace954e431d2c2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-2919e28e06a0b1a7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d7ccb1fc6ef0a18e.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c6a77cf266a32d4a.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-e47ac7f8328cbbbc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-e2ae5922343e9bab.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
28762024-04-03T07:20:35.848Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28772024-04-03T07:20:35.857Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8c7b14291e900c1e -C extra-filename=-8c7b14291e900c1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
28782024-04-03T07:20:36.702Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28792024-04-03T07:20:36.707Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4d6b9109333e97b9 -C extra-filename=-4d6b9109333e97b9 --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-6aecfa5f524ba23c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9f10828012a3e3e1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-bf97f7011c41aab3.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
28802024-04-03T07:20:37.370Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28812024-04-03T07:20:37.375Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="seed-gen"' -C metadata=99436a652cf654c4 -C extra-filename=-99436a652cf654c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3655500470576653.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-beba8c826f2a274c.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-843cebe16e152437.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-67b5d8affcba319b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
28822024-04-03T07:20:40.064Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28832024-04-03T07:20:40.091Z Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=55f5f66b8f3e2cf1 -C extra-filename=-55f5f66b8f3e2cf1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
28842024-04-03T07:20:40.199Z Compiling crc-any v2.4.3
28852024-04-03T07:20:40.205Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-any-2.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 -C metadata=2598e3c411c3e11b -C extra-filename=-2598e3c411c3e11b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28862024-04-03T07:20:40.565Z Compiling arrayref v0.3.7
28872024-04-03T07:20:40.570Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref /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 -C metadata=477e329b0fb4e5d0 -C extra-filename=-477e329b0fb4e5d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28882024-04-03T07:20:40.679Z Compiling arrayvec v0.7.4
28892024-04-03T07:20:40.685Z Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=c9c1b634dcefec2a -C extra-filename=-c9c1b634dcefec2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28902024-04-03T07:20:40.731Z Compiling object v0.30.4
28912024-04-03T07:20:40.738Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' -C metadata=ef3269e7e4a0c920 -C extra-filename=-ef3269e7e4a0c920 --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-cefa2dedbe8d87d7.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-94e4e7ba309d7872.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1abd2053f376426f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28922024-04-03T07:20:41.075Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28932024-04-03T07:20:41.505Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/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 -C metadata=93a4f6e9acc30dc0 -C extra-filename=-93a4f6e9acc30dc0 --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-ee70016887b171ea.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6aceee1def2f4da4.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-2598e3c411c3e11b.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-996b9ba85656a83e.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-47f87905f0e66bb4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-755937a05304aaa6.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-49eff785b7229eaf.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c0ec443ce0be2bb1.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-de6453f91970b472.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-98514bdd8737c5c9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d04bf3119feb1f66.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-590e009e477044e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28942024-04-03T07:20:41.631Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28952024-04-03T07:20:41.636Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2a476cbaa4137627 -C extra-filename=-2a476cbaa4137627 --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-ffade93e16c6b8e0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-9c9f2e3bfedd2848.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-590e009e477044e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962024-04-03T07:20:42.426Z Compiling path-slash v0.1.5
28972024-04-03T07:20:42.441Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3f90d698ca79fa8f -C extra-filename=-3f90d698ca79fa8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982024-04-03T07:20:42.637Z Compiling constant_time_eq v0.3.0
28992024-04-03T07:20:42.641Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.3.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 -C metadata=5b32d0391bf1b5d5 -C extra-filename=-5b32d0391bf1b5d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29002024-04-03T07:20:42.834Z Compiling blake3 v1.5.0
29012024-04-03T07:20:42.844Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.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="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' -C metadata=b5de045d0b4a8c8c -C extra-filename=-b5de045d0b4a8c8c --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-b5de045d0b4a8c8c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29022024-04-03T07:20:43.191Z Compiling parking_lot_core v0.8.6
29032024-04-03T07:20:43.202Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=17feb5f7bce05c6f -C extra-filename=-17feb5f7bce05c6f --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-17feb5f7bce05c6f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29042024-04-03T07:20:43.532Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-b5de045d0b4a8c8c/build-script-build`
29052024-04-03T07:20:43.729Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-17feb5f7bce05c6f/build-script-build`
29062024-04-03T07:20:43.751Z Compiling memmap2 v0.7.1
29072024-04-03T07:20:43.755Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-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 -C metadata=e3874dcae2a88085 -C extra-filename=-e3874dcae2a88085 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29082024-04-03T07:20:44.126Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-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="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' -C metadata=bda1b2dab1030737 -C extra-filename=-bda1b2dab1030737 --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-477e329b0fb4e5d0.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-c9c1b634dcefec2a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-5b32d0391bf1b5d5.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-e3874dcae2a88085.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3c0333554e1139b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/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`
29092024-04-03T07:20:44.211Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=62989711e651ca20 -C extra-filename=-62989711e651ca20 --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-980c303988e700db.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-0a7219532de93018.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29102024-04-03T07:20:44.843Z Compiling textwrap v0.11.0
29112024-04-03T07:20:44.849Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-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 -C metadata=413954bee5843f60 -C extra-filename=-413954bee5843f60 --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-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29122024-04-03T07:20:44.897Z Compiling gethostname v0.4.3
29132024-04-03T07:20:44.929Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gethostname-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 -C metadata=4af3ac39ee685c10 -C extra-filename=-4af3ac39ee685c10 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29142024-04-03T07:20:45.172Z Compiling vec_map v0.8.2
29152024-04-03T07:20:45.201Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name vec_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vec_map-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 -C metadata=889956feeb361863 -C extra-filename=-889956feeb361863 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29162024-04-03T07:20:45.370Z Compiling strsim v0.8.0
29172024-04-03T07:20:45.387Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-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 -C metadata=c89f4eb465b34cf4 -C extra-filename=-c89f4eb465b34cf4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29182024-04-03T07:20:45.472Z Compiling ansi_term v0.12.1
29192024-04-03T07:20:45.504Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ansi_term /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-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 -C metadata=6ddf7a4dde139989 -C extra-filename=-6ddf7a4dde139989 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29202024-04-03T07:20:46.198Z Compiling libefi-sys v0.1.0
29212024-04-03T07:20:46.638Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=57923c12001a9aa9 -C extra-filename=-57923c12001a9aa9 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-57923c12001a9aa9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29222024-04-03T07:20:46.639Z Compiling topological-sort v0.2.2
29232024-04-03T07:20:46.639Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f95a1301bee0cc84 -C extra-filename=-f95a1301bee0cc84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29242024-04-03T07:20:46.639Z Compiling clap v2.34.0
29252024-04-03T07:20:46.640Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-2.34.0/src/lib.rs --error-format=json --json=diagnostic-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_term"' --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="vec_map"' -C metadata=351dce105c8916f8 -C extra-filename=-351dce105c8916f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libansi_term-6ddf7a4dde139989.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-bc207275872cf9fb.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-c89f4eb465b34cf4.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-413954bee5843f60.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-889956feeb361863.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29262024-04-03T07:20:46.641Z Compiling parking_lot v0.11.2
29272024-04-03T07:20:46.641Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=bd0b1d6408ed80da -C extra-filename=-bd0b1d6408ed80da --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-0a7219532de93018.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-431ebead5e7f5a84.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-62989711e651ca20.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29282024-04-03T07:20:46.641Z Compiling omicron-zone-package v0.11.0
29292024-04-03T07:20:46.642Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3760f7a422e8403a -C extra-filename=-3760f7a422e8403a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-bda1b2dab1030737.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-beba8c826f2a274c.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3d575e387bdf95bf.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2da36ffd94c47b25.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-f95a1301bee0cc84.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
29302024-04-03T07:20:46.643Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-57923c12001a9aa9/build-script-build`
29312024-04-03T07:20:46.643Z Compiling trust-dns-client v0.22.0
29322024-04-03T07:20:46.644Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_client --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-client-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 -C metadata=0a30ca2564ebd32e -C extra-filename=-0a30ca2564ebd32e --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-980c303988e700db.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-21eb80e9e8ebe971.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-31914b6898517cee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29332024-04-03T07:20:47.031Z Compiling structopt-derive v0.4.18
29342024-04-03T07:20:47.041Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name structopt_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-derive-0.4.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 -C metadata=1cae3ebfb83f4730 -C extra-filename=-1cae3ebfb83f4730 --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-12cdb6be815d4424.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-aa0253cdef2bd0fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29352024-04-03T07:20:49.242Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29362024-04-03T07:20:49.252Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=943e685ddfc22b64 -C extra-filename=-943e685ddfc22b64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1856481176723876.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-33a770dffbec51cf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9cd7152deb13fcc2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cca9ad685c5194da.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
29372024-04-03T07:20:49.480Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29382024-04-03T07:20:49.498Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=406eee9cc9a36418 -C extra-filename=-406eee9cc9a36418 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-97143267c914320e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
29392024-04-03T07:20:50.351Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29402024-04-03T07:20:50.355Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a713d2abcb46abd6 -C extra-filename=-a713d2abcb46abd6 --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-2f76877c31ae611b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
29412024-04-03T07:20:51.409Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
29422024-04-03T07:20:51.414Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/73cd5a8/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 -C metadata=8e569ae09f4b05d7 -C extra-filename=-8e569ae09f4b05d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-755937a05304aaa6.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-93a4f6e9acc30dc0.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-ef3269e7e4a0c920.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-3f90d698ca79fa8f.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-de6453f91970b472.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-9c9f2e3bfedd2848.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-2a476cbaa4137627.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2da36ffd94c47b25.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d04bf3119feb1f66.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-590e009e477044e3.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.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-bd5d8c5bae313f3d/out/lib`
29432024-04-03T07:20:51.774Z Compiling semver-parser v0.10.2
29442024-04-03T07:20:51.779Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name semver_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-parser-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 -C metadata=107ab8797a542c77 -C extra-filename=-107ab8797a542c77 --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-d7c5c51e4058a70f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29452024-04-03T07:20:52.644Z Compiling async-recursion v1.0.5
29462024-04-03T07:20:52.649Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.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 -C metadata=53a2f9c47ebf2369 -C extra-filename=-53a2f9c47ebf2369 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29472024-04-03T07:20:53.904Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
29482024-04-03T07:20:53.958Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83c762147661914f -C extra-filename=-83c762147661914f --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-83c762147661914f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c3998c2f7cb74e54.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29492024-04-03T07:20:53.965Z Compiling keccak v0.1.4
29502024-04-03T07:20:53.975Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/keccak-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=eff9640768ec2811 -C extra-filename=-eff9640768ec2811 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29512024-04-03T07:20:54.388Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-83c762147661914f/build-script-build`
29522024-04-03T07:20:54.594Z Compiling sha3 v0.10.8
29532024-04-03T07:20:54.611Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=18e98e9e48a01bce -C extra-filename=-18e98e9e48a01bce --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-a6c53878d7a38e90.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-eff9640768ec2811.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29542024-04-03T07:20:54.616Z Compiling semver v0.11.0
29552024-04-03T07:20:54.616Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name semver /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-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"' -C metadata=3b3142c6dcf71fdd -C extra-filename=-3b3142c6dcf71fdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver_parser=/work/oxidecomputer/omicron/target/debug/deps/libsemver_parser-107ab8797a542c77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29562024-04-03T07:20:54.924Z Compiling structopt v0.3.26
29572024-04-03T07:20:54.951Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name structopt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-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 --cfg 'feature="default"' -C metadata=2c505ad354e75efa -C extra-filename=-2c505ad354e75efa --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-351dce105c8916f8.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-1cae3ebfb83f4730.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29582024-04-03T07:20:54.962Z Compiling trust-dns-server v0.22.1
29592024-04-03T07:20:54.984Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_server --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-server-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 -C metadata=a1da743011132deb -C extra-filename=-a1da743011132deb --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-db84444bd088c958.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-db0587d23916f20e.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-ff152435fb53ec9e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-afa4c9634c10e2b4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0a30ca2564ebd32e.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29602024-04-03T07:20:55.085Z Compiling sled v0.34.7
29612024-04-03T07:20:55.088Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' -C metadata=0d924f6d5199d796 -C extra-filename=-0d924f6d5199d796 --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-cefa2dedbe8d87d7.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-5696f49e87e7e9eb.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-c5a6087f0e37f727.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-bd0b1d6408ed80da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29622024-04-03T07:20:55.439Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=04fecbd93a4f39a6 -C extra-filename=-04fecbd93a4f39a6 --out-dir /work/oxidecomputer/omicron/target/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`
29632024-04-03T07:20:55.595Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29642024-04-03T07:20:55.599Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e49c308b26835969 -C extra-filename=-e49c308b26835969 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-d1d94fd8721e9c34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29652024-04-03T07:20:55.845Z Compiling secrecy v0.8.0
29662024-04-03T07:20:55.877Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=60d1e75aba0cc8b7 -C extra-filename=-60d1e75aba0cc8b7 --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-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29672024-04-03T07:20:56.131Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
29682024-04-03T07:20:56.135Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/6fffcc8/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 -C metadata=ef486e321f9a5dee -C extra-filename=-ef486e321f9a5dee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29692024-04-03T07:20:56.706Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
29702024-04-03T07:20:57.123Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/6fffcc8/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 -C metadata=3d9d1a690638c900 -C extra-filename=-3d9d1a690638c900 --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-ef486e321f9a5dee.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29712024-04-03T07:20:57.123Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/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 -C metadata=5ad5f7ce8ea8c14b -C extra-filename=-5ad5f7ce8ea8c14b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-e49c308b26835969.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-2c505ad354e75efa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out -l static=pci`
29722024-04-03T07:20:57.123Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29732024-04-03T07:20:57.123Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bf8c6a7305dce9e0 -C extra-filename=-bf8c6a7305dce9e0 --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-6b8d316e1cea3f77.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-04fecbd93a4f39a6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29742024-04-03T07:20:57.123Z Compiling toolchain_find v0.2.0
29752024-04-03T07:20:57.123Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-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 -C metadata=5b93a038e0e5de48 -C extra-filename=-5b93a038e0e5de48 --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-d2c6a8e1c88275ec.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3b3142c6dcf71fdd.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29762024-04-03T07:20:57.991Z Compiling platforms v3.0.2
29772024-04-03T07:20:57.991Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=548b0c051cb6ca4e -C extra-filename=-548b0c051cb6ca4e --out-dir /work/oxidecomputer/omicron/target/debug/build/platforms-548b0c051cb6ca4e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29782024-04-03T07:20:57.991Z Compiling rustfmt-wrapper v0.2.0
29792024-04-03T07:20:57.991Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=47a9147a99781984 -C extra-filename=-47a9147a99781984 --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-38978e6989816a15.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-afa4c9634c10e2b4.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-5b93a038e0e5de48.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29802024-04-03T07:20:57.992Z Running `/work/oxidecomputer/omicron/target/debug/build/platforms-548b0c051cb6ca4e/build-script-build`
29812024-04-03T07:20:57.992Z Compiling buf-list v1.0.3
29822024-04-03T07:20:57.992Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=c76e02f15f632695 -C extra-filename=-c76e02f15f632695 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-c76e02f15f632695 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29832024-04-03T07:20:58.093Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name platforms --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=305cfbf4677b96f6 -C extra-filename=-305cfbf4677b96f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29842024-04-03T07:20:58.231Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29852024-04-03T07:20:58.267Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=36aee2ebea3494a6 -C extra-filename=-36aee2ebea3494a6 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-36aee2ebea3494a6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-3760f7a422e8403a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-47a9147a99781984.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
29862024-04-03T07:20:58.354Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-c76e02f15f632695/build-script-build`
29872024-04-03T07:20:58.399Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29882024-04-03T07:20:58.471Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d1f7181be2159cc1 -C extra-filename=-d1f7181be2159cc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4af3ac39ee685c10.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-e49c308b26835969.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-bf8c6a7305dce9e0.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-3d9d1a690638c900.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5ad5f7ce8ea8c14b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
29892024-04-03T07:20:58.753Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29902024-04-03T07:20:58.780Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2d9466c53a08866e -C extra-filename=-2d9466c53a08866e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0a30ca2564ebd32e.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a1da743011132deb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
29912024-04-03T07:21:02.032Z Compiling curve25519-dalek v4.1.1
29922024-04-03T07:21:02.059Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.1/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"' -C metadata=97a8c26849a57512 -C extra-filename=-97a8c26849a57512 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-97a8c26849a57512 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern platforms=/work/oxidecomputer/omicron/target/debug/deps/libplatforms-305cfbf4677b96f6.rlib --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c06feaa745b8ece6.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29932024-04-03T07:21:02.157Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=abf878d1d1a926b5 -C extra-filename=-abf878d1d1a926b5 --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-6aecfa5f524ba23c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
29942024-04-03T07:21:03.120Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
29952024-04-03T07:21:03.127Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/8207cb9/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 -C metadata=e671de81bcf8a13e -C extra-filename=-e671de81bcf8a13e --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-a1534a45757afc45.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
29962024-04-03T07:21:03.127Z Compiling universal-hash v0.5.1
29972024-04-03T07:21:03.128Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7b0fd4e52ffbc0c7 -C extra-filename=-7b0fd4e52ffbc0c7 --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-088c06576c896f41.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29982024-04-03T07:21:03.128Z Compiling opaque-debug v0.3.0
29992024-04-03T07:21:03.128Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=38956c25915cddb0 -C extra-filename=-38956c25915cddb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30002024-04-03T07:21:03.128Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-97a8c26849a57512/build-script-build`
30012024-04-03T07:21:03.128Z Compiling curve25519-dalek-derive v0.1.0
30022024-04-03T07:21:03.129Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-derive-0.1.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 -C metadata=6cd329cb2f43fd91 -C extra-filename=-6cd329cb2f43fd91 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30032024-04-03T07:21:03.129Z Compiling unicase v2.7.0
30042024-04-03T07:21:03.129Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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 -C metadata=a9523f0e3c0b97e8 -C extra-filename=-a9523f0e3c0b97e8 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-a9523f0e3c0b97e8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30052024-04-03T07:21:03.460Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-a9523f0e3c0b97e8/build-script-build`
30062024-04-03T07:21:03.594Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30072024-04-03T07:21:03.603Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=be8c6afe3b0fecd6 -C extra-filename=-be8c6afe3b0fecd6 --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-db84444bd088c958.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60d1e75aba0cc8b7.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
30082024-04-03T07:21:04.188Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30092024-04-03T07:21:04.627Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0c1872af5f7aa1e4 -C extra-filename=-0c1872af5f7aa1e4 --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-5e3bfc1001098ea4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9cd7152deb13fcc2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
30102024-04-03T07:21:05.105Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30112024-04-03T07:21:05.106Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=151f42d2b3bdcb64 -C extra-filename=-151f42d2b3bdcb64 --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-e671de81bcf8a13e.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0098157a782cbc3b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
30122024-04-03T07:21:05.106Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.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="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=4580cc12a6811996 -C extra-filename=-4580cc12a6811996 --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-980c303988e700db.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-6cd329cb2f43fd91.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.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"'`
30132024-04-03T07:21:05.106Z Compiling pin-project-internal v1.1.3
30142024-04-03T07:21:05.106Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.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 -C metadata=34d43e706af36051 -C extra-filename=-34d43e706af36051 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30152024-04-03T07:21:05.336Z Compiling doc-comment v0.3.3
30162024-04-03T07:21:05.342Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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 -C metadata=a5bf015633369d2f -C extra-filename=-a5bf015633369d2f --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-a5bf015633369d2f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30172024-04-03T07:21:05.974Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-a5bf015633369d2f/build-script-build`
30182024-04-03T07:21:06.162Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase /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 -C metadata=22517e3fbf17f45c -C extra-filename=-22517e3fbf17f45c --out-dir /work/oxidecomputer/omicron/target/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`
30192024-04-03T07:21:06.577Z Compiling aead v0.5.2
30202024-04-03T07:21:06.584Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=006636b63ef3e5f2 -C extra-filename=-006636b63ef3e5f2 --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-088c06576c896f41.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30212024-04-03T07:21:06.920Z Compiling diff v0.1.13
30222024-04-03T07:21:06.954Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name diff /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 -C metadata=a9dfce8df970952b -C extra-filename=-a9dfce8df970952b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30232024-04-03T07:21:07.209Z Compiling mime_guess v2.0.4
30242024-04-03T07:21:07.213Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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"' -C metadata=ea64c2e9fcb884f5 -C extra-filename=-ea64c2e9fcb884f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-ea64c2e9fcb884f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-22517e3fbf17f45c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30252024-04-03T07:21:07.226Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment /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 -C metadata=eab6502e68af0fa2 -C extra-filename=-eab6502e68af0fa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30262024-04-03T07:21:07.321Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30272024-04-03T07:21:07.324Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="testing"' -C metadata=11b37a82b4a396f9 -C extra-filename=-11b37a82b4a396f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-be8c6afe3b0fecd6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d1f7181be2159cc1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
30282024-04-03T07:21:07.565Z Compiling poly1305 v0.8.0
30292024-04-03T07:21:07.569Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=bf401129dc6b62ad -C extra-filename=-bf401129dc6b62ad --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-bc63a1637c76373c.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-38956c25915cddb0.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-7b0fd4e52ffbc0c7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30302024-04-03T07:21:08.113Z Compiling pin-project v1.1.3
30312024-04-03T07:21:08.119Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.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 -C metadata=de07d84e45cc4683 -C extra-filename=-de07d84e45cc4683 --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-34d43e706af36051.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30322024-04-03T07:21:08.249Z Compiling chacha20 v0.9.1
30332024-04-03T07:21:08.254Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' -C metadata=18d3077823b1c206 -C extra-filename=-18d3077823b1c206 --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-980c303988e700db.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30342024-04-03T07:21:08.627Z Compiling thiserror-impl-no-std v2.0.2
30352024-04-03T07:21:08.639Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0905640bdd1192fb -C extra-filename=-0905640bdd1192fb --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30362024-04-03T07:21:09.111Z Compiling nanorand v0.7.0
30372024-04-03T07:21:09.111Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' -C metadata=118278b83ed031f2 -C extra-filename=-118278b83ed031f2 --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-bf6fa5bec279b28c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30382024-04-03T07:21:09.281Z Compiling flume v0.11.0
30392024-04-03T07:21:09.287Z Running `/home/build/.rustup/toolchains/1.76.0-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"' -C metadata=def8a1f3657677c6 -C extra-filename=-def8a1f3657677c6 --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-89d5efafb6bf0fea.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-118278b83ed031f2.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30402024-04-03T07:21:09.337Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-ea64c2e9fcb884f5/build-script-build`
30412024-04-03T07:21:09.374Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30422024-04-03T07:21:09.384Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=423467c6ff104d36 -C extra-filename=-423467c6ff104d36 --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-f17680ce5a756063.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
30432024-04-03T07:21:09.957Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30442024-04-03T07:21:09.961Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=aa65b835988b1af3 -C extra-filename=-aa65b835988b1af3 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-aa65b835988b1af3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-adf58952c58280be.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
30452024-04-03T07:21:10.325Z Compiling kstat-rs v0.2.3
30462024-04-03T07:21:10.328Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kstat-rs-0.2.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 -C metadata=709d01f702754cfa -C extra-filename=-709d01f702754cfa --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-6b8d316e1cea3f77.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30472024-04-03T07:21:10.950Z Compiling vte_generate_state_changes v0.1.1
30482024-04-03T07:21:10.984Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.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 -C metadata=4982b8e50bd58df7 -C extra-filename=-4982b8e50bd58df7 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30492024-04-03T07:21:11.846Z Compiling vte v0.11.1
30502024-04-03T07:21:11.882Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=537276d0e16699b7 -C extra-filename=-537276d0e16699b7 --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-57d9909e328a9bd8.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-4982b8e50bd58df7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30512024-04-03T07:21:11.882Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-aa65b835988b1af3/build-script-build`
30522024-04-03T07:21:11.887Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess /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"' -C metadata=8be371edb6aed398 -C extra-filename=-8be371edb6aed398 --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-b01eabea68b99a88.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-22517e3fbf17f45c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30532024-04-03T07:21:11.904Z Compiling chacha20poly1305 v0.10.1
30542024-04-03T07:21:11.914Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=330cd05561751178 -C extra-filename=-330cd05561751178 --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-006636b63ef3e5f2.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-18d3077823b1c206.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-bf401129dc6b62ad.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30552024-04-03T07:21:12.123Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
30562024-04-03T07:21:12.128Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/4661c23/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 -C metadata=1a836d1b5e248448 -C extra-filename=-1a836d1b5e248448 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-704a6d61a1ba494f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
30572024-04-03T07:21:12.175Z Compiling thiserror-no-std v2.0.2
30582024-04-03T07:21:12.188Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=25092474fc86f624 -C extra-filename=-25092474fc86f624 --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-0905640bdd1192fb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30592024-04-03T07:21:12.288Z Compiling vsss-rs v3.3.4
30602024-04-03T07:21:12.295Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vsss-rs-3.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=fef92b37dc9e2eff -C extra-filename=-fef92b37dc9e2eff --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-4580cc12a6811996.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-472fef5d71b2fb51.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-25092474fc86f624.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30612024-04-03T07:21:12.777Z Compiling prettyplease v0.2.16
30622024-04-03T07:21:12.795Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.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="verbatim"' -C metadata=f1596bb16ccf7464 -C extra-filename=-f1596bb16ccf7464 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-f1596bb16ccf7464 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30632024-04-03T07:21:13.133Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30642024-04-03T07:21:13.146Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 ipcc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2c2bd603228004b9 -C extra-filename=-2c2bd603228004b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/ipcc-2c2bd603228004b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30652024-04-03T07:21:13.464Z Compiling strip-ansi-escapes v0.2.0
30662024-04-03T07:21:13.468Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes /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 -C metadata=87a5d32be14d53bd -C extra-filename=-87a5d32be14d53bd --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-537276d0e16699b7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30672024-04-03T07:21:13.522Z Running `/work/oxidecomputer/omicron/target/debug/build/ipcc-2c2bd603228004b9/build-script-build`
30682024-04-03T07:21:13.525Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-f1596bb16ccf7464/build-script-build`
30692024-04-03T07:21:13.979Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30702024-04-03T07:21:14.797Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' -C metadata=4d63efe4861448a0 -C extra-filename=-4d63efe4861448a0 --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-980c303988e700db.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-709d01f702754cfa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
30712024-04-03T07:21:14.797Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
30722024-04-03T07:21:14.797Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/84e423b/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"' -C metadata=bf5b43e43e5ecd90 -C extra-filename=-bf5b43e43e5ecd90 --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-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
30732024-04-03T07:21:14.797Z Compiling fd-lock v3.0.13
30742024-04-03T07:21:14.797Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-3.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=41b0ecaa8a13e51a -C extra-filename=-41b0ecaa8a13e51a --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-980c303988e700db.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6341173b0c3a13b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30752024-04-03T07:21:14.797Z Compiling fs-err v2.11.0
30762024-04-03T07:21:14.798Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=98cf2bb34084ac3a -C extra-filename=-98cf2bb34084ac3a --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-98cf2bb34084ac3a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30772024-04-03T07:21:14.798Z Compiling nu-ansi-term v0.50.0
30782024-04-03T07:21:14.798Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.50.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d0a6101a9c05e476 -C extra-filename=-d0a6101a9c05e476 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30792024-04-03T07:21:14.798Z Compiling crunchy v0.2.2
30802024-04-03T07:21:14.798Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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"' -C metadata=02f1ebad0d209721 -C extra-filename=-02f1ebad0d209721 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-02f1ebad0d209721 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30812024-04-03T07:21:14.798Z Compiling strum v0.25.0
30822024-04-03T07:21:14.798Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-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="std"' -C metadata=be0ac7f7ed060f77 -C extra-filename=-be0ac7f7ed060f77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30832024-04-03T07:21:14.798Z Compiling reedline v0.30.0
30842024-04-03T07:21:14.798Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.30.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8cb9484c40028f46 -C extra-filename=-8cb9484c40028f46 --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-5e3bfc1001098ea4.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-41b0ecaa8a13e51a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-d0a6101a9c05e476.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-87a5d32be14d53bd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-be0ac7f7ed060f77.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-5816f63b375210cc.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-25e9de3528ba2d87.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30852024-04-03T07:21:14.799Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-98cf2bb34084ac3a/build-script-build`
30862024-04-03T07:21:14.799Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-02f1ebad0d209721/build-script-build`
30872024-04-03T07:21:14.804Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30882024-04-03T07:21:14.804Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f9617c022332c07a -C extra-filename=-f9617c022332c07a --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-bf419dfec19b310d.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bc66d735be7e778a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
30892024-04-03T07:21:14.878Z Compiling clang-sys v1.6.1
30902024-04-03T07:21:14.881Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.6.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=f451b96014a88bc1 -C extra-filename=-f451b96014a88bc1 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-f451b96014a88bc1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30912024-04-03T07:21:14.935Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-36aee2ebea3494a6/build-script-build`
30922024-04-03T07:21:15.516Z Compiling snafu-derive v0.7.5
30932024-04-03T07:21:15.521Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' -C metadata=cc6dd825d3549941 -C extra-filename=-cc6dd825d3549941 --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-a8c1128ccf1e31c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30942024-04-03T07:21:15.639Z Compiling memoffset v0.7.1
30952024-04-03T07:21:15.649Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.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"' -C metadata=91bc079deecf60b3 -C extra-filename=-91bc079deecf60b3 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-91bc079deecf60b3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-12a945efa0936a33.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30962024-04-03T07:21:15.689Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4e9cb5ba670464d9 -C extra-filename=-4e9cb5ba670464d9 --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-5e3bfc1001098ea4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0098157a782cbc3b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
30972024-04-03T07:21:16.006Z Compiling tiny-keccak v2.0.2
30982024-04-03T07:21:16.033Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=9338af4ba2aec1c2 -C extra-filename=-9338af4ba2aec1c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-9338af4ba2aec1c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30992024-04-03T07:21:16.465Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=7051eb583ebf2465 -C extra-filename=-7051eb583ebf2465 --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-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-330cd05561751178.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60d1e75aba0cc8b7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fef92b37dc9e2eff.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
31002024-04-03T07:21:16.852Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-9338af4ba2aec1c2/build-script-build`
31012024-04-03T07:21:16.888Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-91bc079deecf60b3/build-script-build`
31022024-04-03T07:21:17.065Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-f451b96014a88bc1/build-script-build`
31032024-04-03T07:21:17.107Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1dc7337912681f81 -C extra-filename=-1dc7337912681f81 --out-dir /work/oxidecomputer/omicron/target/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 rustc_1_63`
31042024-04-03T07:21:17.662Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crunchy /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"' -C metadata=76b8329af1cb6d53 -C extra-filename=-76b8329af1cb6d53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31052024-04-03T07:21:17.773Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31062024-04-03T07:21:17.778Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7a099464dc832aa7 -C extra-filename=-7a099464dc832aa7 --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-5e3bfc1001098ea4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0c1872af5f7aa1e4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
31072024-04-03T07:21:19.175Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.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="verbatim"' -C metadata=e70bced1b556d348 -C extra-filename=-e70bced1b556d348 --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-fd52f7f67b160361.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31082024-04-03T07:21:20.602Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c69339fd62138d88 -C extra-filename=-c69339fd62138d88 --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-980c303988e700db.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
31092024-04-03T07:21:21.808Z Compiling snafu v0.7.5
31102024-04-03T07:21:21.813Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-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="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' --cfg 'feature="std"' -C metadata=902d7d5145d1abd4 -C extra-filename=-902d7d5145d1abd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-eab6502e68af0fa2.rmeta --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-de07d84e45cc4683.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-cc6dd825d3549941.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31112024-04-03T07:21:21.923Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31122024-04-03T07:21:21.946Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=711263fc085726a3 -C extra-filename=-711263fc085726a3 --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-4de78a554399a130.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
31132024-04-03T07:21:22.152Z Compiling darling_core v0.14.4
31142024-04-03T07:21:22.157Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.14.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="strsim"' --cfg 'feature="suggestions"' -C metadata=39b9480bcc80120e -C extra-filename=-39b9480bcc80120e --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-db9135e52485f533.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-f19a442f824e47b0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-76477e16a6288729.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31152024-04-03T07:21:22.280Z Compiling globset v0.4.13
31162024-04-03T07:21:22.284Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-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="default"' --cfg 'feature="log"' -C metadata=090693ef72d15a1f -C extra-filename=-090693ef72d15a1f --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-68ea511be1183fba.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-56bee3b2739ce422.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-db9135e52485f533.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31172024-04-03T07:21:22.456Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
31182024-04-03T07:21:22.897Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/84e423b/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 -C metadata=cd86145834186f6e -C extra-filename=-cd86145834186f6e --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-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31192024-04-03T07:21:22.897Z Compiling olpc-cjson v0.1.3
31202024-04-03T07:21:22.897Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-0.1.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 -C metadata=25a44c699f2717f0 -C extra-filename=-25a44c699f2717f0 --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-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212024-04-03T07:21:22.897Z Compiling serde_plain v1.0.2
31222024-04-03T07:21:22.897Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=35525e2f0ffe3d73 -C extra-filename=-35525e2f0ffe3d73 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31232024-04-03T07:21:22.917Z Compiling http-range v0.1.5
31242024-04-03T07:21:22.918Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c8f933eaaabe38a -C extra-filename=-3c8f933eaaabe38a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31252024-04-03T07:21:23.342Z Compiling typed-path v0.7.0
31262024-04-03T07:21:23.342Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typed-path-0.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="std"' -C metadata=93e9384ce9b9aff1 -C extra-filename=-93e9384ce9b9aff1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31272024-04-03T07:21:23.342Z Compiling heck v0.5.0
31282024-04-03T07:21:23.343Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=69563b97652b5c1b -C extra-filename=-69563b97652b5c1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31292024-04-03T07:21:23.803Z Compiling hyper-staticfile v0.9.5
31302024-04-03T07:21:23.820Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.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 -C metadata=2cd2632e473b4319 -C extra-filename=-2cd2632e473b4319 --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-61761f61c51300b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-3c8f933eaaabe38a.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f7a1e4bfdebec0a6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31312024-04-03T07:21:24.240Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
31322024-04-03T07:21:24.240Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/84e423b/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 -C metadata=ea5346c144b2d93a -C extra-filename=-ea5346c144b2d93a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-bc207275872cf9fb.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-617eb63bc076f209.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-cd86145834186f6e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-891598d647538f18.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
31332024-04-03T07:21:24.799Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=bd7e4d03b3afd895 -C extra-filename=-bd7e4d03b3afd895 --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-76b8329af1cb6d53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31342024-04-03T07:21:25.439Z Compiling tough v0.16.0
31352024-04-03T07:21:25.443Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-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="http"' --cfg 'feature="reqwest"' -C metadata=cbd44a5a76d2ea99 -C extra-filename=-cbd44a5a76d2ea99 --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-53a2f9c47ebf2369.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a512eddf3afdc0f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-090693ef72d15a1f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-25a44c699f2717f0.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-35525e2f0ffe3d73.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-902d7d5145d1abd4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-93e9384ce9b9aff1.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-63b74bc618967792.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
31362024-04-03T07:21:26.436Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-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"' -C metadata=d0e2d2e7779c12bd -C extra-filename=-d0e2d2e7779c12bd --out-dir /work/oxidecomputer/omicron/target/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`
31372024-04-03T07:21:26.549Z Compiling ascii-canvas v3.0.0
31382024-04-03T07:21:26.554Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=52d3c9f986467b90 -C extra-filename=-52d3c9f986467b90 --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-e642081554db0b17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31392024-04-03T07:21:27.107Z Compiling ena v0.14.2
31402024-04-03T07:21:27.111Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ena /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c5e2684d57cd4614 -C extra-filename=-c5e2684d57cd4614 --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-2abfed8e51c766cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31412024-04-03T07:21:27.550Z Compiling libloading v0.7.4
31422024-04-03T07:21:27.563Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-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 -C metadata=c3a376a1025b2904 -C extra-filename=-c3a376a1025b2904 --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-980c303988e700db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31432024-04-03T07:21:27.968Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
31442024-04-03T07:21:27.974Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/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 -C metadata=05a57e9db9684ce0 -C extra-filename=-05a57e9db9684ce0 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-05a57e9db9684ce0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31452024-04-03T07:21:28.211Z Compiling signature v1.6.4
31462024-04-03T07:21:28.222Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-1.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 -C metadata=96d208eacf66825f -C extra-filename=-96d208eacf66825f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31472024-04-03T07:21:28.222Z Compiling darling_macro v0.14.4
31482024-04-03T07:21:28.246Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.14.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 -C metadata=a193d3316c054e7f -C extra-filename=-a193d3316c054e7f --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-39b9480bcc80120e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31492024-04-03T07:21:28.368Z Compiling regex-syntax v0.6.29
31502024-04-03T07:21:28.374Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=977195ab93cf95fe -C extra-filename=-977195ab93cf95fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31512024-04-03T07:21:28.374Z Compiling salty v0.2.0
31522024-04-03T07:21:28.374Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/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 -C metadata=bedf6491aee32821 -C extra-filename=-bedf6491aee32821 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-bedf6491aee32821 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31532024-04-03T07:21:28.538Z Compiling parse-size v1.0.0
31542024-04-03T07:21:28.556Z Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=b31ab805a7686146 -C extra-filename=-b31ab805a7686146 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31552024-04-03T07:21:28.781Z Compiling bindgen v0.69.2
31562024-04-03T07:21:28.781Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.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="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' -C metadata=aa39730c116e063c -C extra-filename=-aa39730c116e063c --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-aa39730c116e063c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31572024-04-03T07:21:28.977Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-bedf6491aee32821/build-script-build`
31582024-04-03T07:21:28.980Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-05a57e9db9684ce0/build-script-build`
31592024-04-03T07:21:29.075Z Compiling ed25519 v1.5.3
31602024-04-03T07:21:29.090Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-1.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 -C metadata=8cb08c2881e50e59 -C extra-filename=-8cb08c2881e50e59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-96d208eacf66825f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31612024-04-03T07:21:29.388Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-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 --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"' -C metadata=134daf27e19527c0 -C extra-filename=-134daf27e19527c0 --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-23cedfca1f1a09fc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-c3a376a1025b2904.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31622024-04-03T07:21:29.462Z Compiling darling v0.14.4
31632024-04-03T07:21:29.501Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.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="suggestions"' -C metadata=4ff7ca0598b9b21c -C extra-filename=-4ff7ca0598b9b21c --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-39b9480bcc80120e.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-a193d3316c054e7f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31642024-04-03T07:21:29.920Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-aa39730c116e063c/build-script-build`
31652024-04-03T07:21:29.921Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
31662024-04-03T07:21:29.921Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/git/checkouts/nix-a6715c5f5bedbb76/c1a3636/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="acct"' --cfg 'feature="aio"' --cfg 'feature="default"' --cfg 'feature="dir"' --cfg 'feature="env"' --cfg 'feature="event"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="hostname"' --cfg 'feature="inotify"' --cfg 'feature="ioctl"' --cfg 'feature="kmod"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="mount"' --cfg 'feature="mqueue"' --cfg 'feature="net"' --cfg 'feature="personality"' --cfg 'feature="pin-utils"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="pthread"' --cfg 'feature="ptrace"' --cfg 'feature="quota"' --cfg 'feature="reboot"' --cfg 'feature="resource"' --cfg 'feature="sched"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="term"' --cfg 'feature="time"' --cfg 'feature="ucontext"' --cfg 'feature="uio"' --cfg 'feature="user"' --cfg 'feature="zerocopy"' -C metadata=9a68f2fc69a2fcee -C extra-filename=-9a68f2fc69a2fcee --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-7c0e576e00deb96c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-d0e2d2e7779c12bd.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-0e271b12ba19f63e.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31672024-04-03T07:21:29.921Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31682024-04-03T07:21:29.921Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=89e8e9445aeca0b3 -C extra-filename=-89e8e9445aeca0b3 --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-ee70016887b171ea.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-12b781ba37feba4c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-590e009e477044e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31692024-04-03T07:21:29.922Z Compiling cexpr v0.6.0
31702024-04-03T07:21:29.922Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6b9a7730cd67356d -C extra-filename=-6b9a7730cd67356d --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-1a7eb10f63693edb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31712024-04-03T07:21:31.650Z Compiling lalrpop v0.19.12
31722024-04-03T07:21:31.660Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop /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 -C metadata=aa55a21b55b7b0cf -C extra-filename=-aa55a21b55b7b0cf --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-52d3c9f986467b90.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-27499d9b5a601208.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-a9dfce8df970952b.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-c5e2684d57cd4614.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-07069127a17cd079.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-4772c578c774ae0f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-977195ab93cf95fe.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-33f63dff621ea474.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-bd7e4d03b3afd895.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-0bf6080e5b7e69ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31732024-04-03T07:21:34.482Z Compiling serde-big-array v0.5.1
31742024-04-03T07:21:34.533Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f264bf3a2d0c7d96 -C extra-filename=-f264bf3a2d0c7d96 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31752024-04-03T07:21:34.543Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31762024-04-03T07:21:34.543Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/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 -C metadata=91db18e06b642277 -C extra-filename=-91db18e06b642277 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31772024-04-03T07:21:35.060Z Compiling which v4.4.0
31782024-04-03T07:21:35.079Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.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 -C metadata=8552d8d5d28338e5 -C extra-filename=-8552d8d5d28338e5 --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-29735c8c8d06ffc5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31792024-04-03T07:21:35.561Z Compiling maplit v1.0.2
31802024-04-03T07:21:35.610Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name maplit /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 -C metadata=0fac596133a37754 -C extra-filename=-0fac596133a37754 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31812024-04-03T07:21:35.675Z Compiling ref-cast v1.0.20
31822024-04-03T07:21:35.684Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.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 -C metadata=97909b3657545860 -C extra-filename=-97909b3657545860 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-97909b3657545860 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31832024-04-03T07:21:35.710Z Compiling peeking_take_while v0.1.2
31842024-04-03T07:21:35.711Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name peeking_take_while /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peeking_take_while-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 -C metadata=ac475b3da7825dc3 -C extra-filename=-ac475b3da7825dc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31852024-04-03T07:21:35.849Z Compiling rustc-hash v1.1.0
31862024-04-03T07:21:35.869Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash /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"' -C metadata=d889918782a79bb1 -C extra-filename=-d889918782a79bb1 --out-dir /work/oxidecomputer/omicron/target/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-04-03T07:21:35.912Z Compiling lazycell v1.3.0
31882024-04-03T07:21:35.935Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lazycell /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 -C metadata=d631de1ea3ef453d -C extra-filename=-d631de1ea3ef453d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31892024-04-03T07:21:36.001Z Compiling shlex v1.3.0
31902024-04-03T07:21:36.870Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex /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"' -C metadata=396a1025414a7393 -C extra-filename=-396a1025414a7393 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31912024-04-03T07:21:36.871Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31922024-04-03T07:21:36.871Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2afea2ab6e719315 -C extra-filename=-2afea2ab6e719315 --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-91db18e06b642277.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31932024-04-03T07:21:36.871Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-97909b3657545860/build-script-build`
31942024-04-03T07:21:36.871Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.2/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-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"' -C metadata=d22dcc25c91dc692 -C extra-filename=-d22dcc25c91dc692 --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-bed5a12aa0e3caec.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-6b9a7730cd67356d.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-134daf27e19527c0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-d631de1ea3ef453d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern peeking_take_while=/work/oxidecomputer/omicron/target/debug/deps/libpeeking_take_while-ac475b3da7825dc3.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e70bced1b556d348.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-d889918782a79bb1.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-396a1025414a7393.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-8552d8d5d28338e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31952024-04-03T07:21:36.890Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/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 -C metadata=208e745e5a31891a -C extra-filename=-208e745e5a31891a --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-db84444bd088c958.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5854896ab8f65f6e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-c5a6087f0e37f727.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e7220f8b1920659.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-1cda006f2a34fb96.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-9a68f2fc69a2fcee.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-f264bf3a2d0c7d96.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-33f63dff621ea474.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-89e8e9445aeca0b3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-15f97496cfe610b8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.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-bd5d8c5bae313f3d/out/lib`
31962024-04-03T07:21:36.891Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31972024-04-03T07:21:36.891Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dc74308259da87c7 -C extra-filename=-dc74308259da87c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-b31ab805a7686146.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-aa5b8a5176fd9fa1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-cbd44a5a76d2ea99.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31982024-04-03T07:21:36.891Z Compiling derive_builder_core v0.12.0
31992024-04-03T07:21:36.891Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_core-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 -C metadata=8cdc80a019adce54 -C extra-filename=-8cdc80a019adce54 --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-4ff7ca0598b9b21c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32002024-04-03T07:21:37.607Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=754453fc7c6c108c -C extra-filename=-754453fc7c6c108c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-8cb08c2881e50e59.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
32012024-04-03T07:21:38.842Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32022024-04-03T07:21:38.858Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=20e4778d24b5ca91 -C extra-filename=-20e4778d24b5ca91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7051eb583ebf2465.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-423467c6ff104d36.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1a836d1b5e248448.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2d9466c53a08866e.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9cb5ba670464d9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-2cd2632e473b4319.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-406eee9cc9a36418.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-be8c6afe3b0fecd6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c0948e3159687e61.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0c1872af5f7aa1e4.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-151f42d2b3bdcb64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d7ccb1fc6ef0a18e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4d63efe4861448a0.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7a099464dc832aa7.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bf5b43e43e5ecd90.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ea5346c144b2d93a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d1f7181be2159cc1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-11b37a82b4a396f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5ad5f7ce8ea8c14b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
32032024-04-03T07:21:39.297Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32042024-04-03T07:21:39.314Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=26f50b91396956cf -C extra-filename=-26f50b91396956cf --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-26f50b91396956cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-adf58952c58280be.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32052024-04-03T07:21:39.646Z Compiling signal-hook-tokio v0.3.1
32062024-04-03T07:21:39.673Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' -C metadata=329dbc3d8aa6e9f7 -C extra-filename=-329dbc3d8aa6e9f7 --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-89d5efafb6bf0fea.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32072024-04-03T07:21:39.844Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
32082024-04-03T07:21:40.284Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/ef442ee/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ec653bda7ee28672 -C extra-filename=-ec653bda7ee28672 --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-a8c1128ccf1e31c1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32092024-04-03T07:21:40.304Z Compiling serde-big-array v0.4.1
32102024-04-03T07:21:40.304Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-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 -C metadata=79844fd70de58ddd -C extra-filename=-79844fd70de58ddd --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32112024-04-03T07:21:40.304Z Compiling ref-cast-impl v1.0.20
32122024-04-03T07:21:40.304Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d0c4e420bf37d517 -C extra-filename=-d0c4e420bf37d517 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32132024-04-03T07:21:41.642Z Compiling libxml v0.3.3
32142024-04-03T07:21:41.664Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5e35fa16c1d7dd00 -C extra-filename=-5e35fa16c1d7dd00 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-5e35fa16c1d7dd00 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-638be2ab58094a40.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32152024-04-03T07:21:41.973Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.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 -C metadata=3a30bc9fd8627524 -C extra-filename=-3a30bc9fd8627524 --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-d0c4e420bf37d517.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32162024-04-03T07:21:42.061Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-5e35fa16c1d7dd00/build-script-build`
32172024-04-03T07:21:42.110Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32182024-04-03T07:21:42.111Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_common --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/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 --cfg 'feature="default"' --cfg 'feature="salty"' -C metadata=d9efc3a76913941f -C extra-filename=-d9efc3a76913941f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-2afea2ab6e719315.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-754453fc7c6c108c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-79844fd70de58ddd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32192024-04-03T07:21:43.103Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32202024-04-03T07:21:43.103Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9eaa0848d0aa01e7 -C extra-filename=-9eaa0848d0aa01e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-208e745e5a31891a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c69339fd62138d88.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-329dbc3d8aa6e9f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
32212024-04-03T07:21:43.104Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-26f50b91396956cf/build-script-build`
32222024-04-03T07:21:43.104Z Compiling derive_builder_macro v0.12.0
32232024-04-03T07:21:43.104Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_macro-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 -C metadata=dcd7536d6dc670f4 -C extra-filename=-dcd7536d6dc670f4 --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-8cdc80a019adce54.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32242024-04-03T07:21:43.122Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32252024-04-03T07:21:43.122Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b127e160ccdfc53f -C extra-filename=-b127e160ccdfc53f --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-69563b97652b5c1b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-711263fc085726a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32262024-04-03T07:21:43.290Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32272024-04-03T07:21:43.303Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aafd42fcf2997d57 -C extra-filename=-aafd42fcf2997d57 --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-f17680ce5a756063.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32282024-04-03T07:21:43.320Z Compiling peg-macros v0.8.2
32292024-04-03T07:21:43.357Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-macros-0.8.2/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=158ea3a7e1604a50 -C extra-filename=-158ea3a7e1604a50 --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-280b946df6bab858.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32302024-04-03T07:21:45.008Z Compiling fd-lock v4.0.2
32312024-04-03T07:21:45.068Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-4.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=716ae181bde9af10 -C extra-filename=-716ae181bde9af10 --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-980c303988e700db.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6341173b0c3a13b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32322024-04-03T07:21:45.506Z Compiling nix v0.27.1
32332024-04-03T07:21:45.506Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.27.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' -C metadata=fda3f440d0bac3b0 -C extra-filename=-fda3f440d0bac3b0 --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-bed5a12aa0e3caec.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32342024-04-03T07:21:45.507Z Compiling strum_macros v0.24.3
32352024-04-03T07:21:45.507Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=15048ac8a35bc7a3 -C extra-filename=-15048ac8a35bc7a3 --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-a8c1128ccf1e31c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-d04453147b30520c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32362024-04-03T07:21:52.763Z Compiling sqlparser_derive v0.2.2
32372024-04-03T07:21:53.117Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser_derive-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d3fc5c096026fbb -C extra-filename=-1d3fc5c096026fbb --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32382024-04-03T07:21:53.117Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
32392024-04-03T07:21:53.118Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/62ef5ca/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=84d0521cb133c13c -C extra-filename=-84d0521cb133c13c --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-84d0521cb133c13c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32402024-04-03T07:21:53.118Z Compiling cookie v0.18.0
32412024-04-03T07:21:53.118Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.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 -C metadata=ca34d5fba9694747 -C extra-filename=-ca34d5fba9694747 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-ca34d5fba9694747 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-7a913854489a5af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32422024-04-03T07:21:53.118Z Compiling corncobs v0.1.3
32432024-04-03T07:21:53.118Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/corncobs-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=78b9705a25069cc7 -C extra-filename=-78b9705a25069cc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32442024-04-03T07:21:53.118Z Compiling indoc v1.0.9
32452024-04-03T07:21:53.119Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a91c0b8873e30fcc -C extra-filename=-a91c0b8873e30fcc --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`
32462024-04-03T07:21:53.119Z Compiling unicode_categories v0.1.1
32472024-04-03T07:21:53.119Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories /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 -C metadata=330e24c684f7168a -C extra-filename=-330e24c684f7168a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32482024-04-03T07:21:53.119Z Compiling sqlformat v0.2.3
32492024-04-03T07:21:53.119Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlformat-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 -C metadata=22d44c788f7a1157 -C extra-filename=-22d44c788f7a1157 --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-2baf6454aeb93980.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1a7eb10f63693edb.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-330e24c684f7168a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32502024-04-03T07:21:53.119Z Compiling sqlparser v0.43.1
32512024-04-03T07:21:53.120Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser-0.43.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=b88d71e2cf5c5956 -C extra-filename=-b88d71e2cf5c5956 --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-2abfed8e51c766cf.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-1d3fc5c096026fbb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32522024-04-03T07:21:53.120Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32532024-04-03T07:21:53.120Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_rot --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/rot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=3d258aa4cc920d3f -C extra-filename=-3d258aa4cc920d3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-78b9705a25069cc7.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-2afea2ab6e719315.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-754453fc7c6c108c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-d9efc3a76913941f.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-3198fd9f254b9688.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32542024-04-03T07:21:53.120Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-ca34d5fba9694747/build-script-build`
32552024-04-03T07:21:53.120Z Compiling rustyline v13.0.0
32562024-04-03T07:21:53.121Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustyline-13.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"' -C metadata=44810f6df167919f -C extra-filename=-44810f6df167919f --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-bed5a12aa0e3caec.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-716ae181bde9af10.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-d2c6a8e1c88275ec.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-fda3f440d0bac3b0.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-31914b6898517cee.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-25e9de3528ba2d87.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-57d9909e328a9bd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32572024-04-03T07:21:53.121Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-84d0521cb133c13c/build-script-build`
32582024-04-03T07:21:53.121Z Compiling peg v0.8.2
32592024-04-03T07:21:53.121Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-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="std"' -C metadata=ca680322063eda02 -C extra-filename=-ca680322063eda02 --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-158ea3a7e1604a50.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-280b946df6bab858.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32602024-04-03T07:21:53.121Z Compiling derive_builder v0.12.0
32612024-04-03T07:21:53.121Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder-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"' --cfg 'feature="std"' -C metadata=9292c8498888af10 -C extra-filename=-9292c8498888af10 --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-dcd7536d6dc670f4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32622024-04-03T07:21:53.122Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a9763132c4e65c8c -C extra-filename=-a9763132c4e65c8c --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
32632024-04-03T07:21:53.122Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32642024-04-03T07:21:53.122Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' -C metadata=c820e874dba72173 -C extra-filename=-c820e874dba72173 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-c820e874dba72173 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-adf58952c58280be.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32652024-04-03T07:21:53.122Z Compiling bb8 v0.8.3
32662024-04-03T07:21:53.122Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-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 --cfg 'feature="default"' --cfg 'feature="parking_lot"' -C metadata=86ca15a94d29b772 -C extra-filename=-86ca15a94d29b772 --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-db84444bd088c958.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-54ad4a7edca3918d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32672024-04-03T07:21:53.123Z Compiling const_format_proc_macros v0.2.32
32682024-04-03T07:21:53.123Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format_proc_macros-0.2.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=4ab4addb275605d3 -C extra-filename=-4ab4addb275605d3 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-0bf6080e5b7e69ad.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32692024-04-03T07:21:53.319Z Compiling quick-xml v0.30.0
32702024-04-03T07:21:53.340Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.30.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=f23bd9177bc14bad -C extra-filename=-f23bd9177bc14bad --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-1d8a52f36e2fec96.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32712024-04-03T07:21:53.999Z Compiling bcs v0.1.6
32722024-04-03T07:21:54.025Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=03b4f3ce92193791 -C extra-filename=-03b4f3ce92193791 --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-38978e6989816a15.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32732024-04-03T07:21:54.758Z Compiling oso-derive v0.27.0
32742024-04-03T07:21:54.799Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-derive-0.27.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 -C metadata=caf000e802893a57 -C extra-filename=-caf000e802893a57 --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-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32752024-04-03T07:21:55.232Z Compiling impl-trait-for-tuples v0.2.2
32762024-04-03T07:21:55.258Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=904f8cc61ce834c6 -C extra-filename=-904f8cc61ce834c6 --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-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32772024-04-03T07:21:56.008Z Compiling highway v1.1.0
32782024-04-03T07:21:56.023Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-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"' -C metadata=e9f234e7403545e8 -C extra-filename=-e9f234e7403545e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32792024-04-03T07:21:56.986Z Compiling const_format v0.2.32
32802024-04-03T07:21:57.018Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format-0.2.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=5f5bc0aeb5666684 -C extra-filename=-5f5bc0aeb5666684 --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-4ab4addb275605d3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32812024-04-03T07:21:57.018Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
32822024-04-03T07:21:57.019Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/ed7ab5e/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cockroach"' --cfg 'feature="default"' -C metadata=046fb14fc6d93b1a -C extra-filename=-046fb14fc6d93b1a --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-db84444bd088c958.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-86ca15a94d29b772.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9afbb85b61857719.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32832024-04-03T07:21:57.311Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-c820e874dba72173/build-script-build`
32842024-04-03T07:21:57.362Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/62ef5ca/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d3e2621ef396a9b1 -C extra-filename=-d3e2621ef396a9b1 --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-9afbb85b61857719.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32852024-04-03T07:21:57.470Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5d882fa43050414c -C extra-filename=-5d882fa43050414c --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-8bd96344c454c4a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32862024-04-03T07:21:59.539Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3728cbc990b86f89 -C extra-filename=-3728cbc990b86f89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b127e160ccdfc53f.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2b44ebb5b3c74cea.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9afbb85b61857719.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-aafd42fcf2997d57.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-f9617c022332c07a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9cd7152deb13fcc2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cca9ad685c5194da.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32872024-04-03T07:21:59.634Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32882024-04-03T07:21:59.634Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a63dd10289c27d6a -C extra-filename=-a63dd10289c27d6a --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-69563b97652b5c1b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-711263fc085726a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32892024-04-03T07:22:00.427Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32902024-04-03T07:22:00.434Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=692dd40eb61575b1 -C extra-filename=-692dd40eb61575b1 --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-5e3bfc1001098ea4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32912024-04-03T07:22:02.711Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32922024-04-03T07:22:02.718Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' -C metadata=fa9e41747dc1dc15 -C extra-filename=-fa9e41747dc1dc15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-53a2f9c47ebf2369.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-03b4f3ce92193791.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-e9f234e7403545e8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9f10828012a3e3e1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-ca680322063eda02.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-44810f6df167919f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-22d44c788f7a1157.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b88d71e2cf5c5956.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
32932024-04-03T07:22:07.369Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32942024-04-03T07:22:07.379Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6d2aec0819c0a2a3 -C extra-filename=-6d2aec0819c0a2a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9eaa0848d0aa01e7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-3d258aa4cc920d3f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/`
32952024-04-03T07:22:07.886Z Compiling assert_matches v1.5.0
32962024-04-03T07:22:07.903Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches /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 -C metadata=58ed50349d3ed936 -C extra-filename=-58ed50349d3ed936 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32972024-04-03T07:22:07.903Z Compiling rand_seeder v0.2.3
32982024-04-03T07:22:07.904Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_seeder-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 -C metadata=c3c8c50be7e0b717 -C extra-filename=-c3c8c50be7e0b717 --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-4fa4ac482618385e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32992024-04-03T07:22:07.904Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33002024-04-03T07:22:07.904Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=90f3249fde2e13f9 -C extra-filename=-90f3249fde2e13f9 --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-4de78a554399a130.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-c3c8c50be7e0b717.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33012024-04-03T07:22:08.085Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33022024-04-03T07:22:08.128Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=385fc6f64931d923 -C extra-filename=-385fc6f64931d923 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-cbd44a5a76d2ea99.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dc74308259da87c7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33032024-04-03T07:22:10.310Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33042024-04-03T07:22:10.323Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7c03cb66d387604 -C extra-filename=-a7c03cb66d387604 --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-aa5affffdef128b1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9eaa0848d0aa01e7.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6d2aec0819c0a2a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
33052024-04-03T07:22:11.896Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33062024-04-03T07:22:11.901Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5ec858d4fe948645 -C extra-filename=-5ec858d4fe948645 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0c1872af5f7aa1e4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-692dd40eb61575b1.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fa9e41747dc1dc15.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33072024-04-03T07:22:12.419Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33082024-04-03T07:22:12.459Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a37956d151817fe8 -C extra-filename=-a37956d151817fe8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-90f3249fde2e13f9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33092024-04-03T07:22:16.127Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33102024-04-03T07:22:16.135Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2778531f933eacc1 -C extra-filename=-2778531f933eacc1 --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-db84444bd088c958.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33112024-04-03T07:22:16.582Z Compiling portable-atomic v1.4.3
33122024-04-03T07:22:16.586Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=3d687388d2c70a23 -C extra-filename=-3d687388d2c70a23 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-3d687388d2c70a23 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33132024-04-03T07:22:17.716Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-3d687388d2c70a23/build-script-build`
33142024-04-03T07:22:17.794Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33152024-04-03T07:22:17.797Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/execution/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=467f2df6baed257b -C extra-filename=-467f2df6baed257b --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-467f2df6baed257b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-adf58952c58280be.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33162024-04-03T07:22:18.161Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33172024-04-03T07:22:18.165Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/metrics-producer-gc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bd6d4c4661fb2376 -C extra-filename=-bd6d4c4661fb2376 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-bd6d4c4661fb2376 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-adf58952c58280be.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33182024-04-03T07:22:18.921Z Compiling castaway v0.2.2
33192024-04-03T07:22:18.938Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/castaway-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"' -C metadata=8c24ffeaa780fe88 -C extra-filename=-8c24ffeaa780fe88 --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-d04453147b30520c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33202024-04-03T07:22:18.938Z Compiling compact_str v0.7.1
33212024-04-03T07:22:18.938Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compact_str-0.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 -C metadata=d560443a1736a547 -C extra-filename=-d560443a1736a547 --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-8c24ffeaa780fe88.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ee438a4c06a12f7.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33222024-04-03T07:22:18.938Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-bd6d4c4661fb2376/build-script-build`
33232024-04-03T07:22:18.938Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-467f2df6baed257b/build-script-build`
33242024-04-03T07:22:18.938Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.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="default"' --cfg 'feature="fallback"' -C metadata=25f17f60c6dcb96f -C extra-filename=-25f17f60c6dcb96f --out-dir /work/oxidecomputer/omicron/target/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`
33252024-04-03T07:22:19.769Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33262024-04-03T07:22:19.772Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d04a32e20c7fcc7f -C extra-filename=-d04a32e20c7fcc7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a37956d151817fe8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-90f3249fde2e13f9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33272024-04-03T07:22:20.344Z Compiling lru v0.12.1
33282024-04-03T07:22:20.348Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lru /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-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="hashbrown"' -C metadata=a06339c32e621258 -C extra-filename=-a06339c32e621258 --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-903a53ee9c1698c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33292024-04-03T07:22:20.626Z Compiling stability v0.1.1
33302024-04-03T07:22:20.629Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name stability --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stability-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 -C metadata=1e9fe1ec87e8fd62 -C extra-filename=-1e9fe1ec87e8fd62 --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-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33312024-04-03T07:22:21.865Z Compiling number_prefix v0.4.0
33322024-04-03T07:22:21.869Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix /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"' -C metadata=77bad155826264d6 -C extra-filename=-77bad155826264d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33332024-04-03T07:22:22.106Z Compiling indoc v2.0.3
33342024-04-03T07:22:22.127Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-2.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d85b41e66811fb0 -C extra-filename=-8d85b41e66811fb0 --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`
33352024-04-03T07:22:23.763Z Compiling cassowary v0.3.0
33362024-04-03T07:22:23.768Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cassowary /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 -C metadata=9fff7a89a2b336ff -C extra-filename=-9fff7a89a2b336ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33372024-04-03T07:22:24.770Z Compiling ratatui v0.26.1
33382024-04-03T07:22:24.784Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.26.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' -C metadata=ea004ff21a68b928 -C extra-filename=-ea004ff21a68b928 --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-bed5a12aa0e3caec.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-9fff7a89a2b336ff.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-d560443a1736a547.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-8d85b41e66811fb0.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-a06339c32e621258.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern stability=/work/oxidecomputer/omicron/target/debug/deps/libstability-1e9fe1ec87e8fd62.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-25e9de3528ba2d87.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33392024-04-03T07:22:24.784Z Compiling indicatif v0.17.8
33402024-04-03T07:22:24.784Z Running `/home/build/.rustup/toolchains/1.76.0-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"' -C metadata=94baeba3ff04b8fb -C extra-filename=-94baeba3ff04b8fb --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-ecd543c2b58c8b48.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-77bad155826264d6.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-25f17f60c6dcb96f.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3c0333554e1139b6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33412024-04-03T07:22:26.480Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33422024-04-03T07:22:26.484Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fff0024ff3c3d06e -C extra-filename=-fff0024ff3c3d06e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-97143267c914320e.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33432024-04-03T07:22:26.982Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33442024-04-03T07:22:27.003Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8ebd1a5aa991d0e8 -C extra-filename=-8ebd1a5aa991d0e8 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-8ebd1a5aa991d0e8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-adf58952c58280be.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33452024-04-03T07:22:27.347Z Compiling unicode-linebreak v0.1.5
33462024-04-03T07:22:27.370Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=46a8664099e4e017 -C extra-filename=-46a8664099e4e017 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33472024-04-03T07:22:27.857Z Compiling smawk v0.3.1
33482024-04-03T07:22:27.862Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-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 -C metadata=d9b062209ef62d29 -C extra-filename=-d9b062209ef62d29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33492024-04-03T07:22:28.085Z Compiling textwrap v0.16.1
33502024-04-03T07:22:28.092Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' -C metadata=470c5afd0c327d91 -C extra-filename=-470c5afd0c327d91 --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-d9b062209ef62d29.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-46a8664099e4e017.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33512024-04-03T07:22:28.568Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-8ebd1a5aa991d0e8/build-script-build`
33522024-04-03T07:22:28.571Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
33532024-04-03T07:22:28.572Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/4661c23/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 -C metadata=b9b7c79e5f56a496 -C extra-filename=-b9b7c79e5f56a496 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-704a6d61a1ba494f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-a1534a45757afc45.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
33542024-04-03T07:22:29.399Z Compiling fatfs v0.3.6
33552024-04-03T07:22:29.403Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fatfs /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"' -C metadata=4ff9799084301cee -C extra-filename=-4ff9799084301cee --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-7c0e576e00deb96c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33562024-04-03T07:22:31.187Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33572024-04-03T07:22:31.190Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a8da9d967e6ce435 -C extra-filename=-a8da9d967e6ce435 --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-5e3bfc1001098ea4.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-406eee9cc9a36418.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-97143267c914320e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fff0024ff3c3d06e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33582024-04-03T07:22:31.203Z Compiling is_ci v1.2.0
33592024-04-03T07:22:31.206Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1bb56e8c54f04e23 -C extra-filename=-1bb56e8c54f04e23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33602024-04-03T07:22:31.858Z Compiling supports-color v3.0.0
33612024-04-03T07:22:31.883Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=10e4da2ca85f594c -C extra-filename=-10e4da2ca85f594c --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-1bb56e8c54f04e23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33622024-04-03T07:22:31.883Z Compiling rtoolbox v0.0.1
33632024-04-03T07:22:31.884Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtoolbox-0.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 -C metadata=7e370098d61e739b -C extra-filename=-7e370098d61e739b --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33642024-04-03T07:22:31.892Z Compiling rpassword v7.3.1
33652024-04-03T07:22:31.893Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7059bfbaa965f98 -C extra-filename=-a7059bfbaa965f98 --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-6b8d316e1cea3f77.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-7e370098d61e739b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33662024-04-03T07:22:31.898Z Compiling tui-tree-widget v0.19.0
33672024-04-03T07:22:31.898Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.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 -C metadata=46218c2dd4d9f5af -C extra-filename=-46218c2dd4d9f5af --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-ea004ff21a68b928.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33682024-04-03T07:22:32.210Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33692024-04-03T07:22:32.216Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cf7121e2060e5fb7 -C extra-filename=-cf7121e2060e5fb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dc74308259da87c7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33702024-04-03T07:22:32.248Z Compiling shell-words v1.1.0
33712024-04-03T07:22:32.251Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name shell_words /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"' -C metadata=7a46979d6857e869 -C extra-filename=-7a46979d6857e869 --out-dir /work/oxidecomputer/omicron/target/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-04-03T07:22:32.554Z Compiling yansi v0.5.1
33732024-04-03T07:22:32.572Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name yansi /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yansi-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=30132c16fce6c612 -C extra-filename=-30132c16fce6c612 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33742024-04-03T07:22:32.923Z Compiling getrandom v0.1.16
33752024-04-03T07:22:32.928Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.1.16/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="std"' -C metadata=f76c342667c9e56e -C extra-filename=-f76c342667c9e56e --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-f76c342667c9e56e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33762024-04-03T07:22:33.702Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-f76c342667c9e56e/build-script-build`
33772024-04-03T07:22:33.737Z Compiling pretty_assertions v1.4.0
33782024-04-03T07:22:33.745Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty_assertions-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=953366735e598540 -C extra-filename=-953366735e598540 --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-a9dfce8df970952b.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-30132c16fce6c612.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33792024-04-03T07:22:34.108Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33802024-04-03T07:22:34.166Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2561039e3fc7c71c -C extra-filename=-2561039e3fc7c71c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
33812024-04-03T07:22:34.376Z Compiling target-lexicon v0.12.13
33822024-04-03T07:22:34.380Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.13/build.rs --error-format=json --json=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"' -C metadata=27e8eab95b09733a -C extra-filename=-27e8eab95b09733a --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-27e8eab95b09733a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33832024-04-03T07:22:35.449Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-27e8eab95b09733a/build-script-build`
33842024-04-03T07:22:35.528Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=f37df39cea38962f -C extra-filename=-f37df39cea38962f --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-980c303988e700db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33852024-04-03T07:22:36.043Z Compiling rfc6979 v0.4.0
33862024-04-03T07:22:36.047Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rfc6979-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1fd19a1428515753 -C extra-filename=-1fd19a1428515753 --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-00025fcde1c50750.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33872024-04-03T07:22:36.267Z Compiling guppy-workspace-hack v0.1.0
33882024-04-03T07:22:36.376Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /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 -C metadata=f705b004f7c93a34 -C extra-filename=-f705b004f7c93a34 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-f705b004f7c93a34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33892024-04-03T07:22:38.614Z Compiling winapi v0.3.9
33902024-04-03T07:22:38.614Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.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="basetsd"' --cfg 'feature="memoryapi"' --cfg 'feature="minwindef"' -C metadata=a4e51be2620813d4 -C extra-filename=-a4e51be2620813d4 --out-dir /work/oxidecomputer/omicron/target/debug/build/winapi-a4e51be2620813d4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33912024-04-03T07:22:38.614Z Running `/work/oxidecomputer/omicron/target/debug/build/winapi-a4e51be2620813d4/build-script-build`
33922024-04-03T07:22:38.614Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-f705b004f7c93a34/build-script-build`
33932024-04-03T07:22:38.614Z Compiling ecdsa v0.16.9
33942024-04-03T07:22:38.614Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ecdsa-0.16.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="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"' -C metadata=49ed29fb1f9b1199 -C extra-filename=-49ed29fb1f9b1199 --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-996b9ba85656a83e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-1fd19a1428515753.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-87fa9ebc53729cb3.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-547654552caef2d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33952024-04-03T07:22:38.614Z Compiling rand_core v0.5.1
33962024-04-03T07:22:38.614Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.5.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="getrandom"' --cfg 'feature="std"' -C metadata=aaba7f3254ebf9d4 -C extra-filename=-aaba7f3254ebf9d4 --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-f37df39cea38962f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33972024-04-03T07:22:38.614Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.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"' --cfg 'feature="std"' -C metadata=23d57bfd7d6c0330 -C extra-filename=-23d57bfd7d6c0330 --out-dir /work/oxidecomputer/omicron/target/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"'`
33982024-04-03T07:22:38.692Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33992024-04-03T07:22:38.692Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d76b8f3c8fd5a6e -C extra-filename=-8d76b8f3c8fd5a6e --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-4de78a554399a130.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34002024-04-03T07:22:39.062Z Compiling primeorder v0.13.6
34012024-04-03T07:22:39.097Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/primeorder-0.13.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb635bd3cf5a2ff2 -C extra-filename=-fb635bd3cf5a2ff2 --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-e8d8bf4e25df132f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34022024-04-03T07:22:39.593Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34032024-04-03T07:22:39.608Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7365093a2e238b79 -C extra-filename=-7365093a2e238b79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9cd7152deb13fcc2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7059bfbaa965f98.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-7a46979d6857e869.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-823bad65159637ea.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-46218c2dd4d9f5af.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-97143267c914320e.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fff0024ff3c3d06e.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a8da9d967e6ce435.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34042024-04-03T07:22:40.246Z Compiling cargo-platform v0.1.3
34052024-04-03T07:22:40.250Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.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 -C metadata=e71d6129f8803ed1 -C extra-filename=-e71d6129f8803ed1 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34062024-04-03T07:22:40.869Z Compiling rand v0.4.6
34072024-04-03T07:22:40.883Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="std"' -C metadata=51ce9cc93dc6af99 -C extra-filename=-51ce9cc93dc6af99 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34082024-04-03T07:22:43.557Z Compiling assert_cmd v2.0.14
34092024-04-03T07:22:43.560Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b42efd23c6048b29 -C extra-filename=-b42efd23c6048b29 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-b42efd23c6048b29 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34102024-04-03T07:22:44.033Z Compiling option-ext v0.2.0
34112024-04-03T07:22:44.036Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name option_ext /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/option-ext-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=052cc284f0ba4e8e -C extra-filename=-052cc284f0ba4e8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34122024-04-03T07:22:44.172Z Compiling remove_dir_all v0.5.3
34132024-04-03T07:22:44.177Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name remove_dir_all /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/remove_dir_all-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 -C metadata=35b72fe6b2656acb -C extra-filename=-35b72fe6b2656acb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34142024-04-03T07:22:44.290Z Compiling target-spec v3.1.0
34152024-04-03T07:22:44.297Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.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 -C metadata=ce043a2efeffe13f -C extra-filename=-ce043a2efeffe13f --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-ce043a2efeffe13f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34162024-04-03T07:22:44.912Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-ce043a2efeffe13f/build-script-build`
34172024-04-03T07:22:44.948Z Compiling tempdir v0.3.7
34182024-04-03T07:22:44.952Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tempdir /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempdir-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 -C metadata=c96322690e2aad70 -C extra-filename=-c96322690e2aad70 --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-51ce9cc93dc6af99.rmeta --extern remove_dir_all=/work/oxidecomputer/omicron/target/debug/deps/libremove_dir_all-35b72fe6b2656acb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34192024-04-03T07:22:45.390Z Compiling dirs-sys v0.4.1
34202024-04-03T07:22:45.412Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=363b25cd14b5beac -C extra-filename=-363b25cd14b5beac --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-6b8d316e1cea3f77.rmeta --extern option_ext=/work/oxidecomputer/omicron/target/debug/deps/liboption_ext-052cc284f0ba4e8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34212024-04-03T07:22:46.088Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-b42efd23c6048b29/build-script-build`
34222024-04-03T07:22:46.095Z Compiling cargo_metadata v0.18.1
34232024-04-03T07:22:46.100Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=07878f8e76169759 -C extra-filename=-07878f8e76169759 --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-aa5affffdef128b1.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-e71d6129f8803ed1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34242024-04-03T07:22:47.008Z Compiling cfg-expr v0.15.6
34252024-04-03T07:22:47.024Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.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="target-lexicon"' --cfg 'feature="targets"' -C metadata=d68085c46b926c3a -C extra-filename=-d68085c46b926c3a --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-f15605284eda4bd1.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-23d57bfd7d6c0330.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34262024-04-03T07:22:48.220Z Compiling rand_chacha v0.2.2
34272024-04-03T07:22:48.227Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.2.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="std"' -C metadata=fc9fb8b028d96125 -C extra-filename=-fc9fb8b028d96125 --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-a7dee96d0234d4d9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-aaba7f3254ebf9d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34282024-04-03T07:22:49.773Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack /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 -C metadata=aa600b20b2defa3f -C extra-filename=-aa600b20b2defa3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34292024-04-03T07:22:49.862Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name winapi /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-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="basetsd"' --cfg 'feature="memoryapi"' --cfg 'feature="minwindef"' -C metadata=a24045c39c0e3a1f -C extra-filename=-a24045c39c0e3a1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34302024-04-03T07:22:49.979Z Compiling polyval v0.6.1
34312024-04-03T07:22:49.984Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polyval-0.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 -C metadata=6864e66432fc2581 -C extra-filename=-6864e66432fc2581 --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-980c303988e700db.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-38956c25915cddb0.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-7b0fd4e52ffbc0c7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34322024-04-03T07:22:50.064Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
34332024-04-03T07:22:50.102Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83f5d8b2fcc590ba -C extra-filename=-83f5d8b2fcc590ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-406eee9cc9a36418.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
34342024-04-03T07:22:50.400Z Compiling ed25519 v2.2.2
34352024-04-03T07:22:50.455Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=332f2907e4144330 -C extra-filename=-332f2907e4144330 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-87fa9ebc53729cb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34362024-04-03T07:22:50.903Z Compiling http-body v1.0.0
34372024-04-03T07:22:50.921Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d23f87cf3cc06de5 -C extra-filename=-d23f87cf3cc06de5 --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-6aecfa5f524ba23c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-67c8b9dad3854477.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34382024-04-03T07:22:51.149Z Compiling blowfish v0.9.1
34392024-04-03T07:22:51.164Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blowfish-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bcrypt"' -C metadata=3c900f8eda294584 -C extra-filename=-3c900f8eda294584 --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-ee70016887b171ea.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34402024-04-03T07:22:51.600Z Compiling aes v0.8.3
34412024-04-03T07:22:51.606Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=1b30d823103f74bd -C extra-filename=-1b30d823103f74bd --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-980c303988e700db.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-bc63a1637c76373c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34422024-04-03T07:22:54.440Z Compiling ctr v0.9.2
34432024-04-03T07:22:54.444Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=5f1826d8530e595d -C extra-filename=-5f1826d8530e595d --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-402b3a96df9ca873.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34442024-04-03T07:22:54.811Z Compiling password-hash v0.4.2
34452024-04-03T07:22:54.816Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rand_core"' -C metadata=5132c1c64484c3f9 -C extra-filename=-5132c1c64484c3f9 --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-1d4bdcf392c0c077.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34462024-04-03T07:22:55.843Z Compiling pbkdf2 v0.12.2
34472024-04-03T07:22:55.847Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=10ca80e318fb5c05 -C extra-filename=-10ca80e318fb5c05 --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-a6c53878d7a38e90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34482024-04-03T07:22:56.031Z Compiling hex-literal v0.4.1
34492024-04-03T07:22:56.035Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e2513e0b503e3c04 -C extra-filename=-e2513e0b503e3c04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34502024-04-03T07:22:56.201Z Compiling tower-layer v0.3.2
34512024-04-03T07:22:56.208Z Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=09077b029317ca76 -C extra-filename=-09077b029317ca76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34522024-04-03T07:22:56.508Z Compiling plotters-backend v0.3.5
34532024-04-03T07:22:56.513Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.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 -C metadata=49253664c8d3e460 -C extra-filename=-49253664c8d3e460 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34542024-04-03T07:22:57.066Z Compiling plotters-svg v0.3.5
34552024-04-03T07:22:57.070Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.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 -C metadata=20b6799c78a94d6f -C extra-filename=-20b6799c78a94d6f --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-49253664c8d3e460.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34562024-04-03T07:22:57.512Z Compiling tower v0.4.13
34572024-04-03T07:22:57.527Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__common"' --cfg 'feature="default"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="log"' --cfg 'feature="make"' --cfg 'feature="pin-project"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --cfg 'feature="util"' -C metadata=dfc4093875a3c35d -C extra-filename=-dfc4093875a3c35d --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-89d5efafb6bf0fea.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-de07d84e45cc4683.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-09077b029317ca76.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-30d127c240675800.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34582024-04-03T07:22:58.396Z Compiling bcrypt-pbkdf v0.10.0
34592024-04-03T07:22:58.399Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcrypt-pbkdf-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cc9663b5e265c55e -C extra-filename=-cc9663b5e265c55e --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-3c900f8eda294584.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-10ca80e318fb5c05.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34602024-04-03T07:22:59.006Z Compiling pbkdf2 v0.11.0
34612024-04-03T07:22:59.025Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --cfg 'feature="password-hash"' --cfg 'feature="sha2"' --cfg 'feature="simple"' -C metadata=8dcb6356474954fe -C extra-filename=-8dcb6356474954fe --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-a6c53878d7a38e90.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-5132c1c64484c3f9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34622024-04-03T07:22:59.787Z Compiling hyper v1.1.0
34632024-04-03T07:22:59.791Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-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="client"' --cfg 'feature="default"' --cfg 'feature="http1"' -C metadata=690067a095766ea7 -C extra-filename=-690067a095766ea7 --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-6aecfa5f524ba23c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-67c8b9dad3854477.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-d23f87cf3cc06de5.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-8d112f43b54c713b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-77b4488483d613fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34642024-04-03T07:23:02.167Z Compiling ed25519-dalek v2.0.0
34652024-04-03T07:23:02.172Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-dalek-2.0.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="fast"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=f3de597316d4cee3 -C extra-filename=-f3de597316d4cee3 --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-4580cc12a6811996.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-332f2907e4144330.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34662024-04-03T07:23:03.532Z Compiling ghash v0.5.0
34672024-04-03T07:23:03.538Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ghash-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 -C metadata=11d17fcbb2211cf4 -C extra-filename=-11d17fcbb2211cf4 --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-38956c25915cddb0.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-6864e66432fc2581.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34682024-04-03T07:23:03.538Z Compiling russh-cryptovec v0.7.0
34692024-04-03T07:23:03.538Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-cryptovec-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 -C metadata=ba55d2592c4ac58e -C extra-filename=-ba55d2592c4ac58e --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-6b8d316e1cea3f77.rmeta --extern winapi=/work/oxidecomputer/omicron/target/debug/deps/libwinapi-a24045c39c0e3a1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34702024-04-03T07:23:03.627Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.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 -C metadata=9a3d5c8f130b2dc2 -C extra-filename=-9a3d5c8f130b2dc2 --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-d68085c46b926c3a.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-aa600b20b2defa3f.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-23d57bfd7d6c0330.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34712024-04-03T07:23:04.656Z Compiling rand v0.7.3
34722024-04-03T07:23:04.660Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-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 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="getrandom_package"' --cfg 'feature="libc"' --cfg 'feature="std"' -C metadata=41b51c274b969679 -C extra-filename=-41b51c274b969679 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom_package=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f37df39cea38962f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-fc9fb8b028d96125.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-aaba7f3254ebf9d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34732024-04-03T07:23:07.658Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.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 -C metadata=63a229e6433e08ec -C extra-filename=-63a229e6433e08ec --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-4a98c9e1acd0c2f3.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-56bee3b2739ce422.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-eab6502e68af0fa2.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-047610642ce2042e.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-b55ee153c811977d.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-e6c526a8ec957ffc.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-e8a585130783d302.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34742024-04-03T07:23:09.079Z Compiling dirs v5.0.1
34752024-04-03T07:23:09.122Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-5.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4f4100883dbf8a91 -C extra-filename=-4f4100883dbf8a91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dirs_sys=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys-363b25cd14b5beac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34762024-04-03T07:23:09.122Z Compiling p256 v0.13.2
34772024-04-03T07:23:09.123Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p256-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' -C metadata=e3d9e65b6ed68bb7 -C extra-filename=-e3d9e65b6ed68bb7 --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-49ed29fb1f9b1199.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-fb635bd3cf5a2ff2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34782024-04-03T07:23:15.953Z Compiling p521 v0.13.3
34792024-04-03T07:23:16.076Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p521-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="sha512"' --cfg 'feature="std"' -C metadata=bd9777140ee4de3f -C extra-filename=-bd9777140ee4de3f --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-3df99549457fce56.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-49ed29fb1f9b1199.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-fb635bd3cf5a2ff2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34802024-04-03T07:23:16.076Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
34812024-04-03T07:23:16.076Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/git/checkouts/samael-656d243843edb41e/9e609a8/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"' -C metadata=32f712c595df88cc -C extra-filename=-32f712c595df88cc --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-32f712c595df88cc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-d22dcc25c91dc692.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-638be2ab58094a40.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34822024-04-03T07:23:16.076Z Compiling pathdiff v0.2.1
34832024-04-03T07:23:16.076Z Running `/home/build/.rustup/toolchains/1.76.0-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"' -C metadata=14f76ce06487ba1d -C extra-filename=-14f76ce06487ba1d --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-aa5affffdef128b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34842024-04-03T07:23:16.076Z Compiling cbc v0.1.2
34852024-04-03T07:23:16.076Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cbc-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="default"' -C metadata=4d0bc2910b4869e0 -C extra-filename=-4d0bc2910b4869e0 --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-402b3a96df9ca873.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34862024-04-03T07:23:16.076Z Compiling md5 v0.7.0
34872024-04-03T07:23:16.076Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 /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"' -C metadata=b994b2fa2a729cb8 -C extra-filename=-b994b2fa2a729cb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882024-04-03T07:23:16.076Z Compiling cast v0.3.0
34892024-04-03T07:23:16.076Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f2cb3e73b52ae798 -C extra-filename=-f2cb3e73b52ae798 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34902024-04-03T07:23:16.076Z Compiling nested v0.1.1
34912024-04-03T07:23:16.076Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nested /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 -C metadata=ffc48c6922f462cd -C extra-filename=-ffc48c6922f462cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34922024-04-03T07:23:16.076Z Compiling criterion-plot v0.5.0
34932024-04-03T07:23:16.076Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94e649382cb7370c -C extra-filename=-94e649382cb7370c --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-f2cb3e73b52ae798.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34942024-04-03T07:23:16.076Z Compiling guppy v0.17.5
34952024-04-03T07:23:16.076Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.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 -C metadata=19ea764397bc1dbc -C extra-filename=-19ea764397bc1dbc --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-bbfc89eae5e2d3b2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-07878f8e76169759.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-283c13f9261a241c.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-aa600b20b2defa3f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-ffc48c6922f462cd.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-14f76ce06487ba1d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f15605284eda4bd1.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-9a3d5c8f130b2dc2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34962024-04-03T07:23:16.077Z Compiling russh-keys v0.42.0
34972024-04-03T07:23:16.077Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-keys-0.42.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fd4233c9f0c0afeb -C extra-filename=-fd4233c9f0c0afeb --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-1b30d823103f74bd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-cc9663b5e265c55e.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be1bb453946354ab.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-51ee63e7469d9b72.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-4d0bc2910b4869e0.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-5f1826d8530e595d.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-21eb80e9e8ebe971.rmeta --extern dirs=/work/oxidecomputer/omicron/target/debug/deps/libdirs-4f4100883dbf8a91.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f3de597316d4cee3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7933e1db1f12eba9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-b994b2fa2a729cb8.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-ffdb14edb5f31fca.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-e3d9e65b6ed68bb7.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-bd9777140ee4de3f.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-8dcb6356474954fe.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41b51c274b969679.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-ba55d2592c4ac58e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d5c71938ac202827.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-9505c6c6a004631d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34982024-04-03T07:23:16.077Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-32f712c595df88cc/build-script-bindings`
34992024-04-03T07:23:17.046Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/git/checkouts/samael-656d243843edb41e/9e609a8/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"' -C metadata=45ce5ab14e8bbbd4 -C extra-filename=-45ce5ab14e8bbbd4 --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-617eb63bc076f209.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-21eb80e9e8ebe971.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-9292c8498888af10.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-a9763132c4e65c8c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-ac9e745afe46f238.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-f23bd9177bc14bad.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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`
35002024-04-03T07:23:17.283Z Compiling aes-gcm v0.10.3
35012024-04-03T07:23:17.311Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=a6e732ac8e77657c -C extra-filename=-a6e732ac8e77657c --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-006636b63ef3e5f2.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-1b30d823103f74bd.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-5f1826d8530e595d.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-11d17fcbb2211cf4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35022024-04-03T07:23:17.567Z Compiling hyper-util v0.1.2
35032024-04-03T07:23:17.573Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-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 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="http1"' --cfg 'feature="tokio"' -C metadata=ded48a84a3650cd1 -C extra-filename=-ded48a84a3650cd1 --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-6aecfa5f524ba23c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-67c8b9dad3854477.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-d23f87cf3cc06de5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-690067a095766ea7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ec19a30392e61059.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-dfc4093875a3c35d.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-30d127c240675800.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35042024-04-03T07:23:20.055Z Compiling plotters v0.3.5
35052024-04-03T07:23:20.060Z Running `/home/build/.rustup/toolchains/1.76.0-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"' -C metadata=5550e921665ca3ec -C extra-filename=-5550e921665ca3ec --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-21b07e30d4dab7ed.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-49253664c8d3e460.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-20b6799c78a94d6f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35062024-04-03T07:23:21.948Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
35072024-04-03T07:23:21.954Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-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 -C metadata=f8651e7ec7d32b01 -C extra-filename=-f8651e7ec7d32b01 --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-406eee9cc9a36418.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-97143267c914320e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35082024-04-03T07:23:22.768Z Compiling rustls-native-certs v0.7.0
35092024-04-03T07:23:22.801Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=49425771fc020521 -C extra-filename=-49425771fc020521 --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-ac9e745afe46f238.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35102024-04-03T07:23:22.802Z Compiling httptest v0.15.5
35112024-04-03T07:23:22.802Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-0.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0907d5f56ff59485 -C extra-filename=-0907d5f56ff59485 --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-354ed4aae11869be.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-3caa7d886ff74e6f.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-af24b9bd95b41eab.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35122024-04-03T07:23:22.802Z Compiling tinytemplate v1.2.1
35132024-04-03T07:23:22.802Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate /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 -C metadata=293db5fd10f68609 -C extra-filename=-293db5fd10f68609 --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-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35142024-04-03T07:23:23.877Z Compiling threadpool v1.8.1
35152024-04-03T07:23:23.890Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name threadpool /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 -C metadata=2166907a3766bea3 -C extra-filename=-2166907a3766bea3 --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-0b9dd2f2c8b5721e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35162024-04-03T07:23:24.805Z Compiling dhcproto-macros v0.1.0
35172024-04-03T07:23:24.810Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=381035e320ee102f -C extra-filename=-381035e320ee102f --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`
35182024-04-03T07:23:25.900Z Compiling oorandom v11.1.3
35192024-04-03T07:23:25.921Z Running `/home/build/.rustup/toolchains/1.76.0-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 -C metadata=84ad2bd6a1fda5f3 -C extra-filename=-84ad2bd6a1fda5f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35202024-04-03T07:23:26.099Z Compiling anes v0.1.6
35212024-04-03T07:23:26.119Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=a205b135b9326db0 -C extra-filename=-a205b135b9326db0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35222024-04-03T07:23:26.123Z Compiling dhcproto v0.11.0
35232024-04-03T07:23:26.123Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-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"' -C metadata=9ac03691890b1cdc -C extra-filename=-9ac03691890b1cdc --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-381035e320ee102f.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35242024-04-03T07:23:26.632Z Compiling criterion v0.5.1
35252024-04-03T07:23:26.641Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' -C metadata=877d9ca8bee8bc37 -C extra-filename=-877d9ca8bee8bc37 --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-a205b135b9326db0.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-f2cb3e73b52ae798.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-94e649382cb7370c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-07069127a17cd079.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-84ad2bd6a1fda5f3.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-5550e921665ca3ec.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3c0333554e1139b6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-293db5fd10f68609.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35262024-04-03T07:23:28.762Z Compiling libtest-mimic v0.6.1
35272024-04-03T07:23:28.769Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-0.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 -C metadata=684700f0fac4d43a -C extra-filename=-684700f0fac4d43a --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-4375ce6eb40991fe.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-b868d2f25c6c0955.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-2166907a3766bea3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35282024-04-03T07:23:29.215Z Compiling hyper-rustls v0.26.0
35292024-04-03T07:23:29.222Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' -C metadata=07e61238cdbbb096 -C extra-filename=-07e61238cdbbb096 --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-61761f61c51300b8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-67c8b9dad3854477.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-690067a095766ea7.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ded48a84a3650cd1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-49425771fc020521.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-7b61185d32fc35f8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-3d9950f7b141fe0b.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-30d127c240675800.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out`
35302024-04-03T07:23:29.632Z Compiling russh v0.42.0
35312024-04-03T07:23:29.641Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-0.42.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="flate2"' -C metadata=bc2bf1d45dbde953 -C extra-filename=-bc2bf1d45dbde953 --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-1b30d823103f74bd.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-a6e732ac8e77657c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-18d3077823b1c206.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-5f1826d8530e595d.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-4580cc12a6811996.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e2513e0b503e3c04.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-ffdb14edb5f31fca.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-bf401129dc6b62ad.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-ba55d2592c4ac58e.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-fd4233c9f0c0afeb.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-d5c71938ac202827.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35322024-04-03T07:23:29.752Z Compiling rstest_macros v0.18.2
35332024-04-03T07:23:29.761Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.18.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="async-timeout"' -C metadata=4f3d7799d0bb5e16 -C extra-filename=-4f3d7799d0bb5e16 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-4f3d7799d0bb5e16 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c06feaa745b8ece6.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35342024-04-03T07:23:30.364Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35352024-04-03T07:23:30.394Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-c858ba521079d51a/f78443a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c12e2219a5aeede3 -C extra-filename=-c12e2219a5aeede3 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35362024-04-03T07:23:30.837Z Compiling internet-checksum v0.2.1
35372024-04-03T07:23:30.841Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/internet-checksum-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2000379b6d2d4413 -C extra-filename=-2000379b6d2d4413 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35382024-04-03T07:23:30.841Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-4f3d7799d0bb5e16/build-script-build`
35392024-04-03T07:23:30.988Z Compiling datatest-stable v0.2.3
35402024-04-03T07:23:31.419Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-0.2.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 -C metadata=e002312801878a31 -C extra-filename=-e002312801878a31 --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-aa5affffdef128b1.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-684700f0fac4d43a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35412024-04-03T07:23:31.432Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35422024-04-03T07:23:31.432Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9adfc161ed9c35b1 -C extra-filename=-9adfc161ed9c35b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-f8651e7ec7d32b01.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-406eee9cc9a36418.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c69339fd62138d88.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-151f42d2b3bdcb64.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d1f7181be2159cc1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-11b37a82b4a396f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dc74308259da87c7.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-97143267c914320e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
35432024-04-03T07:23:31.809Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35442024-04-03T07:23:31.845Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cba6c8601607dee4 -C extra-filename=-cba6c8601607dee4 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-cba6c8601607dee4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-adf58952c58280be.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35452024-04-03T07:23:32.060Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
35462024-04-03T07:23:32.089Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
35472024-04-03T07:23:32.089Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/reconfigurator-cli/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=963f3c437559ff13 -C extra-filename=-963f3c437559ff13 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-963f3c437559ff13 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-adf58952c58280be.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35482024-04-03T07:23:32.089Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d2dc6165cb9b7262 -C extra-filename=-d2dc6165cb9b7262 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-d2dc6165cb9b7262 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-adf58952c58280be.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35492024-04-03T07:23:32.420Z Compiling similar-asserts v1.5.0
35502024-04-03T07:23:32.452Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-asserts-1.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"' -C metadata=44251199ac83f0ed -C extra-filename=-44251199ac83f0ed --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-ecd543c2b58c8b48.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-871159d04b2d3ddf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35512024-04-03T07:23:32.453Z Compiling csv-core v0.1.11
35522024-04-03T07:23:32.866Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-core-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3ade9f84229d8bec -C extra-filename=-3ade9f84229d8bec --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-1d8a52f36e2fec96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35532024-04-03T07:23:32.993Z Compiling trybuild v1.0.91
35542024-04-03T07:23:33.012Z Running `/home/build/.rustup/toolchains/1.76.0-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.91/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b8717db09b0e5320 -C extra-filename=-b8717db09b0e5320 --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-b8717db09b0e5320 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35552024-04-03T07:23:33.501Z Compiling relative-path v1.9.0
35562024-04-03T07:23:33.514Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/relative-path-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=819003fabf5f1bb9 -C extra-filename=-819003fabf5f1bb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35572024-04-03T07:23:33.650Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-b8717db09b0e5320/build-script-build`
35582024-04-03T07:23:33.669Z Compiling csv v1.3.0
35592024-04-03T07:23:33.669Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e2cf7201a1819bb2 -C extra-filename=-e2cf7201a1819bb2 --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-3ade9f84229d8bec.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b30ed7c35ebb4b42.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3ee438a4c06a12f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35602024-04-03T07:23:34.524Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.18.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="async-timeout"' -C metadata=8e4127791ad60592 -C extra-filename=-8e4127791ad60592 --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-980c303988e700db.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-819003fabf5f1bb9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-70491f1a21eac1d2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35612024-04-03T07:23:35.019Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35622024-04-03T07:23:35.031Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f407b61496abc2a5 -C extra-filename=-f407b61496abc2a5 --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-4a98c9e1acd0c2f3.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-dd2af96275a7f5d2.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9ac03691890b1cdc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2000379b6d2d4413.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c12e2219a5aeede3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-20e4778d24b5ca91.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2561039e3fc7c71c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-bc2bf1d45dbde953.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-fd4233c9f0c0afeb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
35632024-04-03T07:23:35.399Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-d2dc6165cb9b7262/build-script-build`
35642024-04-03T07:23:35.415Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-963f3c437559ff13/build-script-build`
35652024-04-03T07:23:35.448Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-cba6c8601607dee4/build-script-build`
35662024-04-03T07:23:35.492Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35672024-04-03T07:23:35.497Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=092b8ed8557a9f19 -C extra-filename=-092b8ed8557a9f19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-423467c6ff104d36.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9cb5ba670464d9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-83f5d8b2fcc590ba.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-406eee9cc9a36418.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-f9617c022332c07a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-151f42d2b3bdcb64.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9cd7152deb13fcc2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-cbd44a5a76d2ea99.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dc74308259da87c7.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-385fc6f64931d923.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-97143267c914320e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fff0024ff3c3d06e.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a8da9d967e6ce435.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35682024-04-03T07:23:45.178Z Compiling multimap v0.10.0
35692024-04-03T07:23:45.524Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name multimap /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"' -C metadata=fc8b59f3d8f2bf64 -C extra-filename=-fc8b59f3d8f2bf64 --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-38978e6989816a15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35702024-04-03T07:23:45.524Z Compiling futures-timer v3.0.2
35712024-04-03T07:23:45.524Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-timer-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8cb8a78d10fa9986 -C extra-filename=-8cb8a78d10fa9986 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35722024-04-03T07:23:45.524Z Compiling constant_time_eq v0.2.6
35732024-04-03T07:23:45.524Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.2.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 -C metadata=ea7d32dd42bc1fc4 -C extra-filename=-ea7d32dd42bc1fc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35742024-04-03T07:23:45.524Z Compiling blake2b_simd v1.0.1
35752024-04-03T07:23:45.524Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2b_simd-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=61771fdc4ccbaaf2 -C extra-filename=-61771fdc4ccbaaf2 --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-477e329b0fb4e5d0.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-c9c1b634dcefec2a.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-ea7d32dd42bc1fc4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35762024-04-03T07:23:45.524Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.91/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dbc3246b01018bc4 -C extra-filename=-dbc3246b01018bc4 --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-23cedfca1f1a09fc.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-b868d2f25c6c0955.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35772024-04-03T07:23:45.746Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35782024-04-03T07:23:45.760Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1f4218273a6f61af -C extra-filename=-1f4218273a6f61af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7365093a2e238b79.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35792024-04-03T07:23:45.761Z Compiling partial-io v0.5.4
35802024-04-03T07:23:45.761Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=6b5576bee720e4af -C extra-filename=-6b5576bee720e4af --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-7f8d1a4c7393b54e.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-de07d84e45cc4683.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35812024-04-03T07:23:45.761Z Compiling approx v0.5.1
35822024-04-03T07:23:45.762Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name approx /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"' -C metadata=25e4f07d429ae077 -C extra-filename=-25e4f07d429ae077 --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-21b07e30d4dab7ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35832024-04-03T07:23:45.762Z Compiling rust-argon2 v2.1.0
35842024-04-03T07:23:45.762Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust-argon2-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=41b14d6505b7bda2 -C extra-filename=-41b14d6505b7bda2 --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-617eb63bc076f209.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-61771fdc4ccbaaf2.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-5b32d0391bf1b5d5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35852024-04-03T07:23:45.763Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35862024-04-03T07:23:45.763Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5839be696f36f5d5 -C extra-filename=-5839be696f36f5d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-3760f7a422e8403a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3c0333554e1139b6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d1f7181be2159cc1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-891598d647538f18.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
35872024-04-03T07:23:45.763Z Compiling rstest v0.18.2
35882024-04-03T07:23:45.764Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-0.18.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="default"' -C metadata=31e1623252e80faa -C extra-filename=-31e1623252e80faa --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-7f8d1a4c7393b54e.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-8cb8a78d10fa9986.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-8e4127791ad60592.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35892024-04-03T07:23:45.764Z Compiling cargo_toml v0.19.0
35902024-04-03T07:23:45.764Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_toml-0.19.0/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 -C metadata=333613c1de27d097 -C extra-filename=-333613c1de27d097 --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-38978e6989816a15.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35912024-04-03T07:23:45.765Z Compiling termios v0.3.3
35922024-04-03T07:23:45.765Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name termios /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 -C metadata=71e9d7bbe0bee3d5 -C extra-filename=-71e9d7bbe0bee3d5 --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-6b8d316e1cea3f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35932024-04-03T07:23:45.765Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35942024-04-03T07:23:45.765Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7782a000d6b8d359 -C extra-filename=-7782a000d6b8d359 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-71e9d7bbe0bee3d5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35952024-04-03T07:23:46.959Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=076f6a113403fe16 -C extra-filename=-076f6a113403fe16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-5839be696f36f5d5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-3760f7a422e8403a.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3c0333554e1139b6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d1f7181be2159cc1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-891598d647538f18.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
35962024-04-03T07:23:47.162Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0d7f57925c459ff2 -C extra-filename=-0d7f57925c459ff2 --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-25e4f07d429ae077.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9f10828012a3e3e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-bf97f7011c41aab3.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-31e1623252e80faa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-dbc3246b01018bc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35972024-04-03T07:23:49.561Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/oximeter/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 --test -C metadata=ac409f344309b0a4 -C extra-filename=-ac409f344309b0a4 --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-25e4f07d429ae077.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9f10828012a3e3e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-bf97f7011c41aab3.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-31e1623252e80faa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-dbc3246b01018bc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35982024-04-03T07:23:50.566Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7054b4fb293637da -C extra-filename=-7054b4fb293637da --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-bd1d1801db21c345.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-877d9ca8bee8bc37.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-41b14d6505b7bda2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
35992024-04-03T07:23:50.591Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9bec2c469d0cce0b -C extra-filename=-9bec2c469d0cce0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a7c03cb66d387604.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-20e4778d24b5ca91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-90f3249fde2e13f9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36002024-04-03T07:23:51.932Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=20ea3945edba5a0b -C extra-filename=-20ea3945edba5a0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7051eb583ebf2465.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-423467c6ff104d36.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1a836d1b5e248448.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2d9466c53a08866e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9cb5ba670464d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-19ea764397bc1dbc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-2cd2632e473b4319.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-406eee9cc9a36418.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-be8c6afe3b0fecd6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c0948e3159687e61.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0c1872af5f7aa1e4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-151f42d2b3bdcb64.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-20e4778d24b5ca91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d7ccb1fc6ef0a18e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4d63efe4861448a0.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7a099464dc832aa7.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bf5b43e43e5ecd90.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ea5346c144b2d93a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d1f7181be2159cc1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-11b37a82b4a396f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5ad5f7ce8ea8c14b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36012024-04-03T07:23:53.188Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=cd5b140d1fdf6e08 -C extra-filename=-cd5b140d1fdf6e08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7365093a2e238b79.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-1f4218273a6f61af.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36022024-04-03T07:23:53.475Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7c2ff0360003f243 -C extra-filename=-7c2ff0360003f243 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7365093a2e238b79.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-1f4218273a6f61af.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36032024-04-03T07:23:53.508Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
36042024-04-03T07:23:53.515Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c0a23aed74567ad3 -C extra-filename=-c0a23aed74567ad3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-07878f8e76169759.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-333613c1de27d097.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36052024-04-03T07:23:54.764Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f31620ad19b4c27b -C extra-filename=-f31620ad19b4c27b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7051eb583ebf2465.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-423467c6ff104d36.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1a836d1b5e248448.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2d9466c53a08866e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9cb5ba670464d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-2cd2632e473b4319.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-406eee9cc9a36418.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-be8c6afe3b0fecd6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c0948e3159687e61.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0c1872af5f7aa1e4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-151f42d2b3bdcb64.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-20e4778d24b5ca91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d7ccb1fc6ef0a18e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4d63efe4861448a0.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7a099464dc832aa7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bf5b43e43e5ecd90.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ea5346c144b2d93a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d1f7181be2159cc1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-11b37a82b4a396f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5ad5f7ce8ea8c14b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36062024-04-03T07:23:54.986Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3eeffb05685715dc -C extra-filename=-3eeffb05685715dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7051eb583ebf2465.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-423467c6ff104d36.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1a836d1b5e248448.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2d9466c53a08866e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9cb5ba670464d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-2cd2632e473b4319.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-406eee9cc9a36418.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-be8c6afe3b0fecd6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c0948e3159687e61.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0c1872af5f7aa1e4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-151f42d2b3bdcb64.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-20e4778d24b5ca91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d7ccb1fc6ef0a18e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4d63efe4861448a0.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7a099464dc832aa7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bf5b43e43e5ecd90.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ea5346c144b2d93a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d1f7181be2159cc1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-11b37a82b4a396f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5ad5f7ce8ea8c14b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36072024-04-03T07:23:55.100Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f4ea7e3e372dcd30 -C extra-filename=-f4ea7e3e372dcd30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7051eb583ebf2465.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-423467c6ff104d36.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1a836d1b5e248448.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2d9466c53a08866e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9cb5ba670464d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-19ea764397bc1dbc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-2cd2632e473b4319.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-406eee9cc9a36418.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-be8c6afe3b0fecd6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c0948e3159687e61.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0c1872af5f7aa1e4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-151f42d2b3bdcb64.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-20e4778d24b5ca91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d7ccb1fc6ef0a18e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4d63efe4861448a0.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7a099464dc832aa7.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bf5b43e43e5ecd90.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ea5346c144b2d93a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d1f7181be2159cc1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-11b37a82b4a396f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5ad5f7ce8ea8c14b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36082024-04-03T07:23:55.290Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c40502fd458b673b -C extra-filename=-c40502fd458b673b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7051eb583ebf2465.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-423467c6ff104d36.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1a836d1b5e248448.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2d9466c53a08866e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9cb5ba670464d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-2cd2632e473b4319.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-406eee9cc9a36418.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-be8c6afe3b0fecd6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c0948e3159687e61.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0c1872af5f7aa1e4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-151f42d2b3bdcb64.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-20e4778d24b5ca91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d7ccb1fc6ef0a18e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4d63efe4861448a0.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7a099464dc832aa7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bf5b43e43e5ecd90.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ea5346c144b2d93a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d1f7181be2159cc1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-11b37a82b4a396f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5ad5f7ce8ea8c14b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36092024-04-03T07:23:56.383Z Compiling polar-core v0.27.0
36102024-04-03T07:23:56.389Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.0/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"' -C metadata=9afffdf86e5b46b0 -C extra-filename=-9afffdf86e5b46b0 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-9afffdf86e5b46b0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-aa55a21b55b7b0cf.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-de612c12f3e33c54.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36112024-04-03T07:23:57.870Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-9afffdf86e5b46b0/build-script-build`
36122024-04-03T07:23:58.259Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name services_ledger_check_migrate --edition=2021 sled-agent/src/bin/services-ledger-check-migrate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94c82b7a83739b37 -C extra-filename=-94c82b7a83739b37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7051eb583ebf2465.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-423467c6ff104d36.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1a836d1b5e248448.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2d9466c53a08866e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9cb5ba670464d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-2cd2632e473b4319.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-406eee9cc9a36418.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-be8c6afe3b0fecd6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c0948e3159687e61.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0c1872af5f7aa1e4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-151f42d2b3bdcb64.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-20e4778d24b5ca91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d7ccb1fc6ef0a18e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4d63efe4861448a0.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7a099464dc832aa7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bf5b43e43e5ecd90.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ea5346c144b2d93a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d1f7181be2159cc1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-11b37a82b4a396f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5ad5f7ce8ea8c14b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36132024-04-03T07:23:59.596Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.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"' -C metadata=dfc009d4fcb6edc8 -C extra-filename=-dfc009d4fcb6edc8 --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-a91c0b8873e30fcc.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-4772c578c774ae0f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-15048ac8a35bc7a3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36142024-04-03T07:24:00.727Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2021 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e406053a89fb7cba -C extra-filename=-e406053a89fb7cba --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-4a98c9e1acd0c2f3.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-dd2af96275a7f5d2.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9ac03691890b1cdc.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-f407b61496abc2a5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2000379b6d2d4413.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c12e2219a5aeede3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-20e4778d24b5ca91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2561039e3fc7c71c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-bc2bf1d45dbde953.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-fd4233c9f0c0afeb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36152024-04-03T07:24:03.939Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name services_ledger_check_migrate --edition=2021 sled-agent/src/bin/services-ledger-check-migrate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=162ff43805d691cc -C extra-filename=-162ff43805d691cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7051eb583ebf2465.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-423467c6ff104d36.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1a836d1b5e248448.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2d9466c53a08866e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9cb5ba670464d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-19ea764397bc1dbc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-2cd2632e473b4319.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-406eee9cc9a36418.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-be8c6afe3b0fecd6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c0948e3159687e61.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0c1872af5f7aa1e4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-151f42d2b3bdcb64.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-20e4778d24b5ca91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d7ccb1fc6ef0a18e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4d63efe4861448a0.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7a099464dc832aa7.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bf5b43e43e5ecd90.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ea5346c144b2d93a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d1f7181be2159cc1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-11b37a82b4a396f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5ad5f7ce8ea8c14b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36162024-04-03T07:24:06.813Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=adee2298e7f15c3e -C extra-filename=-adee2298e7f15c3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7051eb583ebf2465.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-423467c6ff104d36.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1a836d1b5e248448.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2d9466c53a08866e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9cb5ba670464d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-19ea764397bc1dbc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-2cd2632e473b4319.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-406eee9cc9a36418.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-be8c6afe3b0fecd6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c0948e3159687e61.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0c1872af5f7aa1e4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-151f42d2b3bdcb64.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-20e4778d24b5ca91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d7ccb1fc6ef0a18e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4d63efe4861448a0.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7a099464dc832aa7.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bf5b43e43e5ecd90.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ea5346c144b2d93a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d1f7181be2159cc1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-11b37a82b4a396f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5ad5f7ce8ea8c14b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36172024-04-03T07:24:08.400Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ce46c59668efe2c0 -C extra-filename=-ce46c59668efe2c0 --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-4a98c9e1acd0c2f3.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-dd2af96275a7f5d2.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9ac03691890b1cdc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2000379b6d2d4413.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c12e2219a5aeede3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-20e4778d24b5ca91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2561039e3fc7c71c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-bc2bf1d45dbde953.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-fd4233c9f0c0afeb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36182024-04-03T07:24:20.443Z Compiling oso v0.27.0
36192024-04-03T07:24:20.455Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-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="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' -C metadata=b5c8878f027c1e69 -C extra-filename=-b5c8878f027c1e69 --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-904f8cc61ce834c6.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-0fac596133a37754.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-caf000e802893a57.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-dfc009d4fcb6edc8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36202024-04-03T07:24:26.853Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' -C metadata=dda5b056dd82006a -C extra-filename=-dda5b056dd82006a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-046fb14fc6d93b1a.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-a63dd10289c27d6a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-86ca15a94d29b772.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5f5bc0aeb5666684.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5d882fa43050414c.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b127e160ccdfc53f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9afbb85b61857719.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-d3e2621ef396a9b1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3728cbc990b86f89.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9cd7152deb13fcc2.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-b5c8878f027c1e69.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-45ce5ab14e8bbbd4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cca9ad685c5194da.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36212024-04-03T07:24:28.408Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c9a48d6c8c13e630 -C extra-filename=-c9a48d6c8c13e630 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-423467c6ff104d36.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9cb5ba670464d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a7c03cb66d387604.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-9adfc161ed9c35b1.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-f8651e7ec7d32b01.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-83f5d8b2fcc590ba.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-406eee9cc9a36418.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-0fac596133a37754.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-f9617c022332c07a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-151f42d2b3bdcb64.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9cd7152deb13fcc2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-cbd44a5a76d2ea99.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf7121e2060e5fb7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dc74308259da87c7.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-385fc6f64931d923.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-97143267c914320e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7365093a2e238b79.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fff0024ff3c3d06e.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-092b8ed8557a9f19.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a8da9d967e6ce435.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36222024-04-03T07:24:28.529Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4b90cabd352440d9 -C extra-filename=-4b90cabd352440d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-423467c6ff104d36.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9cb5ba670464d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-83f5d8b2fcc590ba.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-406eee9cc9a36418.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-f9617c022332c07a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-151f42d2b3bdcb64.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9cd7152deb13fcc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-cbd44a5a76d2ea99.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dc74308259da87c7.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-385fc6f64931d923.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-97143267c914320e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fff0024ff3c3d06e.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-092b8ed8557a9f19.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a8da9d967e6ce435.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36232024-04-03T07:24:35.288Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e9cefc7b359734c1 -C extra-filename=-e9cefc7b359734c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-423467c6ff104d36.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9cb5ba670464d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a7c03cb66d387604.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-9adfc161ed9c35b1.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-f8651e7ec7d32b01.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-83f5d8b2fcc590ba.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-406eee9cc9a36418.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-0fac596133a37754.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-f9617c022332c07a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-151f42d2b3bdcb64.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9cd7152deb13fcc2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-cbd44a5a76d2ea99.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf7121e2060e5fb7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dc74308259da87c7.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-385fc6f64931d923.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-97143267c914320e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7365093a2e238b79.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fff0024ff3c3d06e.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-092b8ed8557a9f19.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a8da9d967e6ce435.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36242024-04-03T07:24:35.513Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=094acaa04a667b97 -C extra-filename=-094acaa04a667b97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7051eb583ebf2465.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-423467c6ff104d36.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1a836d1b5e248448.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2d9466c53a08866e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9cb5ba670464d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-19ea764397bc1dbc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-2cd2632e473b4319.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-406eee9cc9a36418.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-be8c6afe3b0fecd6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c0948e3159687e61.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0c1872af5f7aa1e4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-151f42d2b3bdcb64.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-20e4778d24b5ca91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d7ccb1fc6ef0a18e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4d63efe4861448a0.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7a099464dc832aa7.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bf5b43e43e5ecd90.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ea5346c144b2d93a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d1f7181be2159cc1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-11b37a82b4a396f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5ad5f7ce8ea8c14b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36252024-04-03T07:24:36.582Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2021 end-to-end-tests/src/bin/commtest.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8da06061d32e0f36 -C extra-filename=-8da06061d32e0f36 --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-4a98c9e1acd0c2f3.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-dd2af96275a7f5d2.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9ac03691890b1cdc.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-f407b61496abc2a5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2000379b6d2d4413.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c12e2219a5aeede3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-20e4778d24b5ca91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2561039e3fc7c71c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-bc2bf1d45dbde953.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-fd4233c9f0c0afeb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36262024-04-03T07:24:36.976Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2021 end-to-end-tests/src/bin/dhcp-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9785b18d51b52ad6 -C extra-filename=-9785b18d51b52ad6 --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-4a98c9e1acd0c2f3.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-dd2af96275a7f5d2.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9ac03691890b1cdc.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-f407b61496abc2a5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2000379b6d2d4413.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c12e2219a5aeede3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-20e4778d24b5ca91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2561039e3fc7c71c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-bc2bf1d45dbde953.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-fd4233c9f0c0afeb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8026b7206aa531bc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36272024-04-03T07:24:40.003Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ebaf408d49165d06 -C extra-filename=-ebaf408d49165d06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e2513e0b503e3c04.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-9adfc161ed9c35b1.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-f8651e7ec7d32b01.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-406eee9cc9a36418.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c69339fd62138d88.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-151f42d2b3bdcb64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-6b5576bee720e4af.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d1f7181be2159cc1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-11b37a82b4a396f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dc74308259da87c7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-97143267c914320e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36282024-04-03T07:24:40.444Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c6a35bf8de3ff4c7 -C extra-filename=-c6a35bf8de3ff4c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e2513e0b503e3c04.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-f8651e7ec7d32b01.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-406eee9cc9a36418.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c69339fd62138d88.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-151f42d2b3bdcb64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-6b5576bee720e4af.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d1f7181be2159cc1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-11b37a82b4a396f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dc74308259da87c7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-97143267c914320e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36292024-04-03T07:24:40.452Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8e635d7d5f932f42 -C extra-filename=-8e635d7d5f932f42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-423467c6ff104d36.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9cb5ba670464d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a7c03cb66d387604.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-9adfc161ed9c35b1.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-f8651e7ec7d32b01.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-83f5d8b2fcc590ba.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-406eee9cc9a36418.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-0fac596133a37754.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-f9617c022332c07a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-151f42d2b3bdcb64.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9cd7152deb13fcc2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-cbd44a5a76d2ea99.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf7121e2060e5fb7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dc74308259da87c7.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-385fc6f64931d923.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-97143267c914320e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7365093a2e238b79.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fff0024ff3c3d06e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a8da9d967e6ce435.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36302024-04-03T07:24:41.809Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name manifest_tests --edition=2021 tufaceous/tests/manifest-tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg test -C metadata=17544313f954efb0 -C extra-filename=-17544313f954efb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-63a229e6433e08ec.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-e002312801878a31.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-047610642ce2042e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf7121e2060e5fb7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dc74308259da87c7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36312024-04-03T07:24:49.026Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=152dc7df4312965a -C extra-filename=-152dc7df4312965a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-63a229e6433e08ec.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-e002312801878a31.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-047610642ce2042e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dc74308259da87c7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36322024-04-03T07:24:49.026Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=16132b07885fc93c -C extra-filename=-16132b07885fc93c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-63a229e6433e08ec.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-e002312801878a31.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-047610642ce2042e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf7121e2060e5fb7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dc74308259da87c7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36332024-04-03T07:24:49.475Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 tufaceous/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d83e8a0ab5b3c8aa -C extra-filename=-d83e8a0ab5b3c8aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-63a229e6433e08ec.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-e002312801878a31.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-047610642ce2042e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf7121e2060e5fb7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dc74308259da87c7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36342024-04-03T07:24:51.869Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d4aedec7715429b8 -C extra-filename=-d4aedec7715429b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7051eb583ebf2465.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-423467c6ff104d36.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1a836d1b5e248448.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2d9466c53a08866e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9cb5ba670464d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-19ea764397bc1dbc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-2cd2632e473b4319.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-406eee9cc9a36418.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-be8c6afe3b0fecd6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c0948e3159687e61.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0c1872af5f7aa1e4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-151f42d2b3bdcb64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d7ccb1fc6ef0a18e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4d63efe4861448a0.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7a099464dc832aa7.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bf5b43e43e5ecd90.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ea5346c144b2d93a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d1f7181be2159cc1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-11b37a82b4a396f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5ad5f7ce8ea8c14b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36352024-04-03T07:24:53.099Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6fcdf242feb8c1d8 -C extra-filename=-6fcdf242feb8c1d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-63a229e6433e08ec.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9cd7152deb13fcc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7059bfbaa965f98.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-7a46979d6857e869.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-823bad65159637ea.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-46218c2dd4d9f5af.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-97143267c914320e.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7365093a2e238b79.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fff0024ff3c3d06e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a8da9d967e6ce435.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36362024-04-03T07:24:54.931Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a87cfab30e7d4875 -C extra-filename=-a87cfab30e7d4875 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-63a229e6433e08ec.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9cd7152deb13fcc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7059bfbaa965f98.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-7a46979d6857e869.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-823bad65159637ea.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-46218c2dd4d9f5af.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-97143267c914320e.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7365093a2e238b79.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fff0024ff3c3d06e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a8da9d967e6ce435.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36372024-04-03T07:24:56.158Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e94f488711cd5589 -C extra-filename=-e94f488711cd5589 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7365093a2e238b79.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36382024-04-03T07:24:58.296Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d64c040fb018bcbe -C extra-filename=-d64c040fb018bcbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9cd7152deb13fcc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7059bfbaa965f98.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-7a46979d6857e869.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-823bad65159637ea.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-46218c2dd4d9f5af.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-97143267c914320e.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7365093a2e238b79.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fff0024ff3c3d06e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a8da9d967e6ce435.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36392024-04-03T07:25:02.351Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 installinator-artifactd/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 --test -C metadata=8e3c61eb568e71f7 -C extra-filename=-8e3c61eb568e71f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-83f5d8b2fcc590ba.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-406eee9cc9a36418.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36402024-04-03T07:25:03.731Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36412024-04-03T07:25:04.150Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=23ebc2f0c72ba031 -C extra-filename=-23ebc2f0c72ba031 --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-7f8d1a4c7393b54e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dda5b056dd82006a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36422024-04-03T07:25:05.253Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f0782c8f246b4c11 -C extra-filename=-f0782c8f246b4c11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3728cbc990b86f89.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dda5b056dd82006a.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-23ebc2f0c72ba031.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36432024-04-03T07:25:07.537Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36442024-04-03T07:25:08.082Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6b939af083bc990e -C extra-filename=-6b939af083bc990e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3728cbc990b86f89.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dda5b056dd82006a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36452024-04-03T07:25:08.305Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=81adedbce3f3e9a0 -C extra-filename=-81adedbce3f3e9a0 --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-5e3bfc1001098ea4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dda5b056dd82006a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-692dd40eb61575b1.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36462024-04-03T07:25:09.730Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36472024-04-03T07:25:09.739Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="omicron-dev"' -C metadata=411b5ecf02681aa5 -C extra-filename=-411b5ecf02681aa5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1a836d1b5e248448.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2d9466c53a08866e.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a7c03cb66d387604.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dda5b056dd82006a.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2778531f933eacc1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9cd7152deb13fcc2.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-20e4778d24b5ca91.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5ec858d4fe948645.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7a099464dc832aa7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36482024-04-03T07:25:10.293Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f3e138172790fd86 -C extra-filename=-f3e138172790fd86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1a836d1b5e248448.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b9b7c79e5f56a496.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9cb5ba670464d9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-4ff9799084301cee.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c0948e3159687e61.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3728cbc990b86f89.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dda5b056dd82006a.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-aafd42fcf2997d57.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a37956d151817fe8.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-81adedbce3f3e9a0.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-23ebc2f0c72ba031.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-f0782c8f246b4c11.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d04a32e20c7fcc7f.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6b939af083bc990e.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2778531f933eacc1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9cd7152deb13fcc2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-692dd40eb61575b1.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fa9e41747dc1dc15.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4d63efe4861448a0.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7a099464dc832aa7.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0098157a782cbc3b.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bf5b43e43e5ecd90.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-45ce5ab14e8bbbd4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cca9ad685c5194da.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-67b5d8affcba319b.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-cbd44a5a76d2ea99.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-385fc6f64931d923.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36492024-04-03T07:25:11.221Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/bin/installinator-artifactd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=66f4ed127e754289 -C extra-filename=-66f4ed127e754289 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-83f5d8b2fcc590ba.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-406eee9cc9a36418.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36502024-04-03T07:25:12.930Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/bin/installinator-artifactd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1c71b76c4134e2e6 -C extra-filename=-1c71b76c4134e2e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-83f5d8b2fcc590ba.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-406eee9cc9a36418.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36512024-04-03T07:25:18.044Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e082781d2b2a17dd -C extra-filename=-e082781d2b2a17dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-63a229e6433e08ec.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9cd7152deb13fcc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7059bfbaa965f98.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-7a46979d6857e869.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-823bad65159637ea.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-46218c2dd4d9f5af.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-97143267c914320e.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fff0024ff3c3d06e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a8da9d967e6ce435.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36522024-04-03T07:25:18.887Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d074d48d0ba86f23 -C extra-filename=-d074d48d0ba86f23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2d9466c53a08866e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0a30ca2564ebd32e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a1da743011132deb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36532024-04-03T07:25:20.211Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d61b7211e8fc4a68 -C extra-filename=-d61b7211e8fc4a68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2d9466c53a08866e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0a30ca2564ebd32e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a1da743011132deb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36542024-04-03T07:25:20.832Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=eb9733fb3a267f88 -C extra-filename=-eb9733fb3a267f88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2d9466c53a08866e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0a30ca2564ebd32e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a1da743011132deb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36552024-04-03T07:25:22.960Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0503c3bb985329fc -C extra-filename=-0503c3bb985329fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2d9466c53a08866e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0a30ca2564ebd32e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a1da743011132deb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36562024-04-03T07:25:23.060Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_test --edition=2021 dns-server/tests/openapi_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 --test -C metadata=5616fbcb974be871 -C extra-filename=-5616fbcb974be871 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2d9466c53a08866e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0a30ca2564ebd32e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a1da743011132deb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36572024-04-03T07:25:24.604Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=44286336e2541cd2 -C extra-filename=-44286336e2541cd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0a30ca2564ebd32e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a1da743011132deb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36582024-04-03T07:25:35.406Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name apigen --edition=2021 dns-server/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8826e33ec8b66301 -C extra-filename=-8826e33ec8b66301 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2d9466c53a08866e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0a30ca2564ebd32e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a1da743011132deb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36592024-04-03T07:25:35.974Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4e1ca870dd92c169 -C extra-filename=-4e1ca870dd92c169 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2d9466c53a08866e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0a30ca2564ebd32e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a1da743011132deb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36602024-04-03T07:25:37.643Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1b01ee879466c771 -C extra-filename=-1b01ee879466c771 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0c1872af5f7aa1e4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-692dd40eb61575b1.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5ec858d4fe948645.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fa9e41747dc1dc15.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36612024-04-03T07:25:38.415Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9727310df4c8fcd9 -C extra-filename=-9727310df4c8fcd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0c1872af5f7aa1e4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-692dd40eb61575b1.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5ec858d4fe948645.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fa9e41747dc1dc15.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36622024-04-03T07:25:39.638Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1a43adf1e2c3543e -C extra-filename=-1a43adf1e2c3543e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0c1872af5f7aa1e4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-692dd40eb61575b1.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5ec858d4fe948645.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fa9e41747dc1dc15.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36632024-04-03T07:25:40.141Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=63e28f587d7e4a6a -C extra-filename=-63e28f587d7e4a6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0c1872af5f7aa1e4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-692dd40eb61575b1.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5ec858d4fe948645.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fa9e41747dc1dc15.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36642024-04-03T07:25:40.481Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ebf8b89bffcabb87 -C extra-filename=-ebf8b89bffcabb87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0c1872af5f7aa1e4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-692dd40eb61575b1.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5ec858d4fe948645.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fa9e41747dc1dc15.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36652024-04-03T07:25:42.383Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d974f93b3a833037 -C extra-filename=-d974f93b3a833037 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf7121e2060e5fb7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dc74308259da87c7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36662024-04-03T07:25:44.416Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bc4a33d2fd1d0538 -C extra-filename=-bc4a33d2fd1d0538 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-cbd44a5a76d2ea99.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf7121e2060e5fb7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dc74308259da87c7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36672024-04-03T07:25:53.291Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=44a7eef5abc37eb2 -C extra-filename=-44a7eef5abc37eb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-f0782c8f246b4c11.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d04a32e20c7fcc7f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36682024-04-03T07:25:53.447Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d2f35db29d5c3b75 -C extra-filename=-d2f35db29d5c3b75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3728cbc990b86f89.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dda5b056dd82006a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36692024-04-03T07:25:53.537Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=86833b45406a2952 -C extra-filename=-86833b45406a2952 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-046fb14fc6d93b1a.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-877d9ca8bee8bc37.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1a836d1b5e248448.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b9b7c79e5f56a496.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9afbb85b61857719.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2d9466c53a08866e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9cb5ba670464d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-4ff9799084301cee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a7c03cb66d387604.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-0907d5f56ff59485.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-07e61238cdbbb096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c0948e3159687e61.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3728cbc990b86f89.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dda5b056dd82006a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-aafd42fcf2997d57.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a37956d151817fe8.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-81adedbce3f3e9a0.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-23ebc2f0c72ba031.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-f0782c8f246b4c11.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d04a32e20c7fcc7f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6b939af083bc990e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2778531f933eacc1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-411b5ecf02681aa5.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d76b8f3c8fd5a6e.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9cd7152deb13fcc2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-20e4778d24b5ca91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2561039e3fc7c71c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-692dd40eb61575b1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fa9e41747dc1dc15.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4d63efe4861448a0.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7a099464dc832aa7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0098157a782cbc3b.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bf5b43e43e5ecd90.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-45ce5ab14e8bbbd4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44251199ac83f0ed.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6d2aec0819c0a2a3.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cca9ad685c5194da.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-67b5d8affcba319b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-cbd44a5a76d2ea99.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf7121e2060e5fb7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dc74308259da87c7.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-385fc6f64931d923.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36702024-04-03T07:25:57.070Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' -C metadata=1166cd6ef2b3d056 -C extra-filename=-1166cd6ef2b3d056 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-046fb14fc6d93b1a.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-a63dd10289c27d6a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-86ca15a94d29b772.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5f5bc0aeb5666684.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5d882fa43050414c.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b127e160ccdfc53f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9afbb85b61857719.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-d3e2621ef396a9b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-07e61238cdbbb096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3728cbc990b86f89.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a37956d151817fe8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d04a32e20c7fcc7f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-411b5ecf02681aa5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9cd7152deb13fcc2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-20e4778d24b5ca91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-b5c8878f027c1e69.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-047610642ce2042e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-45ce5ab14e8bbbd4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cca9ad685c5194da.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36712024-04-03T07:25:57.697Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7b65536cb3f87ba2 -C extra-filename=-7b65536cb3f87ba2 --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-046fb14fc6d93b1a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9afbb85b61857719.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-0907d5f56ff59485.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3728cbc990b86f89.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dda5b056dd82006a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-411b5ecf02681aa5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-692dd40eb61575b1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36722024-04-03T07:26:04.313Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fbf6af20d658fcc7 -C extra-filename=-fbf6af20d658fcc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-046fb14fc6d93b1a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1a836d1b5e248448.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-e2cf7201a1819bb2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9afbb85b61857719.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a512eddf3afdc0f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a7c03cb66d387604.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-fc8b59f3d8f2bf64.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0c1872af5f7aa1e4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3728cbc990b86f89.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dda5b056dd82006a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6b939af083bc990e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-692dd40eb61575b1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36732024-04-03T07:26:08.771Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="omicron-dev"' -C metadata=fe4b756627984b06 -C extra-filename=-fe4b756627984b06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1a836d1b5e248448.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2d9466c53a08866e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a7c03cb66d387604.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dda5b056dd82006a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2778531f933eacc1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9cd7152deb13fcc2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-20e4778d24b5ca91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5ec858d4fe948645.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7a099464dc832aa7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36742024-04-03T07:26:13.982Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f33a4b19cdbf9d31 -C extra-filename=-f33a4b19cdbf9d31 --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-7f8d1a4c7393b54e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dda5b056dd82006a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36752024-04-03T07:26:16.920Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f429952dcae92bd6 -C extra-filename=-f429952dcae92bd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2b44ebb5b3c74cea.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-54f911ea7a4e298c.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-170a65fc53887f22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36762024-04-03T07:26:17.331Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4c3826de6308ca64 -C extra-filename=-4c3826de6308ca64 --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-5e3bfc1001098ea4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-406eee9cc9a36418.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-97143267c914320e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fff0024ff3c3d06e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36772024-04-03T07:26:26.674Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=71d277e70d15f042 -C extra-filename=-71d277e70d15f042 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-3760f7a422e8403a.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3c0333554e1139b6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d1f7181be2159cc1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-891598d647538f18.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
36782024-04-03T07:26:32.164Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' -C metadata=51484de66f5c7693 -C extra-filename=-51484de66f5c7693 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-53a2f9c47ebf2369.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-03b4f3ce92193791.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-e9f234e7403545e8.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9f10828012a3e3e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fa9e41747dc1dc15.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-ca680322063eda02.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-44810f6df167919f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-22d44c788f7a1157.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b88d71e2cf5c5956.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36792024-04-03T07:26:35.559Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a82cebd14dc8a6a5 -C extra-filename=-a82cebd14dc8a6a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0c1872af5f7aa1e4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-692dd40eb61575b1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fa9e41747dc1dc15.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36802024-04-03T07:26:41.124Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2c57af293221c4f0 -C extra-filename=-2c57af293221c4f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a37956d151817fe8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-90f3249fde2e13f9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36812024-04-03T07:26:56.986Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2d5702cb47efe166 -C extra-filename=-2d5702cb47efe166 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9eaa0848d0aa01e7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6d2aec0819c0a2a3.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-3d258aa4cc920d3f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/`
36822024-04-03T07:26:58.496Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c5f8c09e1568697c -C extra-filename=-c5f8c09e1568697c --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-aa5affffdef128b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9eaa0848d0aa01e7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6d2aec0819c0a2a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
36832024-04-03T07:26:59.371Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5c1a015b216be03b -C extra-filename=-5c1a015b216be03b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9eaa0848d0aa01e7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-3d258aa4cc920d3f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/`
36842024-04-03T07:26:59.430Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=57fb4021475dfa57 -C extra-filename=-57fb4021475dfa57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-208e745e5a31891a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c69339fd62138d88.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9eaa0848d0aa01e7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-329dbc3d8aa6e9f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
36852024-04-03T07:27:01.042Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=805205fbaba9f7c5 -C extra-filename=-805205fbaba9f7c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-208e745e5a31891a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a7c03cb66d387604.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c69339fd62138d88.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9eaa0848d0aa01e7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-329dbc3d8aa6e9f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6d2aec0819c0a2a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
36862024-04-03T07:27:03.106Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=34699475cb1401a5 -C extra-filename=-34699475cb1401a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-208e745e5a31891a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a7c03cb66d387604.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c69339fd62138d88.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9eaa0848d0aa01e7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-329dbc3d8aa6e9f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6d2aec0819c0a2a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
36872024-04-03T07:27:05.972Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=dceb147e758c8786 -C extra-filename=-dceb147e758c8786 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-208e745e5a31891a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a7c03cb66d387604.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c69339fd62138d88.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-329dbc3d8aa6e9f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6d2aec0819c0a2a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
36882024-04-03T07:27:06.781Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=91859dec63b9bdda -C extra-filename=-91859dec63b9bdda --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-4de78a554399a130.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-c3c8c50be7e0b717.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36892024-04-03T07:27:07.306Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=5aaaf3f414ed1d04 -C extra-filename=-5aaaf3f414ed1d04 --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-58ed50349d3ed936.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7051eb583ebf2465.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-330cd05561751178.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60d1e75aba0cc8b7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fef92b37dc9e2eff.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36902024-04-03T07:27:17.460Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=fa1acc8dac9280b8 -C extra-filename=-fa1acc8dac9280b8 --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-58ed50349d3ed936.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7051eb583ebf2465.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-330cd05561751178.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60d1e75aba0cc8b7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fef92b37dc9e2eff.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36912024-04-03T07:27:22.166Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=4e2dce883778e328 -C extra-filename=-4e2dce883778e328 --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-58ed50349d3ed936.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-330cd05561751178.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60d1e75aba0cc8b7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fef92b37dc9e2eff.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36922024-04-03T07:27:32.179Z Running `/home/build/.rustup/toolchains/1.76.0-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 --test -C metadata=272cf5c6622e8b6a -C extra-filename=-272cf5c6622e8b6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2d9466c53a08866e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36932024-04-03T07:27:37.538Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' -C metadata=33d6f89dc78b5256 -C extra-filename=-33d6f89dc78b5256 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-53a2f9c47ebf2369.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-03b4f3ce92193791.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-e9f234e7403545e8.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9f10828012a3e3e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-ca680322063eda02.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-44810f6df167919f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-22d44c788f7a1157.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b88d71e2cf5c5956.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36942024-04-03T07:27:42.852Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5d758b0087d6bf5d -C extra-filename=-5d758b0087d6bf5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b127e160ccdfc53f.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2b44ebb5b3c74cea.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9afbb85b61857719.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-aafd42fcf2997d57.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-f9617c022332c07a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9cd7152deb13fcc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cca9ad685c5194da.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36952024-04-03T07:27:44.030Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2c1f3d7267430cc7 -C extra-filename=-2c1f3d7267430cc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-406eee9cc9a36418.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36962024-04-03T07:27:46.159Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4f88b14354521fea -C extra-filename=-4f88b14354521fea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-b31ab805a7686146.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-aa5b8a5176fd9fa1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-cbd44a5a76d2ea99.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36972024-04-03T07:28:02.965Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0dbc6ba26ddae953 -C extra-filename=-0dbc6ba26ddae953 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0c1872af5f7aa1e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36982024-04-03T07:28:05.956Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0b5d9395103ce2db -C extra-filename=-0b5d9395103ce2db --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-b34ecb9511b4db9b.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-69563b97652b5c1b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-711263fc085726a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e70bced1b556d348.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
36992024-04-03T07:28:06.956Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1ef551f47eaf62d9 -C extra-filename=-1ef551f47eaf62d9 --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-b34ecb9511b4db9b.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-69563b97652b5c1b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-711263fc085726a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e70bced1b556d348.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37002024-04-03T07:28:08.774Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=421a73bf6d744118 -C extra-filename=-421a73bf6d744118 --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-5e3bfc1001098ea4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0098157a782cbc3b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37012024-04-03T07:28:09.786Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=888e568494e7ab48 -C extra-filename=-888e568494e7ab48 --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-980c303988e700db.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37022024-04-03T07:28:21.483Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6bd7964991e1fdc7 -C extra-filename=-6bd7964991e1fdc7 --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-db84444bd088c958.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37032024-04-03T07:28:21.845Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=982c91063f333f80 -C extra-filename=-982c91063f333f80 --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-5e3bfc1001098ea4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9cd7152deb13fcc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37042024-04-03T07:28:22.304Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' -C metadata=58777a9716d54ebf -C extra-filename=-58777a9716d54ebf --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-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-709d01f702754cfa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37052024-04-03T07:28:25.377Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fbe1fce2758c1d92 -C extra-filename=-fbe1fce2758c1d92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2d9466c53a08866e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0a30ca2564ebd32e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a1da743011132deb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37062024-04-03T07:28:27.218Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=826302578d929716 -C extra-filename=-826302578d929716 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2d9466c53a08866e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0a30ca2564ebd32e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a1da743011132deb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37072024-04-03T07:28:33.630Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name apigen --edition=2021 dns-server/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=66208549d761a992 -C extra-filename=-66208549d761a992 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2d9466c53a08866e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0a30ca2564ebd32e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a1da743011132deb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37082024-04-03T07:28:36.694Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4f680e706a8eb1ad -C extra-filename=-4f680e706a8eb1ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2d9466c53a08866e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0a30ca2564ebd32e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a1da743011132deb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37092024-04-03T07:28:37.802Z Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
37102024-04-03T07:28:37.841Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_networking --edition=2021 zone-network-setup/src/bin/zone-networking.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=22f1759b33a4477e -C extra-filename=-22f1759b33a4477e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37112024-04-03T07:28:39.868Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3d3abbf6ef08c9d3 -C extra-filename=-3d3abbf6ef08c9d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-97143267c914320e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37122024-04-03T07:28:46.116Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="testing"' -C metadata=80ebea8cb13aef23 -C extra-filename=-80ebea8cb13aef23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-be8c6afe3b0fecd6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d1f7181be2159cc1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
37132024-04-03T07:28:49.163Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-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 --test -C metadata=c77e3c4006750539 -C extra-filename=-c77e3c4006750539 --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-406eee9cc9a36418.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-97143267c914320e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37142024-04-03T07:28:49.789Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8b2500df5b184db1 -C extra-filename=-8b2500df5b184db1 --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-f17680ce5a756063.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37152024-04-03T07:28:53.744Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b4327c688fd7b282 -C extra-filename=-b4327c688fd7b282 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4af3ac39ee685c10.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-e49c308b26835969.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-bf8c6a7305dce9e0.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-3d9d1a690638c900.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5ad5f7ce8ea8c14b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
37162024-04-03T07:28:54.115Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=58c6189e77dbe084 -C extra-filename=-58c6189e77dbe084 --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-e671de81bcf8a13e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0098157a782cbc3b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37172024-04-03T07:28:55.669Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0f322a9b636c1f1e -C extra-filename=-0f322a9b636c1f1e --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-2f76877c31ae611b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37182024-04-03T07:28:56.062Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
37192024-04-03T07:28:56.075Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name caboose_util --edition=2021 caboose-util/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 --test -C metadata=df4d1f59bbc84b71 -C extra-filename=-df4d1f59bbc84b71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64`
37202024-04-03T07:28:56.685Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f507a74df0044f7b -C extra-filename=-f507a74df0044f7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1856481176723876.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-33a770dffbec51cf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9cd7152deb13fcc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cca9ad685c5194da.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37212024-04-03T07:28:59.276Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=cce1cfc955ddd621 -C extra-filename=-cce1cfc955ddd621 --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-db84444bd088c958.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60d1e75aba0cc8b7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37222024-04-03T07:29:03.379Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner_cli --edition=2021 test-utils/src/bin/falcon_runner_cli.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="seed-gen"' -C metadata=5b1f0b3be1dbc5d6 -C extra-filename=-5b1f0b3be1dbc5d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3655500470576653.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-beba8c826f2a274c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4af3ac39ee685c10.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-843cebe16e152437.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-67b5d8affcba319b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37232024-04-03T07:29:04.503Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner --edition=2021 test-utils/src/bin/falcon_runner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="seed-gen"' -C metadata=d83d575c6c029dbe -C extra-filename=-d83d575c6c029dbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3655500470576653.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-beba8c826f2a274c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4af3ac39ee685c10.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-843cebe16e152437.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-67b5d8affcba319b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37242024-04-03T07:29:06.076Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="seed-gen"' -C metadata=4da5d62b8767956e -C extra-filename=-4da5d62b8767956e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3655500470576653.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-beba8c826f2a274c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4af3ac39ee685c10.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-843cebe16e152437.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-67b5d8affcba319b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37252024-04-03T07:29:06.393Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
37262024-04-03T07:29:06.432Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns-cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7bbe348d0a9f7beb -C extra-filename=-7bbe348d0a9f7beb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37272024-04-03T07:29:07.148Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
37282024-04-03T07:29:07.582Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=305720c03203b062 -C extra-filename=-305720c03203b062 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37292024-04-03T07:29:07.587Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=019b551bc4fb19c2 -C extra-filename=-019b551bc4fb19c2 --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-bf419dfec19b310d.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bc66d735be7e778a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37302024-04-03T07:29:08.525Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bc94e4f0ac3b018f -C extra-filename=-bc94e4f0ac3b018f --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-5e3bfc1001098ea4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37312024-04-03T07:29:09.448Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6d2b1dc0bb02aa91 -C extra-filename=-6d2b1dc0bb02aa91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-97143267c914320e.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37322024-04-03T07:29:10.677Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ad28bdcacfb80957 -C extra-filename=-ad28bdcacfb80957 --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-f17680ce5a756063.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37332024-04-03T07:29:11.946Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0a1717558c2c99ff -C extra-filename=-0a1717558c2c99ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-67b5d8affcba319b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37342024-04-03T07:29:14.123Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a9e911f3376235b8 -C extra-filename=-a9e911f3376235b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37352024-04-03T07:29:16.030Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="mockall"' --cfg 'feature="testing"' -C metadata=2df5d5c168378199 -C extra-filename=-2df5d5c168378199 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-7a1d6bafb4554750.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-9eace954e431d2c2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-2919e28e06a0b1a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d7ccb1fc6ef0a18e.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c6a77cf266a32d4a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-e47ac7f8328cbbbc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-e2ae5922343e9bab.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37362024-04-03T07:29:19.031Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=a016f028647b6beb -C extra-filename=-a016f028647b6beb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1856481176723876.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5854896ab8f65f6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c0948e3159687e61.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0098157a782cbc3b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37372024-04-03T07:29:21.240Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6c06ae3bb1a81993 -C extra-filename=-6c06ae3bb1a81993 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37382024-04-03T07:29:27.860Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a210b79d1748906c -C extra-filename=-a210b79d1748906c --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-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37392024-04-03T07:29:28.084Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=445031bd821b1537 -C extra-filename=-445031bd821b1537 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37402024-04-03T07:29:33.564Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7b2999baec54dc46 -C extra-filename=-7b2999baec54dc46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-e47ac7f8328cbbbc.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-c576e511abbc1df6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37412024-04-03T07:29:33.868Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=03b83f3be8904472 -C extra-filename=-03b83f3be8904472 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-c576e511abbc1df6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37422024-04-03T07:29:34.752Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b234c72aef2e1bef -C extra-filename=-b234c72aef2e1bef --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-4de78a554399a130.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37432024-04-03T07:29:34.989Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1c401ac5e38a1496 -C extra-filename=-1c401ac5e38a1496 --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-4de78a554399a130.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37442024-04-03T07:29:35.328Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=95be9a2040dce398 -C extra-filename=-95be9a2040dce398 --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-4de78a554399a130.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37452024-04-03T07:29:36.036Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=72c1bc01c1dc002b -C extra-filename=-72c1bc01c1dc002b --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-4de78a554399a130.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37462024-04-03T07:29:36.173Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=350d642694c19469 -C extra-filename=-350d642694c19469 --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-4de78a554399a130.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37472024-04-03T07:29:36.402Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack 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 --test -C metadata=11c2ca8129564fd8 -C extra-filename=-11c2ca8129564fd8 --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-bbfc89eae5e2d3b2.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-68ea511be1183fba.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3df99549457fce56.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-27499d9b5a601208.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be1bb453946354ab.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7c0e576e00deb96c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bed5a12aa0e3caec.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-354ed4aae11869be.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-56bee3b2739ce422.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-402b3a96df9ca873.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-6b3eb681a21ab104.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-6aceee1def2f4da4.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-5696f49e87e7e9eb.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-c5dccfdcc558c4c0.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-088c06576c896f41.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-996b9ba85656a83e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9afbb85b61857719.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a6c53878d7a38e90.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-54601a5e6c0c66d9.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8d8bf4e25df132f.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6611eb4731189f69.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3820f669074b4f30.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-89d5efafb6bf0fea.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-fcfc55d12e511fa2.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-667f4f9ff0e6f027.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8caf83743321fd0c.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-61761f61c51300b8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b2bdf58ce2422f9.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-bf6fa5bec279b28c.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-547b3c2635021fdc.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-903a53ee9c1698c0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-00025fcde1c50750.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7933e1db1f12eba9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fe659cae1f4f223b.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-4772c578c774ae0f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-62c4a58c39ad7790.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-2abfed8e51c766cf.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-4254128bc37ffddd.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d8a52f36e2fec96.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-1e3eaf16406257ce.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1a7eb10f63693edb.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-ffdb14edb5f31fca.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-8a4f5f1eb5a1a1b3.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-21b07e30d4dab7ed.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-280b946df6bab858.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c0ec443ce0be2bb1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-697ac57de36da886.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-a7dee96d0234d4d9.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-047610642ce2042e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-472fef5d71b2fb51.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-51bf6104d225a7cd.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6a64fa9230d1c2fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6341173b0c3a13b4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-871159d04b2d3ddf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-318730f9456e7117.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-33f63dff621ea474.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-2151f14b9e999606.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-04cb6edf107049e9.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8bd96344c454c4a8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-67b5d8affcba319b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2da36ffd94c47b25.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ae216f68cb6abb6a.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-63e67c626e7ad01c.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-823bad65159637ea.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35451fe41ca1a314.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-6eae947a556dbfcc.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-294acc61f7135d3c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-15f97496cfe610b8.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-ca9ded886892fed2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-9505c6c6a004631d.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c85bb0d6d2fb70d6.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib`
37482024-04-03T07:29:36.904Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' -C metadata=230e017ded6ec7c1 -C extra-filename=-230e017ded6ec7c1 --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-33a770dffbec51cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37492024-04-03T07:31:23.231Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=659db3ae23dfcd36 -C extra-filename=-659db3ae23dfcd36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1a836d1b5e248448.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b9b7c79e5f56a496.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9cb5ba670464d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-4ff9799084301cee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c0948e3159687e61.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3728cbc990b86f89.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dda5b056dd82006a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-aafd42fcf2997d57.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a37956d151817fe8.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-81adedbce3f3e9a0.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-23ebc2f0c72ba031.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-f0782c8f246b4c11.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d04a32e20c7fcc7f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6b939af083bc990e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2778531f933eacc1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f3e138172790fd86.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9cd7152deb13fcc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-692dd40eb61575b1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fa9e41747dc1dc15.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4d63efe4861448a0.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7a099464dc832aa7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0098157a782cbc3b.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bf5b43e43e5ecd90.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-45ce5ab14e8bbbd4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cca9ad685c5194da.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-67b5d8affcba319b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-cbd44a5a76d2ea99.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-385fc6f64931d923.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
37502024-04-03T07:31:23.231Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=036e79fa74b3d03d -C extra-filename=-036e79fa74b3d03d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-046fb14fc6d93b1a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1a836d1b5e248448.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-e2cf7201a1819bb2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9afbb85b61857719.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a512eddf3afdc0f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a7c03cb66d387604.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-fc8b59f3d8f2bf64.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0c1872af5f7aa1e4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3728cbc990b86f89.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dda5b056dd82006a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6b939af083bc990e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-411b5ecf02681aa5.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d76b8f3c8fd5a6e.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f3e138172790fd86.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-692dd40eb61575b1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
37512024-04-03T07:31:23.250Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2d713686dd38e3a9 -C extra-filename=-2d713686dd38e3a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-046fb14fc6d93b1a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1a836d1b5e248448.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-e2cf7201a1819bb2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9afbb85b61857719.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a512eddf3afdc0f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a7c03cb66d387604.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-fc8b59f3d8f2bf64.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0c1872af5f7aa1e4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3728cbc990b86f89.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dda5b056dd82006a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6b939af083bc990e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-411b5ecf02681aa5.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d76b8f3c8fd5a6e.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f3e138172790fd86.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-692dd40eb61575b1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
37522024-04-03T07:31:23.250Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test_omicron_dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=687ca5214d0b0371 -C extra-filename=-687ca5214d0b0371 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a7c03cb66d387604.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2778531f933eacc1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-411b5ecf02681aa5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f3e138172790fd86.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2561039e3fc7c71c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-329dbc3d8aa6e9f7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-67b5d8affcba319b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
37532024-04-03T07:31:23.250Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/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 --test -C metadata=d0c0437c901b45b7 -C extra-filename=-d0c0437c901b45b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a7c03cb66d387604.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2778531f933eacc1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-411b5ecf02681aa5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f3e138172790fd86.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2561039e3fc7c71c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-329dbc3d8aa6e9f7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-67b5d8affcba319b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
37542024-04-03T07:31:31.654Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6ff921e74b1ae263 -C extra-filename=-6ff921e74b1ae263 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-046fb14fc6d93b1a.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-877d9ca8bee8bc37.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1a836d1b5e248448.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b9b7c79e5f56a496.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9afbb85b61857719.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2d9466c53a08866e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9cb5ba670464d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-4ff9799084301cee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a7c03cb66d387604.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-0907d5f56ff59485.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-07e61238cdbbb096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c0948e3159687e61.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3728cbc990b86f89.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dda5b056dd82006a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-aafd42fcf2997d57.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a37956d151817fe8.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-81adedbce3f3e9a0.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-23ebc2f0c72ba031.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-f0782c8f246b4c11.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d04a32e20c7fcc7f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6b939af083bc990e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2778531f933eacc1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-411b5ecf02681aa5.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d76b8f3c8fd5a6e.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f3e138172790fd86.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9cd7152deb13fcc2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-20e4778d24b5ca91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2561039e3fc7c71c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-692dd40eb61575b1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fa9e41747dc1dc15.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4d63efe4861448a0.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7a099464dc832aa7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0098157a782cbc3b.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bf5b43e43e5ecd90.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-45ce5ab14e8bbbd4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44251199ac83f0ed.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6d2aec0819c0a2a3.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cca9ad685c5194da.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-67b5d8affcba319b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-cbd44a5a76d2ea99.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf7121e2060e5fb7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dc74308259da87c7.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-385fc6f64931d923.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
37552024-04-03T07:31:37.064Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_basic --edition=2021 dev-tools/reconfigurator-cli/tests/test_basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=73ccbd417ea80532 -C extra-filename=-73ccbd417ea80532 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0c1872af5f7aa1e4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dda5b056dd82006a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-f0782c8f246b4c11.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d04a32e20c7fcc7f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6b939af083bc990e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-411b5ecf02681aa5.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d76b8f3c8fd5a6e.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f3e138172790fd86.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
37562024-04-03T07:31:40.995Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=505105550b56cd89 -C extra-filename=-505105550b56cd89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-0907d5f56ff59485.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3728cbc990b86f89.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dda5b056dd82006a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a37956d151817fe8.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-23ebc2f0c72ba031.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d04a32e20c7fcc7f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6b939af083bc990e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-411b5ecf02681aa5.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d76b8f3c8fd5a6e.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f3e138172790fd86.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
37572024-04-03T07:31:47.504Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3ab32bee5c1038bb -C extra-filename=-3ab32bee5c1038bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-046fb14fc6d93b1a.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-877d9ca8bee8bc37.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1a836d1b5e248448.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b9b7c79e5f56a496.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9afbb85b61857719.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2d9466c53a08866e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9cb5ba670464d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-4ff9799084301cee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a7c03cb66d387604.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-0907d5f56ff59485.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-07e61238cdbbb096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c0948e3159687e61.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3728cbc990b86f89.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dda5b056dd82006a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-aafd42fcf2997d57.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a37956d151817fe8.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-81adedbce3f3e9a0.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-23ebc2f0c72ba031.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-f0782c8f246b4c11.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d04a32e20c7fcc7f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6b939af083bc990e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2778531f933eacc1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-411b5ecf02681aa5.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d76b8f3c8fd5a6e.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f3e138172790fd86.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9cd7152deb13fcc2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-20e4778d24b5ca91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2561039e3fc7c71c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-692dd40eb61575b1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fa9e41747dc1dc15.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4d63efe4861448a0.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7a099464dc832aa7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0098157a782cbc3b.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bf5b43e43e5ecd90.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-45ce5ab14e8bbbd4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44251199ac83f0ed.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6d2aec0819c0a2a3.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cca9ad685c5194da.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-67b5d8affcba319b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-cbd44a5a76d2ea99.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf7121e2060e5fb7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dc74308259da87c7.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-385fc6f64931d923.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
37582024-04-03T07:31:51.567Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5ccc4927ef7566cd -C extra-filename=-5ccc4927ef7566cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1a836d1b5e248448.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b9b7c79e5f56a496.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9cb5ba670464d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-4ff9799084301cee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c0948e3159687e61.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3728cbc990b86f89.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dda5b056dd82006a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-aafd42fcf2997d57.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a37956d151817fe8.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-81adedbce3f3e9a0.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-23ebc2f0c72ba031.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-f0782c8f246b4c11.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d04a32e20c7fcc7f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6b939af083bc990e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2778531f933eacc1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f3e138172790fd86.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9cd7152deb13fcc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-692dd40eb61575b1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fa9e41747dc1dc15.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4d63efe4861448a0.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7a099464dc832aa7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0098157a782cbc3b.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bf5b43e43e5ecd90.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-45ce5ab14e8bbbd4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cca9ad685c5194da.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-67b5d8affcba319b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-cbd44a5a76d2ea99.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-385fc6f64931d923.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
37592024-04-03T07:32:08.827Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d775db4652c7818c -C extra-filename=-d775db4652c7818c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a7c03cb66d387604.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2778531f933eacc1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-411b5ecf02681aa5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f3e138172790fd86.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-329dbc3d8aa6e9f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-67b5d8affcba319b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
37602024-04-03T07:32:50.414Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=db427c51779cbc19 -C extra-filename=-db427c51779cbc19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0c1872af5f7aa1e4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dda5b056dd82006a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-f0782c8f246b4c11.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d04a32e20c7fcc7f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6b939af083bc990e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-411b5ecf02681aa5.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d76b8f3c8fd5a6e.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f3e138172790fd86.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
37612024-04-03T07:32:50.414Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0005c08154bbcec8 -C extra-filename=-0005c08154bbcec8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-046fb14fc6d93b1a.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-877d9ca8bee8bc37.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1a836d1b5e248448.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b9b7c79e5f56a496.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9afbb85b61857719.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2d9466c53a08866e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9cb5ba670464d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-4ff9799084301cee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a7c03cb66d387604.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-0907d5f56ff59485.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-07e61238cdbbb096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c0948e3159687e61.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3728cbc990b86f89.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dda5b056dd82006a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-aafd42fcf2997d57.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a37956d151817fe8.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-81adedbce3f3e9a0.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-23ebc2f0c72ba031.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-f0782c8f246b4c11.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d04a32e20c7fcc7f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6b939af083bc990e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2778531f933eacc1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-411b5ecf02681aa5.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d76b8f3c8fd5a6e.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f3e138172790fd86.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9cd7152deb13fcc2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-20e4778d24b5ca91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2561039e3fc7c71c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-692dd40eb61575b1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fa9e41747dc1dc15.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4d63efe4861448a0.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7a099464dc832aa7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0098157a782cbc3b.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bf5b43e43e5ecd90.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-45ce5ab14e8bbbd4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44251199ac83f0ed.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6d2aec0819c0a2a3.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cca9ad685c5194da.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-67b5d8affcba319b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-cbd44a5a76d2ea99.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf7121e2060e5fb7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dc74308259da87c7.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-385fc6f64931d923.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.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-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out`
37622024-04-03T07:40:23.830Z Finished dev [unoptimized + debuginfo] target(s) in 23m 10s
37632024-04-03T07:40:36.440Z
37642024-04-03T07:40:36.853Zreal 23:22.081464081
37652024-04-03T07:40:36.853Zuser 1:38:09.240753727
37662024-04-03T07:40:36.853Zsys 19:10.331340287
37672024-04-03T07:40:36.854Ztrap 8.209954560
37682024-04-03T07:40:36.854Ztflt 9.130750494
37692024-04-03T07:40:36.854Zdflt 27:56.930105012
37702024-04-03T07:40:36.854Zkflt 0.622432089
37712024-04-03T07:40:36.854Zlock 4:17:43.335864581
37722024-04-03T07:40:36.854Zslp 8:31:55.664699467
37732024-04-03T07:40:36.854Zlat 6:33.850794843
37742024-04-03T07:40:36.854Zstop 6:52.912055939
37752024-04-03T07:40:38.422Z
37762024-04-03T07:40:38.426Z # # ###### ##### # ###### # # # # #####
37772024-04-03T07:40:38.426Z # # # # # # # # # # # # #
37782024-04-03T07:40:38.426Z # # ##### # # # ##### # ##### # # #####
37792024-04-03T07:40:38.426Z # # # ##### # # # # # # #
37802024-04-03T07:40:38.426Z # # # # # # # # # # # #
37812024-04-03T07:40:38.426Z ## ###### # # # # # ###### # #####
37822024-04-03T07:40:38.426Z
37832024-04-03T07:40:39.294Z Compiling serde v1.0.197
37842024-04-03T07:40:39.294Z Compiling libc v0.2.153
37852024-04-03T07:40:39.294Z Compiling rustix v0.38.31
37862024-04-03T07:40:39.299Z Compiling bitflags v2.4.2
37872024-04-03T07:40:39.300Z Compiling hashbrown v0.14.3
37882024-04-03T07:40:39.300Z Compiling syn v2.0.52
37892024-04-03T07:40:39.351Z Compiling serde_json v1.0.114
37902024-04-03T07:40:39.379Z Compiling anyhow v1.0.79
37912024-04-03T07:40:40.948Z Compiling indexmap v2.2.6
37922024-04-03T07:40:41.606Z Compiling errno v0.3.8
37932024-04-03T07:40:42.394Z Compiling terminal_size v0.3.0
37942024-04-03T07:40:42.486Z Compiling clap_builder v4.5.1
37952024-04-03T07:40:48.527Z Compiling serde_derive v1.0.197
37962024-04-03T07:40:48.528Z Compiling thiserror-impl v1.0.57
37972024-04-03T07:40:48.642Z Compiling clap_derive v4.5.0
37982024-04-03T07:40:48.668Z Compiling thiserror v1.0.57
37992024-04-03T07:40:48.668Z Compiling clap v4.5.1
38002024-04-03T07:40:52.480Z Compiling toml_datetime v0.6.5
38012024-04-03T07:40:52.485Z Compiling serde_spanned v0.6.5
38022024-04-03T07:40:52.486Z Compiling semver v1.0.22
38032024-04-03T07:40:52.486Z Compiling camino v1.1.6
38042024-04-03T07:40:52.486Z Compiling cargo-platform v0.1.3
38052024-04-03T07:40:52.728Z Compiling toml_edit v0.22.9
38062024-04-03T07:40:53.714Z Compiling cargo_metadata v0.18.1
38072024-04-03T07:40:54.700Z Compiling toml v0.8.12
38082024-04-03T07:40:55.468Z Compiling cargo_toml v0.19.0
38092024-04-03T07:40:59.037Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
38102024-04-03T07:41:01.190Z Finished dev [unoptimized + debuginfo] target(s) in 23.53s
38112024-04-03T07:41:01.209Z Running `target/debug/xtask verify-libraries`
38122024-04-03T07:41:07.420Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38132024-04-03T07:41:07.514Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
38142024-04-03T07:41:07.537Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
38152024-04-03T07:41:07.549Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38162024-04-03T07:41:14.454Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
38172024-04-03T07:41:14.457Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38182024-04-03T07:41:14.457Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38192024-04-03T07:41:14.457Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
38202024-04-03T07:41:14.458Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
38212024-04-03T07:41:14.458Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
38222024-04-03T07:41:14.458Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
38232024-04-03T07:41:15.229Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
38242024-04-03T07:41:16.308Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38252024-04-03T07:41:16.887Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38262024-04-03T07:41:17.115Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38272024-04-03T07:41:17.704Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
38282024-04-03T07:41:18.384Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38292024-04-03T07:41:19.069Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38302024-04-03T07:41:19.953Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38312024-04-03T07:41:20.116Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38322024-04-03T07:41:20.228Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
38332024-04-03T07:41:21.067Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38342024-04-03T07:41:22.521Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38352024-04-03T07:41:22.591Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38362024-04-03T07:41:22.844Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
38372024-04-03T07:41:23.698Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38382024-04-03T07:41:24.259Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38392024-04-03T07:41:25.178Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38402024-04-03T07:41:25.958Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38412024-04-03T07:41:26.792Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
38422024-04-03T07:41:28.299Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
38432024-04-03T07:41:28.316Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
38442024-04-03T07:41:31.237Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
38452024-04-03T07:41:35.229Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38462024-04-03T07:41:37.239Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38472024-04-03T07:41:39.257Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38482024-04-03T07:41:39.881Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38492024-04-03T07:41:41.538Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38502024-04-03T07:41:44.234Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38512024-04-03T07:41:46.751Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
38522024-04-03T07:41:47.648Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
38532024-04-03T07:41:49.314Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38542024-04-03T07:41:54.370Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38552024-04-03T07:41:55.745Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
38562024-04-03T07:41:56.200Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38572024-04-03T07:42:07.438Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
38582024-04-03T07:42:11.037Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38592024-04-03T07:42:13.609Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38602024-04-03T07:42:46.313Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
38612024-04-03T07:42:48.695Z Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
38622024-04-03T07:42:51.278Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38632024-04-03T07:42:56.294Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
38642024-04-03T07:43:23.498Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38652024-04-03T07:43:23.498Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38662024-04-03T07:43:23.515Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38672024-04-03T07:43:23.516Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38682024-04-03T07:43:24.723Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38692024-04-03T07:43:26.427Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38702024-04-03T07:43:37.889Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38712024-04-03T07:43:37.889Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38722024-04-03T07:46:47.611Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38732024-04-03T07:47:39.112Z Finished dev [unoptimized + debuginfo] target(s) in 6m 32s
38742024-04-03T07:47:40.272Z
38752024-04-03T07:47:40.272Zreal 7:02.737129138
38762024-04-03T07:47:40.272Zuser 25:48.016507124
38772024-04-03T07:47:40.272Zsys 4:53.622926455
38782024-04-03T07:47:40.272Ztrap 0.667600848
38792024-04-03T07:47:40.272Ztflt 3.983178814
38802024-04-03T07:47:40.278Zdflt 15.026943636
38812024-04-03T07:47:40.278Zkflt 0.065631698
38822024-04-03T07:47:40.278Zlock 1:02:06.664515055
38832024-04-03T07:47:40.278Zslp 1:29:22.426838685
38842024-04-03T07:47:40.278Zlat 43.999907354
38852024-04-03T07:47:40.279Zstop 22.876460834
38862024-04-03T07:47:40.279Z
38872024-04-03T07:47:40.279Z ##### ###### #### #####
38882024-04-03T07:47:40.279Z # # # #
38892024-04-03T07:47:40.279Z # ##### #### #
38902024-04-03T07:47:40.279Z # # # #
38912024-04-03T07:47:40.279Z # # # # #
38922024-04-03T07:47:40.279Z # ###### #### #
38932024-04-03T07:47:40.279Z
38942024-04-03T07:47:41.261Zinfo: experimental features enabled: setup-scripts
38952024-04-03T07:47:42.263Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38962024-04-03T07:47:42.356Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
38972024-04-03T07:47:42.391Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38982024-04-03T07:47:53.062Z Finished test [unoptimized + debuginfo] target(s) in 11.77s
38992024-04-03T07:47:57.101Z Starting 1190 tests across 117 binaries (3 skipped)
39002024-04-03T07:47:57.130Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
39012024-04-03T07:47:57.731Z Finished test [unoptimized + debuginfo] target(s) in 0.56s
39022024-04-03T07:47:57.748Z Running `target/debug/crdb-seed`
39032024-04-03T07:47:57.773ZApr 03 07:47:57.314 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpD0KRuC
39042024-04-03T07:47:57.776ZApr 03 07:47:57.314 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmp0xBUJI,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpD0KRuC/listen-url
39052024-04-03T07:47:57.776ZApr 03 07:47:57.316 INFO cockroach environment: BUILDOMAT_JOB_ID=01HTHCR5TK7AESY6CXKYEH5YBA BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CI=true GITHUB_BRANCH=renovate/trybuild-1.x GITHUB_REF=refs/heads/renovate/trybuild-1.x GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=1341b3f92385a8a75613e1c19a2104a02d938789 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/bzip2-sys-bd5d8c5bae313f3d/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out:/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out:/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out:/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envTdjUkK NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out:/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out:/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=4d529ca8-bf3c-4a45-8f23-407209b7b69d 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=-D warnings RUSTFLAGS=-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.76.0-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime
39062024-04-03T07:47:58.787ZApr 03 07:47:58.321 INFO cockroach pid: 4583
39072024-04-03T07:47:58.787ZApr 03 07:47:58.321 INFO cockroach listen URL: postgresql://root@[::1]:54361/omicron?sslmode=disable
39082024-04-03T07:47:58.787ZApr 03 07:47:58.321 INFO cockroach: populating
39092024-04-03T07:48:00.973ZApr 03 07:48:00.510 INFO cockroach: populated
39102024-04-03T07:48:03.359ZApr 03 07:48:02.889 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/47e57a510a461c0a8a6b5ea7b7a4159ee2cbc9576830f441f3b0dd5b09933ba6.tar`
39112024-04-03T07:48:03.370Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
39122024-04-03T07:48:03.406Z PASS [ 0.033s] bootstore schemes::tests::hello_roundtrip
39132024-04-03T07:48:03.419Z PASS [ 0.028s] bootstore schemes::v0::share_pkg::tests::create_packages
39142024-04-03T07:48:03.419Z PASS [ 0.023s] bootstore trust_quorum::rack_secret::tests::create_and_verify
39152024-04-03T07:48:03.419Z PASS [ 0.019s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
39162024-04-03T07:48:03.851Z PASS [ 0.059s] authz-macros tests::test_authz_snapshots
39172024-04-03T07:48:04.280Z PASS [ 0.020s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
39182024-04-03T07:48:04.280Z PASS [ 0.024s] db-macros tests::test_derive_metadata_identity_fails_for_enums
39192024-04-03T07:48:04.280Z PASS [ 0.026s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
39202024-04-03T07:48:04.281Z PASS [ 0.019s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
39212024-04-03T07:48:04.281Z PASS [ 0.019s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
39222024-04-03T07:48:04.281Z PASS [ 0.092s] bootstore schemes::v0::peer::tests::network_config
39232024-04-03T07:48:04.281Z PASS [ 0.018s] db-macros tests::test_derive_with_unknown_field
39242024-04-03T07:48:04.281Z PASS [ 0.031s] db-macros tests::test_derive_snapshots
39252024-04-03T07:48:04.281Z PASS [ 0.079s] db-macros lookup::test::test_lookup_snapshots
39262024-04-03T07:48:04.282Z PASS [ 0.253s] dns-server storage::test::test_update_in_progress
39272024-04-03T07:48:04.282Z PASS [ 0.258s] dns-server storage::test::test_update_interrupted
39282024-04-03T07:48:04.282Z PASS [ 0.278s] dns-server storage::test::test_update_basic
39292024-04-03T07:48:04.301Z PASS [ 0.469s] dns-server::basic_test a_crud
39302024-04-03T07:48:04.301Z PASS [ 0.471s] dns-server::basic_test aaaa_crud
39312024-04-03T07:48:04.301Z PASS [ 0.261s] dns-server::basic_test multi_record_crud
39322024-04-03T07:48:04.302Z PASS [ 0.279s] dns-server::basic_test empty_record
39332024-04-03T07:48:04.302Z PASS [ 0.272s] dns-server::basic_test name_contains_zone
39342024-04-03T07:48:04.302Z PASS [ 0.237s] dns-server::basic_test nxdomain
39352024-04-03T07:48:04.302Z PASS [ 0.240s] dns-server::basic_test servfail
39362024-04-03T07:48:04.302Z PASS [ 0.196s] dns-server::openapi_test test_dns_server_openapi
39372024-04-03T07:48:04.303Z PASS [ 0.032s] dns-service-client diff::test::diff_invalid
39382024-04-03T07:48:04.303Z PASS [ 0.043s] dns-service-client diff::test::diff_equivalent
39392024-04-03T07:48:04.303Z PASS [ 0.070s] dns-service-client diff::test::diff_different
39402024-04-03T07:48:04.303Z PASS [ 0.271s] dns-server::basic_test srv_crud
39412024-04-03T07:48:04.303Z PASS [ 0.033s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
39422024-04-03T07:48:04.303Z PASS [ 0.048s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
39432024-04-03T07:48:04.322Z PASS [ 0.033s] illumos-utils link::test::test_allocate
39442024-04-03T07:48:04.349Z PASS [ 0.083s] illumos-utils destructor::test::test_delayed_delete
39452024-04-03T07:48:04.349Z PASS [ 0.057s] illumos-utils destructor::test::test_destructor_bad_close
39462024-04-03T07:48:04.360Z PASS [ 0.032s] illumos-utils link::test::test_allocate_within_scopes
39472024-04-03T07:48:04.371Z PASS [ 0.024s] illumos-utils running_zone::tests::test_is_oxide_smf_service
39482024-04-03T07:48:04.379Z PASS [ 0.024s] illumos-utils zone::tests::test_parse_ip_network
39492024-04-03T07:48:04.383Z PASS [ 0.024s] illumos-utils zpool::test::test_parse_external_zpool_name
39502024-04-03T07:48:04.398Z PASS [ 0.023s] illumos-utils zpool::test::test_parse_internal_zpool_name
39512024-04-03T07:48:04.398Z PASS [ 0.039s] illumos-utils zpool::test::test_parse_bad_zpool_names
39522024-04-03T07:48:04.403Z PASS [ 0.019s] illumos-utils zpool::test::test_parse_zpool
39532024-04-03T07:48:04.411Z PASS [ 0.021s] illumos-utils zpool::test::test_parse_zpool_missing_column
39542024-04-03T07:48:04.422Z PASS [ 0.023s] illumos-utils zpool::test::test_parse_zpool_name_json
39552024-04-03T07:48:04.449Z PASS [ 0.039s] illumos-utils zpool::test::test_zpool_name_regex
39562024-04-03T07:48:04.502Z PASS [ 1.130s] bootstore schemes::v0::peer::tests::basic_3_nodes
39572024-04-03T07:48:04.689Z PASS [ 0.181s] installinator-common block_size_writer::tests::proptest_block_writer
39582024-04-03T07:48:05.118Z PASS [ 0.037s] internal-dns config::test::display_hosts
39592024-04-03T07:48:05.118Z PASS [ 0.025s] internal-dns config::test::display_srv_service
39602024-04-03T07:48:05.118Z PASS [ 0.053s] internal-dns config::test::test_builder_errors
39612024-04-03T07:48:05.118Z PASS [ 0.082s] internal-dns config::test::test_builder_output
39622024-04-03T07:48:05.118Z PASS [ 0.595s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi
39632024-04-03T07:48:05.299Z PASS [ 1.031s] illumos-utils destructor::test::test_delayed_delete_with_error
39642024-04-03T07:48:05.327Z PASS [ 0.286s] internal-dns resolver::test::insert_and_lookup_one_record
39652024-04-03T07:48:05.446Z PASS [ 0.530s] internal-dns resolver::test::insert_and_lookup_multiple_records
39662024-04-03T07:48:05.562Z PASS [ 0.262s] internal-dns resolver::test::lookup_nonexistent_record_fails
39672024-04-03T07:48:05.799Z PASS [ 0.465s] internal-dns resolver::test::resolver_can_access_backup_dns_server
39682024-04-03T07:48:05.845Z PASS [ 0.420s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client
39692024-04-03T07:48:05.873Z PASS [ 0.043s] ipcc tests::deserialize_fixed_value
39702024-04-03T07:48:05.922Z PASS [ 0.048s] ipcc tests::installinator_image_id_round_trip
39712024-04-03T07:48:05.962Z PASS [ 0.042s] ipcc tests::serialized_size
39722024-04-03T07:48:06.003Z PASS [ 0.425s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets
39732024-04-03T07:48:06.049Z PASS [ 0.073s] key-manager tests::different_disks_produce_different_keys
39742024-04-03T07:48:06.049Z PASS [ 0.054s] key-manager tests::different_ikm_produces_different_keys
39752024-04-03T07:48:06.072Z PASS [ 0.031s] key-manager tests::disk_encryption_key_epoch_0
39762024-04-03T07:48:06.081Z PASS [ 0.031s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
39772024-04-03T07:48:06.116Z PASS [ 0.323s] internal-dns resolver::test::update_record
39782024-04-03T07:48:06.163Z PASS [ 0.030s] nexus-config nexus_config::test::test_config_empty
39792024-04-03T07:48:06.163Z PASS [ 0.068s] nexus-config nexus_config::test::test_config_bad_toml
39802024-04-03T07:48:06.178Z PASS [ 0.103s] nexus-config nexus_config::test::test_bad_authn_schemes
39812024-04-03T07:48:06.178Z PASS [ 0.026s] nexus-config nexus_config::test::test_config_nonexistent
39822024-04-03T07:48:06.202Z PASS [ 0.026s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
39832024-04-03T07:48:06.208Z PASS [ 0.053s] nexus-config nexus_config::test::test_deployment_config_schema
39842024-04-03T07:48:06.228Z PASS [ 0.023s] nexus-config postgres_config::test::test_bad_url
39852024-04-03T07:48:06.244Z PASS [ 0.058s] nexus-config nexus_config::test::test_repo_configs_are_valid
39862024-04-03T07:48:06.244Z PASS [ 0.040s] nexus-config nexus_config::test::test_valid
39872024-04-03T07:48:06.254Z PASS [ 0.021s] nexus-config postgres_config::test::test_example_url
39882024-04-03T07:48:06.267Z PASS [ 0.031s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
39892024-04-03T07:48:06.312Z PASS [ 0.045s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
39902024-04-03T07:48:06.348Z PASS [ 0.035s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
39912024-04-03T07:48:06.348Z PASS [ 0.027s] nexus-db-model schema_versions::test::test_known_versions
39922024-04-03T07:48:06.360Z PASS [ 0.098s] nexus-db-model device_auth::test::test_generate_user_code
39932024-04-03T07:48:06.364Z PASS [ 0.068s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
39942024-04-03T07:48:06.364Z PASS [ 0.034s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
39952024-04-03T07:48:06.376Z PASS [ 0.028s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
39962024-04-03T07:48:06.383Z PASS [ 0.028s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
39972024-04-03T07:48:06.388Z PASS [ 0.027s] nexus-db-model schema_versions::test::test_verify
39982024-04-03T07:48:06.404Z PASS [ 0.031s] nexus-db-model semver_version::test::test_to_from_sortable_string
39992024-04-03T07:48:06.419Z PASS [ 0.025s] nexus-db-model tests::test_ipv6_net_random_subnet
40002024-04-03T07:48:06.419Z PASS [ 0.031s] nexus-db-model tests::test_ip_subnet_check_requestable_address
40012024-04-03T07:48:06.432Z PASS [ 0.026s] nexus-db-model tests::test_roles_database_strings
40022024-04-03T07:48:06.449Z PASS [ 0.036s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
40032024-04-03T07:48:06.480Z PASS [ 0.061s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers
40042024-04-03T07:48:06.504Z PASS [ 0.055s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie
40052024-04-03T07:48:06.519Z PASS [ 0.033s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers
40062024-04-03T07:48:06.519Z PASS [ 0.080s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers
40072024-04-03T07:48:06.541Z PASS [ 0.033s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name
40082024-04-03T07:48:06.547Z PASS [ 0.035s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies
40092024-04-03T07:48:06.634Z PASS [ 2.623s] dns-server::commands_test test_dnsadm
40102024-04-03T07:48:06.642Z PASS [ 0.084s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie
40112024-04-03T07:48:06.664Z PASS [ 0.041s] nexus-db-queries authn::external::session_cookie::test::test_get_token
40122024-04-03T07:48:06.689Z PASS [ 0.134s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle
40132024-04-03T07:48:06.689Z PASS [ 0.152s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute
40142024-04-03T07:48:06.689Z PASS [ 0.040s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header
40152024-04-03T07:48:06.697Z PASS [ 0.034s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present
40162024-04-03T07:48:06.706Z PASS [ 0.036s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie
40172024-04-03T07:48:06.713Z PASS [ 0.034s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie
40182024-04-03T07:48:06.722Z PASS [ 0.037s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value
40192024-04-03T07:48:06.759Z PASS [ 0.038s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error
40202024-04-03T07:48:06.764Z PASS [ 0.047s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie
40212024-04-03T07:48:06.764Z PASS [ 0.041s] nexus-db-queries authn::external::spoof::test::test_make_header_value
40222024-04-03T07:48:06.772Z PASS [ 0.046s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw
40232024-04-03T07:48:06.778Z PASS [ 0.046s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids
40242024-04-03T07:48:06.794Z PASS [ 0.032s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing
40252024-04-03T07:48:08.018Z PASS [ 0.033s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid
40262024-04-03T07:48:08.483Z PASS [ 0.040s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values
40272024-04-03T07:48:08.483Z PASS [ 0.032s] nexus-db-queries authn::external::token::test::test_make_header_value
40282024-04-03T07:48:08.483Z PASS [ 0.034s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8
40292024-04-03T07:48:08.483Z PASS [ 0.055s] nexus-db-queries authn::external::test::test_authn_sequence
40302024-04-03T07:48:08.483Z PASS [ 0.036s] nexus-db-queries authn::external::token::test::test_token_header_missing
40312024-04-03T07:48:08.483Z PASS [ 0.034s] nexus-db-queries authn::external::token::test::test_token_header_valid
40322024-04-03T07:48:08.483Z PASS [ 0.059s] nexus-db-queries authn::test::test_internal_users
40332024-04-03T07:48:08.484Z PASS [ 0.061s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes
40342024-04-03T07:48:09.219Z PASS [ 4.802s] installinator mock_peers::tests::proptest_fetch_artifact
40352024-04-03T07:48:09.232Z PASS [ 4.810s] installinator write::tests::proptest_write_artifact
40362024-04-03T07:48:15.953Z PASS [ 6.550s] nexus-db-queries context::test::test_background_context
40372024-04-03T07:48:15.983Z PASS [ 6.704s] nexus-db-queries authz::context::test::test_unregistered_resource
40382024-04-03T07:48:16.415Z PASS [ 6.857s] nexus-db-queries context::test::test_child_context
40392024-04-03T07:48:16.415Z PASS [ 6.911s] nexus-db-queries context::test::test_test_context
40402024-04-03T07:48:19.436Z PASS [ 12.578s] nexus-db-queries authz::policy_test::test_conferred_roles
40412024-04-03T07:48:20.537Z PASS [ 7.061s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
40422024-04-03T07:48:20.913Z PASS [ 7.273s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
40432024-04-03T07:48:26.361Z PASS [ 6.720s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
40442024-04-03T07:48:26.400Z PASS [ 6.953s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
40452024-04-03T07:48:26.689Z PASS [ 7.250s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
40462024-04-03T07:48:27.675Z PASS [ 7.143s] nexus-db-queries db::collection_attach::test::test_attach_once
40472024-04-03T07:48:27.712Z PASS [ 0.045s] nexus-db-queries db::collection_attach::test::test_verify_query
40482024-04-03T07:48:27.803Z PASS [ 6.980s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
40492024-04-03T07:48:30.814Z PASS [ 7.346s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
40502024-04-03T07:48:30.829Z PASS [ 7.276s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
40512024-04-03T07:48:34.685Z PASS [ 7.585s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
40522024-04-03T07:48:34.695Z PASS [ 6.801s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
40532024-04-03T07:48:34.791Z PASS [ 7.075s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
40542024-04-03T07:48:34.870Z PASS [ 0.040s] nexus-db-queries db::collection_detach::test::test_verify_query
40552024-04-03T07:48:35.173Z PASS [ 31.766s] bootstore::v0-fsm-proptest-learner run
40562024-04-03T07:48:37.153Z PASS [ 6.599s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
40572024-04-03T07:48:37.159Z PASS [ 6.630s] nexus-db-queries db::collection_detach::test::test_detach_once
40582024-04-03T07:48:37.598Z PASS [ 30.708s] nexus-db-queries authz::policy_test::test_iam_roles_behavior
40592024-04-03T07:48:39.627Z PASS [ 5.344s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
40602024-04-03T07:48:39.906Z PASS [ 36.505s] bootstore::v0-fsm-proptest-rack-coordinator run
40612024-04-03T07:48:39.917Z PASS [ 5.320s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
40622024-04-03T07:48:40.089Z PASS [ 5.264s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
40632024-04-03T07:48:40.129Z PASS [ 0.035s] nexus-db-queries db::collection_detach_many::test::test_verify_query
40642024-04-03T07:48:40.432Z PASS [ 5.263s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
40652024-04-03T07:48:42.065Z PASS [ 5.315s] nexus-db-queries db::collection_detach_many::test::test_detach_many
40662024-04-03T07:48:42.100Z PASS [ 0.043s] nexus-db-queries db::collection_insert::test::test_verify_query
40672024-04-03T07:48:42.108Z PASS [ 5.104s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
40682024-04-03T07:48:42.137Z PASS [ 0.038s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
40692024-04-03T07:48:42.145Z PASS [ 0.038s] nexus-db-queries db::column_walker::test::test_walk_columns
40702024-04-03T07:48:42.178Z PASS [ 0.035s] nexus-db-queries db::column_walker::test::test_walk_table
40712024-04-03T07:48:42.689Z PASS [ 5.091s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
40722024-04-03T07:48:44.791Z PASS [ 5.178s] nexus-db-queries db::collection_detach_many::test::test_detach_once
40732024-04-03T07:48:44.829Z PASS [ 4.703s] nexus-db-queries db::collection_insert::test::test_collection_not_present
40742024-04-03T07:48:44.980Z PASS [ 5.063s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
40752024-04-03T07:48:44.993Z PASS [ 5.080s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
40762024-04-03T07:48:45.105Z PASS [ 4.680s] nexus-db-queries db::collection_insert::test::test_collection_present
40772024-04-03T07:48:47.194Z PASS [ 4.501s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
40782024-04-03T07:48:47.202Z PASS [ 5.029s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
40792024-04-03T07:48:47.250Z PASS [ 0.046s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
40802024-04-03T07:48:47.636Z PASS [ 5.489s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists
40812024-04-03T07:48:49.543Z PASS [ 4.752s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
40822024-04-03T07:48:50.547Z PASS [ 5.705s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
40832024-04-03T07:48:50.845Z PASS [ 5.848s] nexus-db-queries db::datastore::deployment::tests::test_set_target
40842024-04-03T07:48:51.021Z PASS [ 6.039s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
40852024-04-03T07:48:51.102Z PASS [ 5.998s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
40862024-04-03T07:48:52.389Z PASS [ 5.139s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
40872024-04-03T07:48:52.942Z PASS [ 5.340s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
40882024-04-03T07:48:53.223Z PASS [ 5.580s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
40892024-04-03T07:48:55.739Z PASS [ 6.192s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
40902024-04-03T07:48:56.181Z PASS [ 5.649s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
40912024-04-03T07:48:56.395Z PASS [ 5.376s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
40922024-04-03T07:48:56.511Z PASS [ 5.667s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
40932024-04-03T07:48:57.151Z PASS [ 6.036s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
40942024-04-03T07:48:57.605Z PASS [ 5.217s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
40952024-04-03T07:48:58.628Z PASS [ 5.406s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
40962024-04-03T07:49:00.438Z PASS [ 7.301s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
40972024-04-03T07:49:00.949Z PASS [ 5.210s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
40982024-04-03T07:49:01.867Z PASS [ 5.686s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
40992024-04-03T07:49:01.947Z PASS [ 5.441s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
41002024-04-03T07:49:02.454Z PASS [ 5.309s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
41012024-04-03T07:49:03.094Z PASS [ 5.358s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
41022024-04-03T07:49:03.440Z PASS [ 7.040s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
41032024-04-03T07:49:04.324Z PASS [ 5.698s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
41042024-04-03T07:49:05.100Z PASS [ 5.257s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
41052024-04-03T07:49:06.127Z PASS [ 5.179s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
41062024-04-03T07:49:07.293Z PASS [ 5.344s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_disks
41072024-04-03T07:49:07.316Z PASS [ 5.447s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_delete_reupsert_new_sled
41082024-04-03T07:49:07.747Z PASS [ 5.297s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_uuid_idempotent
41092024-04-03T07:49:08.278Z PASS [ 5.315s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_reupsert_new_sled
41102024-04-03T07:49:09.959Z PASS [ 5.197s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_same_uuid_idempotent
41112024-04-03T07:49:10.004Z PASS [ 0.036s] nexus-db-queries db::datastore::region::test::test_extent_count
41122024-04-03T07:49:10.004Z PASS [ 5.235s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
41132024-04-03T07:49:10.817Z PASS [ 5.719s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
41142024-04-03T07:49:11.603Z PASS [ 5.473s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
41152024-04-03T07:49:12.992Z PASS [ 5.700s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
41162024-04-03T07:49:13.430Z PASS [ 6.115s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
41172024-04-03T07:49:13.691Z PASS [ 5.414s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
41182024-04-03T07:49:13.739Z PASS [ 5.990s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
41192024-04-03T07:49:14.883Z PASS [ 6.211s] nexus-db-queries db::datastore::sled::test::sled_list_batch
41202024-04-03T07:49:15.409Z PASS [ 5.821s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
41212024-04-03T07:49:16.266Z PASS [ 5.454s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
41222024-04-03T07:49:18.556Z PASS [ 5.341s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
41232024-04-03T07:49:18.862Z PASS [ 5.431s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen
41242024-04-03T07:49:19.067Z PASS [ 5.363s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
41252024-04-03T07:49:19.280Z PASS [ 5.543s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
41262024-04-03T07:49:19.325Z PASS [ 7.716s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
41272024-04-03T07:49:20.252Z PASS [ 5.352s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
41282024-04-03T07:49:20.682Z PASS [ 5.246s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
41292024-04-03T07:49:21.661Z PASS [ 5.383s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
41302024-04-03T07:49:23.427Z PASS [ 4.565s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
41312024-04-03T07:49:23.771Z PASS [ 5.408s] nexus-db-queries db::datastore::test::test_project_creation
41322024-04-03T07:49:24.708Z PASS [ 5.651s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
41332024-04-03T07:49:24.924Z PASS [ 5.606s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
41342024-04-03T07:49:26.092Z PASS [ 5.855s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
41352024-04-03T07:49:26.273Z PASS [ 5.647s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
41362024-04-03T07:49:28.362Z PASS [ 9.079s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
41372024-04-03T07:49:30.604Z PASS [ 5.677s] nexus-db-queries db::datastore::test::test_service_upsert_and_list
41382024-04-03T07:49:30.940Z PASS [ 9.289s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
41392024-04-03T07:49:31.194Z PASS [ 4.917s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
41402024-04-03T07:49:31.736Z PASS [ 5.645s] nexus-db-queries db::datastore::test::test_session_methods
41412024-04-03T07:49:32.113Z PASS [ 8.677s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
41422024-04-03T07:49:33.376Z PASS [ 9.632s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
41432024-04-03T07:49:33.805Z PASS [ 9.080s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
41442024-04-03T07:49:33.814Z PASS [ 5.452s] nexus-db-queries db::datastore::test::test_ssh_keys
41452024-04-03T07:49:33.858Z PASS [ 0.039s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data
41462024-04-03T07:49:33.906Z PASS [ 0.044s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid
41472024-04-03T07:49:33.944Z PASS [ 0.039s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid
41482024-04-03T07:49:33.977Z PASS [ 0.040s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid
41492024-04-03T07:49:35.737Z PASS [ 5.133s] nexus-db-queries db::datastore::test::test_table_scan
41502024-04-03T07:49:36.204Z PASS [ 5.263s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
41512024-04-03T07:49:36.682Z PASS [ 5.489s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
41522024-04-03T07:49:37.166Z PASS [ 5.421s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
41532024-04-03T07:49:38.002Z PASS [ 5.897s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
41542024-04-03T07:49:38.030Z PASS [ 4.656s] nexus-db-queries db::explain::test::test_explain_async
41552024-04-03T07:49:38.046Z PASS [ 0.040s] nexus-db-queries db::pagination::test::test_paginator
41562024-04-03T07:49:38.430Z PASS [ 4.642s] nexus-db-queries db::explain::test::test_explain_full_table_scan
41572024-04-03T07:49:38.988Z PASS [ 5.012s] nexus-db-queries db::lookup::test::test_lookup
41582024-04-03T07:49:40.696Z PASS [ 4.954s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
41592024-04-03T07:49:41.064Z PASS [ 4.862s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
41602024-04-03T07:49:41.609Z PASS [ 4.926s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
41612024-04-03T07:49:42.149Z PASS [ 4.987s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
41622024-04-03T07:49:42.760Z PASS [ 4.730s] nexus-db-queries db::pool_connection::test::all_enums_in_prepopulate_list
41632024-04-03T07:49:43.951Z PASS [ 5.908s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
41642024-04-03T07:49:44.663Z PASS [ 5.862s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
41652024-04-03T07:49:44.728Z PASS [ 5.730s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_is_idempotent
41662024-04-03T07:49:46.084Z PASS [ 5.393s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_out_of_range
41672024-04-03T07:49:46.471Z PASS [ 5.405s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent
41682024-04-03T07:49:46.959Z PASS [ 5.340s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent_even_when_full
41692024-04-03T07:49:46.982Z PASS [ 0.036s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
41702024-04-03T07:49:47.664Z PASS [ 5.517s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
41712024-04-03T07:49:48.537Z PASS [ 5.775s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
41722024-04-03T07:49:49.736Z PASS [ 5.784s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_for_service
41732024-04-03T07:49:49.972Z PASS [ 5.675s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
41742024-04-03T07:49:50.536Z PASS [ 5.816s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
41752024-04-03T07:49:51.649Z PASS [ 5.560s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
41762024-04-03T07:49:52.789Z PASS [ 5.791s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
41772024-04-03T07:49:53.595Z PASS [ 5.911s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
41782024-04-03T07:49:53.854Z PASS [ 5.313s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
41792024-04-03T07:49:55.189Z PASS [ 5.452s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
41802024-04-03T07:49:55.231Z PASS [ 5.263s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
41812024-04-03T07:49:56.442Z PASS [ 5.903s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
41822024-04-03T07:49:56.810Z PASS [ 10.329s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
41832024-04-03T07:49:57.030Z PASS [ 5.378s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
41842024-04-03T07:49:57.065Z PASS [ 0.034s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset
41852024-04-03T07:49:58.027Z PASS [ 5.252s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
41862024-04-03T07:49:58.089Z PASS [ 0.036s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_guest
41872024-04-03T07:49:58.099Z PASS [ 0.036s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_system
41882024-04-03T07:49:58.969Z PASS [ 5.386s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
41892024-04-03T07:49:59.000Z PASS [ 0.035s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
41902024-04-03T07:49:59.168Z PASS [ 5.317s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
41912024-04-03T07:49:59.713Z PASS [ 0.538s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
41922024-04-03T07:50:00.892Z PASS [ 5.703s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
41932024-04-03T07:50:00.984Z PASS [ 0.092s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
41942024-04-03T07:50:00.994Z PASS [ 5.759s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
41952024-04-03T07:50:01.018Z PASS [ 0.033s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
41962024-04-03T07:50:01.026Z PASS [ 0.035s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
41972024-04-03T07:50:01.049Z PASS [ 0.032s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
41982024-04-03T07:50:01.058Z PASS [ 0.032s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
41992024-04-03T07:50:02.331Z PASS [ 5.890s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
42002024-04-03T07:50:02.647Z PASS [ 5.830s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
42012024-04-03T07:50:03.274Z PASS [ 5.174s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
42022024-04-03T07:50:03.867Z PASS [ 4.868s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
42032024-04-03T07:50:03.906Z PASS [ 0.041s] nexus-defaults tests::test_random_vpc_ipv6_prefix
42042024-04-03T07:50:04.179Z PASS [ 0.270s] nexus-inventory builder::test::test_basic
42052024-04-03T07:50:04.202Z PASS [ 0.023s] nexus-inventory builder::test::test_empty
42062024-04-03T07:50:04.232Z PASS [ 0.031s] nexus-inventory builder::test::test_problems
42072024-04-03T07:50:04.397Z PASS [ 4.689s] nexus-db-queries db::queries::region_allocation::test::explainable
42082024-04-03T07:50:05.292Z PASS [ 1.061s] nexus-inventory collector::test::test_basic
42092024-04-03T07:50:05.309Z PASS [ 0.914s] nexus-inventory collector::test::test_multi_mgs
42102024-04-03T07:50:05.665Z PASS [ 0.374s] nexus-inventory collector::test::test_multi_mgs_failure
42112024-04-03T07:50:05.688Z PASS [ 4.638s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query
42122024-04-03T07:50:05.772Z PASS [ 0.464s] nexus-inventory collector::test::test_sled_agent_failure
42132024-04-03T07:50:05.781Z PASS [ 4.720s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered
42142024-04-03T07:50:05.837Z PASS [ 8.780s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
42152024-04-03T07:50:05.994Z PASS [ 0.155s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
42162024-04-03T07:50:06.002Z PASS [ 0.223s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
42172024-04-03T07:50:06.034Z PASS [ 0.036s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
42182024-04-03T07:50:06.064Z PASS [ 0.062s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
42192024-04-03T07:50:07.006Z PASS [ 4.675s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
42202024-04-03T07:50:08.087Z PASS [ 5.453s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
42212024-04-03T07:50:08.281Z PASS [ 0.189s] nexus-reconfigurator-planning blueprint_builder::test::test_add_nexus_error_cases
42222024-04-03T07:50:08.320Z PASS [ 0.046s] nexus-reconfigurator-planning blueprint_builder::test::test_add_nexus_with_no_existing_nexus_zones
42232024-04-03T07:50:08.404Z PASS [ 0.076s] nexus-reconfigurator-planning blueprint_builder::test::test_basic
42242024-04-03T07:50:08.437Z PASS [ 5.138s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
42252024-04-03T07:50:08.470Z PASS [ 0.071s] nexus-reconfigurator-planning blueprint_builder::test::test_initial
42262024-04-03T07:50:08.491Z PASS [ 0.075s] nexus-reconfigurator-planning blueprint_builder::test::test_invalid_parent_blueprint_two_nexus_zones_with_same_nic_ip
42272024-04-03T07:50:08.517Z PASS [ 0.050s] nexus-reconfigurator-planning blueprint_builder::test::test_invalid_parent_blueprint_two_zones_with_same_external_ip
42282024-04-03T07:50:08.552Z PASS [ 0.031s] nexus-reconfigurator-planning ip_allocator::test::test_basic
42292024-04-03T07:50:08.561Z PASS [ 0.074s] nexus-reconfigurator-planning blueprint_builder::test::test_invalid_parent_blueprint_two_zones_with_same_vnic_mac
42302024-04-03T07:50:08.604Z PASS [ 0.055s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
42312024-04-03T07:50:08.692Z PASS [ 0.132s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
42322024-04-03T07:50:08.736Z PASS [ 0.044s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
42332024-04-03T07:50:08.772Z PASS [ 0.036s] nexus-types external_api::shared::test::test_policy_parsing
42342024-04-03T07:50:08.778Z PASS [ 0.178s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
42352024-04-03T07:50:08.897Z PASS [ 0.095s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
42362024-04-03T07:50:09.333Z PASS [ 0.132s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
42372024-04-03T07:50:09.346Z PASS [ 0.119s] omicron-certificates tests::test_cert_extended_key_usage
42382024-04-03T07:50:09.346Z PASS [ 0.109s] omicron-certificates tests::test_common_name_is_validated
42392024-04-03T07:50:09.346Z PASS [ 0.041s] omicron-common address::test::test_dns_subnets
42402024-04-03T07:50:09.346Z PASS [ 0.083s] omicron-certificates tests::test_subject_alternate_names_are_validated
42412024-04-03T07:50:09.346Z PASS [ 0.029s] omicron-common address::test::test_ip_range_checks_non_decreasing
42422024-04-03T07:50:09.346Z PASS [ 0.032s] omicron-common address::test::test_ip_range_enum_deserialization
42432024-04-03T07:50:09.346Z PASS [ 0.033s] omicron-common address::test::test_ip_range_iter
42442024-04-03T07:50:09.346Z PASS [ 0.023s] omicron-common address::test::test_ip_range_length
42452024-04-03T07:50:09.346Z PASS [ 0.023s] omicron-common address::test::test_ip_range_try_from
42462024-04-03T07:50:09.346Z PASS [ 0.018s] omicron-common address::test::test_sled_address
42472024-04-03T07:50:09.347Z PASS [ 0.033s] omicron-common address::test::test_ipv6_subnet_deserialize
42482024-04-03T07:50:09.347Z PASS [ 0.019s] omicron-common api::external::error::test::test_bail_unless
42492024-04-03T07:50:09.347Z PASS [ 0.018s] omicron-common api::external::error::test::test_context
42502024-04-03T07:50:09.347Z PASS [ 0.023s] omicron-common api::external::http_pagination::test::test_pagination_examples
42512024-04-03T07:50:09.347Z PASS [ 0.026s] omicron-common api::external::http_pagination::test::test_pagination_schemas
42522024-04-03T07:50:09.347Z PASS [ 0.026s] omicron-common api::external::http_pagination::test::test_scan_by_name
42532024-04-03T07:50:09.347Z PASS [ 0.039s] omicron-common api::external::http_pagination::test::test_scan_by_id
42542024-04-03T07:50:09.347Z PASS [ 0.016s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
42552024-04-03T07:50:09.347Z PASS [ 0.021s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
42562024-04-03T07:50:09.347Z PASS [ 0.018s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
42572024-04-03T07:50:09.347Z PASS [ 0.017s] omicron-common api::external::test::test_bytecount
42582024-04-03T07:50:09.348Z PASS [ 0.016s] omicron-common api::external::test::test_bytecount_display
42592024-04-03T07:50:09.348Z PASS [ 0.027s] omicron-common api::external::test::test_firewall_deserialization
42602024-04-03T07:50:09.348Z PASS [ 0.042s] omicron-common api::external::test::test_digest
42612024-04-03T07:50:09.384Z PASS [ 0.056s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
42622024-04-03T07:50:09.385Z PASS [ 0.047s] omicron-common api::external::test::test_firewall_rule_target_parse
42632024-04-03T07:50:09.399Z PASS [ 0.022s] omicron-common api::external::test::test_ip_port_range_from_str
42642024-04-03T07:50:09.408Z PASS [ 0.038s] omicron-common api::external::test::test_hostname_from_str
42652024-04-03T07:50:09.419Z PASS [ 0.020s] omicron-common api::external::test::test_ip_port_range_into_str
42662024-04-03T07:50:09.425Z PASS [ 0.021s] omicron-common api::external::test::test_ipnet_first_last_address
42672024-04-03T07:50:09.434Z PASS [ 0.018s] omicron-common api::external::test::test_ipnet_serde
42682024-04-03T07:50:09.446Z PASS [ 0.017s] omicron-common api::external::test::test_ipv4_net_operations
42692024-04-03T07:50:09.454Z PASS [ 0.018s] omicron-common api::external::test::test_ipv6_net_operations
42702024-04-03T07:50:09.470Z PASS [ 0.026s] omicron-common api::external::test::test_mac_system_iterator
42712024-04-03T07:50:09.476Z PASS [ 0.022s] omicron-common api::external::test::test_mac_to_int_conversions
42722024-04-03T07:50:09.495Z PASS [ 0.023s] omicron-common api::external::test::test_macaddr
42732024-04-03T07:50:09.502Z PASS [ 0.024s] omicron-common api::external::test::test_name_parse
42742024-04-03T07:50:09.513Z PASS [ 0.020s] omicron-common api::external::test::test_name_parse_from_param
42752024-04-03T07:50:09.519Z PASS [ 0.020s] omicron-common api::external::test::test_resource_name_parse
42762024-04-03T07:50:09.538Z PASS [ 0.021s] omicron-common api::external::test::test_role_name_parse
42772024-04-03T07:50:09.544Z PASS [ 0.023s] omicron-common api::external::test::test_route_destination_parse
42782024-04-03T07:50:09.565Z PASS [ 0.026s] omicron-common api::external::test::test_route_target_parse
42792024-04-03T07:50:09.574Z PASS [ 0.023s] omicron-common api::external::test::test_semver_serialize
42802024-04-03T07:50:09.579Z PASS [ 0.019s] omicron-common api::external::test::test_semver_validation
42812024-04-03T07:50:09.591Z PASS [ 0.019s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
42822024-04-03T07:50:09.622Z PASS [ 0.033s] omicron-common ledger::test::test_create_default_ledger
42832024-04-03T07:50:09.629Z PASS [ 0.047s] omicron-common ledger::test::test_commit_handles_write_failures
42842024-04-03T07:50:09.640Z PASS [ 0.021s] omicron-common ledger::test::test_create_ledger_reads_from_storage
42852024-04-03T07:50:09.647Z PASS [ 0.021s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
42862024-04-03T07:50:09.659Z PASS [ 0.018s] omicron-common update::tests::serde_artifact_kind
42872024-04-03T07:50:11.016Z PASS [ 0.952s] omicron-dev::test_omicron_dev test_cert_create
42882024-04-03T07:50:11.544Z PASS [ 5.856s] nexus-metrics-producer-gc tests::test_prune_expired_producers
42892024-04-03T07:50:11.984Z PASS [ 5.867s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
42902024-04-03T07:50:12.007Z PASS [ 0.171s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd
42912024-04-03T07:50:12.007Z PASS [ 0.139s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args
42922024-04-03T07:50:12.008Z PASS [ 0.104s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args
42932024-04-03T07:50:12.008Z PASS [ 0.104s] omicron-dev::test_omicron_dev test_omicron_dev_no_args
42942024-04-03T07:50:12.008Z PASS [ 0.089s] omicron-gateway management_switch::location_map::tests::test_config_validation
42952024-04-03T07:50:12.008Z PASS [ 0.065s] omicron-gateway management_switch::location_map::tests::test_resolve_location
42962024-04-03T07:50:12.858Z PASS [ 0.890s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled
42972024-04-03T07:50:13.625Z PASS [ 0.753s] omicron-gateway::test_all integration_tests::component_list::component_list
42982024-04-03T07:50:14.217Z PASS [ 0.603s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
42992024-04-03T07:50:14.475Z PASS [ 0.249s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
43002024-04-03T07:50:14.745Z PASS [ 0.285s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
43012024-04-03T07:50:18.105Z PASS [ 8.442s] omicron-dev::test_omicron_dev test_db_killed
43022024-04-03T07:50:23.512Z PASS [ 17.320s] nexus-reconfigurator-execution datasets::tests::test_ensure_crucible_dataset_records_exist
43032024-04-03T07:50:24.760Z PASS [ 16.203s] nexus-reconfigurator-execution resource_allocation::tests::test_allocate_external_networking
43042024-04-03T07:50:25.460Z PASS [ 13.657s] omicron-dev::test_omicron_dev test_run_all
43052024-04-03T07:50:25.582Z PASS [ 19.512s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
43062024-04-03T07:50:26.830Z PASS [ 16.213s] omicron-dev::test_omicron_dev test_db_run
43072024-04-03T07:50:28.842Z PASS [ 22.799s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
43082024-04-03T07:50:31.915Z PASS [ 16.758s] omicron-nexus app::background::blueprint_execution::test::test_deploy_omicron_zones
43092024-04-03T07:50:31.923Z PASS [ 13.713s] omicron-nexus app::background::blueprint_load::test::test_load_blueprints
43102024-04-03T07:50:35.760Z PASS [ 12.535s] omicron-nexus app::background::common::test::test_driver_basic
43112024-04-03T07:50:37.364Z PASS [ 11.899s] omicron-nexus app::background::common::test::test_saga_request_flow
43122024-04-03T07:50:37.585Z PASS [ 14.329s] omicron-nexus app::background::common::test::test_activation_in_progress
43132024-04-03T07:50:37.924Z PASS [ 12.269s] omicron-nexus app::background::dns_config::test::test_basic
43142024-04-03T07:50:37.964Z PASS [ 0.092s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
43152024-04-03T07:50:38.085Z PASS [ 0.651s] omicron-nexus app::external_endpoints::test::test_authority
43162024-04-03T07:50:38.177Z PASS [ 0.085s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
43172024-04-03T07:50:38.220Z PASS [ 0.052s] omicron-nexus app::external_endpoints::test::test_no_endpoint
43182024-04-03T07:50:38.290Z PASS [ 0.063s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
43192024-04-03T07:50:39.405Z PASS [ 12.584s] omicron-nexus app::background::dns_propagation::test::test_basic
43202024-04-03T07:50:40.050Z PASS [ 2.108s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
43212024-04-03T07:50:40.775Z PASS [ 11.931s] omicron-nexus app::background::external_endpoints::test::test_basic
43222024-04-03T07:50:44.231Z PASS [ 12.723s] omicron-nexus app::background::init::test::test_dns_propagation_basic
43232024-04-03T07:50:50.319Z PASS [ 12.937s] omicron-nexus app::background::metrics_producer_gc::tests::test_pruning
43242024-04-03T07:50:50.445Z PASS [ 14.630s] omicron-nexus app::background::inventory_collection::test::test_db_sled_enumerator
43252024-04-03T07:50:50.462Z PASS [ 18.587s] omicron-nexus app::background::inventory_collection::test::test_basic
43262024-04-03T07:50:57.833Z PASS [ 17.052s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
43272024-04-03T07:50:58.140Z PASS [ 19.856s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
43282024-04-03T07:50:58.488Z PASS [ 18.428s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
43292024-04-03T07:50:59.914Z PASS [ 20.504s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
43302024-04-03T07:51:01.835Z PASS [ 17.600s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
43312024-04-03T07:51:07.763Z PASS [ 17.458s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
43322024-04-03T07:51:20.036Z PASS [ 21.465s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
43332024-04-03T07:51:21.391Z PASS [ 22.489s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
43342024-04-03T07:51:21.954Z PASS [ 24.134s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
43352024-04-03T07:51:22.633Z PASS [ 22.299s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
43362024-04-03T07:51:25.440Z PASS [ 23.073s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
43372024-04-03T07:51:31.799Z PASS [ 24.027s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
43382024-04-03T07:51:41.420Z PASS [ 20.448s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
43392024-04-03T07:51:41.527Z PASS [ 21.906s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
43402024-04-03T07:51:45.886Z PASS [ 23.928s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
43412024-04-03T07:51:46.213Z PASS [ 24.003s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
43422024-04-03T07:51:46.471Z PASS [ 21.564s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
43432024-04-03T07:51:50.409Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
43442024-04-03T07:51:50.430Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
43452024-04-03T07:51:52.536Z PASS [ 20.746s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
43462024-04-03T07:52:01.037Z PASS [ 19.521s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
43472024-04-03T07:52:05.359Z PASS [ 18.888s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
43482024-04-03T07:52:06.145Z PASS [ 19.929s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
43492024-04-03T07:52:09.554Z PASS [ 23.660s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
43502024-04-03T07:52:11.115Z PASS [ 18.544s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
43512024-04-03T07:52:11.139Z PASS [ 0.052s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
43522024-04-03T07:52:19.163Z PASS [ 13.798s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
43532024-04-03T07:52:19.966Z PASS [ 18.524s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
43542024-04-03T07:52:19.973Z PASS [ 38.420s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
43552024-04-03T07:52:30.691Z PASS [ 19.292s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
43562024-04-03T07:52:47.222Z PASS [ 13.130s] omicron-nexus app::sagas::test_saga::test_saga_stuck
43572024-04-03T07:52:47.563Z PASS [ 20.830s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
43582024-04-03T07:52:47.563Z PASS [ 24.394s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
43592024-04-03T07:52:47.634Z PASS [ 0.047s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
43602024-04-03T07:52:47.634Z PASS [ 0.046s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
43612024-04-03T07:52:47.635Z PASS [ 0.050s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
43622024-04-03T07:52:47.635Z PASS [ 0.048s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
43632024-04-03T07:52:47.635Z PASS [ 0.046s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
43642024-04-03T07:52:47.635Z PASS [ 0.044s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
43652024-04-03T07:52:47.635Z PASS [ 0.045s] omicron-nexus external_api::console_api::test::test_relative_uri
43662024-04-03T07:52:47.635Z PASS [ 0.100s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy
43672024-04-03T07:52:47.635Z PASS [ 4.545s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
43682024-04-03T07:52:47.635Z PASS [ 16.822s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
43692024-04-03T07:52:47.635Z PASS [ 14.486s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
43702024-04-03T07:52:50.467Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
43712024-04-03T07:52:50.494Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
43722024-04-03T07:52:50.640Z PASS [ 3.166s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
43732024-04-03T07:52:51.648Z PASS [ 0.962s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
43742024-04-03T07:52:51.719Z PASS [ 0.119s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
43752024-04-03T07:53:01.131Z PASS [ 15.116s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
43762024-04-03T07:53:01.491Z PASS [ 12.656s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
43772024-04-03T07:53:06.619Z PASS [ 13.252s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
43782024-04-03T07:53:07.162Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
43792024-04-03T07:53:10.554Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
43802024-04-03T07:53:22.662Z PASS [ 13.785s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
43812024-04-03T07:53:22.843Z PASS [ 14.118s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
43822024-04-03T07:53:22.843Z PASS [ 65.745s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
43832024-04-03T07:53:22.843Z PASS [ 13.871s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
43842024-04-03T07:53:27.175Z PASS [ 13.147s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
43852024-04-03T07:53:27.685Z PASS [ 14.174s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
43862024-04-03T07:53:28.278Z PASS [ 12.978s] omicron-nexus::test_all integration_tests::basic::test_ping
43872024-04-03T07:53:35.632Z PASS [ 16.793s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
43882024-04-03T07:53:40.503Z PASS [ 12.885s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
43892024-04-03T07:53:41.261Z PASS [ 12.980s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
43902024-04-03T07:53:42.022Z PASS [ 57.627s] omicron-nexus populate::test::test_populators
43912024-04-03T07:53:46.525Z PASS [ 19.342s] omicron-nexus::test_all integration_tests::basic::test_projects_list
43922024-04-03T07:53:49.148Z PASS [ 13.511s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
43932024-04-03T07:53:50.419Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
43942024-04-03T07:53:50.433Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
43952024-04-03T07:53:53.986Z PASS [ 13.482s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
43962024-04-03T07:53:54.503Z PASS [ 13.239s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
43972024-04-03T07:53:56.344Z PASS [ 14.324s] omicron-nexus::test_all integration_tests::certificates::test_crud
43982024-04-03T07:53:56.467Z PASS [ 0.122s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
43992024-04-03T07:53:56.893Z PASS [ 2.394s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
44002024-04-03T07:53:56.982Z PASS [ 2.997s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
44012024-04-03T07:53:57.263Z PASS [ 0.368s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal
44022024-04-03T07:53:57.435Z PASS [ 0.968s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi
44032024-04-03T07:54:00.295Z PASS [ 13.775s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
44042024-04-03T07:54:06.160Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
44052024-04-03T07:54:07.103Z PASS [ 17.951s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
44062024-04-03T07:54:11.157Z PASS [ 13.765s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
44072024-04-03T07:54:11.161Z PASS [ 13.335s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
44082024-04-03T07:54:11.161Z PASS [ 13.626s] omicron-nexus::test_all integration_tests::console_api::test_assets
44092024-04-03T07:54:16.462Z PASS [ 16.158s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
44102024-04-03T07:54:27.508Z PASS [ 13.613s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
44112024-04-03T07:54:27.634Z PASS [ 14.010s] omicron-nexus::test_all integration_tests::console_api::test_session_me
44122024-04-03T07:54:27.634Z PASS [ 17.707s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
44132024-04-03T07:54:27.634Z PASS [ 14.064s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
44142024-04-03T07:54:33.174Z PASS [ 16.718s] omicron-nexus::test_all integration_tests::console_api::test_sessions
44152024-04-03T07:54:38.284Z PASS [ 13.918s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
44162024-04-03T07:54:38.614Z PASS [ 13.834s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
44172024-04-03T07:54:47.087Z PASS [ 22.029s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
44182024-04-03T07:54:50.427Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
44192024-04-03T07:54:50.451Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
44202024-04-03T07:54:51.669Z PASS [ 165.480s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
44212024-04-03T07:54:52.121Z PASS [ 27.163s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
44222024-04-03T07:54:53.206Z PASS [ 20.030s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
44232024-04-03T07:54:57.249Z PASS [ 18.956s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
44242024-04-03T07:54:57.694Z PASS [ 18.670s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
44252024-04-03T07:55:04.133Z PASS [ 17.292s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
44262024-04-03T07:55:14.609Z PASS [ 17.360s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
44272024-04-03T07:55:15.682Z PASS [ 18.384s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
44282024-04-03T07:55:17.034Z PASS [ 24.976s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
44292024-04-03T07:55:17.989Z PASS [ 13.859s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
44302024-04-03T07:55:18.858Z PASS [ 26.737s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
44312024-04-03T07:55:24.736Z PASS [ 31.518s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
44322024-04-03T07:55:28.317Z PASS [ 13.681s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
44332024-04-03T07:55:30.107Z PASS [ 13.485s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
44342024-04-03T07:55:32.339Z PASS [ 16.666s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
44352024-04-03T07:55:37.074Z PASS [ 19.078s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
44362024-04-03T07:55:41.822Z PASS [ 17.093s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
44372024-04-03T07:55:45.445Z PASS [ 26.484s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
44382024-04-03T07:55:47.822Z PASS [ 19.190s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
44392024-04-03T07:56:03.179Z PASS [ 19.693s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
44402024-04-03T07:56:03.951Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
44412024-04-03T07:56:04.274Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
44422024-04-03T07:56:04.274Z PASS [ 20.262s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
44432024-04-03T07:56:04.274Z PASS [ 19.655s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
44442024-04-03T07:56:04.274Z PASS [ 17.677s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
44452024-04-03T07:56:06.802Z PASS [ 21.454s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
44462024-04-03T07:56:11.578Z PASS [ 14.851s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
44472024-04-03T07:56:12.471Z PASS [ 24.985s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
44482024-04-03T07:56:21.583Z PASS [ 22.078s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
44492024-04-03T07:56:21.774Z PASS [ 31.967s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
44502024-04-03T07:56:22.406Z PASS [ 15.598s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
44512024-04-03T07:56:22.592Z PASS [ 29.987s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
44522024-04-03T07:56:29.113Z PASS [ 14.081s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
44532024-04-03T07:56:29.113Z PASS [ 0.438s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
44542024-04-03T07:56:29.113Z PASS [ 0.500s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
44552024-04-03T07:56:29.113Z PASS [ 0.440s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
44562024-04-03T07:56:29.113Z PASS [ 0.438s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
44572024-04-03T07:56:32.174Z PASS [ 20.555s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
44582024-04-03T07:56:35.780Z PASS [ 14.197s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
44592024-04-03T07:56:35.866Z PASS [ 14.096s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
44602024-04-03T07:56:36.419Z PASS [ 14.009s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
44612024-04-03T07:56:36.642Z PASS [ 14.047s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
44622024-04-03T07:56:44.814Z PASS [ 16.448s] omicron-nexus::test_all integration_tests::images::test_image_create
44632024-04-03T07:56:50.257Z PASS [ 18.077s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
44642024-04-03T07:56:50.440Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
44652024-04-03T07:56:50.469Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
44662024-04-03T07:56:53.547Z PASS [ 16.893s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
44672024-04-03T07:56:54.219Z PASS [ 18.001s] omicron-nexus::test_all integration_tests::images::test_image_promotion
44682024-04-03T07:56:54.261Z PASS [ 17.553s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
44692024-04-03T07:56:55.273Z PASS [ 19.492s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
44702024-04-03T07:56:59.927Z PASS [ 6.389s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
44712024-04-03T07:57:01.069Z PASS [ 7.104s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
44722024-04-03T07:57:01.533Z PASS [ 7.664s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
44732024-04-03T07:57:01.867Z PASS [ 17.048s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
44742024-04-03T07:57:03.340Z PASS [ 8.049s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
44752024-04-03T07:57:07.571Z PASS [ 14.827s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
44762024-04-03T07:57:18.696Z PASS [ 13.651s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
44772024-04-03T07:57:22.827Z PASS [ 22.893s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
44782024-04-03T07:57:23.160Z PASS [ 21.624s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
44792024-04-03T07:57:24.640Z PASS [ 21.311s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
44802024-04-03T07:57:29.647Z PASS [ 27.761s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
44812024-04-03T07:57:30.525Z PASS [ 29.452s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
44822024-04-03T07:57:34.746Z PASS [ 13.466s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
44832024-04-03T07:57:36.863Z PASS [ 13.701s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
44842024-04-03T07:57:46.141Z PASS [ 13.978s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
44852024-04-03T07:57:49.475Z PASS [ 18.453s] omicron-nexus::test_all integration_tests::instances::test_instance_access
44862024-04-03T07:57:49.573Z PASS [ 26.546s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
44872024-04-03T07:57:50.448Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
44882024-04-03T07:57:50.466Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
44892024-04-03T07:57:50.747Z PASS [ 26.108s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
44902024-04-03T07:57:58.406Z PASS [ 21.541s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
44912024-04-03T07:58:08.416Z PASS [ 437.998s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
44922024-04-03T07:58:09.756Z PASS [ 439.307s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
44932024-04-03T07:58:09.806Z PASS [ 23.661s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
44942024-04-03T07:58:12.452Z PASS [ 21.697s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
44952024-04-03T07:58:12.988Z PASS [ 23.613s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
44962024-04-03T07:58:14.222Z PASS [ 25.238s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
44972024-04-03T07:58:14.330Z PASS [ 44.699s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
44982024-04-03T07:58:22.700Z PASS [ 24.289s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
44992024-04-03T07:58:29.945Z PASS [ 20.139s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
45002024-04-03T07:58:31.358Z PASS [ 18.909s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
45012024-04-03T07:58:34.978Z PASS [ 26.560s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
45022024-04-03T07:58:35.757Z PASS [ 21.422s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
45032024-04-03T07:58:36.611Z PASS [ 23.623s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_error
45042024-04-03T07:58:40.760Z PASS [ 26.537s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
45052024-04-03T07:58:42.290Z PASS [ 32.531s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
45062024-04-03T07:58:42.364Z PASS [ 19.660s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
45072024-04-03T07:58:50.730Z PASS [ 14.119s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
45082024-04-03T07:58:50.890Z PASS [ 20.944s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p
45092024-04-03T07:58:56.283Z PASS [ 21.302s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
45102024-04-03T07:58:56.449Z PASS [ 14.157s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
45112024-04-03T07:58:59.123Z PASS [ 23.363s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
45122024-04-03T07:58:59.972Z PASS [ 19.213s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
45132024-04-03T07:58:59.992Z PASS [ 17.621s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
45142024-04-03T07:59:01.394Z PASS [ 30.030s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
45152024-04-03T07:59:07.630Z PASS [ 12.558s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
45162024-04-03T07:59:08.108Z PASS [ 17.365s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
45172024-04-03T07:59:19.090Z PASS [ 12.959s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
45182024-04-03T07:59:19.090Z PASS [ 13.718s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
45192024-04-03T07:59:19.090Z PASS [ 17.748s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
45202024-04-03T07:59:19.091Z PASS [ 13.425s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
45212024-04-03T07:59:19.091Z PASS [ 13.198s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
45222024-04-03T07:59:19.091Z PASS [ 19.321s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
45232024-04-03T07:59:20.133Z PASS [ 23.707s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
45242024-04-03T07:59:21.080Z PASS [ 12.980s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
45252024-04-03T07:59:27.212Z PASS [ 13.507s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
45262024-04-03T07:59:27.234Z PASS [ 13.033s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
45272024-04-03T07:59:27.879Z PASS [ 13.062s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
45282024-04-03T07:59:28.238Z PASS [ 15.302s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
45292024-04-03T07:59:29.265Z PASS [ 12.610s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
45302024-04-03T07:59:30.892Z PASS [ 12.439s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
45312024-04-03T07:59:32.369Z PASS [ 12.374s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
45322024-04-03T07:59:33.174Z PASS [ 12.091s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
45332024-04-03T07:59:41.698Z PASS [ 14.457s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
45342024-04-03T07:59:41.873Z PASS [ 13.628s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
45352024-04-03T07:59:42.331Z PASS [ 15.118s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
45362024-04-03T07:59:47.535Z PASS [ 14.550s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
45372024-04-03T07:59:47.635Z PASS [ 12.957s] omicron-nexus::test_all integration_tests::metrics::test_timeseries_schema_list
45382024-04-03T07:59:47.635Z PASS [ 12.334s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
45392024-04-03T07:59:47.806Z PASS [ 18.536s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
45402024-04-03T07:59:59.329Z PASS [ 17.626s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
45412024-04-03T08:00:00.476Z PASS [ 18.042s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
45422024-04-03T08:00:02.835Z PASS [ 17.501s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
45432024-04-03T08:00:03.468Z PASS [ 17.946s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
45442024-04-03T08:00:04.715Z PASS [ 22.844s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
45452024-04-03T08:00:12.627Z PASS [ 41.739s] omicron-nexus::test_all integration_tests::metrics::test_metrics
45462024-04-03T08:00:16.161Z PASS [ 33.815s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
45472024-04-03T08:00:18.003Z PASS [ 17.518s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
45482024-04-03T08:00:22.357Z PASS [ 34.372s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
45492024-04-03T08:00:28.047Z PASS [ 23.327s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
45502024-04-03T08:00:31.457Z PASS [ 27.990s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
45512024-04-03T08:00:33.237Z PASS [ 17.085s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
45522024-04-03T08:00:35.913Z PASS [ 23.284s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
45532024-04-03T08:00:36.049Z PASS [ 33.206s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
45542024-04-03T08:00:45.723Z PASS [ 14.273s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
45552024-04-03T08:00:46.698Z PASS [ 13.039s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
45562024-04-03T08:00:48.818Z PASS [ 30.817s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
45572024-04-03T08:00:52.063Z PASS [ 16.011s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
45582024-04-03T08:00:52.536Z PASS [ 16.617s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
45592024-04-03T08:00:53.590Z PASS [ 31.398s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
45602024-04-03T08:00:58.662Z PASS [ 12.939s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
45612024-04-03T08:00:59.328Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
45622024-04-03T08:01:01.650Z PASS [ 15.360s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
45632024-04-03T08:01:03.294Z PASS [ 35.243s] omicron-nexus::test_all integration_tests::password_login::test_local_users
45642024-04-03T08:01:05.031Z PASS [ 12.491s] omicron-nexus::test_all integration_tests::projects::test_projects
45652024-04-03T08:01:05.506Z PASS [ 13.446s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
45662024-04-03T08:01:07.442Z PASS [ 18.627s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
45672024-04-03T08:01:09.869Z PASS [ 11.202s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
45682024-04-03T08:01:13.621Z PASS [ 11.554s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
45692024-04-03T08:01:15.948Z PASS [ 12.646s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
45702024-04-03T08:01:17.222Z PASS [ 77.892s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
45712024-04-03T08:01:17.301Z PASS [ 12.272s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
45722024-04-03T08:01:17.369Z PASS [ 11.871s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
45732024-04-03T08:01:17.716Z PASS [ 0.348s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
45742024-04-03T08:01:19.726Z PASS [ 12.279s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
45752024-04-03T08:01:20.603Z PASS [ 3.379s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
45762024-04-03T08:01:20.706Z PASS [ 3.407s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
45772024-04-03T08:01:20.826Z PASS [ 0.123s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
45782024-04-03T08:01:21.334Z PASS [ 0.102s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
45792024-04-03T08:01:21.337Z PASS [ 0.098s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
45802024-04-03T08:01:21.338Z PASS [ 3.335s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
45812024-04-03T08:01:21.338Z PASS [ 0.094s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
45822024-04-03T08:01:21.338Z PASS [ 11.266s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
45832024-04-03T08:01:21.338Z PASS [ 0.095s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
45842024-04-03T08:01:21.469Z PASS [ 27.887s] omicron-nexus::test_all integration_tests::quotas::test_quotas
45852024-04-03T08:01:23.104Z PASS [ 3.369s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
45862024-04-03T08:01:24.371Z PASS [ 11.169s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
45872024-04-03T08:01:28.496Z PASS [ 12.560s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
45882024-04-03T08:01:28.617Z PASS [ 0.120s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
45892024-04-03T08:01:38.688Z PASS [ 12.871s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
45902024-04-03T08:01:38.771Z PASS [ 12.928s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
45912024-04-03T08:01:38.771Z PASS [ 13.318s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
45922024-04-03T08:01:38.771Z PASS [ 13.342s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
45932024-04-03T08:01:38.771Z PASS [ 0.104s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
45942024-04-03T08:01:38.771Z PASS [ 0.092s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
45952024-04-03T08:01:38.771Z PASS [ 14.245s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes
45962024-04-03T08:01:38.963Z PASS [ 12.832s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
45972024-04-03T08:01:38.963Z PASS [ 12.683s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
45982024-04-03T08:01:41.445Z PASS [ 12.833s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
45992024-04-03T08:01:45.717Z PASS [ 11.695s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
46002024-04-03T08:01:45.753Z PASS [ 11.276s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
46012024-04-03T08:01:45.763Z PASS [ 11.266s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
46022024-04-03T08:01:45.763Z PASS [ 11.233s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
46032024-04-03T08:01:45.990Z PASS [ 11.150s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
46042024-04-03T08:01:53.620Z PASS [ 7.907s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
46052024-04-03T08:01:53.942Z PASS [ 7.949s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
46062024-04-03T08:02:01.433Z PASS [ 7.799s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
46072024-04-03T08:02:01.756Z PASS [ 7.810s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
46082024-04-03T08:02:10.248Z PASS [ 7.810s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
46092024-04-03T08:02:10.267Z PASS [ 7.910s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
46102024-04-03T08:02:14.144Z PASS [ 4.478s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
46112024-04-03T08:02:36.592Z PASS [ 22.446s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
46122024-04-03T08:02:40.738Z PASS [ 31.470s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
46132024-04-03T08:02:54.769Z PASS [ 18.162s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
46142024-04-03T08:02:59.251Z PASS [ 18.527s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
46152024-04-03T08:03:10.293Z PASS [ 10.604s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
46162024-04-03T08:03:10.357Z PASS [ 10.856s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
46172024-04-03T08:03:10.357Z PASS [ 10.890s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
46182024-04-03T08:03:10.513Z PASS [ 11.253s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
46192024-04-03T08:03:16.752Z PASS [ 21.966s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
46202024-04-03T08:03:21.202Z PASS [ 11.355s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
46212024-04-03T08:03:21.583Z PASS [ 11.477s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
46222024-04-03T08:03:22.050Z PASS [ 11.504s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
46232024-04-03T08:03:22.072Z PASS [ 11.288s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
46242024-04-03T08:03:29.948Z PASS [ 13.212s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
46252024-04-03T08:03:30.166Z PASS [ 13.408s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
46262024-04-03T08:03:30.313Z PASS [ 13.559s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
46272024-04-03T08:03:31.041Z PASS [ 14.313s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
46282024-04-03T08:03:34.723Z PASS [ 13.445s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
46292024-04-03T08:03:34.921Z PASS [ 13.119s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
46302024-04-03T08:03:35.051Z PASS [ 13.466s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
46312024-04-03T08:03:38.589Z PASS [ 16.949s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
46322024-04-03T08:03:43.434Z PASS [ 13.282s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
46332024-04-03T08:03:43.734Z PASS [ 13.421s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
46342024-04-03T08:03:44.379Z PASS [ 13.339s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
46352024-04-03T08:03:44.797Z PASS [ 14.840s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
46362024-04-03T08:03:47.889Z PASS [ 12.972s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
46372024-04-03T08:03:48.018Z PASS [ 13.364s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
46382024-04-03T08:03:49.647Z PASS [ 14.568s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
46392024-04-03T08:03:55.334Z PASS [ 16.693s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
46402024-04-03T08:03:57.361Z PASS [ 12.980s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
46412024-04-03T08:03:57.700Z PASS [ 14.257s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
46422024-04-03T08:03:59.479Z PASS [ 15.744s] omicron-nexus::test_all integration_tests::silos::test_silos
46432024-04-03T08:04:00.345Z PASS [ 12.455s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
46442024-04-03T08:04:01.846Z PASS [ 17.050s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
46452024-04-03T08:04:02.912Z PASS [ 13.274s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
46462024-04-03T08:04:04.615Z PASS [ 16.594s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
46472024-04-03T08:04:10.486Z PASS [ 12.788s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
46482024-04-03T08:04:13.614Z PASS [ 14.133s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
46492024-04-03T08:04:14.682Z PASS [ 14.333s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
46502024-04-03T08:04:16.008Z PASS [ 14.167s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
46512024-04-03T08:04:16.597Z PASS [ 21.305s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
46522024-04-03T08:04:17.372Z PASS [ 1.357s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
46532024-04-03T08:04:18.003Z PASS [ 4.387s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
46542024-04-03T08:04:18.722Z PASS [ 21.347s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
46552024-04-03T08:04:19.153Z PASS [ 4.472s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
46562024-04-03T08:04:20.948Z PASS [ 4.352s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
46572024-04-03T08:04:21.600Z PASS [ 0.655s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
46582024-04-03T08:04:21.735Z PASS [ 4.367s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
46592024-04-03T08:04:23.437Z PASS [ 20.526s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
46602024-04-03T08:04:23.479Z PASS [ 18.868s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
46612024-04-03T08:04:26.321Z PASS [ 15.837s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
46622024-04-03T08:04:31.293Z PASS [ 13.290s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
46632024-04-03T08:04:34.526Z PASS [ 12.922s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
46642024-04-03T08:04:36.307Z PASS [ 12.876s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized
46652024-04-03T08:04:36.376Z PASS [ 12.895s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
46662024-04-03T08:04:38.191Z PASS [ 16.456s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
46672024-04-03T08:04:41.953Z PASS [ 23.235s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
46682024-04-03T08:04:48.803Z PASS [ 22.481s] omicron-nexus::test_all integration_tests::utilization::test_utilization
46692024-04-03T08:04:51.039Z PASS [ 19.747s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
46702024-04-03T08:04:57.114Z PASS [ 22.217s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
46712024-04-03T08:04:57.818Z PASS [ 21.500s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
46722024-04-03T08:04:57.839Z PASS [ 21.453s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
46732024-04-03T08:04:59.293Z PASS [ 21.097s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
46742024-04-03T08:05:02.714Z PASS [ 20.761s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
46752024-04-03T08:05:10.509Z PASS [ 21.705s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
46762024-04-03T08:05:12.482Z PASS [ 21.438s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
46772024-04-03T08:05:14.340Z PASS [ 16.506s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
46782024-04-03T08:05:15.090Z PASS [ 55.933s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
46792024-04-03T08:05:16.198Z PASS [ 18.387s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
46802024-04-03T08:05:17.824Z PASS [ 21.077s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
46812024-04-03T08:05:24.276Z PASS [ 24.968s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
46822024-04-03T08:05:27.726Z PASS [ 25.014s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
46832024-04-03T08:05:36.702Z PASS [ 20.506s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
46842024-04-03T08:05:39.858Z PASS [ 29.342s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
46852024-04-03T08:05:39.915Z PASS [ 12.190s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
46862024-04-03T08:05:40.287Z PASS [ 22.461s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
46872024-04-03T08:05:42.154Z PASS [ 29.671s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
46882024-04-03T08:05:43.284Z PASS [ 28.943s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
46892024-04-03T08:05:44.126Z PASS [ 19.841s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
46902024-04-03T08:05:44.218Z PASS [ 29.104s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
46912024-04-03T08:05:49.014Z PASS [ 11.906s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
46922024-04-03T08:05:52.542Z PASS [ 12.623s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
46932024-04-03T08:05:52.560Z PASS [ 12.699s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
46942024-04-03T08:05:52.871Z PASS [ 12.580s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
46952024-04-03T08:05:54.401Z PASS [ 12.238s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
46962024-04-03T08:05:55.978Z PASS [ 12.697s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
46972024-04-03T08:05:56.154Z PASS [ 12.050s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
46982024-04-03T08:05:56.411Z PASS [ 12.214s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
46992024-04-03T08:06:01.582Z PASS [ 12.972s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
47002024-04-03T08:06:05.522Z PASS [ 12.790s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
47012024-04-03T08:06:05.522Z PASS [ 12.794s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
47022024-04-03T08:06:05.522Z PASS [ 12.502s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
47032024-04-03T08:06:06.820Z PASS [ 12.420s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
47042024-04-03T08:06:08.779Z PASS [ 12.377s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
47052024-04-03T08:06:08.788Z PASS [ 12.208s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
47062024-04-03T08:06:08.788Z PASS [ 12.588s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
47072024-04-03T08:06:13.427Z PASS [ 11.839s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
47082024-04-03T08:06:18.025Z PASS [ 12.686s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
47092024-04-03T08:06:18.083Z PASS [ 12.719s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
47102024-04-03T08:06:18.150Z PASS [ 12.798s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
47112024-04-03T08:06:19.238Z PASS [ 12.417s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
47122024-04-03T08:06:21.511Z PASS [ 12.744s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
47132024-04-03T08:06:21.517Z PASS [ 12.557s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
47142024-04-03T08:06:21.738Z PASS [ 12.994s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
47152024-04-03T08:06:25.883Z PASS [ 12.457s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
47162024-04-03T08:06:31.073Z PASS [ 13.049s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
47172024-04-03T08:06:32.794Z PASS [ 14.704s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
47182024-04-03T08:06:32.882Z PASS [ 0.087s] omicron-package dot::test::test_bad_dependency
47192024-04-03T08:06:32.913Z PASS [ 0.034s] omicron-package dot::test::test_dot_output
47202024-04-03T08:06:33.623Z PASS [ 15.472s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers
47212024-04-03T08:06:33.647Z PASS [ 0.022s] omicron-passwords test::test_password_constraints
47222024-04-03T08:06:34.300Z PASS [ 3.229s] omicron-omdb::test_all_output test_omdb_usage_errors
47232024-04-03T08:06:35.636Z PASS [ 1.991s] omicron-passwords test::test_reproducible
47242024-04-03T08:06:35.680Z PASS [ 0.041s] omicron-passwords test::test_stable
47252024-04-03T08:06:35.705Z PASS [ 0.023s] omicron-passwords test::test_weak_hashes
47262024-04-03T08:06:35.726Z PASS [ 0.022s] omicron-rpaths internal::tests::test_configure_from_path
47272024-04-03T08:06:35.772Z PASS [ 0.050s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
47282024-04-03T08:06:35.799Z PASS [ 0.020s] omicron-rpaths internal::tests::test_emit_rpath
47292024-04-03T08:06:36.066Z PASS [ 0.266s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
47302024-04-03T08:06:36.373Z PASS [ 15.271s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
47312024-04-03T08:06:36.485Z PASS [ 0.111s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
47322024-04-03T08:06:36.521Z PASS [ 15.342s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
47332024-04-03T08:06:36.607Z PASS [ 0.085s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
47342024-04-03T08:06:36.633Z PASS [ 0.141s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
47352024-04-03T08:06:36.659Z PASS [ 0.597s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
47362024-04-03T08:06:37.123Z PASS [ 0.080s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v1_conversion
47372024-04-03T08:06:37.140Z PASS [ 0.058s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
47382024-04-03T08:06:37.140Z PASS [ 0.062s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash
47392024-04-03T08:06:37.141Z PASS [ 0.080s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization
47402024-04-03T08:06:37.141Z PASS [ 0.037s] omicron-sled-agent bootstrap::params::tests::serialize_start_sled_agent_v0_deserialize_v1
47412024-04-03T08:06:37.141Z PASS [ 0.060s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
47422024-04-03T08:06:37.141Z PASS [ 0.045s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
47432024-04-03T08:06:37.141Z PASS [ 0.046s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
47442024-04-03T08:06:37.141Z PASS [ 0.042s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
47452024-04-03T08:06:37.142Z PASS [ 0.027s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
47462024-04-03T08:06:37.142Z PASS [ 0.028s] omicron-sled-agent common::instance::test::migration_out_after_migration_in
47472024-04-03T08:06:37.142Z PASS [ 0.030s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
47482024-04-03T08:06:37.142Z PASS [ 0.030s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
47492024-04-03T08:06:37.142Z PASS [ 0.030s] omicron-sled-agent common::instance::test::test_migration_ids_already_set
47502024-04-03T08:06:37.142Z PASS [ 0.050s] omicron-sled-agent config::test::test_smf_configs
47512024-04-03T08:06:37.143Z PASS [ 0.059s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
47522024-04-03T08:06:37.143Z PASS [ 0.041s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
47532024-04-03T08:06:37.143Z PASS [ 0.032s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
47542024-04-03T08:06:37.143Z PASS [ 0.035s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
47552024-04-03T08:06:37.143Z PASS [ 0.041s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
47562024-04-03T08:06:37.143Z PASS [ 0.040s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
47572024-04-03T08:06:37.565Z PASS [ 0.547s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
47582024-04-03T08:06:37.725Z PASS [ 4.809s] omicron-passwords test::test_compatible
47592024-04-03T08:06:38.447Z PASS [ 19.212s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
47602024-04-03T08:06:38.870Z PASS [ 17.126s] omicron-omdb::test_all_output test_omdb_env_settings
47612024-04-03T08:06:38.899Z PASS [ 0.030s] omicron-sled-agent probe_manager::test::probe_state_set_ops
47622024-04-03T08:06:38.934Z PASS [ 0.035s] omicron-sled-agent profile::tests::empty_profile
47632024-04-03T08:06:38.968Z PASS [ 0.027s] omicron-sled-agent profile::tests::test_disabled_instance
47642024-04-03T08:06:39.001Z PASS [ 0.033s] omicron-sled-agent profile::tests::test_instance
47652024-04-03T08:06:39.034Z PASS [ 0.035s] omicron-sled-agent profile::tests::test_multiple
47662024-04-03T08:06:39.062Z PASS [ 0.030s] omicron-sled-agent profile::tests::test_property
47672024-04-03T08:06:39.105Z PASS [ 0.033s] omicron-sled-agent profile::tests::test_property_group
47682024-04-03T08:06:39.128Z PASS [ 0.032s] omicron-sled-agent profile::tests::test_service
47692024-04-03T08:06:39.155Z PASS [ 0.029s] omicron-sled-agent profile::tests::test_service_property_group
47702024-04-03T08:06:39.198Z PASS [ 0.042s] omicron-sled-agent rack_setup::config::test::test_extra_certs
47712024-04-03T08:06:39.230Z PASS [ 0.030s] omicron-sled-agent rack_setup::config::test::test_subnets
47722024-04-03T08:06:39.254Z PASS [ 0.028s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
47732024-04-03T08:06:39.293Z PASS [ 0.033s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
47742024-04-03T08:06:39.355Z PASS [ 0.058s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
47752024-04-03T08:06:39.426Z PASS [ 0.055s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v3_schema
47762024-04-03T08:06:39.495Z PASS [ 0.036s] omicron-sled-agent rack_setup::plan::sled::tests::test_read_known_rss_sled_plans
47772024-04-03T08:06:39.512Z PASS [ 0.037s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
47782024-04-03T08:06:39.933Z PASS [ 0.041s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
47792024-04-03T08:06:40.023Z PASS [ 0.035s] omicron-sled-agent services::test::test_all_zones_requests_schema
47802024-04-03T08:06:40.378Z PASS [ 2.903s] omicron-sled-agent instance::tests::test_instance_create_events_normal
47812024-04-03T08:06:40.379Z PASS [ 0.027s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
47822024-04-03T08:06:40.379Z PASS [ 2.476s] omicron-sled-agent instance::tests::test_instance_manager_creation
47832024-04-03T08:06:40.983Z PASS [ 3.814s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
47842024-04-03T08:06:40.983Z PASS [ 3.845s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone
47852024-04-03T08:06:41.999Z PASS [ 2.441s] omicron-sled-agent services::test::test_bad_generations
47862024-04-03T08:06:42.426Z PASS [ 2.221s] omicron-sled-agent services::test::test_ensure_service_before_timesync
47872024-04-03T08:06:42.506Z PASS [ 16.623s] omicron-omdb::test_all_output test_omdb_success_cases
47882024-04-03T08:06:42.527Z PASS [ 2.474s] omicron-sled-agent services::test::test_ensure_service
47892024-04-03T08:06:42.574Z PASS [ 0.032s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
47902024-04-03T08:06:42.606Z PASS [ 0.033s] omicron-sled-agent services_migration::test::test_all_services_requests_schema
47912024-04-03T08:06:42.735Z PASS [ 0.149s] omicron-sled-agent services_migration::test::test_convert_known_ledgers
47922024-04-03T08:06:42.769Z PASS [ 0.034s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
47932024-04-03T08:06:42.804Z PASS [ 0.036s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
47942024-04-03T08:06:42.841Z PASS [ 0.033s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
47952024-04-03T08:06:42.882Z PASS [ 0.039s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
47962024-04-03T08:06:42.924Z PASS [ 0.044s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
47972024-04-03T08:06:42.962Z PASS [ 0.038s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
47982024-04-03T08:06:43.306Z PASS [ 2.328s] omicron-sled-agent services::test::test_old_ledger_migration
47992024-04-03T08:06:43.339Z PASS [ 0.032s] omicron-sled-agent updates::test::test_query_no_components
48002024-04-03T08:06:43.365Z PASS [ 0.029s] omicron-sled-agent updates::test::test_query_sled_agent_version
48012024-04-03T08:06:43.407Z PASS [ 0.031s] omicron-sled-agent updates::test::test_query_zone_version
48022024-04-03T08:06:43.540Z PASS [ 0.142s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
48032024-04-03T08:06:43.566Z PASS [ 0.028s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
48042024-04-03T08:06:43.701Z PASS [ 2.716s] omicron-sled-agent services::test::test_ensure_service_which_already_exists
48052024-04-03T08:06:44.210Z PASS [ 2.217s] omicron-sled-agent services::test::test_old_ledger_migration_bad
48062024-04-03T08:06:44.244Z PASS [ 0.039s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
48072024-04-03T08:06:44.858Z PASS [ 2.435s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot
48082024-04-03T08:06:44.912Z PASS [ 10.612s] omicron-passwords test::test_smoke
48092024-04-03T08:06:45.169Z PASS [ 2.663s] omicron-sled-agent services::test::test_services_do_not_persist_without_config
48102024-04-03T08:06:45.230Z PASS [ 0.063s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
48112024-04-03T08:06:45.271Z PASS [ 0.026s] omicron-sled-agent zone_bundle::tests::test_compare_bundles
48122024-04-03T08:06:45.312Z PASS [ 0.049s] omicron-sled-agent zone_bundle::tests::test_disk_usage
48132024-04-03T08:06:45.336Z PASS [ 0.029s] omicron-sled-agent zone_bundle::tests::test_priority_dimension
48142024-04-03T08:06:45.361Z PASS [ 0.028s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause
48152024-04-03T08:06:45.386Z PASS [ 0.026s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available
48162024-04-03T08:06:45.527Z PASS [ 2.574s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
48172024-04-03T08:06:45.815Z PASS [ 2.131s] omicron-sled-agent zone_bundle::illumos_tests::test_context
48182024-04-03T08:06:46.005Z PASS [ 0.476s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
48192024-04-03T08:06:46.135Z PASS [ 2.569s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
48202024-04-03T08:06:46.266Z PASS [ 0.125s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
48212024-04-03T08:06:46.275Z PASS [ 0.884s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled
48222024-04-03T08:06:46.315Z PASS [ 0.488s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled
48232024-04-03T08:06:46.330Z PASS [ 0.057s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
48242024-04-03T08:06:46.339Z PASS [ 0.030s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
48252024-04-03T08:06:46.349Z PASS [ 0.027s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port
48262024-04-03T08:06:46.381Z PASS [ 0.027s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout
48272024-04-03T08:06:46.417Z PASS [ 0.082s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write
48282024-04-03T08:06:46.482Z PASS [ 0.474s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
48292024-04-03T08:06:46.601Z PASS [ 0.226s] omicron-test-utils dev::db::test::test_bad_cmd
48302024-04-03T08:06:46.794Z PASS [ 1.941s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
48312024-04-03T08:06:46.829Z PASS [ 0.415s] omicron-test-utils dev::db::test::test_cmd_fails
48322024-04-03T08:06:46.850Z PASS [ 0.020s] omicron-test-utils dev::db::test::test_make_pg_config_ok
48332024-04-03T08:06:46.863Z PASS [ 0.065s] omicron-test-utils dev::db::test::test_make_pg_config_fail
48342024-04-03T08:06:46.863Z PASS [ 0.260s] omicron-test-utils dev::db::test::test_database_start_hang
48352024-04-03T08:06:46.878Z PASS [ 0.029s] omicron-test-utils dev::db::test::test_process_exit_abnormal
48362024-04-03T08:06:46.889Z PASS [ 2.642s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
48372024-04-03T08:06:46.897Z PASS [ 0.039s] omicron-test-utils dev::db::test::test_process_exit_normal
48382024-04-03T08:06:46.923Z PASS [ 0.025s] omicron-test-utils dev::db::test::test_starter_tmpdir
48392024-04-03T08:06:46.985Z PASS [ 0.058s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
48402024-04-03T08:06:47.018Z PASS [ 0.033s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
48412024-04-03T08:06:47.053Z PASS [ 0.031s] oximeter histogram::tests::test_bin_range
48422024-04-03T08:06:47.084Z PASS [ 0.029s] oximeter histogram::tests::test_bin_range_from
48432024-04-03T08:06:47.112Z PASS [ 0.024s] oximeter histogram::tests::test_bin_range_to
48442024-04-03T08:06:47.131Z PASS [ 0.026s] oximeter histogram::tests::test_empty_bins_not_supported
48452024-04-03T08:06:47.163Z PASS [ 0.029s] oximeter histogram::tests::test_ensure_finite
48462024-04-03T08:06:47.204Z PASS [ 0.046s] oximeter histogram::tests::test_histogram
48472024-04-03T08:06:47.230Z PASS [ 0.029s] oximeter histogram::tests::test_histogram_extreme_bins
48482024-04-03T08:06:47.260Z PASS [ 0.028s] oximeter histogram::tests::test_histogram_extreme_samples
48492024-04-03T08:06:47.276Z PASS [ 2.359s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
48502024-04-03T08:06:47.290Z PASS [ 0.029s] oximeter histogram::tests::test_histogram_float_bins
48512024-04-03T08:06:47.317Z PASS [ 0.032s] oximeter histogram::tests::test_histogram_to_arrays
48522024-04-03T08:06:47.329Z PASS [ 1.042s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
48532024-04-03T08:06:47.340Z PASS [ 0.038s] oximeter histogram::tests::test_histogram_unbounded_samples
48542024-04-03T08:06:47.346Z PASS [ 0.037s] oximeter histogram::tests::test_histogram_unsorted_bins
48552024-04-03T08:06:47.357Z PASS [ 0.037s] oximeter histogram::tests::test_histogram_with_bins
48562024-04-03T08:06:47.375Z PASS [ 0.039s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins
48572024-04-03T08:06:47.375Z PASS [ 0.031s] oximeter histogram::tests::test_histogram_with_overlapping_bins
48582024-04-03T08:06:47.397Z PASS [ 0.029s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
48592024-04-03T08:06:47.416Z PASS [ 0.051s] oximeter histogram::tests::test_log_linear_bins_all_representable
48602024-04-03T08:06:47.417Z PASS [ 0.030s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
48612024-04-03T08:06:47.443Z PASS [ 0.026s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
48622024-04-03T08:06:47.444Z PASS [ 0.025s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
48632024-04-03T08:06:47.444Z PASS [ 0.024s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks
48642024-04-03T08:06:47.444Z PASS [ 0.024s] oximeter histogram::tests::test_log_linear_bins_small_bin_count
48652024-04-03T08:06:47.467Z PASS [ 0.025s] oximeter histogram::tests::test_span_decades
48662024-04-03T08:06:47.467Z PASS [ 0.025s] oximeter histogram::tests::test_span_decades_other_counts_f64
48672024-04-03T08:06:47.467Z PASS [ 0.025s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok
48682024-04-03T08:06:47.910Z PASS [ 0.024s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
48692024-04-03T08:06:47.935Z PASS [ 0.025s] oximeter schema::tests::test_field_schema_ordering
48702024-04-03T08:06:47.936Z PASS [ 0.045s] oximeter schema::tests::test_timeseries_name
48712024-04-03T08:06:47.936Z PASS [ 0.046s] oximeter schema::tests::test_timeseries_name_from_str
48722024-04-03T08:06:47.936Z PASS [ 0.064s] oximeter schema::tests::test_schema_field_ordering_across_target_metric
48732024-04-03T08:06:47.936Z PASS [ 0.031s] oximeter schema::tests::test_timeseries_schema_from_parts
48742024-04-03T08:06:47.936Z PASS [ 0.031s] oximeter schema::tests::test_timeseries_schema_from_sample
48752024-04-03T08:06:47.937Z PASS [ 0.040s] oximeter test_util::tests::test_gen_test_samples
48762024-04-03T08:06:47.937Z PASS [ 0.042s] oximeter traits::tests::test_metric_trait
48772024-04-03T08:06:47.937Z PASS [ 0.049s] oximeter traits::tests::test_producer_trait
48782024-04-03T08:06:47.937Z PASS [ 0.041s] oximeter traits::tests::test_target_trait
48792024-04-03T08:06:47.937Z PASS [ 0.039s] oximeter types::tests::test_cumulative_f64
48802024-04-03T08:06:47.937Z PASS [ 0.032s] oximeter types::tests::test_cumulative_i64
48812024-04-03T08:06:47.938Z PASS [ 0.030s] oximeter types::tests::test_datum
48822024-04-03T08:06:47.938Z PASS [ 0.032s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string
48832024-04-03T08:06:47.938Z PASS [ 0.032s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8
48842024-04-03T08:06:47.938Z PASS [ 0.038s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8
48852024-04-03T08:06:47.939Z PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16
48862024-04-03T08:06:47.939Z PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16
48872024-04-03T08:06:47.939Z PASS [ 0.038s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32
48882024-04-03T08:06:47.939Z PASS [ 0.038s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32
48892024-04-03T08:06:47.939Z PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64
48902024-04-03T08:06:47.940Z PASS [ 0.031s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64
48912024-04-03T08:06:47.940Z PASS [ 0.029s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid
48922024-04-03T08:06:47.940Z PASS [ 0.032s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
48932024-04-03T08:06:47.940Z PASS [ 0.030s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
48942024-04-03T08:06:47.941Z PASS [ 0.030s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
48952024-04-03T08:06:47.941Z PASS [ 0.026s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
48962024-04-03T08:06:47.941Z PASS [ 0.026s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
48972024-04-03T08:06:47.941Z PASS [ 0.028s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
48982024-04-03T08:06:47.941Z PASS [ 0.027s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
48992024-04-03T08:06:47.941Z PASS [ 0.034s] oximeter types::tests::test_measurement
49002024-04-03T08:06:47.941Z PASS [ 0.033s] oximeter types::tests::test_sample_struct
49012024-04-03T08:06:47.942Z PASS [ 0.032s] oximeter types::tests::test_verify_field_names
49022024-04-03T08:06:47.942Z LEAK [ 1.018s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
49032024-04-03T08:06:48.000Z PASS [ 0.143s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
49042024-04-03T08:06:48.415Z PASS [ 0.034s] oximeter-collector self_stats::tests::test_failure_reason_serialization
49052024-04-03T08:06:48.416Z PASS [ 0.158s] oximeter-collector self_stats::tests::test_no_schema_changes
49062024-04-03T08:06:48.416Z PASS [ 0.321s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
49072024-04-03T08:06:48.416Z PASS [ 0.345s] oximeter-collector agent::tests::test_self_stat_error_counter
49082024-04-03T08:06:48.416Z PASS [ 0.353s] oximeter-collector agent::tests::test_self_stat_collection_count
49092024-04-03T08:06:48.579Z PASS [ 0.391s] oximeter-collector::test_commands test_oximeter_no_args
49102024-04-03T08:06:48.748Z PASS [ 0.544s] oximeter-collector::test_commands test_oximeter_openapi
49112024-04-03T08:06:49.635Z PASS [ 1.354s] oximeter-db client::oxql::tests::test_get_entire_table
49122024-04-03T08:06:49.643Z PASS [ 1.032s] oximeter-db client::oxql::tests::test_get_one_timeseries
49132024-04-03T08:06:49.643Z PASS [ 1.397s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
49142024-04-03T08:06:50.249Z PASS [ 0.673s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
49152024-04-03T08:06:50.617Z PASS [ 0.988s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
49162024-04-03T08:06:50.627Z PASS [ 1.008s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
49172024-04-03T08:06:50.646Z PASS [ 0.037s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
49182024-04-03T08:06:51.511Z PASS [ 4.201s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
49192024-04-03T08:06:51.515Z PASS [ 1.058s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
49202024-04-03T08:06:51.516Z PASS [ 0.029s] oximeter-db client::tests::test_unravel_index
49212024-04-03T08:06:51.516Z PASS [ 0.041s] oximeter-db client::tests::test_verify_schema_upgrades
49222024-04-03T08:06:51.516Z PASS [ 4.897s] omicron-test-utils dev::db::test::test_database_concurrent
49232024-04-03T08:06:51.516Z PASS [ 0.029s] oximeter-db model::tests::test_db_bool
49242024-04-03T08:06:51.516Z PASS [ 0.030s] oximeter-db model::tests::test_db_datum_type_conversion
49252024-04-03T08:06:51.517Z PASS [ 0.031s] oximeter-db model::tests::test_db_field_list_conversion
49262024-04-03T08:06:51.517Z PASS [ 0.030s] oximeter-db model::tests::test_db_field_type_conversion
49272024-04-03T08:06:51.521Z PASS [ 0.032s] oximeter-db model::tests::test_db_histogram
49282024-04-03T08:06:51.553Z PASS [ 0.032s] oximeter-db model::tests::test_histogram_to_arrays
49292024-04-03T08:06:51.664Z PASS [ 2.915s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
49302024-04-03T08:06:51.753Z PASS [ 1.130s] oximeter-db client::tests::test_select_all_field_types
49312024-04-03T08:06:51.798Z PASS [ 0.028s] oximeter-db model::tests::test_parse_bytes_measurement
49322024-04-03T08:06:51.808Z PASS [ 0.026s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
49332024-04-03T08:06:51.829Z PASS [ 0.028s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
49342024-04-03T08:06:51.854Z PASS [ 0.027s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
49352024-04-03T08:06:51.886Z PASS [ 0.025s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
49362024-04-03T08:06:51.908Z PASS [ 0.027s] oximeter-db model::tests::test_unroll_from_source
49372024-04-03T08:06:51.938Z PASS [ 0.030s] oximeter-db model::tests::test_unroll_measurement_row
49382024-04-03T08:06:51.968Z PASS [ 0.027s] oximeter-db model::tests::test_unroll_missing_measurement_row
49392024-04-03T08:06:51.990Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
49402024-04-03T08:06:52.012Z PASS [ 0.446s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
49412024-04-03T08:06:52.012Z PASS [ 0.621s] oximeter-db model::tests::test_db_bool_bad
49422024-04-03T08:06:52.449Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
49432024-04-03T08:06:52.449Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_comparison
49442024-04-03T08:06:52.469Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
49452024-04-03T08:06:52.469Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_double_literal
49462024-04-03T08:06:52.470Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
49472024-04-03T08:06:52.470Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
49482024-04-03T08:06:52.470Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
49492024-04-03T08:06:52.470Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
49502024-04-03T08:06:52.470Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
49512024-04-03T08:06:52.470Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
49522024-04-03T08:06:52.471Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
49532024-04-03T08:06:52.471Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
49542024-04-03T08:06:52.471Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
49552024-04-03T08:06:52.471Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_group_by
49562024-04-03T08:06:52.471Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_ident
49572024-04-03T08:06:52.471Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
49582024-04-03T08:06:52.472Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
49592024-04-03T08:06:52.472Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
49602024-04-03T08:06:52.472Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
49612024-04-03T08:06:52.472Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_now_with_offset
49622024-04-03T08:06:52.472Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
49632024-04-03T08:06:52.473Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
49642024-04-03T08:06:52.473Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
49652024-04-03T08:06:52.473Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_query
49662024-04-03T08:06:52.473Z PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
49672024-04-03T08:06:52.473Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
49682024-04-03T08:06:52.473Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
49692024-04-03T08:06:52.473Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
49702024-04-03T08:06:52.474Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_reducer
49712024-04-03T08:06:52.474Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
49722024-04-03T08:06:52.474Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
49732024-04-03T08:06:52.474Z PASS [ 0.026s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
49742024-04-03T08:06:52.474Z PASS [ 0.025s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
49752024-04-03T08:06:52.475Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
49762024-04-03T08:06:52.475Z PASS [ 0.031s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
49772024-04-03T08:06:52.475Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
49782024-04-03T08:06:52.476Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
49792024-04-03T08:06:52.476Z PASS [ 0.035s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
49802024-04-03T08:06:52.476Z PASS [ 0.037s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
49812024-04-03T08:06:52.476Z PASS [ 0.033s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
49822024-04-03T08:06:52.495Z PASS [ 0.039s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
49832024-04-03T08:06:52.526Z PASS [ 0.053s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
49842024-04-03T08:06:52.534Z PASS [ 0.054s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
49852024-04-03T08:06:52.557Z PASS [ 0.045s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
49862024-04-03T08:06:52.597Z PASS [ 0.050s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
49872024-04-03T08:06:52.667Z PASS [ 0.053s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
49882024-04-03T08:06:52.667Z PASS [ 0.088s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
49892024-04-03T08:06:52.690Z PASS [ 0.087s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
49902024-04-03T08:06:52.704Z PASS [ 0.041s] oximeter-db oxql::ast::table_ops::join::tests::test_join_point_arrays
49912024-04-03T08:06:52.714Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::join::tests::test_push_concrete_values
49922024-04-03T08:06:52.732Z PASS [ 0.029s] oximeter-db oxql::point::tests::test_cast_points_from_bool
49932024-04-03T08:06:52.742Z PASS [ 0.028s] oximeter-db oxql::point::tests::test_cast_points_from_double
49942024-04-03T08:06:52.757Z PASS [ 0.027s] oximeter-db oxql::point::tests::test_cast_points_from_double_distribution
49952024-04-03T08:06:52.770Z PASS [ 0.026s] oximeter-db oxql::point::tests::test_cast_points_from_int_distribution
49962024-04-03T08:06:52.784Z PASS [ 0.027s] oximeter-db oxql::point::tests::test_cast_points_from_integer
49972024-04-03T08:06:52.798Z PASS [ 0.029s] oximeter-db oxql::point::tests::test_cast_points_from_string
49982024-04-03T08:06:52.815Z PASS [ 0.028s] oximeter-db oxql::point::tests::test_point_delta_between
49992024-04-03T08:06:52.827Z PASS [ 0.028s] oximeter-db oxql::point::tests::test_point_delta_between_overlapping_time_ranges
50002024-04-03T08:06:52.839Z PASS [ 0.027s] oximeter-db oxql::point::tests::test_point_delta_between_with_new_epoch
50012024-04-03T08:06:52.846Z PASS [ 1.759s] oximeter-db client::tests::test_sql_query_output
50022024-04-03T08:06:52.855Z PASS [ 0.031s] oximeter-db oxql::query::tests::test_coalesce_predicates
50032024-04-03T08:06:52.867Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
50042024-04-03T08:06:52.875Z PASS [ 0.028s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
50052024-04-03T08:06:52.886Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
50062024-04-03T08:06:52.902Z PASS [ 0.033s] oximeter-db oxql::query::tests::test_query_end_time
50072024-04-03T08:06:52.920Z PASS [ 0.024s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
50082024-04-03T08:06:52.920Z PASS [ 0.033s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
50092024-04-03T08:06:52.927Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
50102024-04-03T08:06:52.942Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
50112024-04-03T08:06:52.952Z PASS [ 0.023s] oximeter-db query::tests::test_field_cmp
50122024-04-03T08:06:52.969Z PASS [ 0.024s] oximeter-db query::tests::test_field_selector_as_query
50132024-04-03T08:06:52.969Z PASS [ 0.040s] oximeter-db oxql::query::tests::test_split_query
50142024-04-03T08:06:52.980Z PASS [ 0.022s] oximeter-db query::tests::test_field_value_as_db_str
50152024-04-03T08:06:52.998Z PASS [ 0.031s] oximeter-db query::tests::test_select_query_builder_field_selectors
50162024-04-03T08:06:53.043Z PASS [ 0.033s] oximeter-db query::tests::test_select_query_builder_from_parts
50172024-04-03T08:06:53.043Z PASS [ 0.041s] oximeter-db query::tests::test_select_query_builder_filter_raw
50182024-04-03T08:06:53.548Z PASS [ 0.052s] oximeter-db query::tests::test_select_query_builder_full
50192024-04-03T08:06:53.549Z PASS [ 0.035s] oximeter-db query::tests::test_select_query_builder_limit_offset
50202024-04-03T08:06:53.549Z PASS [ 0.071s] oximeter-db query::tests::test_select_query_builder_no_fields
50212024-04-03T08:06:53.549Z PASS [ 0.072s] oximeter-db query::tests::test_select_query_builder_no_selectors
50222024-04-03T08:06:53.552Z PASS [ 0.052s] oximeter-db query::tests::test_string_field_selector
50232024-04-03T08:06:53.553Z PASS [ 0.050s] oximeter-db query::tests::test_time_range
50242024-04-03T08:06:53.553Z PASS [ 0.045s] oximeter-db sql::tests::test_allow_limit_offset
50252024-04-03T08:06:53.553Z PASS [ 0.044s] oximeter-db sql::tests::test_allow_subqueries
50262024-04-03T08:06:53.553Z PASS [ 0.040s] oximeter-db sql::tests::test_cannot_name_database
50272024-04-03T08:06:53.553Z PASS [ 0.038s] oximeter-db sql::tests::test_ctes_are_not_supported
50282024-04-03T08:06:53.553Z PASS [ 0.042s] oximeter-db sql::tests::test_function_allow_list
50292024-04-03T08:06:53.553Z PASS [ 0.040s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
50302024-04-03T08:06:53.553Z PASS [ 0.066s] oximeter-db sql::tests::test_join_must_be_inner
50312024-04-03T08:06:53.553Z PASS [ 0.042s] oximeter-db sql::tests::test_query_must_be_select_statement
50322024-04-03T08:06:53.553Z PASS [ 0.037s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
50332024-04-03T08:06:53.553Z PASS [ 0.039s] oximeter-db sql::tests::test_require_table_is_timeseries_name
50342024-04-03T08:06:53.553Z PASS [ 0.040s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
50352024-04-03T08:06:53.553Z PASS [ 0.034s] oximeter-db sql::tests::test_with_comma_join_fails
50362024-04-03T08:06:53.553Z PASS [ 0.032s] oximeter-db tests::test_timeseries_key_field_stability
50372024-04-03T08:06:53.553Z PASS [ 0.031s] oximeter-db tests::test_timeseries_key_sample_stability
50382024-04-03T08:06:53.553Z PASS [ 0.033s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
50392024-04-03T08:06:53.553Z PASS [ 0.045s] oximeter-instruments http::tests::test_normalize_uri_path
50402024-04-03T08:06:53.553Z PASS [ 0.080s] oximeter-instruments http::tests::test_latency_tracker
50412024-04-03T08:06:53.553Z PASS [ 0.101s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
50422024-04-03T08:06:53.553Z PASS [ 0.129s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
50432024-04-03T08:06:53.554Z PASS [ 0.159s] oximeter-instruments kstat::link::tests::test_kstat_sampler
50442024-04-03T08:06:53.571Z PASS [ 0.067s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
50452024-04-03T08:06:53.582Z PASS [ 0.071s] oximeter-instruments kstat::link::tests::test_physical_datalink
50462024-04-03T08:06:53.605Z PASS [ 0.081s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
50472024-04-03T08:06:53.630Z PASS [ 0.026s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
50482024-04-03T08:06:53.630Z PASS [ 0.044s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
50492024-04-03T08:06:53.638Z PASS [ 0.072s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
50502024-04-03T08:06:53.662Z PASS [ 0.025s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
50512024-04-03T08:06:53.662Z PASS [ 0.025s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
50522024-04-03T08:06:53.662Z PASS [ 0.025s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
50532024-04-03T08:06:53.671Z PASS [ 0.024s] oximeter-macro-impl tests::test_metric_annotated_field
50542024-04-03T08:06:53.677Z PASS [ 0.024s] oximeter-macro-impl tests::test_metric_datum_field
50552024-04-03T08:06:53.685Z PASS [ 0.023s] oximeter-macro-impl tests::test_metric_enum
50562024-04-03T08:06:53.763Z PASS [ 0.023s] oximeter-macro-impl tests::test_metric_without_datum_field
50572024-04-03T08:06:53.764Z PASS [ 0.023s] oximeter-macro-impl tests::test_target
50582024-04-03T08:06:53.782Z PASS [ 0.022s] oximeter-macro-impl tests::test_target_empty_struct
50592024-04-03T08:06:53.782Z PASS [ 0.021s] oximeter-macro-impl tests::test_target_enum
50602024-04-03T08:06:53.782Z PASS [ 0.021s] oximeter-macro-impl tests::test_target_unit_struct
50612024-04-03T08:06:53.782Z PASS [ 0.021s] oximeter-macro-impl tests::test_target_with_datum_field
50622024-04-03T08:06:53.782Z PASS [ 0.021s] oxlog tests::test_is_oxide_smf_log_file
50632024-04-03T08:06:53.782Z PASS [ 0.021s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
50642024-04-03T08:06:53.782Z PASS [ 0.025s] oxlog tests::test_sort_logs
50652024-04-03T08:06:53.806Z PASS [ 1.599s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
50662024-04-03T08:06:53.819Z PASS [ 0.053s] sled-hardware disk::test::test_disk_paths
50672024-04-03T08:06:53.833Z PASS [ 0.029s] sled-hardware disk::test::test_partition_device_paths
50682024-04-03T08:06:53.884Z PASS [ 0.042s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
50692024-04-03T08:06:53.885Z PASS [ 0.062s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
50702024-04-03T08:06:53.903Z PASS [ 0.031s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
50712024-04-03T08:06:53.913Z PASS [ 0.031s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
50722024-04-03T08:06:53.944Z PASS [ 0.032s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
50732024-04-03T08:06:53.956Z PASS [ 0.052s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
50742024-04-03T08:06:53.985Z PASS [ 0.029s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
50752024-04-03T08:06:53.997Z PASS [ 0.033s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
50762024-04-03T08:06:54.037Z PASS [ 0.053s] sled-storage dataset::test::serialize_dataset_name
50772024-04-03T08:06:54.078Z PASS [ 0.085s] sled-storage manager::test::test_omicron_physical_disks_schema
50782024-04-03T08:06:54.682Z PASS [ 0.940s] reconfigurator-cli::test_basic test_basic
50792024-04-03T08:06:55.158Z PASS [ 0.070s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
50802024-04-03T08:06:55.356Z PASS [ 0.982s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
50812024-04-03T08:06:55.356Z PASS [ 0.048s] sled-storage manager::tests::ensure_using_exactly_these_disks
50822024-04-03T08:06:55.958Z PASS [ 1.931s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
50832024-04-03T08:06:56.738Z PASS [ 9.855s] omicron-test-utils dev::db::test::test_setup_database_default_dir
50842024-04-03T08:06:57.046Z PASS [ 1.929s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
50852024-04-03T08:06:57.404Z PASS [ 2.650s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
50862024-04-03T08:06:58.306Z PASS [ 0.908s] sled-storage manager::tests::wait_for_boot_disk
50872024-04-03T08:06:59.035Z PASS [ 2.001s] sled-storage manager::tests::upsert_filesystem
50882024-04-03T08:06:59.124Z PASS [ 2.382s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
50892024-04-03T08:06:59.578Z PASS [ 0.541s] tufaceous::integration-tests command_tests::test_init_and_add
50902024-04-03T08:06:59.633Z PASS [ 0.046s] tufaceous-lib archive::tests::test_validate_path
50912024-04-03T08:06:59.649Z PASS [ 1.339s] tufaceous::integration-tests command_tests::test_assemble_fake
50922024-04-03T08:06:59.703Z PASS [ 0.054s] tufaceous-lib key::tests::test_from_str
50932024-04-03T08:06:59.712Z PASS [ 0.091s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
50942024-04-03T08:06:59.726Z PASS [ 3.768s] sled-storage manager::tests::ledgerless_to_ledgered_migration
50952024-04-03T08:06:59.884Z PASS [ 0.180s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
50962024-04-03T08:06:59.939Z PASS [ 0.818s] tufaceous::manifest-tests check_manifest::fake.toml
50972024-04-03T08:07:00.420Z PASS [ 0.130s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
50982024-04-03T08:07:00.434Z PASS [ 0.111s] update-engine display::group_display::tests::test_stats
50992024-04-03T08:07:00.434Z PASS [ 0.041s] update-engine display::line_display_shared::tests::test_format_progress_counter
51002024-04-03T08:07:00.434Z PASS [ 0.037s] update-engine engine::tests::error_exits_early
51012024-04-03T08:07:00.435Z PASS [ 0.037s] update-engine events::tests::progress_event_parse_unknown
51022024-04-03T08:07:00.435Z PASS [ 0.029s] update-engine events::tests::step_event_parse_unknown
51032024-04-03T08:07:00.435Z PASS [ 0.342s] update-engine buffer::tests::test_buffer
51042024-04-03T08:07:00.435Z PASS [ 0.031s] wicket state::inventory::tests::component_id_display
51052024-04-03T08:07:00.435Z PASS [ 0.124s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
51062024-04-03T08:07:00.521Z PASS [ 0.126s] wicketd installinator_progress::tests::test_states
51072024-04-03T08:07:00.699Z PASS [ 0.387s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
51082024-04-03T08:07:00.735Z PASS [ 1.018s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
51092024-04-03T08:07:01.334Z PASS [ 0.812s] wicketd::mod integration_tests::commands::test_wicketd_openapi
51102024-04-03T08:07:01.897Z PASS [ 1.200s] wicketd::mod integration_tests::inventory::test_inventory
51112024-04-03T08:07:02.561Z PASS [ 10.890s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
51122024-04-03T08:07:02.585Z PASS [ 11.935s] oximeter-db client::tests::test_single_node
51132024-04-03T08:07:02.935Z PASS [ 1.614s] wicketd::mod integration_tests::updates::test_update_races
51142024-04-03T08:07:03.345Z PASS [ 3.626s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
51152024-04-03T08:07:04.382Z PASS [ 2.464s] wicketd::mod integration_tests::updates::test_updates
51162024-04-03T08:07:04.624Z PASS [ 3.897s] wicketd::mod integration_tests::updates::test_installinator_fetch
51172024-04-03T08:07:06.908Z PASS [ 13.171s] reconfigurator-cli::test_basic test_blueprint_edit
51182024-04-03T08:07:10.577Z PASS [ 32.136s] omicron-sled-agent nexus::test::nexus_self_notification_test
51192024-04-03T08:08:02.563Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
51202024-04-03T08:09:02.568Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
51212024-04-03T08:10:02.575Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
51222024-04-03T08:10:56.052Z PASS [ 233.475s] oximeter-db client::tests::test_replicated
51232024-04-03T08:10:56.065Z------------
51242024-04-03T08:10:56.065Z Summary [1378.819s] 1190 tests run: 1190 passed (6 slow, 1 leaky), 3 skipped
51252024-04-03T08:10:56.077Z
51262024-04-03T08:10:56.083Zreal 23:15.670021680
51272024-04-03T08:10:56.083Zuser 1:43:37.918673863
51282024-04-03T08:10:56.083Zsys 24:29.638629154
51292024-04-03T08:10:56.083Ztrap 1:18.423880224
51302024-04-03T08:10:56.083Ztflt 25.269131455
51312024-04-03T08:10:56.084Zdflt 1:19.195132569
51322024-04-03T08:10:56.084Zkflt 0.352165826
51332024-04-03T08:10:56.084Zlock 606:43:05.596062068
51342024-04-03T08:10:56.084Zslp 24:34:05.600476256
51352024-04-03T08:10:56.084Zlat 1:16:27.337088095
51362024-04-03T08:10:56.085Zstop 31:02.262233315
51372024-04-03T08:10:56.085Z
51382024-04-03T08:10:56.085Z ##### #### #### ##### ###### #### #####
51392024-04-03T08:10:56.085Z # # # # # # # # # #
51402024-04-03T08:10:56.085Z # # # # # # ##### #### #
51412024-04-03T08:10:56.085Z # # # # # # # # #
51422024-04-03T08:10:56.086Z # # # # # # # # # # #
51432024-04-03T08:10:56.086Z ##### #### #### # ###### #### #
51442024-04-03T08:10:56.086Z
51452024-04-03T08:10:57.407Z Fresh unicode-ident v1.0.12
51462024-04-03T08:10:57.432Z Fresh cfg-if v1.0.0
51472024-04-03T08:10:57.432Z Fresh version_check v0.9.4
51482024-04-03T08:10:57.432Z Fresh autocfg v1.1.0
51492024-04-03T08:10:57.433Z Fresh memchr v2.7.1
51502024-04-03T08:10:57.433Z Fresh proc-macro2 v1.0.78
51512024-04-03T08:10:57.433Z Fresh byteorder v1.5.0
51522024-04-03T08:10:57.433Z Fresh log v0.4.21
51532024-04-03T08:10:57.433Z Fresh once_cell v1.19.0
51542024-04-03T08:10:57.433Z Fresh itoa v1.0.9
51552024-04-03T08:10:57.433Z Fresh quote v1.0.35
51562024-04-03T08:10:57.433Z Fresh libc v0.2.153
51572024-04-03T08:10:57.433Z Fresh scopeguard v1.2.0
51582024-04-03T08:10:57.434Z Fresh smallvec v1.13.1
51592024-04-03T08:10:57.434Z Fresh syn v2.0.52
51602024-04-03T08:10:57.434Z Fresh getrandom v0.2.12
51612024-04-03T08:10:57.434Z Fresh syn v1.0.109
51622024-04-03T08:10:57.434Z Fresh cc v1.0.83
51632024-04-03T08:10:57.434Z Fresh serde_derive v1.0.197
51642024-04-03T08:10:57.434Z Fresh lock_api v0.4.10
51652024-04-03T08:10:57.434Z Fresh thiserror-impl v1.0.57
51662024-04-03T08:10:57.434Z Fresh zerocopy-derive v0.7.32
51672024-04-03T08:10:57.434Z Fresh parking_lot_core v0.9.8
51682024-04-03T08:10:57.435Z Fresh ryu v1.0.15
51692024-04-03T08:10:57.435Z Fresh serde v1.0.197
51702024-04-03T08:10:57.435Z Fresh zerocopy v0.7.32
51712024-04-03T08:10:57.435Z Fresh thiserror v1.0.57
51722024-04-03T08:10:57.435Z Fresh parking_lot v0.12.1
51732024-04-03T08:10:57.435Z Fresh libm v0.2.7
51742024-04-03T08:10:57.435Z Fresh pin-project-lite v0.2.13
51752024-04-03T08:10:57.435Z Fresh bytes v1.5.0
51762024-04-03T08:10:57.436Z Fresh num-traits v0.2.18
51772024-04-03T08:10:57.436Z Fresh signal-hook-registry v1.4.1
51782024-04-03T08:10:57.436Z Fresh bitflags v2.4.2
51792024-04-03T08:10:57.436Z Fresh mio v0.8.11
51802024-04-03T08:10:57.436Z Fresh num_cpus v1.16.0
51812024-04-03T08:10:57.436Z Fresh ahash v0.8.8
51822024-04-03T08:10:57.436Z Fresh allocator-api2 v0.2.16
51832024-04-03T08:10:57.436Z Fresh spin v0.5.2
51842024-04-03T08:10:57.436Z Fresh futures-core v0.3.30
51852024-04-03T08:10:57.436Z Fresh rand_core v0.6.4
51862024-04-03T08:10:57.437Z Fresh fnv v1.0.7
51872024-04-03T08:10:57.437Z Fresh tokio-macros v2.2.0
51882024-04-03T08:10:57.437Z Fresh serde_json v1.0.114
51892024-04-03T08:10:57.437Z Fresh hashbrown v0.14.3
51902024-04-03T08:10:57.437Z Fresh socket2 v0.5.5
51912024-04-03T08:10:57.437Z Fresh zeroize_derive v1.4.2
51922024-04-03T08:10:57.437Z Fresh heck v0.4.1
51932024-04-03T08:10:57.437Z Fresh equivalent v1.0.1
51942024-04-03T08:10:57.437Z Fresh futures-sink v0.3.30
51952024-04-03T08:10:57.437Z Fresh tokio v1.36.0
51962024-04-03T08:10:57.438Z Fresh zeroize v1.7.0
51972024-04-03T08:10:57.438Z Fresh indexmap v2.2.6
51982024-04-03T08:10:57.438Z Fresh pin-utils v0.1.0
51992024-04-03T08:10:57.438Z Fresh futures-channel v0.3.30
52002024-04-03T08:10:57.438Z Fresh futures-macro v0.3.30
52012024-04-03T08:10:57.438Z Fresh futures-task v0.3.30
52022024-04-03T08:10:57.438Z Fresh slab v0.4.9
52032024-04-03T08:10:57.439Z Fresh futures-io v0.3.30
52042024-04-03T08:10:57.439Z Fresh regex-syntax v0.8.2
52052024-04-03T08:10:57.439Z Fresh aho-corasick v1.1.2
52062024-04-03T08:10:57.439Z Fresh iana-time-zone v0.1.57
52072024-04-03T08:10:57.439Z Fresh subtle v2.5.0
52082024-04-03T08:10:57.439Z Fresh futures-util v0.3.30
52092024-04-03T08:10:57.439Z Fresh regex-automata v0.4.5
52102024-04-03T08:10:57.439Z Fresh chrono v0.4.34
52112024-04-03T08:10:57.440Z Fresh lazy_static v1.4.0
52122024-04-03T08:10:57.440Z Fresh uuid v1.7.0
52132024-04-03T08:10:57.440Z Fresh tinyvec_macros v0.1.1
52142024-04-03T08:10:57.440Z Fresh typenum v1.16.0
52152024-04-03T08:10:57.440Z Fresh regex v1.10.4
52162024-04-03T08:10:57.440Z Fresh tinyvec v1.6.0
52172024-04-03T08:10:57.440Z Fresh pkg-config v0.3.27
52182024-04-03T08:10:57.440Z Fresh tracing-attributes v0.1.27
52192024-04-03T08:10:57.440Z Fresh serde_derive_internals v0.26.0
52202024-04-03T08:10:57.441Z Fresh tracing-core v0.1.32
52212024-04-03T08:10:57.441Z Fresh dyn-clone v1.0.17
52222024-04-03T08:10:57.441Z Fresh generic-array v0.14.7
52232024-04-03T08:10:57.441Z Fresh unicode-normalization v0.1.22
52242024-04-03T08:10:57.441Z Fresh const-oid v0.9.6
52252024-04-03T08:10:57.441Z Fresh tracing v0.1.40
52262024-04-03T08:10:57.441Z Fresh schemars_derive v0.8.16
52272024-04-03T08:10:57.441Z Fresh errno v0.3.8
52282024-04-03T08:10:57.442Z Fresh crypto-common v0.1.6
52292024-04-03T08:10:57.442Z Fresh unicode-bidi v0.3.15
52302024-04-03T08:10:57.442Z Fresh uuid v0.8.2
52312024-04-03T08:10:57.442Z Fresh ppv-lite86 v0.2.17
52322024-04-03T08:10:57.442Z Fresh percent-encoding v2.3.1
52332024-04-03T08:10:57.442Z Fresh unicode-width v0.1.11
52342024-04-03T08:10:57.442Z Fresh rustix v0.38.31
52352024-04-03T08:10:57.442Z Fresh schemars v0.8.16
52362024-04-03T08:10:57.443Z Fresh rand_chacha v0.3.1
52372024-04-03T08:10:57.443Z Fresh spin v0.9.8
52382024-04-03T08:10:57.443Z Fresh base64 v0.21.7
52392024-04-03T08:10:57.443Z Fresh form_urlencoded v1.2.1
52402024-04-03T08:10:57.443Z Fresh block-buffer v0.10.4
52412024-04-03T08:10:57.443Z Fresh rand v0.8.5
52422024-04-03T08:10:57.443Z Fresh digest v0.10.7
52432024-04-03T08:10:57.443Z Fresh http v0.2.12
52442024-04-03T08:10:57.443Z Fresh ucd-trie v0.1.6
52452024-04-03T08:10:57.444Z Fresh powerfmt v0.2.0
52462024-04-03T08:10:57.455Z Fresh num-conv v0.1.0
52472024-04-03T08:10:57.455Z Fresh httparse v1.8.0
52482024-04-03T08:10:57.456Z Fresh time-core v0.1.2
52492024-04-03T08:10:57.456Z Fresh deranged v0.3.11
52502024-04-03T08:10:57.456Z Fresh pest v2.7.6
52512024-04-03T08:10:57.456Z Fresh either v1.10.0
52522024-04-03T08:10:57.456Z Fresh num_threads v0.1.6
52532024-04-03T08:10:57.457Z Fresh idna v0.5.0
52542024-04-03T08:10:57.457Z Fresh time-macros v0.2.17
52552024-04-03T08:10:57.457Z Fresh url v2.5.0
52562024-04-03T08:10:57.457Z Fresh vcpkg v0.2.15
52572024-04-03T08:10:57.457Z Fresh untrusted v0.9.0
52582024-04-03T08:10:57.457Z Fresh try-lock v0.2.4
52592024-04-03T08:10:57.457Z Fresh adler v1.0.2
52602024-04-03T08:10:57.457Z Fresh cpufeatures v0.2.12
52612024-04-03T08:10:57.457Z Fresh time v0.3.34
52622024-04-03T08:10:57.458Z Fresh ring v0.17.8
52632024-04-03T08:10:57.458Z Fresh miniz_oxide v0.7.1
52642024-04-03T08:10:57.458Z Fresh want v0.3.1
52652024-04-03T08:10:57.458Z Fresh serde_spanned v0.6.5
52662024-04-03T08:10:57.458Z Fresh toml_datetime v0.6.5
52672024-04-03T08:10:57.458Z Fresh slog v2.7.0
52682024-04-03T08:10:57.458Z Fresh tower-service v0.3.2
52692024-04-03T08:10:57.458Z Fresh tokio-util v0.7.10
52702024-04-03T08:10:57.459Z Fresh httpdate v1.0.3
52712024-04-03T08:10:57.459Z Fresh h2 v0.3.24
52722024-04-03T08:10:57.459Z Fresh pest_meta v2.7.6
52732024-04-03T08:10:57.459Z Fresh http-body v0.4.5
52742024-04-03T08:10:57.459Z Fresh futures-executor v0.3.30
52752024-04-03T08:10:57.459Z Fresh async-trait v0.1.79
52762024-04-03T08:10:57.459Z Fresh rustversion v1.0.14
52772024-04-03T08:10:57.459Z Fresh openssl-probe v0.1.5
52782024-04-03T08:10:57.460Z Fresh foreign-types-shared v0.1.1
52792024-04-03T08:10:57.460Z Fresh pest_generator v2.7.6
52802024-04-03T08:10:57.460Z Fresh hyper v0.14.28
52812024-04-03T08:10:57.460Z Fresh foreign-types v0.3.2
52822024-04-03T08:10:57.460Z Fresh semver v1.0.22
52832024-04-03T08:10:57.460Z Fresh openssl-sys v0.9.96
52842024-04-03T08:10:57.460Z Fresh openssl-macros v0.1.1
52852024-04-03T08:10:57.460Z Fresh untrusted v0.7.1
52862024-04-03T08:10:57.460Z Fresh mime v0.3.17
52872024-04-03T08:10:57.461Z Fresh gimli v0.28.0
52882024-04-03T08:10:57.461Z Fresh openssl v0.10.60
52892024-04-03T08:10:57.461Z Fresh ring v0.16.20
52902024-04-03T08:10:57.461Z Fresh pest_derive v2.7.6
52912024-04-03T08:10:57.461Z Fresh futures v0.3.30
52922024-04-03T08:10:57.461Z Fresh object v0.32.1
52932024-04-03T08:10:57.461Z Fresh addr2line v0.21.0
52942024-04-03T08:10:57.461Z Fresh rustc-demangle v0.1.23
52952024-04-03T08:10:57.461Z Fresh ipnet v2.9.0
52962024-04-03T08:10:57.462Z Fresh winnow v0.5.15
52972024-04-03T08:10:57.462Z Fresh bitflags v1.3.2
52982024-04-03T08:10:57.462Z Fresh backtrace v0.3.69
52992024-04-03T08:10:57.462Z Fresh crossbeam-utils v0.8.19
53002024-04-03T08:10:57.462Z Fresh toml_edit v0.19.15
53012024-04-03T08:10:57.462Z Fresh sct v0.7.0
53022024-04-03T08:10:57.462Z Fresh rustls-webpki v0.101.7
53032024-04-03T08:10:57.463Z Fresh unicode-xid v0.2.4
53042024-04-03T08:10:57.463Z Fresh rustls v0.21.9
53052024-04-03T08:10:57.463Z Fresh native-tls v0.2.11
53062024-04-03T08:10:57.463Z Fresh serde_urlencoded v0.7.1
53072024-04-03T08:10:57.463Z Fresh idna v0.3.0
53082024-04-03T08:10:57.463Z Fresh thread-id v4.2.0
53092024-04-03T08:10:57.463Z Fresh anyhow v1.0.79
53102024-04-03T08:10:57.463Z Fresh encoding_rs v0.8.33
53112024-04-03T08:10:57.463Z Fresh psl-types v2.0.11
53122024-04-03T08:10:57.464Z Fresh utf8parse v0.2.1
53132024-04-03T08:10:57.464Z Fresh tokio-native-tls v0.3.1
53142024-04-03T08:10:57.464Z Fresh tokio-rustls v0.24.1
53152024-04-03T08:10:57.464Z Fresh rustls-pemfile v1.0.3
53162024-04-03T08:10:57.464Z Fresh cookie v0.17.0
53172024-04-03T08:10:57.464Z Fresh publicsuffix v2.2.3
53182024-04-03T08:10:57.464Z Fresh hyper-tls v0.5.0
53192024-04-03T08:10:57.464Z Fresh hyper-rustls v0.24.2
53202024-04-03T08:10:57.464Z Fresh openapiv3 v2.0.0
53212024-04-03T08:10:57.464Z Fresh anstyle v1.0.6
53222024-04-03T08:10:57.465Z Fresh webpki-roots v0.25.2
53232024-04-03T08:10:57.465Z Fresh unicode-segmentation v1.10.1
53242024-04-03T08:10:57.465Z Fresh cookie_store v0.20.0
53252024-04-03T08:10:57.465Z Fresh sync_wrapper v0.1.2
53262024-04-03T08:10:57.465Z Fresh base64ct v1.6.0
53272024-04-03T08:10:57.465Z Fresh rustc_version v0.4.0
53282024-04-03T08:10:57.465Z Fresh scroll_derive v0.12.0
53292024-04-03T08:10:57.465Z Fresh data-encoding v2.4.0
53302024-04-03T08:10:57.465Z Fresh plain v0.2.3
53312024-04-03T08:10:57.465Z Fresh anstyle-parse v0.2.1
53322024-04-03T08:10:57.466Z Fresh reqwest v0.11.24
53332024-04-03T08:10:57.466Z Fresh scroll v0.12.0
53342024-04-03T08:10:57.466Z Fresh pem-rfc7468 v0.7.0
53352024-04-03T08:10:57.466Z Fresh der_derive v0.7.2
53362024-04-03T08:10:57.466Z Fresh pretty-hex v0.4.1
53372024-04-03T08:10:57.466Z Fresh colorchoice v1.0.0
53382024-04-03T08:10:57.466Z Fresh goblin v0.8.0
53392024-04-03T08:10:57.467Z Fresh anstyle-query v1.0.0
53402024-04-03T08:10:57.467Z Fresh flagset v0.4.3
53412024-04-03T08:10:57.467Z Fresh dtrace-parser v0.2.0
53422024-04-03T08:10:57.468Z Fresh terminal_size v0.3.0
53432024-04-03T08:10:57.468Z Fresh num-integer v0.1.46
53442024-04-03T08:10:57.468Z Fresh der v0.7.8
53452024-04-03T08:10:57.468Z Fresh dof v0.3.0
53462024-04-03T08:10:57.474Z Fresh anstream v0.6.11
53472024-04-03T08:10:57.474Z Fresh siphasher v0.3.11
53482024-04-03T08:10:57.474Z Fresh clap_lex v0.7.0
53492024-04-03T08:10:57.475Z Fresh strsim v0.11.0
53502024-04-03T08:10:57.475Z Fresh crc32fast v1.3.2
53512024-04-03T08:10:57.475Z Fresh synstructure v0.12.6
53522024-04-03T08:10:57.475Z Fresh clap_builder v4.5.1
53532024-04-03T08:10:57.475Z Fresh usdt-impl v0.5.0
53542024-04-03T08:10:57.475Z Fresh spki v0.7.2
53552024-04-03T08:10:57.475Z Fresh crossbeam-epoch v0.9.18
53562024-04-03T08:10:57.476Z Fresh itertools v0.10.5
53572024-04-03T08:10:57.476Z Fresh clap_derive v4.5.0
53582024-04-03T08:10:57.476Z Fresh stable_deref_trait v1.2.0
53592024-04-03T08:10:57.476Z Fresh bit-vec v0.6.3
53602024-04-03T08:10:57.476Z Fresh clap v4.5.1
53612024-04-03T08:10:57.476Z Fresh zerocopy-derive v0.2.0
53622024-04-03T08:10:57.476Z Fresh hex v0.4.3
53632024-04-03T08:10:57.477Z Fresh pkcs8 v0.10.2
53642024-04-03T08:10:57.477Z Fresh toml v0.7.8
53652024-04-03T08:10:57.477Z Fresh zerocopy-derive v0.6.4
53662024-04-03T08:10:57.477Z Fresh zerocopy v0.3.0
53672024-04-03T08:10:57.477Z Fresh fixedbitset v0.4.2
53682024-04-03T08:10:57.477Z Fresh managed v0.8.0
53692024-04-03T08:10:57.477Z Fresh zerocopy v0.6.4
53702024-04-03T08:10:57.477Z Fresh bit-set v0.5.3
53712024-04-03T08:10:57.477Z Fresh phf_shared v0.10.0
53722024-04-03T08:10:57.478Z Fresh dof v0.1.5
53732024-04-03T08:10:57.478Z Fresh petgraph v0.6.4
53742024-04-03T08:10:57.478Z Fresh flate2 v1.0.28
53752024-04-03T08:10:57.478Z Fresh dtrace-parser v0.1.14
53762024-04-03T08:10:57.478Z Fresh sha2 v0.10.8
53772024-04-03T08:10:57.478Z Fresh ipnetwork v0.20.0
53782024-04-03T08:10:57.479Z Fresh new_debug_unreachable v1.0.4
53792024-04-03T08:10:57.479Z Fresh static_assertions v1.1.0
53802024-04-03T08:10:57.479Z Fresh minimal-lexical v0.2.1
53812024-04-03T08:10:57.479Z Fresh precomputed-hash v0.1.1
53822024-04-03T08:10:57.479Z Fresh winnow v0.6.1
53832024-04-03T08:10:57.479Z Fresh usdt-impl v0.3.5
53842024-04-03T08:10:57.479Z Fresh signal-hook v0.3.17
53852024-04-03T08:10:57.479Z Fresh num-iter v0.1.44
53862024-04-03T08:10:57.480Z Fresh hmac v0.12.1
53872024-04-03T08:10:57.480Z Fresh toml_edit v0.22.9
53882024-04-03T08:10:57.480Z Fresh string_cache v0.8.7
53892024-04-03T08:10:57.480Z Fresh nom v7.1.3
53902024-04-03T08:10:57.480Z Fresh serde_tokenstream v0.1.7
53912024-04-03T08:10:57.480Z Fresh regex-automata v0.1.10
53922024-04-03T08:10:57.480Z Fresh matches v0.1.10
53932024-04-03T08:10:57.480Z Fresh lalrpop-util v0.19.12
53942024-04-03T08:10:57.481Z Fresh usdt-macro v0.3.5
53952024-04-03T08:10:57.481Z Fresh usdt-attr-macro v0.3.5
53962024-04-03T08:10:57.481Z Fresh bstr v0.2.17
53972024-04-03T08:10:57.481Z Fresh bzip2-sys v0.1.11+1.0.8
53982024-04-03T08:10:57.481Z Fresh idna v0.2.3
53992024-04-03T08:10:57.481Z Fresh signal-hook-mio v0.2.3
54002024-04-03T08:10:57.481Z Fresh block-padding v0.3.3
54012024-04-03T08:10:57.481Z Fresh enum-as-inner v0.5.1
54022024-04-03T08:10:57.482Z Fresh scheduled-thread-pool v0.2.7
54032024-04-03T08:10:57.482Z Fresh diesel_table_macro_syntax v0.1.0
54042024-04-03T08:10:57.482Z Fresh hash32 v0.2.1
54052024-04-03T08:10:57.482Z Fresh predicates-core v1.0.6
54062024-04-03T08:10:57.482Z Fresh crossterm v0.27.0
54072024-04-03T08:10:57.482Z Fresh trust-dns-proto v0.22.0
54082024-04-03T08:10:57.482Z Fresh r2d2 v0.8.10
54092024-04-03T08:10:57.482Z Fresh heapless v0.7.16
54102024-04-03T08:10:57.482Z Fresh diesel_derives v2.1.2
54112024-04-03T08:10:57.482Z Fresh inout v0.1.3
54122024-04-03T08:10:57.482Z Fresh bzip2 v0.4.4
54132024-04-03T08:10:57.483Z Fresh usdt v0.3.5
54142024-04-03T08:10:57.483Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
54152024-04-03T08:10:57.483Z Fresh strum_macros v0.25.2
54162024-04-03T08:10:57.483Z Fresh md-5 v0.10.5
54172024-04-03T08:10:57.483Z Fresh stringprep v0.1.3
54182024-04-03T08:10:57.483Z Fresh console v0.15.8
54192024-04-03T08:10:57.483Z Fresh bstr v1.9.0
54202024-04-03T08:10:57.483Z Fresh ff v0.13.0
54212024-04-03T08:10:57.483Z Fresh float-cmp v0.9.0
54222024-04-03T08:10:57.483Z Fresh hubpack_derive v0.1.1
54232024-04-03T08:10:57.484Z Fresh base16ct v0.2.0
54242024-04-03T08:10:57.484Z Fresh difflib v0.4.0
54252024-04-03T08:10:57.484Z Fresh normalize-line-endings v0.3.0
54262024-04-03T08:10:57.484Z Fresh fallible-iterator v0.2.0
54272024-04-03T08:10:57.484Z Fresh predicates v3.1.0
54282024-04-03T08:10:57.484Z Fresh sec1 v0.7.3
54292024-04-03T08:10:57.484Z Fresh hubpack v0.1.2
54302024-04-03T08:10:57.484Z Fresh group v0.13.0
54312024-04-03T08:10:57.484Z Fresh zip v0.6.6
54322024-04-03T08:10:57.484Z Fresh diesel v2.1.5
54332024-04-03T08:10:57.484Z Fresh smoltcp v0.9.1
54342024-04-03T08:10:57.484Z Fresh postgres-protocol v0.6.6
54352024-04-03T08:10:57.485Z Fresh cipher v0.4.4
54362024-04-03T08:10:57.485Z Fresh num-bigint v0.4.4
54372024-04-03T08:10:57.485Z Fresh similar v2.4.0
54382024-04-03T08:10:57.485Z Fresh hkdf v0.12.4
54392024-04-03T08:10:57.485Z Fresh phf_shared v0.11.2
54402024-04-03T08:10:57.485Z Fresh crypto-bigint v0.5.2
54412024-04-03T08:10:57.485Z Fresh serde_repr v0.1.16
54422024-04-03T08:10:57.485Z Fresh peg-runtime v0.8.2
54432024-04-03T08:10:57.485Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
54442024-04-03T08:10:57.485Z Fresh phf v0.11.2
54452024-04-03T08:10:57.486Z Fresh yasna v0.5.2
54462024-04-03T08:10:57.496Z Fresh elliptic-curve v0.13.8
54472024-04-03T08:10:57.496Z Fresh postgres-types v0.2.6
54482024-04-03T08:10:57.496Z Fresh whoami v1.5.0
54492024-04-03T08:10:57.496Z Fresh tokio-stream v0.1.14
54502024-04-03T08:10:57.496Z Fresh tokio-postgres v0.7.10
54512024-04-03T08:10:57.496Z Fresh serde_tokenstream v0.2.0
54522024-04-03T08:10:57.496Z Fresh regress v0.9.0
54532024-04-03T08:10:57.497Z Fresh getopts v0.2.21
54542024-04-03T08:10:57.497Z Fresh unsafe-libyaml v0.2.10
54552024-04-03T08:10:57.497Z Fresh progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
54562024-04-03T08:10:57.497Z Fresh ident_case v1.0.1
54572024-04-03T08:10:57.497Z Fresh strsim v0.10.0
54582024-04-03T08:10:57.498Z Fresh typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
54592024-04-03T08:10:57.498Z Fresh serde_yaml v0.9.25
54602024-04-03T08:10:57.498Z Fresh dirs-sys-next v0.1.2
54612024-04-03T08:10:57.498Z Fresh atty v0.2.14
54622024-04-03T08:10:57.498Z Fresh fastrand v2.0.1
54632024-04-03T08:10:57.498Z Fresh strum_macros v0.26.1
54642024-04-03T08:10:57.498Z Fresh typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
54652024-04-03T08:10:57.498Z Fresh dirs-next v2.0.0
54662024-04-03T08:10:57.498Z Fresh tempfile v3.10.0
54672024-04-03T08:10:57.499Z Fresh strum v0.26.1
54682024-04-03T08:10:57.499Z Fresh darling_core v0.20.3
54692024-04-03T08:10:57.499Z Fresh sha1 v0.10.6
54702024-04-03T08:10:57.499Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
54712024-04-03T08:10:57.500Z Fresh typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
54722024-04-03T08:10:57.500Z Fresh camino v1.1.6
54732024-04-03T08:10:57.500Z Fresh term v0.7.0
54742024-04-03T08:10:57.500Z Fresh http v1.0.0
54752024-04-03T08:10:57.500Z Fresh darling_macro v0.20.3
54762024-04-03T08:10:57.500Z Fresh match_cfg v0.1.0
54772024-04-03T08:10:57.500Z Fresh rustls-pki-types v1.3.0
54782024-04-03T08:10:57.501Z Fresh progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
54792024-04-03T08:10:57.501Z Fresh darling v0.20.3
54802024-04-03T08:10:57.501Z Fresh hostname v0.3.1
54812024-04-03T08:10:57.501Z Fresh toml v0.8.12
54822024-04-03T08:10:57.502Z Fresh quick-error v1.2.3
54832024-04-03T08:10:57.502Z Fresh crossbeam-channel v0.5.8
54842024-04-03T08:10:57.502Z Fresh thread_local v1.1.7
54852024-04-03T08:10:57.502Z Fresh progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
54862024-04-03T08:10:57.502Z Fresh rustls-webpki v0.102.1
54872024-04-03T08:10:57.502Z Fresh instant v0.1.12
54882024-04-03T08:10:57.502Z Fresh take_mut v0.2.2
54892024-04-03T08:10:57.502Z Fresh slog-term v2.9.0
54902024-04-03T08:10:57.503Z Fresh progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
54912024-04-03T08:10:57.503Z Fresh paste v1.0.14
54922024-04-03T08:10:57.503Z Fresh rustls-pemfile v2.1.1
54932024-04-03T08:10:57.503Z Fresh debug-ignore v1.0.5
54942024-04-03T08:10:57.503Z Fresh serde_with_macros v3.6.1
54952024-04-03T08:10:57.503Z Fresh rustls v0.22.2
54962024-04-03T08:10:57.504Z Fresh slog-async v2.8.0
54972024-04-03T08:10:57.504Z Fresh slog-json v2.6.1
54982024-04-03T08:10:57.504Z Fresh async-stream-impl v0.3.5
54992024-04-03T08:10:57.504Z Fresh wait-timeout v0.2.0
55002024-04-03T08:10:57.504Z Fresh atomic-waker v1.1.1
55012024-04-03T08:10:57.504Z Fresh tokio-rustls v0.25.0
55022024-04-03T08:10:57.504Z Fresh async-stream v0.3.5
55032024-04-03T08:10:57.504Z Fresh slog-bunyan v2.5.0
55042024-04-03T08:10:57.505Z Fresh multer v3.0.0
55052024-04-03T08:10:57.505Z Fresh waitgroup v0.1.2
55062024-04-03T08:10:57.505Z Fresh serde_with v3.6.1
55072024-04-03T08:10:57.505Z Fresh dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
55082024-04-03T08:10:57.505Z Fresh serde_path_to_error v0.1.16
55092024-04-03T08:10:57.505Z Fresh structmeta-derive v0.3.0
55102024-04-03T08:10:57.506Z Fresh rusty-fork v0.3.0
55112024-04-03T08:10:57.506Z Fresh newtype-uuid v1.0.1
55122024-04-03T08:10:57.506Z Fresh rand_xorshift v0.3.0
55132024-04-03T08:10:57.506Z Fresh structmeta-derive v0.2.0
55142024-04-03T08:10:57.506Z Fresh unarray v0.1.4
55152024-04-03T08:10:57.506Z Fresh backoff v0.4.0
55162024-04-03T08:10:57.507Z Fresh structmeta v0.3.0
55172024-04-03T08:10:57.507Z Fresh dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
55182024-04-03T08:10:57.507Z Fresh proptest v1.4.0
55192024-04-03T08:10:57.507Z Fresh structmeta v0.2.0
55202024-04-03T08:10:57.507Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
55212024-04-03T08:10:57.507Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
55222024-04-03T08:10:57.507Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
55232024-04-03T08:10:57.507Z Fresh parse-display-derive v0.9.0
55242024-04-03T08:10:57.507Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
55252024-04-03T08:10:57.508Z Fresh test-strategy v0.3.1
55262024-04-03T08:10:57.508Z Fresh serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
55272024-04-03T08:10:57.508Z Fresh macaddr v1.0.1
55282024-04-03T08:10:57.508Z Fresh camino-tempfile v1.1.1
55292024-04-03T08:10:57.508Z Fresh parse-display v0.9.0
55302024-04-03T08:10:57.508Z Fresh proc-macro-crate v1.3.1
55312024-04-03T08:10:57.508Z Fresh foreign-types-macros v0.2.3
55322024-04-03T08:10:57.508Z Fresh proc-macro-error-attr v1.0.4
55332024-04-03T08:10:57.509Z Fresh num_enum_derive v0.5.11
55342024-04-03T08:10:57.509Z Fresh foreign-types-shared v0.3.1
55352024-04-03T08:10:57.509Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
55362024-04-03T08:10:57.509Z Fresh proc-macro-error v1.0.4
55372024-04-03T08:10:57.509Z Fresh num_enum v0.5.11
55382024-04-03T08:10:57.509Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
55392024-04-03T08:10:57.510Z Fresh foreign-types v0.5.0
55402024-04-03T08:10:57.510Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
55412024-04-03T08:10:57.510Z Fresh cstr-argument v0.1.2
55422024-04-03T08:10:57.510Z Fresh pretty-hex v0.2.1
55432024-04-03T08:10:57.510Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
55442024-04-03T08:10:57.511Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
55452024-04-03T08:10:57.511Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
55462024-04-03T08:10:57.525Z Fresh tabwriter v1.4.0
55472024-04-03T08:10:57.525Z Fresh colored v2.1.0
55482024-04-03T08:10:57.525Z Fresh socket2 v0.4.9
55492024-04-03T08:10:57.526Z Fresh smf v0.2.2
55502024-04-03T08:10:57.526Z Fresh humantime v2.1.0
55512024-04-03T08:10:57.526Z Fresh termcolor v1.2.0
55522024-04-03T08:10:57.526Z Fresh hash32 v0.3.1
55532024-04-03T08:10:57.526Z Fresh same-file v1.0.6
55542024-04-03T08:10:57.527Z Fresh cobs v0.2.3
55552024-04-03T08:10:57.527Z Fresh embedded-io v0.4.0
55562024-04-03T08:10:57.527Z Fresh walkdir v2.4.0
55572024-04-03T08:10:57.527Z Fresh postcard v1.0.8
55582024-04-03T08:10:57.527Z Fresh termtree v0.4.1
55592024-04-03T08:10:57.528Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
55602024-04-03T08:10:57.528Z Fresh heapless v0.8.0
55612024-04-03T08:10:57.528Z Fresh predicates-tree v1.0.9
55622024-04-03T08:10:57.528Z Fresh crucible-workspace-hack v0.1.0
55632024-04-03T08:10:57.528Z Fresh derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
55642024-04-03T08:10:57.528Z Fresh usdt-macro v0.5.0
55652024-04-03T08:10:57.528Z Fresh usdt-attr-macro v0.5.0
55662024-04-03T08:10:57.528Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
55672024-04-03T08:10:57.528Z Fresh memmap v0.7.0
55682024-04-03T08:10:57.528Z Fresh smoltcp v0.11.0
55692024-04-03T08:10:57.529Z Fresh usdt v0.5.0
55702024-04-03T08:10:57.529Z Fresh sigpipe v0.1.3
55712024-04-03T08:10:57.529Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
55722024-04-03T08:10:57.529Z Fresh zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
55732024-04-03T08:10:57.529Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
55742024-04-03T08:10:57.530Z Fresh num-derive v0.4.0
55752024-04-03T08:10:57.530Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
55762024-04-03T08:10:57.530Z Fresh mockall_derive v0.12.0
55772024-04-03T08:10:57.530Z Fresh fragile v2.0.0
55782024-04-03T08:10:57.530Z Fresh downcast v0.11.0
55792024-04-03T08:10:57.530Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
55802024-04-03T08:10:57.530Z Fresh zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
55812024-04-03T08:10:57.530Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
55822024-04-03T08:10:57.531Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
55832024-04-03T08:10:57.531Z Fresh mockall v0.12.0
55842024-04-03T08:10:57.531Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
55852024-04-03T08:10:57.531Z Fresh xattr v1.0.1
55862024-04-03T08:10:57.531Z Fresh filetime v0.2.23
55872024-04-03T08:10:57.531Z Fresh base64 v0.22.0
55882024-04-03T08:10:57.531Z Fresh newline-converter v0.3.0
55892024-04-03T08:10:57.531Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
55902024-04-03T08:10:57.532Z Fresh tar v0.4.40
55912024-04-03T08:10:57.532Z Fresh expectorate v1.1.0
55922024-04-03T08:10:57.532Z Fresh heck v0.3.3
55932024-04-03T08:10:57.532Z Fresh utf-8 v0.7.6
55942024-04-03T08:10:57.532Z Fresh arc-swap v1.6.0
55952024-04-03T08:10:57.532Z Fresh pem v3.0.2
55962024-04-03T08:10:57.533Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
55972024-04-03T08:10:57.533Z Fresh slog-scope v4.4.0
55982024-04-03T08:10:57.533Z Fresh tungstenite v0.20.1
55992024-04-03T08:10:57.533Z Fresh env_logger v0.9.3
56002024-04-03T08:10:57.533Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56012024-04-03T08:10:57.533Z Fresh is-terminal v0.4.9
56022024-04-03T08:10:57.533Z Fresh bitstruct_derive v0.1.0
56032024-04-03T08:10:57.533Z Fresh slog-stdlog v4.1.1
56042024-04-03T08:10:57.533Z Fresh tokio-tungstenite v0.20.1
56052024-04-03T08:10:57.534Z Fresh viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56062024-04-03T08:10:57.534Z Fresh ascii v1.1.0
56072024-04-03T08:10:57.534Z Fresh bitstruct v0.1.1
56082024-04-03T08:10:57.534Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56092024-04-03T08:10:57.534Z Fresh dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56102024-04-03T08:10:57.534Z Fresh slog-envlogger v2.2.0
56112024-04-03T08:10:57.534Z Fresh viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56122024-04-03T08:10:57.534Z Fresh rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
56132024-04-03T08:10:57.534Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56142024-04-03T08:10:57.534Z Fresh erased-serde v0.3.31
56152024-04-03T08:10:57.534Z Fresh serde_arrays v0.1.0
56162024-04-03T08:10:57.535Z Fresh password-hash v0.5.0
56172024-04-03T08:10:57.535Z Fresh blake2 v0.10.6
56182024-04-03T08:10:57.535Z Fresh propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56192024-04-03T08:10:57.535Z Fresh argon2 v0.5.3
56202024-04-03T08:10:57.535Z Fresh zone_cfg_derive v0.1.2
56212024-04-03T08:10:57.535Z Fresh tungstenite v0.21.0
56222024-04-03T08:10:57.535Z Fresh derive-where v1.2.7
56232024-04-03T08:10:57.535Z Fresh swrite v0.1.0
56242024-04-03T08:10:57.535Z Fresh base64 v0.13.1
56252024-04-03T08:10:57.536Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56262024-04-03T08:10:57.536Z Fresh zone v0.1.8
56272024-04-03T08:10:57.536Z Fresh ron v0.7.1
56282024-04-03T08:10:57.536Z Fresh tokio-tungstenite v0.21.0
56292024-04-03T08:10:57.536Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56302024-04-03T08:10:57.536Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
56312024-04-03T08:10:57.537Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
56322024-04-03T08:10:57.537Z Fresh portpicker v0.1.1
56332024-04-03T08:10:57.537Z Fresh headers-core v0.2.0
56342024-04-03T08:10:57.537Z Fresh rcgen v0.12.1
56352024-04-03T08:10:57.537Z Fresh atomicwrites v0.4.3
56362024-04-03T08:10:57.537Z Fresh subprocess v0.2.9
56372024-04-03T08:10:57.537Z Fresh semver v0.1.20
56382024-04-03T08:10:57.537Z Fresh headers v0.3.9
56392024-04-03T08:10:57.537Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
56402024-04-03T08:10:57.538Z Fresh rustc_version v0.1.7
56412024-04-03T08:10:57.538Z Fresh bytecount v0.6.3
56422024-04-03T08:10:57.538Z Fresh tabled_derive v0.7.0
56432024-04-03T08:10:57.538Z Fresh glob v0.3.1
56442024-04-03T08:10:57.538Z Fresh itertools v0.12.1
56452024-04-03T08:10:57.538Z Fresh papergrid v0.11.0
56462024-04-03T08:10:57.547Z Fresh linked-hash-map v0.5.6
56472024-04-03T08:10:57.548Z Fresh tabled v0.15.0
56482024-04-03T08:10:57.548Z Fresh lru-cache v0.1.2
56492024-04-03T08:10:57.549Z Fresh tap v1.0.1
56502024-04-03T08:10:57.549Z Fresh newtype_derive v0.1.6
56512024-04-03T08:10:57.549Z Fresh wyz v0.5.1
56522024-04-03T08:10:57.549Z Fresh cancel-safe-futures v0.1.5
56532024-04-03T08:10:57.549Z Fresh radium v0.7.0
56542024-04-03T08:10:57.549Z Fresh crossbeam-deque v0.8.3
56552024-04-03T08:10:57.550Z Fresh half v2.3.1
56562024-04-03T08:10:57.550Z Fresh steno v0.4.0
56572024-04-03T08:10:57.550Z Fresh crc-catalog v2.2.0
56582024-04-03T08:10:57.550Z Fresh ciborium-io v0.2.2
56592024-04-03T08:10:57.551Z Fresh funty v2.0.0
56602024-04-03T08:10:57.551Z Fresh rayon-core v1.12.1
56612024-04-03T08:10:57.551Z Fresh bitvec v1.0.1
56622024-04-03T08:10:57.551Z Fresh ciborium-ll v0.2.2
56632024-04-03T08:10:57.552Z Fresh crc v3.0.1
56642024-04-03T08:10:57.552Z Fresh maybe-uninit v2.0.0
56652024-04-03T08:10:57.552Z Fresh libsw v3.3.1
56662024-04-03T08:10:57.552Z Fresh packed_struct_codegen v0.10.1
56672024-04-03T08:10:57.552Z Fresh nodrop v0.1.14
56682024-04-03T08:10:57.553Z Fresh owo-colors v4.0.0
56692024-04-03T08:10:57.553Z Fresh linear-map v1.2.0
56702024-04-03T08:10:57.553Z Fresh smallvec v0.6.14
56712024-04-03T08:10:57.553Z Fresh ciborium v0.2.2
56722024-04-03T08:10:57.553Z Fresh num-bigint-dig v0.8.4
56732024-04-03T08:10:57.554Z Fresh packed_struct v0.10.1
56742024-04-03T08:10:57.554Z Fresh array-init v0.0.4
56752024-04-03T08:10:57.554Z Fresh rayon v1.9.0
56762024-04-03T08:10:57.554Z Fresh num-rational v0.4.1
56772024-04-03T08:10:57.555Z Fresh pkcs1 v0.7.5
56782024-04-03T08:10:57.555Z Fresh signature v2.1.0
56792024-04-03T08:10:57.555Z Fresh num-complex v0.4.4
56802024-04-03T08:10:57.556Z Fresh hashbrown v0.12.3
56812024-04-03T08:10:57.556Z Fresh bitfield v0.14.0
56822024-04-03T08:10:57.556Z Fresh serde-hex v0.1.0
56832024-04-03T08:10:57.556Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
56842024-04-03T08:10:57.556Z Fresh env_logger v0.10.0
56852024-04-03T08:10:57.556Z Fresh x509-cert v0.2.4
56862024-04-03T08:10:57.557Z Fresh lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
56872024-04-03T08:10:57.557Z Fresh indexmap v1.9.3
56882024-04-03T08:10:57.557Z Fresh num v0.4.1
56892024-04-03T08:10:57.557Z Fresh rsa v0.9.2
56902024-04-03T08:10:57.557Z Fresh ron v0.8.1
56912024-04-03T08:10:57.557Z Fresh hashbrown v0.13.2
56922024-04-03T08:10:57.557Z Fresh display-error-chain v0.2.0
56932024-04-03T08:10:57.557Z Fresh crc-any v2.4.3
56942024-04-03T08:10:57.558Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
56952024-04-03T08:10:57.558Z Fresh object v0.30.4
56962024-04-03T08:10:57.558Z Fresh path-slash v0.1.5
56972024-04-03T08:10:57.558Z Fresh lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
56982024-04-03T08:10:57.558Z Fresh slog-dtrace v0.3.0
56992024-04-03T08:10:57.559Z Fresh resolv-conf v0.7.0
57002024-04-03T08:10:57.559Z Fresh convert_case v0.4.0
57012024-04-03T08:10:57.559Z Fresh arrayref v0.3.7
57022024-04-03T08:10:57.559Z Fresh home v0.5.5
57032024-04-03T08:10:57.559Z Fresh arrayvec v0.7.4
57042024-04-03T08:10:57.559Z Fresh hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
57052024-04-03T08:10:57.560Z Fresh trust-dns-resolver v0.22.0
57062024-04-03T08:10:57.560Z Fresh derive_more v0.99.17
57072024-04-03T08:10:57.560Z Fresh async-recursion v1.0.5
57082024-04-03T08:10:57.560Z Fresh pin-project-internal v1.1.3
57092024-04-03T08:10:57.561Z Fresh constant_time_eq v0.3.0
57102024-04-03T08:10:57.561Z Fresh pin-project v1.1.3
57112024-04-03T08:10:57.561Z Fresh textwrap v0.11.0
57122024-04-03T08:10:57.561Z Fresh toml v0.5.11
57132024-04-03T08:10:57.561Z Fresh nibble_vec v0.1.0
57142024-04-03T08:10:57.561Z Fresh fxhash v0.2.1
57152024-04-03T08:10:57.561Z Fresh vec_map v0.8.2
57162024-04-03T08:10:57.562Z Fresh strsim v0.8.0
57172024-04-03T08:10:57.562Z Fresh diff v0.1.13
57182024-04-03T08:10:57.562Z Fresh endian-type v0.1.2
57192024-04-03T08:10:57.562Z Fresh ansi_term v0.12.1
57202024-04-03T08:10:57.562Z Fresh clap v2.34.0
57212024-04-03T08:10:57.562Z Fresh radix_trie v0.2.1
57222024-04-03T08:10:57.562Z Fresh crunchy v0.2.2
57232024-04-03T08:10:57.563Z Fresh prettyplease v0.2.16
57242024-04-03T08:10:57.563Z Fresh structopt-derive v0.4.18
57252024-04-03T08:10:57.563Z Fresh darling_core v0.14.4
57262024-04-03T08:10:57.563Z Fresh memmap2 v0.7.1
57272024-04-03T08:10:57.563Z Fresh heck v0.5.0
57282024-04-03T08:10:57.563Z Fresh blake3 v1.5.0
57292024-04-03T08:10:57.564Z Fresh darling_macro v0.14.4
57302024-04-03T08:10:57.564Z Fresh structopt v0.3.26
57312024-04-03T08:10:57.564Z Fresh tiny-keccak v2.0.2
57322024-04-03T08:10:57.564Z Fresh libefi-sys v0.1.0
57332024-04-03T08:10:57.564Z Fresh buf-list v1.0.3
57342024-04-03T08:10:57.564Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
57352024-04-03T08:10:57.564Z Fresh ascii-canvas v3.0.0
57362024-04-03T08:10:57.564Z Fresh semver-parser v0.10.2
57372024-04-03T08:10:57.565Z Fresh gethostname v0.4.3
57382024-04-03T08:10:57.565Z Fresh ena v0.14.2
57392024-04-03T08:10:57.565Z Fresh libloading v0.7.4
57402024-04-03T08:10:57.565Z Fresh keccak v0.1.4
57412024-04-03T08:10:57.565Z Fresh topological-sort v0.2.2
57422024-04-03T08:10:57.565Z Fresh regex-syntax v0.6.29
57432024-04-03T08:10:57.565Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
57442024-04-03T08:10:57.566Z Fresh semver v0.11.0
57452024-04-03T08:10:57.566Z Fresh tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
57462024-04-03T08:10:58.121Z Fresh libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
57472024-04-03T08:10:58.121Z Fresh omicron-zone-package v0.11.0
57482024-04-03T08:10:58.121Z Fresh lalrpop v0.19.12
57492024-04-03T08:10:58.121Z Fresh sha3 v0.10.8
57502024-04-03T08:10:58.121Z Fresh clang-sys v1.6.1
57512024-04-03T08:10:58.121Z Fresh darling v0.14.4
57522024-04-03T08:10:58.122Z Fresh doc-comment v0.3.3
57532024-04-03T08:10:58.122Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
57542024-04-03T08:10:58.122Z Fresh cexpr v0.6.0
57552024-04-03T08:10:58.122Z Fresh which v4.4.0
57562024-04-03T08:10:58.122Z Fresh secrecy v0.8.0
57572024-04-03T08:10:58.123Z Fresh peeking_take_while v0.1.2
57582024-04-03T08:10:58.123Z Fresh lazycell v1.3.0
57592024-04-03T08:10:58.123Z Fresh shlex v1.3.0
57602024-04-03T08:10:58.123Z Fresh rustc-hash v1.1.0
57612024-04-03T08:10:58.123Z Fresh bindgen v0.69.2
57622024-04-03T08:10:58.123Z Fresh derive_builder_core v0.12.0
57632024-04-03T08:10:58.123Z Fresh toolchain_find v0.2.0
57642024-04-03T08:10:58.124Z Fresh ref-cast-impl v1.0.20
57652024-04-03T08:10:58.124Z Fresh signature v1.6.4
57662024-04-03T08:10:58.124Z Fresh derive_builder_macro v0.12.0
57672024-04-03T08:10:58.124Z Fresh ref-cast v1.0.20
57682024-04-03T08:10:58.124Z Fresh rustfmt-wrapper v0.2.0
57692024-04-03T08:10:58.124Z Fresh ed25519 v1.5.3
57702024-04-03T08:10:58.125Z Fresh memoffset v0.7.1
57712024-04-03T08:10:58.125Z Fresh strum_macros v0.24.3
57722024-04-03T08:10:58.125Z Fresh snafu-derive v0.7.5
57732024-04-03T08:10:58.125Z Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
57742024-04-03T08:10:58.125Z Fresh vte_generate_state_changes v0.1.1
57752024-04-03T08:10:58.126Z Fresh maplit v1.0.2
57762024-04-03T08:10:58.126Z Fresh indoc v1.0.9
57772024-04-03T08:10:58.126Z Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
57782024-04-03T08:10:58.126Z Fresh vte v0.11.1
57792024-04-03T08:10:58.126Z Fresh polar-core v0.27.0
57802024-04-03T08:10:58.126Z Fresh platforms v3.0.2
57812024-04-03T08:10:58.126Z Fresh salty v0.2.0
57822024-04-03T08:10:58.126Z Fresh nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
57832024-04-03T08:10:58.126Z Fresh snafu v0.7.5
57842024-04-03T08:10:58.126Z Fresh libxml v0.3.3
57852024-04-03T08:10:58.127Z Fresh derive_builder v0.12.0
57862024-04-03T08:10:58.127Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
57872024-04-03T08:10:58.127Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
57882024-04-03T08:10:58.127Z Fresh globset v0.4.13
57892024-04-03T08:10:58.127Z Fresh const_format_proc_macros v0.2.32
57902024-04-03T08:10:58.127Z Fresh bb8 v0.8.3
57912024-04-03T08:10:58.127Z Fresh olpc-cjson v0.1.3
57922024-04-03T08:10:58.127Z Fresh serde-big-array v0.4.1
57932024-04-03T08:10:58.127Z Fresh serde-big-array v0.5.1
57942024-04-03T08:10:58.127Z Fresh quick-xml v0.30.0
57952024-04-03T08:10:58.127Z Fresh serde_plain v1.0.2
57962024-04-03T08:10:58.128Z Fresh impl-trait-for-tuples v0.2.2
57972024-04-03T08:10:58.128Z Fresh oso-derive v0.27.0
57982024-04-03T08:10:58.128Z Fresh typed-path v0.7.0
57992024-04-03T08:10:58.128Z Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
58002024-04-03T08:10:58.128Z Fresh samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
58012024-04-03T08:10:58.128Z Fresh tough v0.16.0
58022024-04-03T08:10:58.128Z Fresh oso v0.27.0
58032024-04-03T08:10:58.128Z Fresh const_format v0.2.32
58042024-04-03T08:10:58.128Z Fresh sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
58052024-04-03T08:10:58.128Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
58062024-04-03T08:10:58.128Z Fresh parking_lot_core v0.8.6
58072024-04-03T08:10:58.128Z Fresh cookie v0.18.0
58082024-04-03T08:10:58.128Z Fresh fs-err v2.11.0
58092024-04-03T08:10:58.129Z Fresh unicase v2.7.0
58102024-04-03T08:10:58.129Z Fresh diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
58112024-04-03T08:10:58.129Z Fresh strip-ansi-escapes v0.2.0
58122024-04-03T08:10:58.129Z Fresh signal-hook-tokio v0.3.1
58132024-04-03T08:10:58.129Z Fresh fd-lock v3.0.13
58142024-04-03T08:10:58.129Z Fresh nu-ansi-term v0.50.0
58152024-04-03T08:10:58.129Z Fresh corncobs v0.1.3
58162024-04-03T08:10:58.129Z Fresh strum v0.25.0
58172024-04-03T08:10:58.129Z Fresh parse-size v1.0.0
58182024-04-03T08:10:58.129Z Fresh parking_lot v0.11.2
58192024-04-03T08:10:58.129Z Fresh sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
58202024-04-03T08:10:58.129Z Fresh reedline v0.30.0
58212024-04-03T08:10:58.129Z Fresh trust-dns-client v0.22.0
58222024-04-03T08:10:58.130Z Fresh universal-hash v0.5.1
58232024-04-03T08:10:58.130Z Fresh curve25519-dalek-derive v0.1.0
58242024-04-03T08:10:58.130Z Fresh thiserror-impl-no-std v2.0.2
58252024-04-03T08:10:58.130Z Fresh opaque-debug v0.3.0
58262024-04-03T08:10:58.130Z Fresh trust-dns-server v0.22.1
58272024-04-03T08:10:58.130Z Fresh sled v0.34.7
58282024-04-03T08:10:58.130Z Fresh poly1305 v0.8.0
58292024-04-03T08:10:58.130Z Fresh curve25519-dalek v4.1.1
58302024-04-03T08:10:58.130Z Fresh thiserror-no-std v2.0.2
58312024-04-03T08:10:58.130Z Fresh peg-macros v0.8.2
58322024-04-03T08:10:58.130Z Fresh chacha20 v0.9.1
58332024-04-03T08:10:58.130Z Fresh fd-lock v4.0.2
58342024-04-03T08:10:58.131Z Fresh aead v0.5.2
58352024-04-03T08:10:58.131Z Fresh nix v0.27.1
58362024-04-03T08:10:58.131Z Fresh kstat-rs v0.2.3
58372024-04-03T08:10:58.131Z Fresh sqlparser_derive v0.2.2
58382024-04-03T08:10:58.131Z Fresh nanorand v0.7.0
58392024-04-03T08:10:58.131Z Fresh unicode_categories v0.1.1
58402024-04-03T08:10:58.131Z Fresh vsss-rs v3.3.4
58412024-04-03T08:10:58.131Z Fresh sqlformat v0.2.3
58422024-04-03T08:10:58.131Z Fresh rustyline v13.0.0
58432024-04-03T08:10:58.131Z Fresh flume v0.11.0
58442024-04-03T08:10:58.131Z Fresh sqlparser v0.43.1
58452024-04-03T08:10:58.132Z Fresh peg v0.8.2
58462024-04-03T08:10:58.160Z Fresh chacha20poly1305 v0.10.1
58472024-04-03T08:10:58.160Z Fresh mime_guess v2.0.4
58482024-04-03T08:10:58.160Z Fresh rand_seeder v0.2.3
58492024-04-03T08:10:58.160Z Fresh bcs v0.1.6
58502024-04-03T08:10:58.160Z Fresh highway v1.1.0
58512024-04-03T08:10:58.161Z Fresh portable-atomic v1.4.3
58522024-04-03T08:10:58.161Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
58532024-04-03T08:10:58.161Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
58542024-04-03T08:10:58.161Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
58552024-04-03T08:10:58.161Z Fresh number_prefix v0.4.0
58562024-04-03T08:10:58.162Z Fresh http-range v0.1.5
58572024-04-03T08:10:58.162Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
58582024-04-03T08:10:58.162Z Fresh castaway v0.2.2
58592024-04-03T08:10:58.163Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
58602024-04-03T08:10:58.163Z Fresh lru v0.12.1
58612024-04-03T08:10:58.163Z Fresh indicatif v0.17.8
58622024-04-03T08:10:58.164Z Fresh hyper-staticfile v0.9.5
58632024-04-03T08:10:58.164Z Fresh compact_str v0.7.1
58642024-04-03T08:10:58.164Z Fresh stability v0.1.1
58652024-04-03T08:10:58.164Z Fresh is_ci v1.2.0
58662024-04-03T08:10:58.164Z Fresh indoc v2.0.3
58672024-04-03T08:10:58.165Z Fresh cassowary v0.3.0
58682024-04-03T08:10:58.165Z Fresh assert_matches v1.5.0
58692024-04-03T08:10:58.165Z Fresh ratatui v0.26.1
58702024-04-03T08:10:58.165Z Fresh supports-color v3.0.0
58712024-04-03T08:10:58.165Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
58722024-04-03T08:10:58.166Z Fresh rtoolbox v0.0.1
58732024-04-03T08:10:58.166Z Fresh smawk v0.3.1
58742024-04-03T08:10:58.166Z Fresh unicode-linebreak v0.1.5
58752024-04-03T08:10:58.166Z Fresh tui-tree-widget v0.19.0
58762024-04-03T08:10:58.166Z Fresh rpassword v7.3.1
58772024-04-03T08:10:58.166Z Fresh textwrap v0.16.1
58782024-04-03T08:10:58.167Z Fresh http-body v1.0.0
58792024-04-03T08:10:58.167Z Fresh shell-words v1.1.0
58802024-04-03T08:10:58.167Z Fresh tower-layer v0.3.2
58812024-04-03T08:10:58.167Z Fresh plotters-backend v0.3.5
58822024-04-03T08:10:58.168Z Fresh hyper v1.1.0
58832024-04-03T08:10:58.168Z Fresh target-lexicon v0.12.13
58842024-04-03T08:10:58.168Z Fresh tower v0.4.13
58852024-04-03T08:10:58.168Z Fresh plotters-svg v0.3.5
58862024-04-03T08:10:58.168Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
58872024-04-03T08:10:58.169Z Fresh cast v0.3.0
58882024-04-03T08:10:58.169Z Fresh yansi v0.5.1
58892024-04-03T08:10:58.169Z Fresh criterion-plot v0.5.0
58902024-04-03T08:10:58.169Z Fresh plotters v0.3.5
58912024-04-03T08:10:58.169Z Fresh hyper-util v0.1.2
58922024-04-03T08:10:58.169Z Fresh pretty_assertions v1.4.0
58932024-04-03T08:10:58.169Z Fresh cfg-expr v0.15.6
58942024-04-03T08:10:58.169Z Fresh guppy-workspace-hack v0.1.0
58952024-04-03T08:10:58.169Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
58962024-04-03T08:10:58.169Z Fresh rustls-native-certs v0.7.0
58972024-04-03T08:10:58.169Z Fresh httptest v0.15.5
58982024-04-03T08:10:58.169Z Fresh fatfs v0.3.6
58992024-04-03T08:10:58.170Z Fresh tinytemplate v1.2.1
59002024-04-03T08:10:58.170Z Fresh threadpool v1.8.1
59012024-04-03T08:10:58.170Z Fresh cargo-platform v0.1.3
59022024-04-03T08:10:58.170Z Fresh constant_time_eq v0.2.6
59032024-04-03T08:10:58.170Z Fresh oorandom v11.1.3
59042024-04-03T08:10:58.170Z Fresh anes v0.1.6
59052024-04-03T08:10:58.170Z Fresh relative-path v1.9.0
59062024-04-03T08:10:58.170Z Fresh cargo_metadata v0.18.1
59072024-04-03T08:10:58.170Z Fresh libtest-mimic v0.6.1
59082024-04-03T08:10:58.170Z Fresh criterion v0.5.1
59092024-04-03T08:10:58.170Z Fresh blake2b_simd v1.0.1
59102024-04-03T08:10:58.170Z Fresh target-spec v3.1.0
59112024-04-03T08:10:58.170Z Fresh rstest_macros v0.18.2
59122024-04-03T08:10:58.170Z Fresh hyper-rustls v0.26.0
59132024-04-03T08:10:58.171Z Fresh assert_cmd v2.0.14
59142024-04-03T08:10:58.171Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
59152024-04-03T08:10:58.171Z Fresh pathdiff v0.2.1
59162024-04-03T08:10:58.171Z Fresh rand v0.4.6
59172024-04-03T08:10:58.171Z Fresh remove_dir_all v0.5.3
59182024-04-03T08:10:58.172Z Fresh futures-timer v3.0.2
59192024-04-03T08:10:58.172Z Fresh nested v0.1.1
59202024-04-03T08:10:58.172Z Fresh trybuild v1.0.91
59212024-04-03T08:10:58.172Z Fresh rust-argon2 v2.1.0
59222024-04-03T08:10:58.172Z Fresh datatest-stable v0.2.3
59232024-04-03T08:10:58.172Z Fresh tempdir v0.3.7
59242024-04-03T08:10:58.172Z Fresh guppy v0.17.5
59252024-04-03T08:10:58.172Z Fresh rstest v0.18.2
59262024-04-03T08:10:58.172Z Fresh partial-io v0.5.4
59272024-04-03T08:10:58.172Z Fresh similar-asserts v1.5.0
59282024-04-03T08:10:58.172Z Fresh approx v0.5.1
59292024-04-03T08:10:58.172Z Fresh hex-literal v0.4.1
59302024-04-03T08:10:58.172Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
59312024-04-03T08:10:58.172Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
59322024-04-03T08:10:58.172Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
59332024-04-03T08:10:58.172Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
59342024-04-03T08:10:58.172Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
59352024-04-03T08:10:58.172Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
59362024-04-03T08:10:58.172Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
59372024-04-03T08:10:58.173Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
59382024-04-03T08:10:58.173Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
59392024-04-03T08:10:58.173Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
59402024-04-03T08:10:58.173Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
59412024-04-03T08:10:58.173Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
59422024-04-03T08:10:58.173Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
59432024-04-03T08:10:58.173Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
59442024-04-03T08:10:58.173Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
59452024-04-03T08:10:58.173Z Fresh installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
59462024-04-03T08:10:58.223Z Fresh installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
59472024-04-03T08:10:58.223Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
59482024-04-03T08:10:58.223Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
59492024-04-03T08:10:58.224Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
59502024-04-03T08:10:58.224Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
59512024-04-03T08:10:58.224Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
59522024-04-03T08:10:58.224Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
59532024-04-03T08:10:58.224Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
59542024-04-03T08:10:58.224Z Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
59552024-04-03T08:10:58.224Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
59562024-04-03T08:10:58.224Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
59572024-04-03T08:10:58.224Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
59582024-04-03T08:10:58.224Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
59592024-04-03T08:10:58.224Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
59602024-04-03T08:10:58.224Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
59612024-04-03T08:10:58.225Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
59622024-04-03T08:10:58.225Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
59632024-04-03T08:10:58.225Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
59642024-04-03T08:10:58.225Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
59652024-04-03T08:10:58.225Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
59662024-04-03T08:10:58.225Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
59672024-04-03T08:10:58.225Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
59682024-04-03T08:10:58.225Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
59692024-04-03T08:10:58.225Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
59702024-04-03T08:10:58.225Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
59712024-04-03T08:10:58.225Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
59722024-04-03T08:10:58.226Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
59732024-04-03T08:10:58.226Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
59742024-04-03T08:10:58.226Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
59752024-04-03T08:10:58.226Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
59762024-04-03T08:10:58.226Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
59772024-04-03T08:10:58.226Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
59782024-04-03T08:10:58.226Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
59792024-04-03T08:10:58.226Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
59802024-04-03T08:10:58.226Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
59812024-04-03T08:10:58.226Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
59822024-04-03T08:10:58.226Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
59832024-04-03T08:10:58.226Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
59842024-04-03T08:10:58.227Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
59852024-04-03T08:10:58.227Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
59862024-04-03T08:10:58.227Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
59872024-04-03T08:10:58.227Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
59882024-04-03T08:10:58.227Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
59892024-04-03T08:10:58.227Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
59902024-04-03T08:10:58.227Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
59912024-04-03T08:10:58.227Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
59922024-04-03T08:10:58.227Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
59932024-04-03T08:10:58.227Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
59942024-04-03T08:10:58.227Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
59952024-04-03T08:10:58.227Z Finished test [unoptimized + debuginfo] target(s) in 1.41s
59962024-04-03T08:10:58.228Z Doc-tests authz-macros
59972024-04-03T08:10:58.228Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-a63dd10289c27d6a.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-69563b97652b5c1b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-711263fc085726a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e70bced1b556d348.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
59982024-04-03T08:10:58.228Z
59992024-04-03T08:10:58.228Zrunning 7 tests
60002024-04-03T08:10:58.228Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 109) ... ignored
60012024-04-03T08:10:58.228Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 122) ... ignored
60022024-04-03T08:10:58.228Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 27) ... ignored
60032024-04-03T08:10:58.228Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 46) ... ignored
60042024-04-03T08:10:58.228Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 59) ... ignored
60052024-04-03T08:10:58.228Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 76) ... ignored
60062024-04-03T08:10:58.228Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 94) ... ignored
60072024-04-03T08:10:58.228Z
60082024-04-03T08:10:58.229Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.01s
60092024-04-03T08:10:58.229Z
60102024-04-03T08:10:58.229Z Doc-tests bootstore
60112024-04-03T08:10:58.229Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7051eb583ebf2465.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-330cd05561751178.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60d1e75aba0cc8b7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fef92b37dc9e2eff.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
60122024-04-03T08:10:58.628Z
60132024-04-03T08:10:58.628Zrunning 0 tests
60142024-04-03T08:10:58.628Z
60152024-04-03T08:10:58.628Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60162024-04-03T08:10:58.628Z
60172024-04-03T08:10:59.044Z Doc-tests bootstrap-agent-client
60182024-04-03T08:10:59.045Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-423467c6ff104d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
60192024-04-03T08:10:59.293Z
60202024-04-03T08:10:59.293Zrunning 0 tests
60212024-04-03T08:10:59.293Z
60222024-04-03T08:10:59.293Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60232024-04-03T08:10:59.293Z
60242024-04-03T08:10:59.319Z Doc-tests db-macros
60252024-04-03T08:10:59.319Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b127e160ccdfc53f.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-69563b97652b5c1b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-711263fc085726a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e70bced1b556d348.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b22abd21a27fa8e5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
60262024-04-03T08:10:59.571Z
60272024-04-03T08:10:59.571Zrunning 4 tests
60282024-04-03T08:10:59.585Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 32) ... ignored
60292024-04-03T08:10:59.585Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 52) ... ignored
60302024-04-03T08:10:59.585Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 77) ... ignored
60312024-04-03T08:10:59.585Ztest nexus/db-macros/src/lib.rs - subquery_target (line 150) ... ignored
60322024-04-03T08:10:59.585Z
60332024-04-03T08:10:59.585Ztest result: ok. 0 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.00s
60342024-04-03T08:10:59.585Z
60352024-04-03T08:10:59.598Z Doc-tests dns-server
60362024-04-03T08:10:59.598Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2d9466c53a08866e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9e8a878aa7eb3c7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-c96322690e2aad70.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0a30ca2564ebd32e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-11dbb7b3e92914f4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a1da743011132deb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
60372024-04-03T08:10:59.888Z
60382024-04-03T08:10:59.888Zrunning 0 tests
60392024-04-03T08:10:59.888Z
60402024-04-03T08:10:59.889Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60412024-04-03T08:10:59.889Z
60422024-04-03T08:10:59.910Z Doc-tests dns-service-client
60432024-04-03T08:10:59.920Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib -C embed-bitcode=no -D warnings --error-format human`
60442024-04-03T08:11:00.161Z
60452024-04-03T08:11:00.161Zrunning 0 tests
60462024-04-03T08:11:00.161Z
60472024-04-03T08:11:00.161Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60482024-04-03T08:11:00.161Z
60492024-04-03T08:11:00.186Z Doc-tests dpd-client
60502024-04-03T08:11:00.198Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dpd_client --test clients/dpd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dpd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9cb5ba670464d9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0098157a782cbc3b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
60512024-04-03T08:11:01.384Z
60522024-04-03T08:11:01.384Zrunning 0 tests
60532024-04-03T08:11:01.384Z
60542024-04-03T08:11:01.384Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60552024-04-03T08:11:01.384Z
60562024-04-03T08:11:01.424Z Doc-tests gateway-client
60572024-04-03T08:11:01.431Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
60582024-04-03T08:11:02.356Z
60592024-04-03T08:11:02.356Zrunning 0 tests
60602024-04-03T08:11:02.356Z
60612024-04-03T08:11:02.357Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60622024-04-03T08:11:02.357Z
60632024-04-03T08:11:02.387Z Doc-tests gateway-test-utils
60642024-04-03T08:11:02.401Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a7c03cb66d387604.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9eaa0848d0aa01e7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6d2aec0819c0a2a3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
60652024-04-03T08:11:02.716Z
60662024-04-03T08:11:02.717Zrunning 0 tests
60672024-04-03T08:11:02.717Z
60682024-04-03T08:11:02.717Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60692024-04-03T08:11:02.717Z
60702024-04-03T08:11:02.736Z Doc-tests illumos-utils
60712024-04-03T08:11:02.748Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-7a1d6bafb4554750.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ee70016887b171ea.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-9eace954e431d2c2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-2919e28e06a0b1a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d7ccb1fc6ef0a18e.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c6a77cf266a32d4a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-e47ac7f8328cbbbc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-e2ae5922343e9bab.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' -D warnings --error-format human`
60722024-04-03T08:11:04.374Z
60732024-04-03T08:11:04.374Zrunning 0 tests
60742024-04-03T08:11:04.374Z
60752024-04-03T08:11:04.374Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60762024-04-03T08:11:04.374Z
60772024-04-03T08:11:04.427Z Doc-tests installinator
60782024-04-03T08:11:04.451Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e2513e0b503e3c04.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-9adfc161ed9c35b1.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-f8651e7ec7d32b01.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-406eee9cc9a36418.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c69339fd62138d88.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-151f42d2b3bdcb64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-6b5576bee720e4af.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d1f7181be2159cc1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-11b37a82b4a396f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dc74308259da87c7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-97143267c914320e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
60792024-04-03T08:11:04.956Z
60802024-04-03T08:11:04.957Zrunning 0 tests
60812024-04-03T08:11:04.957Z
60822024-04-03T08:11:04.957Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60832024-04-03T08:11:04.957Z
60842024-04-03T08:11:04.966Z Doc-tests installinator-artifact-client
60852024-04-03T08:11:04.967Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifact_client --test clients/installinator-artifact-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-artifact-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-f8651e7ec7d32b01.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-406eee9cc9a36418.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-97143267c914320e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
60862024-04-03T08:11:05.823Z
60872024-04-03T08:11:05.823Zrunning 0 tests
60882024-04-03T08:11:05.823Z
60892024-04-03T08:11:05.823Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60902024-04-03T08:11:05.823Z
60912024-04-03T08:11:05.849Z Doc-tests installinator-artifactd
60922024-04-03T08:11:05.863Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifactd --test installinator-artifactd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-artifactd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-83f5d8b2fcc590ba.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-406eee9cc9a36418.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
60932024-04-03T08:11:06.116Z
60942024-04-03T08:11:06.117Zrunning 0 tests
60952024-04-03T08:11:06.117Z
60962024-04-03T08:11:06.117Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60972024-04-03T08:11:06.118Z
60982024-04-03T08:11:06.136Z Doc-tests installinator-common
60992024-04-03T08:11:06.175Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-406eee9cc9a36418.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-97143267c914320e.rlib -C embed-bitcode=no -D warnings --error-format human`
61002024-04-03T08:11:06.517Z
61012024-04-03T08:11:06.517Zrunning 0 tests
61022024-04-03T08:11:06.517Z
61032024-04-03T08:11:06.518Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61042024-04-03T08:11:06.518Z
61052024-04-03T08:11:06.540Z Doc-tests internal-dns
61062024-04-03T08:11:06.544Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name internal_dns --test internal-dns/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2d9466c53a08866e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0d924f6d5199d796.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
61072024-04-03T08:11:06.797Z
61082024-04-03T08:11:06.797Zrunning 0 tests
61092024-04-03T08:11:06.797Z
61102024-04-03T08:11:06.797Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61112024-04-03T08:11:06.798Z
61122024-04-03T08:11:06.815Z Doc-tests ipcc
61132024-04-03T08:11:06.825Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c69339fd62138d88.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ -D warnings --error-format human`
61142024-04-03T08:11:07.038Z
61152024-04-03T08:11:07.039Zrunning 0 tests
61162024-04-03T08:11:07.039Z
61172024-04-03T08:11:07.039Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61182024-04-03T08:11:07.040Z
61192024-04-03T08:11:07.061Z Doc-tests key-manager
61202024-04-03T08:11:07.077Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a9fb4855d11d87bd.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-be8c6afe3b0fecd6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60d1e75aba0cc8b7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib -C embed-bitcode=no -D warnings --error-format human`
61212024-04-03T08:11:07.277Z
61222024-04-03T08:11:07.277Zrunning 0 tests
61232024-04-03T08:11:07.277Z
61242024-04-03T08:11:07.277Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61252024-04-03T08:11:07.278Z
61262024-04-03T08:11:07.292Z Doc-tests nexus-client
61272024-04-03T08:11:07.316Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0c1872af5f7aa1e4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9cd7152deb13fcc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
61282024-04-03T08:11:09.944Z
61292024-04-03T08:11:09.944Zrunning 0 tests
61302024-04-03T08:11:09.945Z
61312024-04-03T08:11:09.945Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61322024-04-03T08:11:09.945Z
61332024-04-03T08:11:09.996Z Doc-tests nexus-config
61342024-04-03T08:11:09.996Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_config --test nexus-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-config -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-67b5d8affcba319b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
61352024-04-03T08:11:10.436Z
61362024-04-03T08:11:10.437Zrunning 0 tests
61372024-04-03T08:11:10.437Z
61382024-04-03T08:11:10.437Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61392024-04-03T08:11:10.437Z
61402024-04-03T08:11:10.456Z Doc-tests nexus-db-model
61412024-04-03T08:11:10.469Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b127e160ccdfc53f.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2b44ebb5b3c74cea.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9afbb85b61857719.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3728cbc990b86f89.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-aafd42fcf2997d57.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-f9617c022332c07a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9cd7152deb13fcc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cca9ad685c5194da.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
61422024-04-03T08:11:19.145Z
61432024-04-03T08:11:19.145Zrunning 2 tests
61442024-04-03T08:11:21.239Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
61452024-04-03T08:11:21.254Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
61462024-04-03T08:11:21.255Z
61472024-04-03T08:11:21.255Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.09s
61482024-04-03T08:11:21.255Z
61492024-04-03T08:11:21.397Z Doc-tests nexus-db-queries
61502024-04-03T08:11:21.408Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-046fb14fc6d93b1a.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-a63dd10289c27d6a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-86ca15a94d29b772.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5f5bc0aeb5666684.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5d882fa43050414c.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b127e160ccdfc53f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9afbb85b61857719.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-d3e2621ef396a9b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-07e61238cdbbb096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a066ba2ba3a2161f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3728cbc990b86f89.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dda5b056dd82006a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a37956d151817fe8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d04a32e20c7fcc7f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-411b5ecf02681aa5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9cd7152deb13fcc2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-20e4778d24b5ca91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-b5c8878f027c1e69.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-047610642ce2042e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-45ce5ab14e8bbbd4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cca9ad685c5194da.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
61512024-04-03T08:11:23.385Z
61522024-04-03T08:11:23.385Zrunning 2 tests
61532024-04-03T08:11:23.390Ztest nexus/db-queries/src/db/alias.rs - db::alias::ExpressionAlias (line 20) ... ignored
61542024-04-03T08:11:31.836Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 193) ... ok
61552024-04-03T08:11:31.837Z
61562024-04-03T08:11:31.837Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 8.46s
61572024-04-03T08:11:31.837Z
61582024-04-03T08:11:31.901Z Doc-tests nexus-defaults
61592024-04-03T08:11:31.906Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-aafd42fcf2997d57.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib -C embed-bitcode=no -D warnings --error-format human`
61602024-04-03T08:11:32.100Z
61612024-04-03T08:11:32.100Zrunning 0 tests
61622024-04-03T08:11:32.100Z
61632024-04-03T08:11:32.100Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61642024-04-03T08:11:32.100Z
61652024-04-03T08:11:32.114Z Doc-tests nexus-inventory
61662024-04-03T08:11:32.118Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a7c03cb66d387604.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a37956d151817fe8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-20e4778d24b5ca91.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-90f3249fde2e13f9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
61672024-04-03T08:11:32.380Z
61682024-04-03T08:11:32.381Zrunning 0 tests
61692024-04-03T08:11:32.381Z
61702024-04-03T08:11:32.381Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61712024-04-03T08:11:32.381Z
61722024-04-03T08:11:32.394Z Doc-tests nexus-macros-common
61732024-04-03T08:11:32.399Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_macros_common --test nexus/macros-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/macros-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-711263fc085726a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib -C embed-bitcode=no -D warnings --error-format human`
61742024-04-03T08:11:32.464Z
61752024-04-03T08:11:32.464Zrunning 0 tests
61762024-04-03T08:11:32.464Z
61772024-04-03T08:11:32.464Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61782024-04-03T08:11:32.464Z
61792024-04-03T08:11:32.471Z Doc-tests nexus-metrics-producer-gc
61802024-04-03T08:11:32.475Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_metrics_producer_gc --test nexus/metrics-producer-gc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/metrics-producer-gc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-046fb14fc6d93b1a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9afbb85b61857719.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-0907d5f56ff59485.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3728cbc990b86f89.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dda5b056dd82006a.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-81adedbce3f3e9a0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-411b5ecf02681aa5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-692dd40eb61575b1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
61812024-04-03T08:11:32.852Z
61822024-04-03T08:11:32.853Zrunning 0 tests
61832024-04-03T08:11:32.853Z
61842024-04-03T08:11:32.853Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61852024-04-03T08:11:32.853Z
61862024-04-03T08:11:32.877Z Doc-tests nexus-networking
61872024-04-03T08:11:32.887Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_networking --test nexus/networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/networking -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dda5b056dd82006a.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-23ebc2f0c72ba031.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
61882024-04-03T08:11:33.207Z
61892024-04-03T08:11:33.207Zrunning 0 tests
61902024-04-03T08:11:33.207Z
61912024-04-03T08:11:33.207Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61922024-04-03T08:11:33.208Z
61932024-04-03T08:11:33.269Z Doc-tests nexus-reconfigurator-execution
61942024-04-03T08:11:33.273Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_reconfigurator_execution --test nexus/reconfigurator/execution/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/execution -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-0907d5f56ff59485.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3728cbc990b86f89.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dda5b056dd82006a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a37956d151817fe8.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-23ebc2f0c72ba031.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-f0782c8f246b4c11.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d04a32e20c7fcc7f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6b939af083bc990e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-411b5ecf02681aa5.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d76b8f3c8fd5a6e.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f3e138172790fd86.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
61952024-04-03T08:11:33.755Z
61962024-04-03T08:11:33.755Zrunning 0 tests
61972024-04-03T08:11:33.755Z
61982024-04-03T08:11:33.755Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61992024-04-03T08:11:33.755Z
62002024-04-03T08:11:33.781Z Doc-tests nexus-reconfigurator-planning
62012024-04-03T08:11:33.787Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_reconfigurator_planning --test nexus/reconfigurator/planning/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/planning -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-625ad031c02df8c5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a37956d151817fe8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d04a32e20c7fcc7f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-90f3249fde2e13f9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
62022024-04-03T08:11:34.079Z
62032024-04-03T08:11:34.079Zrunning 0 tests
62042024-04-03T08:11:34.079Z
62052024-04-03T08:11:34.079Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62062024-04-03T08:11:34.079Z
62072024-04-03T08:11:34.521Z Doc-tests nexus-reconfigurator-preparation
62082024-04-03T08:11:34.533Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_reconfigurator_preparation --test nexus/reconfigurator/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/preparation -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3728cbc990b86f89.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dda5b056dd82006a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6b939af083bc990e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib -C embed-bitcode=no -D warnings --error-format human`
62092024-04-03T08:11:34.533Z
62102024-04-03T08:11:34.533Zrunning 0 tests
62112024-04-03T08:11:34.533Z
62122024-04-03T08:11:34.533Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62132024-04-03T08:11:34.534Z
62142024-04-03T08:11:34.534Z Doc-tests nexus-types
62152024-04-03T08:11:34.534Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1856481176723876.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-33a770dffbec51cf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9cd7152deb13fcc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cca9ad685c5194da.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
62162024-04-03T08:11:36.850Z
62172024-04-03T08:11:36.850Zrunning 0 tests
62182024-04-03T08:11:36.850Z
62192024-04-03T08:11:36.850Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62202024-04-03T08:11:36.850Z
62212024-04-03T08:11:36.909Z Doc-tests omicron-certificates
62222024-04-03T08:11:36.909Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bc66d735be7e778a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-f9617c022332c07a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ea5ca821882ec114.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib -C embed-bitcode=no -D warnings --error-format human`
62232024-04-03T08:11:37.126Z
62242024-04-03T08:11:37.126Zrunning 0 tests
62252024-04-03T08:11:37.126Z
62262024-04-03T08:11:37.126Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62272024-04-03T08:11:37.126Z
62282024-04-03T08:11:37.143Z Doc-tests omicron-common
62292024-04-03T08:11:37.148Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1856481176723876.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5854896ab8f65f6e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c0948e3159687e61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0098157a782cbc3b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-1bb162c8381bd8c5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -D warnings --error-format human`
62302024-04-03T08:11:38.684Z
62312024-04-03T08:11:38.684Zrunning 2 tests
62322024-04-03T08:11:38.787Ztest common/src/lib.rs - FileKv (line 57) ... ignored
62332024-04-03T08:11:42.978Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 601) ... ok
62342024-04-03T08:11:42.978Z
62352024-04-03T08:11:42.978Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.29s
62362024-04-03T08:11:42.978Z
62372024-04-03T08:11:43.036Z Doc-tests omicron-ddm-admin-client
62382024-04-03T08:11:43.048Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e671de81bcf8a13e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-151f42d2b3bdcb64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0098157a782cbc3b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
62392024-04-03T08:11:43.260Z
62402024-04-03T08:11:43.261Zrunning 0 tests
62412024-04-03T08:11:43.261Z
62422024-04-03T08:11:43.261Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62432024-04-03T08:11:43.261Z
62442024-04-03T08:11:43.281Z Doc-tests omicron-gateway
62452024-04-03T08:11:43.290Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-208e745e5a31891a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a7c03cb66d387604.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c69339fd62138d88.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9eaa0848d0aa01e7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b715f9e47ea90777.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-329dbc3d8aa6e9f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6d2aec0819c0a2a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a55b33373ba6031a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
62462024-04-03T08:11:44.661Z
62472024-04-03T08:11:44.661Zrunning 0 tests
62482024-04-03T08:11:44.661Z
62492024-04-03T08:11:44.661Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62502024-04-03T08:11:44.662Z
62512024-04-03T08:11:44.674Z Doc-tests omicron-nexus
62522024-04-03T08:11:44.674Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-046fb14fc6d93b1a.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-877d9ca8bee8bc37.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1a836d1b5e248448.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b9b7c79e5f56a496.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9afbb85b61857719.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2d9466c53a08866e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9cb5ba670464d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-4ff9799084301cee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a7c03cb66d387604.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-0907d5f56ff59485.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-07e61238cdbbb096.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c0948e3159687e61.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8be371edb6aed398.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3728cbc990b86f89.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dda5b056dd82006a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-aafd42fcf2997d57.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a37956d151817fe8.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-81adedbce3f3e9a0.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-23ebc2f0c72ba031.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-f0782c8f246b4c11.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d04a32e20c7fcc7f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-6b939af083bc990e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2778531f933eacc1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-411b5ecf02681aa5.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d76b8f3c8fd5a6e.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-451e0d2b9dfe66d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f3e138172790fd86.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9cd7152deb13fcc2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-20e4778d24b5ca91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-645ea29e213c9d27.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2561039e3fc7c71c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-692dd40eb61575b1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fa9e41747dc1dc15.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4d63efe4861448a0.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7a099464dc832aa7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-06785579956b54a5.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-169712c035341330.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-05241e374f7f2401.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0098157a782cbc3b.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bf5b43e43e5ecd90.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3a30bc9fd8627524.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38b869fdf61e2173.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-45ce5ab14e8bbbd4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-327a462a4842a87e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-44251199ac83f0ed.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6d2aec0819c0a2a3.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cca9ad685c5194da.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e642081554db0b17.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-67b5d8affcba319b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-cbd44a5a76d2ea99.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf7121e2060e5fb7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dc74308259da87c7.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-385fc6f64931d923.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
62532024-04-03T08:11:46.813Z
62542024-04-03T08:11:46.813Zrunning 5 tests
62552024-04-03T08:11:46.940Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 219) ... ignored
62562024-04-03T08:11:50.160Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 785) ... ok
62572024-04-03T08:11:50.175Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 755) ... ok
62582024-04-03T08:11:50.175Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 713) ... ok
62592024-04-03T08:11:50.175Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 691) ... ok
62602024-04-03T08:11:50.176Z
62612024-04-03T08:11:50.176Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.35s
62622024-04-03T08:11:50.176Z
62632024-04-03T08:11:50.223Z Doc-tests omicron-package
62642024-04-03T08:11:50.237Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-5839be696f36f5d5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-3760f7a422e8403a.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3c0333554e1139b6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d1f7181be2159cc1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-891598d647538f18.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rlib -C embed-bitcode=no -D warnings --error-format human`
62652024-04-03T08:11:50.415Z
62662024-04-03T08:11:50.416Zrunning 0 tests
62672024-04-03T08:11:50.416Z
62682024-04-03T08:11:50.417Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62692024-04-03T08:11:50.417Z
62702024-04-03T08:11:50.448Z Doc-tests omicron-passwords
62712024-04-03T08:11:50.448Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-bd1d1801db21c345.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-877d9ca8bee8bc37.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9cd7152deb13fcc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-41b14d6505b7bda2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib -C embed-bitcode=no -D warnings --error-format human`
62722024-04-03T08:11:50.524Z
62732024-04-03T08:11:50.525Zrunning 0 tests
62742024-04-03T08:11:50.525Z
62752024-04-03T08:11:50.525Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62762024-04-03T08:11:50.525Z
62772024-04-03T08:11:50.534Z Doc-tests omicron-rpaths
62782024-04-03T08:11:50.547Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-adf58952c58280be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib -C embed-bitcode=no -D warnings --error-format human`
62792024-04-03T08:11:50.594Z
62802024-04-03T08:11:50.594Zrunning 0 tests
62812024-04-03T08:11:50.594Z
62822024-04-03T08:11:50.594Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62832024-04-03T08:11:50.594Z
62842024-04-03T08:11:50.602Z Doc-tests omicron-sled-agent
62852024-04-03T08:11:50.615Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-58ed50349d3ed936.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-7051eb583ebf2465.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-423467c6ff104d36.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1a836d1b5e248448.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-2d9466c53a08866e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-2f4e9229eed4f533.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9cb5ba670464d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-19ea764397bc1dbc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-2cd2632e473b4319.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-406eee9cc9a36418.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-be8c6afe3b0fecd6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c0948e3159687e61.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0c1872af5f7aa1e4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-151f42d2b3bdcb64.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-20e4778d24b5ca91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d7ccb1fc6ef0a18e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4d63efe4861448a0.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7a099464dc832aa7.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-953366735e598540.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bf5b43e43e5ecd90.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ea5346c144b2d93a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bb58e2c0a69e4d14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-fe8e2cab88f7876c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-18e98e9e48a01bce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d1f7181be2159cc1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-11b37a82b4a396f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-a1e41c2f9002e3d6.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-7aa140c674e3bb93.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5ad5f7ce8ea8c14b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a914d00a2e572314.rlib -C embed-bitcode=no -D warnings --error-format human`
62862024-04-03T08:11:53.218Z
62872024-04-03T08:11:53.219Zrunning 0 tests
62882024-04-03T08:11:53.219Z
62892024-04-03T08:11:53.219Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62902024-04-03T08:11:53.219Z
62912024-04-03T08:11:53.281Z Doc-tests omicron-test-utils
62922024-04-03T08:11:53.285Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-3655500470576653.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-beba8c826f2a274c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4af3ac39ee685c10.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9f6e48ba9013d532.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-843cebe16e152437.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-65d2b709ead34c1c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0cb71a710de885d6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b8fd1eb3eadc8a85.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bfcd6c3dcc8bdfd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-67b5d8affcba319b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-6cdfd32f8061647e.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' -D warnings --error-format human`
62932024-04-03T08:11:53.606Z
62942024-04-03T08:11:53.606Zrunning 0 tests
62952024-04-03T08:11:53.606Z
62962024-04-03T08:11:53.606Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62972024-04-03T08:11:53.606Z
62982024-04-03T08:11:53.620Z Doc-tests omicron-uuid-kinds
62992024-04-03T08:11:53.628Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_uuid_kinds --test uuid-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/uuid-kinds -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-33a770dffbec51cf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2497396aab64c55.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' -D warnings --error-format human`
63002024-04-03T08:11:53.700Z
63012024-04-03T08:11:53.700Zrunning 0 tests
63022024-04-03T08:11:53.700Z
63032024-04-03T08:11:53.700Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63042024-04-03T08:11:53.700Z
63052024-04-03T08:11:53.709Z Doc-tests oxide-client
63062024-04-03T08:11:53.709Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2561039e3fc7c71c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
63072024-04-03T08:11:58.476Z
63082024-04-03T08:11:58.477Zrunning 183 tests
63092024-04-03T08:11:58.497Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
63102024-04-03T08:11:58.497Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
63112024-04-03T08:11:58.497Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
63122024-04-03T08:11:58.497Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
63132024-04-03T08:11:58.498Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
63142024-04-03T08:11:58.498Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
63152024-04-03T08:11:58.498Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
63162024-04-03T08:11:58.498Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
63172024-04-03T08:11:58.499Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
63182024-04-03T08:11:58.499Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
63192024-04-03T08:11:58.499Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
63202024-04-03T08:11:58.499Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
63212024-04-03T08:11:58.499Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
63222024-04-03T08:11:58.512Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
63232024-04-03T08:11:58.512Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
63242024-04-03T08:11:58.512Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
63252024-04-03T08:11:58.512Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
63262024-04-03T08:11:58.512Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
63272024-04-03T08:11:58.512Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
63282024-04-03T08:11:58.513Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
63292024-04-03T08:11:58.513Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored
63302024-04-03T08:11:58.513Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored
63312024-04-03T08:11:58.513Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored
63322024-04-03T08:11:58.513Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored
63332024-04-03T08:11:58.513Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
63342024-04-03T08:11:58.513Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
63352024-04-03T08:11:58.513Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
63362024-04-03T08:11:58.513Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
63372024-04-03T08:11:58.513Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
63382024-04-03T08:11:58.513Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
63392024-04-03T08:11:58.513Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
63402024-04-03T08:11:58.513Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
63412024-04-03T08:11:58.514Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
63422024-04-03T08:11:58.514Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
63432024-04-03T08:11:58.522Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
63442024-04-03T08:11:58.522Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
63452024-04-03T08:11:58.523Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
63462024-04-03T08:11:58.523Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
63472024-04-03T08:11:58.523Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
63482024-04-03T08:11:58.524Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored
63492024-04-03T08:11:58.524Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
63502024-04-03T08:11:58.524Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
63512024-04-03T08:11:58.525Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
63522024-04-03T08:11:58.525Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
63532024-04-03T08:11:58.526Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
63542024-04-03T08:11:58.526Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
63552024-04-03T08:11:58.533Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
63562024-04-03T08:11:58.534Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
63572024-04-03T08:11:58.534Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
63582024-04-03T08:11:58.534Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
63592024-04-03T08:11:58.534Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
63602024-04-03T08:11:58.534Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
63612024-04-03T08:11:58.534Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
63622024-04-03T08:11:58.534Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
63632024-04-03T08:11:58.534Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 30) ... ignored
63642024-04-03T08:11:58.535Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_query (line 22) ... ignored
63652024-04-03T08:11:58.535Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_schema_list (line 25) ... ignored
63662024-04-03T08:11:58.535Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
63672024-04-03T08:11:58.535Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
63682024-04-03T08:11:58.535Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
63692024-04-03T08:11:58.535Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
63702024-04-03T08:11:58.535Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
63712024-04-03T08:11:58.535Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
63722024-04-03T08:11:58.551Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
63732024-04-03T08:11:58.551Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
63742024-04-03T08:11:58.552Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
63752024-04-03T08:11:58.552Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
63762024-04-03T08:11:58.552Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
63772024-04-03T08:11:58.552Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
63782024-04-03T08:11:58.552Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
63792024-04-03T08:11:58.552Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
63802024-04-03T08:11:58.556Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
63812024-04-03T08:11:58.556Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
63822024-04-03T08:11:58.556Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
63832024-04-03T08:11:58.556Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
63842024-04-03T08:11:58.557Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
63852024-04-03T08:11:58.557Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
63862024-04-03T08:11:58.557Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored
63872024-04-03T08:11:58.557Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
63882024-04-03T08:11:58.557Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored
63892024-04-03T08:11:58.557Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
63902024-04-03T08:11:58.557Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
63912024-04-03T08:11:58.557Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
63922024-04-03T08:11:58.557Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
63932024-04-03T08:11:58.558Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
63942024-04-03T08:11:58.558Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
63952024-04-03T08:11:58.558Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
63962024-04-03T08:11:58.558Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
63972024-04-03T08:11:58.558Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
63982024-04-03T08:11:58.558Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
63992024-04-03T08:11:58.563Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
64002024-04-03T08:11:58.563Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
64012024-04-03T08:11:58.563Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
64022024-04-03T08:11:58.563Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
64032024-04-03T08:11:58.564Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored
64042024-04-03T08:11:58.564Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
64052024-04-03T08:11:58.564Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
64062024-04-03T08:11:58.564Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
64072024-04-03T08:11:58.568Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
64082024-04-03T08:11:58.569Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
64092024-04-03T08:11:58.569Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
64102024-04-03T08:11:58.569Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
64112024-04-03T08:11:58.569Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
64122024-04-03T08:11:58.569Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
64132024-04-03T08:11:58.569Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
64142024-04-03T08:11:58.574Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
64152024-04-03T08:11:58.574Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 30) ... ignored
64162024-04-03T08:11:58.575Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored
64172024-04-03T08:11:58.575Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored
64182024-04-03T08:11:58.575Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored
64192024-04-03T08:11:58.575Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 27) ... ignored
64202024-04-03T08:11:58.575Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored
64212024-04-03T08:11:58.585Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored
64222024-04-03T08:11:58.586Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 24) ... ignored
64232024-04-03T08:11:58.586Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored
64242024-04-03T08:11:58.586Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored
64252024-04-03T08:11:58.586Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored
64262024-04-03T08:11:58.586Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_link (line 27) ... ignored
64272024-04-03T08:11:58.591Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_list (line 27) ... ignored
64282024-04-03T08:11:58.591Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_unlink (line 24) ... ignored
64292024-04-03T08:11:58.591Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_update (line 24) ... ignored
64302024-04-03T08:11:58.592Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored
64312024-04-03T08:11:58.592Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_utilization_view (line 24) ... ignored
64322024-04-03T08:11:58.592Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored
64332024-04-03T08:11:58.592Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
64342024-04-03T08:11:58.592Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
64352024-04-03T08:11:58.592Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
64362024-04-03T08:11:58.593Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
64372024-04-03T08:11:58.593Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
64382024-04-03T08:11:58.593Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
64392024-04-03T08:11:58.593Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
64402024-04-03T08:11:58.599Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_create (line 22) ... ignored
64412024-04-03T08:11:58.599Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
64422024-04-03T08:11:58.599Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored
64432024-04-03T08:11:58.599Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
64442024-04-03T08:11:58.600Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
64452024-04-03T08:11:58.600Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
64462024-04-03T08:11:58.600Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
64472024-04-03T08:11:58.600Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
64482024-04-03T08:11:58.600Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
64492024-04-03T08:11:58.600Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
64502024-04-03T08:11:58.604Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
64512024-04-03T08:11:58.605Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
64522024-04-03T08:11:58.605Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
64532024-04-03T08:11:58.605Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
64542024-04-03T08:11:58.605Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
64552024-04-03T08:11:58.605Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
64562024-04-03T08:11:58.605Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
64572024-04-03T08:11:58.610Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
64582024-04-03T08:11:58.610Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
64592024-04-03T08:11:58.610Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
64602024-04-03T08:11:58.610Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
64612024-04-03T08:11:58.610Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
64622024-04-03T08:11:58.611Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
64632024-04-03T08:11:58.615Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
64642024-04-03T08:11:58.615Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
64652024-04-03T08:11:58.615Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
64662024-04-03T08:11:58.615Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
64672024-04-03T08:11:58.615Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
64682024-04-03T08:11:58.616Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
64692024-04-03T08:11:58.621Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
64702024-04-03T08:11:58.621Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
64712024-04-03T08:11:58.621Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
64722024-04-03T08:11:58.622Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
64732024-04-03T08:11:58.622Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
64742024-04-03T08:11:58.622Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
64752024-04-03T08:11:58.630Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
64762024-04-03T08:11:58.630Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
64772024-04-03T08:11:58.631Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
64782024-04-03T08:11:58.631Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
64792024-04-03T08:11:58.631Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
64802024-04-03T08:11:58.631Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
64812024-04-03T08:11:58.631Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 26) ... ignored
64822024-04-03T08:11:58.631Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
64832024-04-03T08:11:59.044Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
64842024-04-03T08:11:59.044Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
64852024-04-03T08:11:59.044Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
64862024-04-03T08:11:59.044Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
64872024-04-03T08:11:59.044Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
64882024-04-03T08:11:59.044Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
64892024-04-03T08:11:59.044Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
64902024-04-03T08:11:59.044Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
64912024-04-03T08:11:59.044Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
64922024-04-03T08:11:59.044Z
64932024-04-03T08:11:59.045Ztest result: ok. 0 passed; 0 failed; 183 ignored; 0 measured; 0 filtered out; finished in 0.16s
64942024-04-03T08:11:59.045Z
64952024-04-03T08:11:59.052Z Doc-tests oximeter
64962024-04-03T08:11:59.052Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-25e4f07d429ae077.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9f10828012a3e3e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-bf97f7011c41aab3.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-31e1623252e80faa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-dbc3246b01018bc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
64972024-04-03T08:11:59.300Z
64982024-04-03T08:11:59.300Zrunning 8 tests
64992024-04-03T08:11:59.905Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 72) - compile fail ... ok
65002024-04-03T08:11:59.995Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 164) - compile fail ... ok
65012024-04-03T08:12:00.647Ztest oximeter/oximeter/src/lib.rs - (line 24) ... ok
65022024-04-03T08:12:04.937Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::with_bins (line 357) ... ok
65032024-04-03T08:12:05.075Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 143) ... ok
65042024-04-03T08:12:05.506Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::span_decades (line 597) ... ok
65052024-04-03T08:12:05.552Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 46) ... ok
65062024-04-03T08:12:05.796Ztest oximeter/oximeter/src/traits.rs - traits::Producer (line 334) ... ok
65072024-04-03T08:12:05.805Z
65082024-04-03T08:12:05.805Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.49s
65092024-04-03T08:12:05.805Z
65102024-04-03T08:12:05.818Z Doc-tests oximeter-client
65112024-04-03T08:12:05.827Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-692dd40eb61575b1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
65122024-04-03T08:12:06.104Z
65132024-04-03T08:12:06.104Zrunning 0 tests
65142024-04-03T08:12:06.104Z
65152024-04-03T08:12:06.104Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65162024-04-03T08:12:06.104Z
65172024-04-03T08:12:06.121Z Doc-tests oximeter-collector
65182024-04-03T08:12:06.126Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0c1872af5f7aa1e4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-943e685ddfc22b64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-692dd40eb61575b1.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5ec858d4fe948645.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fa9e41747dc1dc15.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
65192024-04-03T08:12:06.534Z
65202024-04-03T08:12:06.534Zrunning 0 tests
65212024-04-03T08:12:06.534Z
65222024-04-03T08:12:06.534Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65232024-04-03T08:12:06.534Z
65242024-04-03T08:12:06.559Z Doc-tests oximeter-db
65252024-04-03T08:12:06.564Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-53a2f9c47ebf2369.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-03b4f3ce92193791.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-e9f234e7403545e8.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9f10828012a3e3e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fa9e41747dc1dc15.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-ca680322063eda02.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4e726e1c165ee571.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-44810f6df167919f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-22d44c788f7a1157.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b88d71e2cf5c5956.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-e0e8e885cafb6a8c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fafdbbb263f2d450.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4258ebc422c1fe64.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' -D warnings --error-format human`
65262024-04-03T08:12:07.743Z
65272024-04-03T08:12:07.743Zrunning 3 tests
65282024-04-03T08:12:07.777Ztest oximeter/db/src/oxql/ast/grammar.rs - oxql::ast::grammar::query_parser::string_literal (line 258) ... ignored
65292024-04-03T08:12:07.777Ztest oximeter/db/src/oxql/ast/grammar.rs - oxql::ast::grammar::query_parser::string_literal (line 272) ... ignored
65302024-04-03T08:12:07.778Ztest oximeter/db/src/oxql/ast/table_ops/filter.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 114) ... ignored
65312024-04-03T08:12:07.778Z
65322024-04-03T08:12:07.778Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
65332024-04-03T08:12:07.778Z
65342024-04-03T08:12:07.801Z Doc-tests oximeter-instruments
65352024-04-03T08:12:07.801Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-709d01f702754cfa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4d63efe4861448a0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' -D warnings --error-format human`
65362024-04-03T08:12:08.070Z
65372024-04-03T08:12:08.070Zrunning 0 tests
65382024-04-03T08:12:08.070Z
65392024-04-03T08:12:08.071Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65402024-04-03T08:12:08.071Z
65412024-04-03T08:12:08.090Z Doc-tests oximeter-macro-impl
65422024-04-03T08:12:08.091Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-bf97f7011c41aab3.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-fd52f7f67b160361.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-135b4d7a084d06f6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f03df9f88b4c240c.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
65432024-04-03T08:12:08.167Z
65442024-04-03T08:12:08.167Zrunning 0 tests
65452024-04-03T08:12:08.167Z
65462024-04-03T08:12:08.167Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65472024-04-03T08:12:08.167Z
65482024-04-03T08:12:08.174Z Doc-tests oximeter-producer
65492024-04-03T08:12:08.178Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0c1872af5f7aa1e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4d6b9109333e97b9.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7a099464dc832aa7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
65502024-04-03T08:12:08.468Z
65512024-04-03T08:12:08.468Zrunning 0 tests
65522024-04-03T08:12:08.468Z
65532024-04-03T08:12:08.468Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65542024-04-03T08:12:08.469Z
65552024-04-03T08:12:08.487Z Doc-tests oxlog
65562024-04-03T08:12:08.487Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-e47ac7f8328cbbbc.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-c576e511abbc1df6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
65572024-04-03T08:12:08.541Z
65582024-04-03T08:12:08.541Zrunning 0 tests
65592024-04-03T08:12:08.541Z
65602024-04-03T08:12:08.542Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65612024-04-03T08:12:08.542Z
65622024-04-03T08:12:08.548Z Doc-tests sled-agent-client
65632024-04-03T08:12:08.552Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8c7b14291e900c1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
65642024-04-03T08:12:11.171Z
65652024-04-03T08:12:11.172Zrunning 0 tests
65662024-04-03T08:12:11.172Z
65672024-04-03T08:12:11.172Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65682024-04-03T08:12:11.172Z
65692024-04-03T08:12:11.223Z Doc-tests sled-hardware
65702024-04-03T08:12:11.223Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4af3ac39ee685c10.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-e49c308b26835969.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-6b8d316e1cea3f77.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-bf8c6a7305dce9e0.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-3d9d1a690638c900.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d1f7181be2159cc1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-889fa7b66fefcb68.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5ad5f7ce8ea8c14b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
65712024-04-03T08:12:11.535Z
65722024-04-03T08:12:11.536Zrunning 0 tests
65732024-04-03T08:12:11.536Z
65742024-04-03T08:12:11.537Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65752024-04-03T08:12:11.537Z
65762024-04-03T08:12:11.557Z Doc-tests sled-hardware-types
65772024-04-03T08:12:11.558Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_hardware_types --test sled-hardware/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-91213d316a08f92d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rlib -C embed-bitcode=no -D warnings --error-format human`
65782024-04-03T08:12:11.811Z
65792024-04-03T08:12:11.811Zrunning 0 tests
65802024-04-03T08:12:11.811Z
65812024-04-03T08:12:11.811Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65822024-04-03T08:12:11.811Z
65832024-04-03T08:12:11.830Z Doc-tests sled-storage
65842024-04-03T08:12:11.841Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-980c303988e700db.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-dedb208d24807cf2.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-23cedfca1f1a09fc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-be8c6afe3b0fecd6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d1f7181be2159cc1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-11b37a82b4a396f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no --cfg 'feature="testing"' -D warnings --error-format human`
65852024-04-03T08:12:12.276Z
65862024-04-03T08:12:12.276Zrunning 0 tests
65872024-04-03T08:12:12.277Z
65882024-04-03T08:12:12.277Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65892024-04-03T08:12:12.277Z
65902024-04-03T08:12:12.292Z Doc-tests sp-sim
65912024-04-03T08:12:12.313Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9eaa0848d0aa01e7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6d2aec0819c0a2a3.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-3d258aa4cc920d3f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib -C embed-bitcode=no -D warnings --error-format human`
65922024-04-03T08:12:12.769Z
65932024-04-03T08:12:12.769Zrunning 0 tests
65942024-04-03T08:12:12.770Z
65952024-04-03T08:12:12.770Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65962024-04-03T08:12:12.770Z
65972024-04-03T08:12:12.794Z Doc-tests tufaceous
65982024-04-03T08:12:12.803Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous --test tufaceous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-63a229e6433e08ec.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-ecd543c2b58c8b48.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-e002312801878a31.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-047610642ce2042e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf7121e2060e5fb7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dc74308259da87c7.rlib -C embed-bitcode=no -D warnings --error-format human`
65992024-04-03T08:12:13.069Z
66002024-04-03T08:12:13.070Zrunning 0 tests
66012024-04-03T08:12:13.070Z
66022024-04-03T08:12:13.070Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66032024-04-03T08:12:13.070Z
66042024-04-03T08:12:13.088Z Doc-tests tufaceous-lib
66052024-04-03T08:12:13.092Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous_lib --test tufaceous-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-b31ab805a7686146.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-18ca64581d0ce742.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-aa5b8a5176fd9fa1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-cbd44a5a76d2ea99.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dc74308259da87c7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-144db740d796ae92.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-41e088f95a91c6b7.rlib -C embed-bitcode=no -D warnings --error-format human`
66062024-04-03T08:12:13.493Z
66072024-04-03T08:12:13.494Zrunning 0 tests
66082024-04-03T08:12:13.494Z
66092024-04-03T08:12:13.494Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66102024-04-03T08:12:13.495Z
66112024-04-03T08:12:13.943Z Doc-tests typed-rng
66122024-04-03T08:12:13.943Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name typed_rng --test typed-rng/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/typed-rng -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4fa4ac482618385e.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-c3c8c50be7e0b717.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-90f3249fde2e13f9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
66132024-04-03T08:12:13.994Z
66142024-04-03T08:12:13.995Zrunning 0 tests
66152024-04-03T08:12:13.995Z
66162024-04-03T08:12:13.995Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66172024-04-03T08:12:13.996Z
66182024-04-03T08:12:13.996Z Doc-tests update-common
66192024-04-03T08:12:13.996Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_common --test update-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-cbd44a5a76d2ea99.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf7121e2060e5fb7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dc74308259da87c7.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-385fc6f64931d923.rlib -C embed-bitcode=no -D warnings --error-format human`
66202024-04-03T08:12:13.996Z
66212024-04-03T08:12:13.996Zrunning 0 tests
66222024-04-03T08:12:13.997Z
66232024-04-03T08:12:13.997Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66242024-04-03T08:12:13.997Z
66252024-04-03T08:12:13.997Z Doc-tests update-engine
66262024-04-03T08:12:13.998Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-a793ffa56fa205b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-2b44ebb5b3c74cea.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-54f911ea7a4e298c.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-170a65fc53887f22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e5aa9c7e1349da1f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4eb2f80cc0fd6448.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a62c0f6c5943a826.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-97143267c914320e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib -C embed-bitcode=no -D warnings --error-format human`
66272024-04-03T08:12:14.378Z
66282024-04-03T08:12:14.379Zrunning 3 tests
66292024-04-03T08:12:14.385Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
66302024-04-03T08:12:14.386Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
66312024-04-03T08:12:14.386Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
66322024-04-03T08:12:14.386Z
66332024-04-03T08:12:14.386Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
66342024-04-03T08:12:14.386Z
66352024-04-03T08:12:14.390Z Doc-tests wicket
66362024-04-03T08:12:14.390Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-63a229e6433e08ec.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-89cb2d203a224f7e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ae62be5f1c4cf50b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-94baeba3ff04b8fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9cd7152deb13fcc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-3c25f391c5524dbf.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21e9887b2a59a1a6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-306e0ab8c545559c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ea004ff21a68b928.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-a7059bfbaa965f98.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-7a46979d6857e869.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-10e4da2ca85f594c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-6edbf390221c6541.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-470c5afd0c327d91.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-823bad65159637ea.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-46218c2dd4d9f5af.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-620fc96bc50b8225.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-97143267c914320e.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7365093a2e238b79.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fff0024ff3c3d06e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a8da9d967e6ce435.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-16f5845f6e5fac03.rlib -C embed-bitcode=no -D warnings --error-format human`
66372024-04-03T08:12:15.135Z
66382024-04-03T08:12:15.135Zrunning 0 tests
66392024-04-03T08:12:15.135Z
66402024-04-03T08:12:15.135Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66412024-04-03T08:12:15.136Z
66422024-04-03T08:12:15.217Z Doc-tests wicket-common
66432024-04-03T08:12:15.217Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-97143267c914320e.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fff0024ff3c3d06e.rlib -C embed-bitcode=no -D warnings --error-format human`
66442024-04-03T08:12:15.507Z
66452024-04-03T08:12:15.507Zrunning 0 tests
66462024-04-03T08:12:15.507Z
66472024-04-03T08:12:15.507Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66482024-04-03T08:12:15.508Z
66492024-04-03T08:12:15.530Z Doc-tests wicket-dbg
66502024-04-03T08:12:15.530Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-725e70086ca63127.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8542092650763994.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-8cb9484c40028f46.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eeefe9d1f4cb38bf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-bc927626b857433b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-a3d8168545802535.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7365093a2e238b79.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-1f4218273a6f61af.rlib -C embed-bitcode=no -D warnings --error-format human`
66512024-04-03T08:12:15.824Z
66522024-04-03T08:12:15.824Zrunning 0 tests
66532024-04-03T08:12:15.824Z
66542024-04-03T08:12:15.824Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66552024-04-03T08:12:15.824Z
66562024-04-03T08:12:15.843Z Doc-tests wicketd
66572024-04-03T08:12:15.868Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c50d7e24e8e0d956.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-db84444bd088c958.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-356ff9a5192dbc7e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-423467c6ff104d36.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-abf878d1d1a926b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-6aecfa5f524ba23c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-aa5affffdef128b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7d793f93514239ce.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4375ce6eb40991fe.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-be15c627c67ed998.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-bf419dfec19b310d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4e9cb5ba670464d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9f6bf91986f4c362.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-29735c8c8d06ffc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b34ecb9511b4db9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-57a9568c453a51a4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-def8a1f3657677c6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1dc7337912681f81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-7f8d1a4c7393b54e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5ef0165b59a8965a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fa9424cdf320c306.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a7c03cb66d387604.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-db60d4c20d2823cc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3ad4984bdc555529.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e569ae09f4b05d7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-8db1e92fa14262ee.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f76877c31ae611b.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-9adfc161ed9c35b1.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-f8651e7ec7d32b01.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-83f5d8b2fcc590ba.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-406eee9cc9a36418.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-55f5f66b8f3e2cf1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-2baf6454aeb93980.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-0fac596133a37754.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-f9617c022332c07a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-312b3257f317482a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-151f42d2b3bdcb64.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-9cd7152deb13fcc2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-99436a652cf654c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ec653bda7ee28672.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8e011b2f9bf91067.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-dbd9f544a3d8a488.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a0af2af4befdc9ac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a713d2abcb46abd6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-233c233740c5a91e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d08902ccd262d2a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43d426a631c80c04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-38d19793f26827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0937806844202a95.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3811752c0578f7fd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b027a785f4e5eb07.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0f3ceae31af7b4dc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-cbd44a5a76d2ea99.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-656e8e2f525a2c11.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-cf7121e2060e5fb7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dc74308259da87c7.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-385fc6f64931d923.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-97143267c914320e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7365093a2e238b79.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fff0024ff3c3d06e.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-092b8ed8557a9f19.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a8da9d967e6ce435.rlib -C embed-bitcode=no -D warnings --error-format human`
66582024-04-03T08:12:16.631Z
66592024-04-03T08:12:16.632Zrunning 0 tests
66602024-04-03T08:12:16.632Z
66612024-04-03T08:12:16.632Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66622024-04-03T08:12:16.632Z
66632024-04-03T08:12:16.668Z Doc-tests wicketd-client
66642024-04-03T08:12:16.683Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-f876acfa55cafdf9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-bd5d8c5bae313f3d/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-94f175b831ef1f87/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-d3841ba0b519f41e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-63b706ba3c9e23e6/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5e3bfc1001098ea4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-406eee9cc9a36418.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f17680ce5a756063.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4de78a554399a130.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a5d03a490c0f94b5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1d982a80737a6d6b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8002a2c32e5fd612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-39351d1913f1f03d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-38978e6989816a15.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-75a66103386c9c73.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-995bdcbdcd07cd38.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-97143267c914320e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-697cf6b6c911435d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fff0024ff3c3d06e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a8da9d967e6ce435.rlib -C embed-bitcode=no -D warnings --error-format human`
66652024-04-03T08:12:18.306Z
66662024-04-03T08:12:18.306Zrunning 0 tests
66672024-04-03T08:12:18.307Z
66682024-04-03T08:12:18.307Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66692024-04-03T08:12:18.307Z
66702024-04-03T08:12:18.378Z
66712024-04-03T08:12:18.387Zreal 1:22.285044118
66722024-04-03T08:12:18.387Zuser 1:16.057193659
66732024-04-03T08:12:18.387Zsys 35.412562669
66742024-04-03T08:12:18.387Ztrap 0.009454555
66752024-04-03T08:12:18.387Ztflt 0.599618675
66762024-04-03T08:12:18.387Zdflt 3.589069046
66772024-04-03T08:12:18.387Zkflt 0.001509050
66782024-04-03T08:12:18.388Zlock 1:13.176348684
66792024-04-03T08:12:18.388Zslp 7:48.887042633
66802024-04-03T08:12:18.388Zlat 0.678423914
66812024-04-03T08:12:18.388Zstop 5.395661295
66822024-04-03T08:12:18.388Zfiles in /var/tmp/omicron_tmp (none expected on success):
66832024-04-03T08:12:18.388Z164412 11 drwxr-xr-x 2 build build 2 Apr 3 08:12 /var/tmp/omicron_tmp
66842024-04-03T08:12:18.603Zprocess exited: duration 3460759 ms, exit code 0
 
66852024-04-03T08:12:18.658Zfound 1 output files
66862024-04-03T08:12:18.658Zuploading: /work/crate-build-timings.json (520628 bytes)
66872024-04-03T08:12:19.991Zuploaded: /work/crate-build-timings.json