01HQQTVY0QA789P9S351AGD513: 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: 01HQQTW5B3SQR77Z84JT99BBXT

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-28T12:27:19.616Zjob assigned to worker 01HQQTWC08C6RJMFE5N7NXXRJB (queued for 59 s)
 
22024-02-28T12:27:19.715Zstarting task 0: "setup"
32024-02-28T12:27:19.805Z++ uname -s
42024-02-28T12:27:19.815Z+ kern=SunOS
52024-02-28T12:27:19.815Z+ case "$kern" in
62024-02-28T12:27:19.815Z+ groupadd -g 12345 build
72024-02-28T12:27:19.815Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-28T12:27:21.809Z+ zfs create -o mountpoint=/work rpool/work
92024-02-28T12:27:21.903Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-28T12:27:21.917Z+ home_fs=zfs
112024-02-28T12:27:21.917Z+ [[ zfs == autofs ]]
122024-02-28T12:27:21.918Z+ mkdir -p /home/build
132024-02-28T12:27:21.918Z+ chown build:build /home/build /work
142024-02-28T12:27:23.899Z+ chmod 0700 /home/build /work
152024-02-28T12:27:23.906Zprocess exited: duration 4186 ms, exit code 0
 
162024-02-28T12:27:23.940Zstarting task 1: "rust-toolchain"
172024-02-28T12:27:23.959Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-28T12:27:23.959Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-28T12:27:24.218Zinfo: downloading installer
202024-02-28T12:27:25.798Zwarning: it looks like you have an existing installation of Rust at:
212024-02-28T12:27:25.798Zwarning: /opt/ooce/bin
222024-02-28T12:27:25.798Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-28T12:27:25.798Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-28T12:27:25.798Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-28T12:27:25.799Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-28T12:27:25.799Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-28T12:27:25.799Zerror: cannot install while Rust is installed
282024-02-28T12:27:25.799Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-28T12:27:25.926Zinfo: profile set to 'default'
302024-02-28T12:27:25.926Zinfo: default host triple is x86_64-unknown-illumos
312024-02-28T12:27:25.929Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-28T12:27:26.065Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-28T12:27:26.065Zinfo: downloading component 'cargo'
342024-02-28T12:27:26.752Zinfo: downloading component 'clippy'
352024-02-28T12:27:27.108Zinfo: downloading component 'rust-docs'
362024-02-28T12:27:27.967Zinfo: downloading component 'rust-std'
372024-02-28T12:27:29.512Zinfo: downloading component 'rustc'
382024-02-28T12:27:33.217Zinfo: downloading component 'rustfmt'
392024-02-28T12:27:33.440Zinfo: installing component 'cargo'
402024-02-28T12:27:34.331Zinfo: installing component 'clippy'
412024-02-28T12:27:34.731Zinfo: installing component 'rust-docs'
422024-02-28T12:27:36.219Zinfo: installing component 'rust-std'
432024-02-28T12:27:38.135Zinfo: installing component 'rustc'
442024-02-28T12:27:42.392Zinfo: installing component 'rustfmt'
452024-02-28T12:27:42.736Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-28T12:27:42.736Z
472024-02-28T12:27:43.013Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-28T12:27:43.013Z
492024-02-28T12:27:43.022Z
502024-02-28T12:27:43.022ZRust is installed now. Great!
512024-02-28T12:27:43.022Z
522024-02-28T12:27:43.023ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-28T12:27:43.023Zenvironment variable. This has not been done automatically.
542024-02-28T12:27:43.023Z
552024-02-28T12:27:43.023ZTo configure your current shell, run:
562024-02-28T12:27:43.023Zsource "$HOME/.cargo/env"
572024-02-28T12:27:43.074Z+ rustc --version
582024-02-28T12:27:43.147Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-28T12:27:43.157Zprocess exited: duration 19211 ms, exit code 0
 
602024-02-28T12:27:43.174Zstarting task 2: "authentication"
612024-02-28T12:27:43.202Zprocess exited: duration 28 ms, exit code 0
 
622024-02-28T12:27:43.222Zstarting task 3: "clone repository"
632024-02-28T12:27:43.232Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-28T12:27:43.232Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-28T12:27:43.438ZCloning into '/work/oxidecomputer/omicron'...
662024-02-28T12:27:48.810Z+ cd /work/oxidecomputer/omicron
672024-02-28T12:27:48.810Z+ git fetch origin 3af15d57b9f3f1b468c8132d7e537e56e5bec986
682024-02-28T12:27:49.124ZFrom https://github.com/oxidecomputer/omicron
692024-02-28T12:27:49.124Z * branch 3af15d57b9f3f1b468c8132d7e537e56e5bec986 -> FETCH_HEAD
702024-02-28T12:27:49.132Z+ [[ -n renovate/taiki-e-install-action-digest ]]
712024-02-28T12:27:49.135Z++ git branch --show-current
722024-02-28T12:27:49.139Z+ current=main
732024-02-28T12:27:49.139Z+ [[ main != renovate/taiki-e-install-action-digest ]]
742024-02-28T12:27:49.139Z+ git branch -f renovate/taiki-e-install-action-digest 3af15d57b9f3f1b468c8132d7e537e56e5bec986
752024-02-28T12:27:49.142Z+ git checkout -f renovate/taiki-e-install-action-digest
762024-02-28T12:27:49.250ZSwitched to branch 'renovate/taiki-e-install-action-digest'
772024-02-28T12:27:49.254Z+ git reset --hard 3af15d57b9f3f1b468c8132d7e537e56e5bec986
782024-02-28T12:27:49.358ZHEAD is now at 3af15d57b chore(deps): update taiki-e/install-action digest to 1d776b1
792024-02-28T12:27:49.361Zprocess exited: duration 6144 ms, exit code 0
 
802024-02-28T12:27:49.370Zstarting task 4: "build"
812024-02-28T12:27:49.375Z+ target_os=illumos
822024-02-28T12:27:49.375Z+ NEXTEST_VERSION=0.9.67
832024-02-28T12:27:49.375Z+ cargo --version
842024-02-28T12:27:49.380Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
852024-02-28T12:27:49.519Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
862024-02-28T12:27:49.522Zinfo: downloading component 'cargo'
872024-02-28T12:27:50.222Zinfo: downloading component 'clippy'
882024-02-28T12:27:50.446Zinfo: downloading component 'rust-docs'
892024-02-28T12:27:51.314Zinfo: downloading component 'rust-std'
902024-02-28T12:27:52.643Zinfo: downloading component 'rustc'
912024-02-28T12:27:56.447Zinfo: downloading component 'rustfmt'
922024-02-28T12:27:56.656Zinfo: installing component 'cargo'
932024-02-28T12:27:57.538Zinfo: installing component 'clippy'
942024-02-28T12:27:57.882Zinfo: installing component 'rust-docs'
952024-02-28T12:27:59.435Zinfo: installing component 'rust-std'
962024-02-28T12:28:01.484Zinfo: installing component 'rustc'
972024-02-28T12:28:05.215Zinfo: installing component 'rustfmt'
982024-02-28T12:28:05.611Zcargo 1.74.1 (ecb9851af 2023-10-18)
992024-02-28T12:28:05.617Z+ rustc --version
1002024-02-28T12:28:05.708Zrustc 1.74.1 (a28077b28 2023-12-04)
1012024-02-28T12:28:05.729Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.67/illumos
1022024-02-28T12:28:05.729Z+ gunzip
1032024-02-28T12:28:05.730Z+ tar -xvf - -C /home/build/.cargo/bin
1042024-02-28T12:28:07.078Zx cargo-nextest, 11234272 bytes, 21942 tape blocks
1052024-02-28T12:28:07.081Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1062024-02-28T12:28:07.081Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1072024-02-28T12:28:07.082Ztests will store ephemeral output in /var/tmp/omicron_tmp
1082024-02-28T12:28:07.082Z+ mkdir /var/tmp/omicron_tmp
1092024-02-28T12:28:07.082Z+ OUTPUT_DIR=/work
1102024-02-28T12:28:07.082Z+ echo 'tests will store non-ephemeral output in /work'
1112024-02-28T12:28:07.082Ztests will store non-ephemeral output in /work
1122024-02-28T12:28:07.082Z+ mkdir -p /work
1132024-02-28T12:28:07.085Z+ source ./env.sh
1142024-02-28T12:28:07.085Z++ set -o xtrace
1152024-02-28T12:28:07.088Z++++ dirname ./env.sh
1162024-02-28T12:28:07.156Z+++ cd .
1172024-02-28T12:28:07.159Z+++ echo /work/oxidecomputer/omicron
1182024-02-28T12:28:07.159Z++ OMICRON_WS=/work/oxidecomputer/omicron
1192024-02-28T12:28:07.159Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202024-02-28T12:28:07.159Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212024-02-28T12:28:07.159Z++ 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
1222024-02-28T12:28:07.159Z++ 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
1232024-02-28T12:28:07.159Z++ 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
1242024-02-28T12:28:07.160Z++ 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
1252024-02-28T12:28:07.160Z++ 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
1262024-02-28T12:28:07.160Z++ 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
1272024-02-28T12:28:07.160Z++ unset OMICRON_WS
1282024-02-28T12:28:07.160Z++ set +o xtrace
1292024-02-28T12:28:07.229Z
1302024-02-28T12:28:07.229Z ##### ##### ###### ##### ###### #### # # # #### #
1312024-02-28T12:28:07.229Z # # # # # # # # # # # # # # #
1322024-02-28T12:28:07.229Z # # # # ##### # # ##### # # # # # #### #
1332024-02-28T12:28:07.229Z ##### ##### # ##### # # # # # # # # #
1342024-02-28T12:28:07.229Z # # # # # # # # # # # # # # #
1352024-02-28T12:28:07.229Z # # # ###### # # ###### ### # #### # #### #
1362024-02-28T12:28:07.229Z
1372024-02-28T12:28:22.992Z Startup: Refreshing catalog 'helios-dev' ... Done
1382024-02-28T12:28:24.372Z Startup: Caching catalogs ... Done
1392024-02-28T12:28:26.089ZPlanning: Solver setup ... Done (1.385s)
1402024-02-28T12:28:26.121ZPlanning: Running solver ... Done (0.032s)
1412024-02-28T12:28:26.406ZPlanning: Finding local manifests ... Done (0.256s)
1422024-02-28T12:28:26.831ZPlanning: Fetching manifests: 0/4 0% complete
1432024-02-28T12:28:27.122ZPlanning: Fetching manifests: 4/4 100% complete
1442024-02-28T12:28:27.170ZPlanning: Package planning ... Done (0.049s)
1452024-02-28T12:28:27.222ZPlanning: Merging actions ... Done (0.052s)
1462024-02-28T12:28:28.337ZPlanning: Checking for conflicting actions ... Done (1.115s)
1472024-02-28T12:28:28.348ZPlanning: Consolidating action changes ... Done (0.011s)
1482024-02-28T12:28:33.122ZPlanning: Evaluating mediators ... Done (4.760s)
1492024-02-28T12:28:33.130ZPlanning: Planning completed in 8.69 seconds
1502024-02-28T12:28:33.141Z Packages to install: 4
1512024-02-28T12:28:33.141Z Mediators to change: 2
1522024-02-28T12:28:33.141Z Services to change: 1
1532024-02-28T12:28:33.141Z Estimated space available: 148.86 GB
1542024-02-28T12:28:33.141ZEstimated space to be consumed: 1.42 GB
1552024-02-28T12:28:33.141Z Create boot environment: No
1562024-02-28T12:28:33.142ZCreate backup boot environment: No
1572024-02-28T12:28:33.142Z Rebuild boot archive: No
1582024-02-28T12:28:33.142Z
1592024-02-28T12:28:33.142ZChanged mediators:
1602024-02-28T12:28:33.142Z mediator clang:
1612024-02-28T12:28:33.142Z version: None -> 15 (system default)
1622024-02-28T12:28:33.142Z
1632024-02-28T12:28:33.142Z mediator llvm:
1642024-02-28T12:28:33.143Z version: 14 (system default) -> 15 (system default)
1652024-02-28T12:28:33.143Z
1662024-02-28T12:28:33.143ZChanged packages:
1672024-02-28T12:28:33.143Zhelios-dev
1682024-02-28T12:28:33.143Z developer/build-essential
1692024-02-28T12:28:33.143Z None -> 11-2.0
1702024-02-28T12:28:33.143Z library/libxmlsec1
1712024-02-28T12:28:33.143Z None -> 1.2.35-2.0
1722024-02-28T12:28:33.144Z ooce/developer/clang-15
1732024-02-28T12:28:33.144Z None -> 15.0.7-2.0
1742024-02-28T12:28:33.144Z ooce/developer/llvm-15
1752024-02-28T12:28:33.144Z None -> 15.0.7-2.0
1762024-02-28T12:28:33.144Z
1772024-02-28T12:28:33.144ZServices:
1782024-02-28T12:28:33.144Z restart_fmri:
1792024-02-28T12:28:33.144Z svc:/system/update-man-index:default
1802024-02-28T12:28:33.483Z
1812024-02-28T12:28:33.483ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1822024-02-28T12:28:38.485ZDownload: 737/3290 items 18.3/212.6MB 8% complete (3.8M/s)
1832024-02-28T12:28:43.663ZDownload: 1188/3290 items 61.8/212.6MB 29% complete (6.4M/s)
1842024-02-28T12:28:48.660ZDownload: 1226/3290 items 98.7/212.6MB 46% complete (7.9M/s)
1852024-02-28T12:28:53.662ZDownload: 1941/3290 items 118.6/212.6MB 55% complete (5.7M/s)
1862024-02-28T12:29:00.752ZDownload: 2222/3290 items 119.2/212.6MB 56% complete (3.8M/s)
1872024-02-28T12:29:05.771ZDownload: 3035/3290 items 121.3/212.6MB 57% complete (229k/s)
1882024-02-28T12:29:13.424ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (10.2M/s)
1892024-02-28T12:29:16.581ZDownload: Completed 212.60 MB in 43.09 seconds (4.9M/s)
1902024-02-28T12:29:16.855Z Actions: 1/3689 actions (Installing new actions)
1912024-02-28T12:29:21.933Z Actions: 3543/3689 actions (Installing new actions)
1922024-02-28T12:29:22.725Z Actions: Completed 3689 actions in 5.88 seconds.
1932024-02-28T12:29:22.820Z Done (0.091s)
1942024-02-28T12:29:22.821Z Done (0.000s)
1952024-02-28T12:29:23.057Z Done (0.236s)
1962024-02-28T12:29:29.589Z Done (6.404s)
1972024-02-28T12:29:29.891Z Done (0.228s)
1982024-02-28T12:29:29.894Z Done (0.000s)
1992024-02-28T12:29:30.049Z Done (0.000s)
2002024-02-28T12:29:30.571ZPlanning: Evaluating mediator changes ... Done
2012024-02-28T12:29:30.735ZPlanning: Checking for conflicting actions ... Done
2022024-02-28T12:29:30.738ZPlanning: Consolidating action changes ... Done
2032024-02-28T12:29:31.008ZPlanning: Evaluating mediators ... Done
2042024-02-28T12:29:31.012ZPlanning: Planning completed in 0.44 seconds
2052024-02-28T12:29:31.042Z Mediators to change: 2
2062024-02-28T12:29:31.042Z Create boot environment: No
2072024-02-28T12:29:31.045ZCreate backup boot environment: No
2082024-02-28T12:29:31.108Z Done
2092024-02-28T12:29:31.108Z Done
2102024-02-28T12:29:31.241Z Done
2112024-02-28T12:29:34.858Z Done
2122024-02-28T12:29:34.941Z Done
2132024-02-28T12:29:34.944Z Done
2142024-02-28T12:29:35.037Z Done
2152024-02-28T12:29:35.679ZPlanning: Evaluating mediator changes ... Done
2162024-02-28T12:29:35.685ZPlanning: Merging actions ... Done
2172024-02-28T12:29:35.871ZPlanning: Checking for conflicting actions ... Done
2182024-02-28T12:29:35.874ZPlanning: Consolidating action changes ... Done
2192024-02-28T12:29:36.140ZPlanning: Evaluating mediators ... Done
2202024-02-28T12:29:36.199ZPlanning: Planning completed in 0.80 seconds
2212024-02-28T12:29:36.231Z Packages to change: 1
2222024-02-28T12:29:36.231Z Mediators to change: 1
2232024-02-28T12:29:36.236Z Services to change: 1
2242024-02-28T12:29:36.237Z Create boot environment: No
2252024-02-28T12:29:36.237ZCreate backup boot environment: Yes
2262024-02-28T12:29:37.080Z Actions: 1/6 actions (Updating modified actions)
2272024-02-28T12:29:37.159Z Actions: Completed 6 actions in 0.08 seconds.
2282024-02-28T12:29:37.162Z Done
2292024-02-28T12:29:37.162Z Done
2302024-02-28T12:29:37.208Z Done
2312024-02-28T12:29:40.848Z Done
2322024-02-28T12:29:40.934Z Done
2332024-02-28T12:29:40.937Z Done
2342024-02-28T12:29:41.035Z Done
2352024-02-28T12:29:41.478ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2362024-02-28T12:29:41.478Zclang system 15 system
2372024-02-28T12:29:41.478Zcsh system system illumos
2382024-02-28T12:29:41.478Zctags system system illumos
2392024-02-28T12:29:41.479Zgcc vendor 12 vendor
2402024-02-28T12:29:41.479Zgcc system 10 system
2412024-02-28T12:29:41.479Zgcc system 7 system
2422024-02-28T12:29:41.479Zgo system 1.20 system
2432024-02-28T12:29:41.479Zgo system 1.19 system
2442024-02-28T12:29:41.479Zllvm system 15 system
2452024-02-28T12:29:41.479Zllvm system 14 system
2462024-02-28T12:29:41.479Zmariadb system 10.6 system
2472024-02-28T12:29:41.479Zmta vendor vendor dma
2482024-02-28T12:29:41.479Zopenjdk system 17 system
2492024-02-28T12:29:41.479Zopenjdk system 11 system
2502024-02-28T12:29:41.479Zopenjdk system 1.8 system
2512024-02-28T12:29:41.479Zopenssl vendor 3 vendor
2522024-02-28T12:29:41.479Zperl system 5.36 system
2532024-02-28T12:29:41.479Zpostgresql system 15 system
2542024-02-28T12:29:41.479Zpostgresql system 13 system
2552024-02-28T12:29:41.479Zpython vendor 3 vendor
2562024-02-28T12:29:41.479Zpython system 2 system
2572024-02-28T12:29:41.479Zpython3 system 3.11 system
2582024-02-28T12:29:41.479Zruby system 3.0 system
2592024-02-28T12:29:41.479Zwords vendor vendor american-english
2602024-02-28T12:29:41.479Zwords system system australian-english
2612024-02-28T12:29:41.480Zwords system system british-english
2622024-02-28T12:29:41.480Zwords system system canadian-english
2632024-02-28T12:29:41.480Zwords system system french
2642024-02-28T12:29:41.480Zwords system system italian
2652024-02-28T12:29:41.480Zwords system system ngerman
2662024-02-28T12:29:41.480Zwords system system ogerman
2672024-02-28T12:29:41.480Zwords system system spanish
2682024-02-28T12:29:41.809ZFMRI IFO
2692024-02-28T12:29:41.809Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2702024-02-28T12:29:41.809Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2712024-02-28T12:29:41.809Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2722024-02-28T12:29:41.809Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2732024-02-28T12:29:41.809Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2742024-02-28T12:29:41.809Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2752024-02-28T12:29:41.809Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2762024-02-28T12:29:41.809Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2772024-02-28T12:29:41.859Z+ set -o errexit
2782024-02-28T12:29:41.862Z+++ dirname ./tools/ci_download_cockroachdb
2792024-02-28T12:29:41.862Z++ cd ./tools
2802024-02-28T12:29:41.862Z++ pwd
2812024-02-28T12:29:41.865Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2822024-02-28T12:29:41.865Z++ basename ./tools/ci_download_cockroachdb
2832024-02-28T12:29:41.865Z+ ARG0=ci_download_cockroachdb
2842024-02-28T12:29:41.868Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2852024-02-28T12:29:41.869Z+ CIDL_VERSION=v22.1.9
2862024-02-28T12:29:41.869Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2872024-02-28T12:29:41.869Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2882024-02-28T12:29:41.869Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2892024-02-28T12:29:41.869Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2902024-02-28T12:29:41.869Z+ TARGET_DIR=out
2912024-02-28T12:29:41.869Z+ DOWNLOAD_DIR=out/downloads
2922024-02-28T12:29:41.869Z+ DEST_DIR=./out/cockroachdb
2932024-02-28T12:29:41.869Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2942024-02-28T12:29:41.869Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2952024-02-28T12:29:41.869Z+ main
2962024-02-28T12:29:41.869Z+ [[ 0 != 0 ]]
2972024-02-28T12:29:41.869Z+ CIDL_OS=solaris2.11
2982024-02-28T12:29:41.869Z+ [[ 0 != 0 ]]
2992024-02-28T12:29:41.869Z+ configure_os solaris2.11
3002024-02-28T12:29:41.869Z+ echo 'current directory: /work/oxidecomputer/omicron'
3012024-02-28T12:29:41.869Zcurrent directory: /work/oxidecomputer/omicron
3022024-02-28T12:29:41.869Z+ echo 'configuring based on OS: "solaris2.11"'
3032024-02-28T12:29:41.869Z+ case "$1" in
3042024-02-28T12:29:41.869Zconfiguring based on OS: "solaris2.11"
3052024-02-28T12:29:41.869Z+ CIDL_BUILD=illumos
3062024-02-28T12:29:41.869Z+ CIDL_SUFFIX=tar.gz
3072024-02-28T12:29:41.869Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3082024-02-28T12:29:41.870Z+ CIDL_URL_BASE=https://illumos.org/downloads
3092024-02-28T12:29:41.870Z+ CIDL_ASSEMBLE=do_assemble_illumos
3102024-02-28T12:29:41.870Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3112024-02-28T12:29:41.870Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3122024-02-28T12:29:41.870Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3132024-02-28T12:29:41.870Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3142024-02-28T12:29:41.870Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3152024-02-28T12:29:41.870Z+ CIDL_SHA256FUNC=do_sha256sum
3162024-02-28T12:29:41.870Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3172024-02-28T12:29:41.870ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3182024-02-28T12:29:41.870ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3192024-02-28T12:29:41.870Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3202024-02-28T12:29:41.870Z+ mkdir -p out/downloads
3212024-02-28T12:29:41.873Z+ mkdir -p ./out/cockroachdb
3222024-02-28T12:29:41.873Z+ local DO_DOWNLOAD=true
3232024-02-28T12:29:41.873Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3242024-02-28T12:29:41.873Z+ '[' true == true ']'
3252024-02-28T12:29:41.873Z+ echo Downloading...
3262024-02-28T12:29:41.873ZDownloading...
3272024-02-28T12:29:41.873Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3282024-02-28T12:29:41.874Z+ 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
3292024-02-28T12:29:46.325Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3302024-02-28T12:29:46.328Z++ sha256sum
3312024-02-28T12:29:46.328Z++ awk '{print $1}'
3322024-02-28T12:29:46.453Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3332024-02-28T12:29:46.456Z+ [[ 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 ]]
3342024-02-28T12:29:46.456Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3352024-02-28T12:29:46.456Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3362024-02-28T12:29:48.610Z+ do_assemble_illumos
3372024-02-28T12:29:48.610Z+ rm -r ./out/cockroachdb
3382024-02-28T12:29:48.614Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3392024-02-28T12:29:49.025Z+ ./out/cockroachdb/bin/cockroach version
3402024-02-28T12:29:49.274ZBuild Tag: v22.1.9-dirty
3412024-02-28T12:29:49.274ZBuild Time: 2022/10/26 21:17:46
3422024-02-28T12:29:49.274ZDistribution: OSS
3432024-02-28T12:29:49.274ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3442024-02-28T12:29:49.274ZGo Version: go1.17.13
3452024-02-28T12:29:49.274ZC Compiler: gcc 10.3.0
3462024-02-28T12:29:49.274ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3472024-02-28T12:29:49.274ZBuild Type: release
3482024-02-28T12:29:49.292Z+ set -o errexit
3492024-02-28T12:29:49.296Z+++ dirname ./tools/ci_download_clickhouse
3502024-02-28T12:29:49.296Z++ cd ./tools
3512024-02-28T12:29:49.296Z++ pwd
3522024-02-28T12:29:49.296Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3532024-02-28T12:29:49.300Z++ basename ./tools/ci_download_clickhouse
3542024-02-28T12:29:49.300Z+ ARG0=ci_download_clickhouse
3552024-02-28T12:29:49.300Z+ TARGET_DIR=out
3562024-02-28T12:29:49.300Z+ DOWNLOAD_DIR=out/downloads
3572024-02-28T12:29:49.300Z+ DEST_DIR=./out/clickhouse
3582024-02-28T12:29:49.303Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3592024-02-28T12:29:49.303Z+ CIDL_VERSION=v22.8.9.24
3602024-02-28T12:29:49.303Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3612024-02-28T12:29:49.303Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3622024-02-28T12:29:49.303Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3632024-02-28T12:29:49.303Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3642024-02-28T12:29:49.303Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3652024-02-28T12:29:49.303Z+ main
3662024-02-28T12:29:49.303Z+ [[ 0 != 0 ]]
3672024-02-28T12:29:49.304Z+ CIDL_OS=solaris2.11
3682024-02-28T12:29:49.304Z+ [[ 0 != 0 ]]
3692024-02-28T12:29:49.304Z+ configure_os solaris2.11
3702024-02-28T12:29:49.304Z+ echo 'current directory: /work/oxidecomputer/omicron'
3712024-02-28T12:29:49.304Zcurrent directory: /work/oxidecomputer/omicron
3722024-02-28T12:29:49.304Z+ echo 'configuring based on OS: "solaris2.11"'
3732024-02-28T12:29:49.304Z+ CIDL_DASHREV=
3742024-02-28T12:29:49.304Z+ case "$1" in
3752024-02-28T12:29:49.304Zconfiguring based on OS: "solaris2.11"
3762024-02-28T12:29:49.304Z+ CIDL_PLATFORM=illumos
3772024-02-28T12:29:49.304Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3782024-02-28T12:29:49.304Z+ CIDL_MD5FUNC=do_md5sum
3792024-02-28T12:29:49.304Z+ CIDL_DASHREV=-1
3802024-02-28T12:29:49.304Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3812024-02-28T12:29:49.304Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3822024-02-28T12:29:49.304Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3832024-02-28T12:29:49.304Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3842024-02-28T12:29:49.304Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3852024-02-28T12:29:49.304ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3862024-02-28T12:29:49.304ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3872024-02-28T12:29:49.304Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3882024-02-28T12:29:49.304Z+ mkdir -p out/downloads
3892024-02-28T12:29:49.308Z+ mkdir -p ./out/clickhouse
3902024-02-28T12:29:49.308Z+ local DO_DOWNLOAD=true
3912024-02-28T12:29:49.308Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3922024-02-28T12:29:49.308Z+ '[' true == true ']'
3932024-02-28T12:29:49.308Z+ echo Downloading...
3942024-02-28T12:29:49.308ZDownloading...
3952024-02-28T12:29:49.309Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3962024-02-28T12:29:49.309Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3972024-02-28T12:29:50.966Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3982024-02-28T12:29:50.969Z++ md5sum
3992024-02-28T12:29:50.969Z++ awk '{print $1}'
4002024-02-28T12:29:51.147Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
4012024-02-28T12:29:51.154Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
4022024-02-28T12:29:51.154Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
4032024-02-28T12:29:51.155Z+ mkdir -p ./out/clickhouse
4042024-02-28T12:29:51.155Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
4052024-02-28T12:29:54.277Z+ ./out/clickhouse/clickhouse server --version
4062024-02-28T12:29:54.316ZClickHouse server version 22.8.9.1.
4072024-02-28T12:29:54.333Z+ set -o errexit
4082024-02-28T12:29:54.336Z+++ dirname ./tools/ci_download_console
4092024-02-28T12:29:54.339Z++ cd ./tools
4102024-02-28T12:29:54.339Z++ pwd
4112024-02-28T12:29:54.339Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4122024-02-28T12:29:54.339Z++ basename ./tools/ci_download_console
4132024-02-28T12:29:54.342Z+ ARG0=ci_download_console
4142024-02-28T12:29:54.342Z+ TARGET_DIR=out
4152024-02-28T12:29:54.342Z+ DOWNLOAD_DIR=out/downloads
4162024-02-28T12:29:54.342Z+ DEST_DIR=./out/console-assets
4172024-02-28T12:29:54.342Z+ source /work/oxidecomputer/omicron/tools/console_version
4182024-02-28T12:29:54.342Z++ COMMIT=e991ec5cf148d83f135b6a692dca9b8df05acef0
4192024-02-28T12:29:54.342Z++ SHA2=18d53e4485e63d9e2273a889e70785648052e8a231df89f3bcbc2ed01a0eeeb1
4202024-02-28T12:29:54.342Z+ URL=https://dl.oxide.computer/releases/console/e991ec5cf148d83f135b6a692dca9b8df05acef0.tar.gz
4212024-02-28T12:29:54.342Z+ TARBALL_FILE=out/downloads/console.tar.gz
4222024-02-28T12:29:54.342Z+ main
4232024-02-28T12:29:54.342Z+ [[ 0 != 0 ]]
4242024-02-28T12:29:54.342Z+ echo 'URL: https://dl.oxide.computer/releases/console/e991ec5cf148d83f135b6a692dca9b8df05acef0.tar.gz'
4252024-02-28T12:29:54.342ZURL: https://dl.oxide.computer/releases/console/e991ec5cf148d83f135b6a692dca9b8df05acef0.tar.gz
4262024-02-28T12:29:54.342Z+ echo 'Local file: out/downloads/console.tar.gz'
4272024-02-28T12:29:54.342Z+ local DO_DOWNLOAD=true
4282024-02-28T12:29:54.343ZLocal file: out/downloads/console.tar.gz
4292024-02-28T12:29:54.343Z+ [[ -f out/downloads/console.tar.gz ]]
4302024-02-28T12:29:54.343Z+ mkdir -p out/downloads
4312024-02-28T12:29:54.346Z+ '[' true == true ']'
4322024-02-28T12:29:54.346Z+ echo Downloading...
4332024-02-28T12:29:54.346ZDownloading...
4342024-02-28T12:29:54.346Z+ do_download_curl https://dl.oxide.computer/releases/console/e991ec5cf148d83f135b6a692dca9b8df05acef0.tar.gz out/downloads/console.tar.gz
4352024-02-28T12:29:54.346Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e991ec5cf148d83f135b6a692dca9b8df05acef0.tar.gz
4362024-02-28T12:29:55.023Z++ do_sha256sum out/downloads/console.tar.gz
4372024-02-28T12:29:55.027Z++ case "$OSTYPE" in
4382024-02-28T12:29:55.027Z++ SHA=sha256sum
4392024-02-28T12:29:55.027Z++ sha256sum
4402024-02-28T12:29:55.027Z++ awk '{print $1}'
4412024-02-28T12:29:55.032Z+ calculated_sha2=18d53e4485e63d9e2273a889e70785648052e8a231df89f3bcbc2ed01a0eeeb1
4422024-02-28T12:29:55.035Z+ [[ 18d53e4485e63d9e2273a889e70785648052e8a231df89f3bcbc2ed01a0eeeb1 != \1\8\d\5\3\e\4\4\8\5\e\6\3\d\9\e\2\2\7\3\a\8\8\9\e\7\0\7\8\5\6\4\8\0\5\2\e\8\a\2\3\1\d\f\8\9\f\3\b\c\b\c\2\e\d\0\1\a\0\e\e\e\b\1 ]]
4432024-02-28T12:29:55.035Z+ rm -rf ./out/console-assets
4442024-02-28T12:29:55.035Z+ mkdir -p ./out/console-assets
4452024-02-28T12:29:55.038Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4462024-02-28T12:29:55.038Z+ mkdir -p ./out/console-assets
4472024-02-28T12:29:55.038Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4482024-02-28T12:29:55.131Z+ set -o errexit
4492024-02-28T12:29:55.134Z+++ dirname ./tools/ci_download_maghemite_openapi
4502024-02-28T12:29:55.140Z++ cd ./tools
4512024-02-28T12:29:55.140Z++ pwd
4522024-02-28T12:29:55.140Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4532024-02-28T12:29:55.140Z++ basename ./tools/ci_download_maghemite_openapi
4542024-02-28T12:29:55.143Z+ ARG0=ci_download_maghemite_openapi
4552024-02-28T12:29:55.143Z+ TARGET_DIR=out
4562024-02-28T12:29:55.143Z+ DOWNLOAD_DIR=out/downloads
4572024-02-28T12:29:55.143Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4582024-02-28T12:29:55.143Z++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833
4592024-02-28T12:29:55.143Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4602024-02-28T12:29:55.143Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json
4612024-02-28T12:29:55.143Z+ LOCAL_FILE=out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4622024-02-28T12:29:55.143Z+ main
4632024-02-28T12:29:55.143Z+ [[ 0 != 0 ]]
4642024-02-28T12:29:55.143Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json'
4652024-02-28T12:29:55.144ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json
4662024-02-28T12:29:55.144Z+ echo 'Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json'
4672024-02-28T12:29:55.144Z+ local DO_DOWNLOAD=true
4682024-02-28T12:29:55.144ZLocal file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4692024-02-28T12:29:55.144Z+ [[ -f out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]]
4702024-02-28T12:29:55.144Z+ mkdir -p out/downloads
4712024-02-28T12:29:55.144Z+ '[' true == true ']'
4722024-02-28T12:29:55.144Z+ echo Downloading...
4732024-02-28T12:29:55.144ZDownloading...
4742024-02-28T12:29:55.144Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4752024-02-28T12:29:55.144Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json
4762024-02-28T12:29:55.250Z++ do_sha256sum out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4772024-02-28T12:29:55.253Z++ case "$OSTYPE" in
4782024-02-28T12:29:55.253Z++ SHA=sha256sum
4792024-02-28T12:29:55.253Z++ sha256sum
4802024-02-28T12:29:55.253Z++ awk '{print $1}'
4812024-02-28T12:29:55.257Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4822024-02-28T12:29:55.257Z+ [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]]
4832024-02-28T12:29:55.257Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4842024-02-28T12:29:55.257Z++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833
4852024-02-28T12:29:55.257Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4862024-02-28T12:29:55.257Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json
4872024-02-28T12:29:55.257Z+ LOCAL_FILE=out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4882024-02-28T12:29:55.257Z+ main
4892024-02-28T12:29:55.257Z+ [[ 0 != 0 ]]
4902024-02-28T12:29:55.257Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json'
4912024-02-28T12:29:55.257ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json
4922024-02-28T12:29:55.257Z+ echo 'Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json'
4932024-02-28T12:29:55.257ZLocal file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4942024-02-28T12:29:55.257Z+ local DO_DOWNLOAD=true
4952024-02-28T12:29:55.257Z+ [[ -f out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]]
4962024-02-28T12:29:55.257Z+ mkdir -p out/downloads
4972024-02-28T12:29:55.260Z+ '[' true == true ']'
4982024-02-28T12:29:55.260Z+ echo Downloading...
4992024-02-28T12:29:55.260ZDownloading...
5002024-02-28T12:29:55.260Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json
5012024-02-28T12:29:55.260Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json
5022024-02-28T12:29:55.377Z++ do_sha256sum out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json
5032024-02-28T12:29:55.380Z++ case "$OSTYPE" in
5042024-02-28T12:29:55.380Z++ SHA=sha256sum
5052024-02-28T12:29:55.380Z++ sha256sum
5062024-02-28T12:29:55.380Z++ awk '{print $1}'
5072024-02-28T12:29:55.383Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
5082024-02-28T12:29:55.383Z+ [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]]
5092024-02-28T12:29:55.390Z+ set -o errexit
5102024-02-28T12:29:55.393Z+++ dirname ./tools/ci_download_dendrite_openapi
5112024-02-28T12:29:55.396Z++ cd ./tools
5122024-02-28T12:29:55.396Z++ pwd
5132024-02-28T12:29:55.396Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5142024-02-28T12:29:55.396Z++ basename ./tools/ci_download_dendrite_openapi
5152024-02-28T12:29:55.402Z+ ARG0=ci_download_dendrite_openapi
5162024-02-28T12:29:55.402Z+ TARGET_DIR=out
5172024-02-28T12:29:55.402Z+ DOWNLOAD_DIR=out/downloads
5182024-02-28T12:29:55.402Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5192024-02-28T12:29:55.402Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5202024-02-28T12:29:55.402Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5212024-02-28T12:29:55.402Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5222024-02-28T12:29:55.402Z+ LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5232024-02-28T12:29:55.402Z+ main
5242024-02-28T12:29:55.402Z+ [[ 0 != 0 ]]
5252024-02-28T12:29:55.402Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json'
5262024-02-28T12:29:55.402ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5272024-02-28T12:29:55.402ZLocal file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5282024-02-28T12:29:55.403Z+ echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json'
5292024-02-28T12:29:55.403Z+ local DO_DOWNLOAD=true
5302024-02-28T12:29:55.403Z+ [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]]
5312024-02-28T12:29:55.403Z+ mkdir -p out/downloads
5322024-02-28T12:29:55.406Z+ '[' true == true ']'
5332024-02-28T12:29:55.406Z+ echo Downloading...
5342024-02-28T12:29:55.406ZDownloading...
5352024-02-28T12:29:55.406Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5362024-02-28T12:29:55.406Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5372024-02-28T12:29:55.517Z++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5382024-02-28T12:29:55.517Z++ case "$OSTYPE" in
5392024-02-28T12:29:55.520Z++ SHA=sha256sum
5402024-02-28T12:29:55.521Z++ sha256sum
5412024-02-28T12:29:55.521Z++ awk '{print $1}'
5422024-02-28T12:29:55.523Z+ calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5432024-02-28T12:29:55.523Z+ [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]]
5442024-02-28T12:29:55.530Z+ set -o errexit
5452024-02-28T12:29:55.533Z+++ dirname ./tools/ci_download_dendrite_stub
5462024-02-28T12:29:55.536Z++ cd ./tools
5472024-02-28T12:29:55.536Z++ pwd
5482024-02-28T12:29:55.536Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5492024-02-28T12:29:55.536Z++ basename ./tools/ci_download_dendrite_stub
5502024-02-28T12:29:55.539Z+ ARG0=ci_download_dendrite_stub
5512024-02-28T12:29:55.539Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5522024-02-28T12:29:55.539Z++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5532024-02-28T12:29:55.539Z++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36
5542024-02-28T12:29:55.539Z++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245
5552024-02-28T12:29:55.539Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5562024-02-28T12:29:55.539Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5572024-02-28T12:29:55.539Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5582024-02-28T12:29:55.540Z+ TARGET_DIR=out
5592024-02-28T12:29:55.540Z+ DOWNLOAD_DIR=out/downloads
5602024-02-28T12:29:55.540Z+ DEST_DIR=./out/dendrite-stub
5612024-02-28T12:29:55.540Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5622024-02-28T12:29:55.540Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5632024-02-28T12:29:55.540Z+ REPO=oxidecomputer/dendrite
5642024-02-28T12:29:55.540Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e
5652024-02-28T12:29:55.540Z+ main
5662024-02-28T12:29:55.540Z+ [[ 0 != 0 ]]
5672024-02-28T12:29:55.540Z+ CIDL_OS=solaris2.11
5682024-02-28T12:29:55.540Z+ [[ 0 != 0 ]]
5692024-02-28T12:29:55.540Z+ configure_os solaris2.11
5702024-02-28T12:29:55.540Z+ echo 'current directory: /work/oxidecomputer/omicron'
5712024-02-28T12:29:55.540Zcurrent directory: /work/oxidecomputer/omicron
5722024-02-28T12:29:55.540Z+ echo 'configuring based on OS: "solaris2.11"'
5732024-02-28T12:29:55.540Z+ case "$1" in
5742024-02-28T12:29:55.540Zconfiguring based on OS: "solaris2.11"
5752024-02-28T12:29:55.540Z+ SET_BINARIES=
5762024-02-28T12:29:55.540Z+ CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5772024-02-28T12:29:55.540Z+ CIDL_SHA256FUNC=do_sha256sum
5782024-02-28T12:29:55.540Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5792024-02-28T12:29:55.540Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5802024-02-28T12:29:55.540Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5812024-02-28T12:29:55.541Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz'
5822024-02-28T12:29:55.541ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5832024-02-28T12:29:55.541Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5842024-02-28T12:29:55.541Z+ mkdir -p out/downloads
5852024-02-28T12:29:55.541ZLocal file: out/downloads/dendrite-stub.tar.gz
5862024-02-28T12:29:55.547Z+ mkdir -p ./out/dendrite-stub
5872024-02-28T12:29:55.547Z+ fetch_and_verify
5882024-02-28T12:29:55.547Z+ local DO_DOWNLOAD=true
5892024-02-28T12:29:55.548Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5902024-02-28T12:29:55.548Z+ '[' true == true ']'
5912024-02-28T12:29:55.548Z+ echo Downloading...
5922024-02-28T12:29:55.548ZDownloading...
5932024-02-28T12:29:55.548Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5942024-02-28T12:29:55.548Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5952024-02-28T12:30:02.497Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5962024-02-28T12:30:02.513Z++ sha256sum
5972024-02-28T12:30:02.513Z++ awk '{print $1}'
5982024-02-28T12:30:02.534Z+ calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5992024-02-28T12:30:02.534Z+ [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]]
6002024-02-28T12:30:02.534Z+ do_untar out/downloads/dendrite-stub.tar.gz
6012024-02-28T12:30:02.534Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
6022024-02-28T12:30:03.192Z+ do_assemble
6032024-02-28T12:30:03.192Z+ rm -r ./out/dendrite-stub
6042024-02-28T12:30:03.199Z+ mkdir ./out/dendrite-stub
6052024-02-28T12:30:03.199Z+ cp -r out/downloads/root ./out/dendrite-stub/root
6062024-02-28T12:30:03.299Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
6072024-02-28T12:30:03.332Z+ set -o errexit
6082024-02-28T12:30:03.332Z+++ dirname ./tools/ci_download_maghemite_mgd
6092024-02-28T12:30:03.351Z++ cd ./tools
6102024-02-28T12:30:03.351Z++ pwd
6112024-02-28T12:30:03.351Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6122024-02-28T12:30:03.352Z++ basename ./tools/ci_download_maghemite_mgd
6132024-02-28T12:30:03.352Z+ ARG0=ci_download_maghemite_mgd
6142024-02-28T12:30:03.352Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6152024-02-28T12:30:03.352Z++ CIDL_SHA256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb
6162024-02-28T12:30:03.352Z++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511
6172024-02-28T12:30:03.352Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6182024-02-28T12:30:03.353Z++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833
6192024-02-28T12:30:03.353Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
6202024-02-28T12:30:03.353Z+ TARGET_DIR=out
6212024-02-28T12:30:03.353Z+ DOWNLOAD_DIR=out/downloads
6222024-02-28T12:30:03.353Z+ DEST_DIR=./out/mgd
6232024-02-28T12:30:03.353Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6242024-02-28T12:30:03.353Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6252024-02-28T12:30:03.354Z+ REPO=oxidecomputer/maghemite
6262024-02-28T12:30:03.354Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833
6272024-02-28T12:30:03.354Z+ main
6282024-02-28T12:30:03.354Z+ [[ 0 != 0 ]]
6292024-02-28T12:30:03.354Z+ CIDL_OS=solaris2.11
6302024-02-28T12:30:03.355Z+ [[ 0 != 0 ]]
6312024-02-28T12:30:03.355Z+ configure_os solaris2.11
6322024-02-28T12:30:03.355Z+ echo 'current directory: /work/oxidecomputer/omicron'
6332024-02-28T12:30:03.355Z+ echo 'configuring based on OS: "solaris2.11"'
6342024-02-28T12:30:03.355Zcurrent directory: /work/oxidecomputer/omicron
6352024-02-28T12:30:03.355Zconfiguring based on OS: "solaris2.11"
6362024-02-28T12:30:03.356Z+ case "$1" in
6372024-02-28T12:30:03.356Z+ SET_BINARIES=
6382024-02-28T12:30:03.356Z+ CIDL_SHA256FUNC=do_sha256sum
6392024-02-28T12:30:03.356Z+ TARBALL_FILENAME=mgd.tar.gz
6402024-02-28T12:30:03.356Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz
6412024-02-28T12:30:03.356Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6422024-02-28T12:30:03.357Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz'
6432024-02-28T12:30:03.357ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz
6442024-02-28T12:30:03.357Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6452024-02-28T12:30:03.357Z+ mkdir -p out/downloads
6462024-02-28T12:30:03.357ZLocal file: out/downloads/mgd.tar.gz
6472024-02-28T12:30:03.357Z+ mkdir -p ./out/mgd
6482024-02-28T12:30:03.357Z+ fetch_and_verify
6492024-02-28T12:30:03.357Z+ local DO_DOWNLOAD=true
6502024-02-28T12:30:03.357Z+ [[ -f out/downloads/mgd.tar.gz ]]
6512024-02-28T12:30:03.358Z+ '[' true == true ']'
6522024-02-28T12:30:03.358Z+ echo Downloading...
6532024-02-28T12:30:03.358ZDownloading...
6542024-02-28T12:30:03.358Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz out/downloads/mgd.tar.gz
6552024-02-28T12:30:03.358Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz
6562024-02-28T12:30:10.334Z++ do_sha256sum out/downloads/mgd.tar.gz
6572024-02-28T12:30:10.344Z++ sha256sum
6582024-02-28T12:30:10.344Z++ awk '{print $1}'
6592024-02-28T12:30:10.764Z+ calculated_sha256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb
6602024-02-28T12:30:10.769Z+ [[ 22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb != \2\2\9\9\6\a\6\f\3\3\5\3\2\9\6\b\8\4\8\b\e\7\2\9\f\1\4\e\7\8\a\4\2\e\7\d\3\d\6\e\6\2\a\4\a\9\1\8\a\5\c\2\3\5\8\a\e\0\1\1\c\8\e\b ]]
6612024-02-28T12:30:10.770Z+ do_untar out/downloads/mgd.tar.gz
6622024-02-28T12:30:10.770Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6632024-02-28T12:30:10.798Z+ do_assemble
6642024-02-28T12:30:10.798Z+ rm -r ./out/mgd
6652024-02-28T12:30:10.805Z+ mkdir ./out/mgd
6662024-02-28T12:30:10.805Z+ cp -r out/downloads/root ./out/mgd/root
6672024-02-28T12:30:10.947Z+ set -o errexit
6682024-02-28T12:30:10.950Z+++ dirname ./tools/ci_download_transceiver_control
6692024-02-28T12:30:10.950Z++ cd ./tools
6702024-02-28T12:30:10.950Z++ pwd
6712024-02-28T12:30:10.953Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6722024-02-28T12:30:10.953Z++ basename ./tools/ci_download_transceiver_control
6732024-02-28T12:30:10.953Z+ ARG0=ci_download_transceiver_control
6742024-02-28T12:30:10.953Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6752024-02-28T12:30:10.953Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6762024-02-28T12:30:10.953Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6772024-02-28T12:30:10.953Z+ TARGET_DIR=out
6782024-02-28T12:30:10.953Z+ DOWNLOAD_DIR=out/downloads
6792024-02-28T12:30:10.953Z+ DEST_DIR=./out/transceiver-control
6802024-02-28T12:30:10.953Z+ BIN_DIR=/opt/oxide/bin
6812024-02-28T12:30:10.954Z+ BINARY=xcvradm
6822024-02-28T12:30:10.954Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6832024-02-28T12:30:10.954Z+ REPO=oxidecomputer/transceiver-control
6842024-02-28T12:30:10.954Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6852024-02-28T12:30:10.954Z+ main
6862024-02-28T12:30:10.954Z+ [[ 0 != 0 ]]
6872024-02-28T12:30:10.954Z+ CIDL_OS=solaris2.11
6882024-02-28T12:30:10.954Z+ [[ 0 != 0 ]]
6892024-02-28T12:30:10.954Z+ configure_os solaris2.11
6902024-02-28T12:30:10.957Z+ echo 'current directory: /work/oxidecomputer/omicron'
6912024-02-28T12:30:10.957Zcurrent directory: /work/oxidecomputer/omicron
6922024-02-28T12:30:10.957Zconfiguring based on OS: "solaris2.11"
6932024-02-28T12:30:10.957Z+ echo 'configuring based on OS: "solaris2.11"'
6942024-02-28T12:30:10.957Z+ case "$1" in
6952024-02-28T12:30:10.958Z+ SET_BINARIES=
6962024-02-28T12:30:10.958Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6972024-02-28T12:30:10.958Z+ CIDL_SHA256FUNC=do_sha256sum
6982024-02-28T12:30:10.958Z+ ARCHIVE_FILENAME=xcvradm.gz
6992024-02-28T12:30:10.958Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7002024-02-28T12:30:10.958Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
7012024-02-28T12:30:10.958Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
7022024-02-28T12:30:10.958ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7032024-02-28T12:30:10.958Z+ echo 'Local file: out/downloads/xcvradm.gz'
7042024-02-28T12:30:10.958Z+ mkdir -p out/downloads
7052024-02-28T12:30:10.958ZLocal file: out/downloads/xcvradm.gz
7062024-02-28T12:30:10.958Z+ mkdir -p ./out/transceiver-control
7072024-02-28T12:30:10.958Z+ fetch_and_verify
7082024-02-28T12:30:10.958Z+ local DO_DOWNLOAD=true
7092024-02-28T12:30:10.958Z+ [[ -f out/downloads/xcvradm.gz ]]
7102024-02-28T12:30:10.958Z+ '[' true == true ']'
7112024-02-28T12:30:10.958Z+ echo Downloading...
7122024-02-28T12:30:10.958ZDownloading...
7132024-02-28T12:30:10.958Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7142024-02-28T12:30:10.958Z+ 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
7152024-02-28T12:30:13.722Z++ do_sha256sum out/downloads/xcvradm.gz
7162024-02-28T12:30:13.729Z++ sha256sum
7172024-02-28T12:30:13.729Z++ awk '{print $1}'
7182024-02-28T12:30:13.730Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7192024-02-28T12:30:13.730Z+ [[ 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 ]]
7202024-02-28T12:30:13.730Z+ do_unpack out/downloads/xcvradm.gz
7212024-02-28T12:30:13.730Z+ mkdir -p out/downloads/root//opt/oxide/bin
7222024-02-28T12:30:13.731Z+ gzip -dc out/downloads/xcvradm.gz
7232024-02-28T12:30:13.852Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7242024-02-28T12:30:13.861Z+ do_assemble
7252024-02-28T12:30:13.861Z+ rm -r ./out/transceiver-control
7262024-02-28T12:30:13.861Z+ mkdir ./out/transceiver-control
7272024-02-28T12:30:13.861Z+ cp -r out/downloads/root ./out/transceiver-control/root
7282024-02-28T12:30:14.301ZAll builder prerequisites installed successfully, and PATH looks valid
7292024-02-28T12:30:14.308Z
7302024-02-28T12:30:14.308Zreal 2:06.956586288
7312024-02-28T12:30:14.308Zuser 34.521812147
7322024-02-28T12:30:14.308Zsys 6.531528319
7332024-02-28T12:30:14.308Ztrap 0.006678431
7342024-02-28T12:30:14.308Ztflt 0.333459141
7352024-02-28T12:30:14.308Zdflt 0.783547488
7362024-02-28T12:30:14.308Zkflt 0.337054659
7372024-02-28T12:30:14.308Zlock 1.576885103
7382024-02-28T12:30:14.308Zslp 4:09.915019729
7392024-02-28T12:30:14.309Zlat 1.779715651
7402024-02-28T12:30:14.309Zstop 0.107161680
7412024-02-28T12:30:14.309Z
7422024-02-28T12:30:14.309Z ##### # # # # #####
7432024-02-28T12:30:14.309Z # # # # # # # #
7442024-02-28T12:30:14.309Z ##### # # # # # #
7452024-02-28T12:30:14.309Z # # # # # # # #
7462024-02-28T12:30:14.309Z # # # # # # # #
7472024-02-28T12:30:14.309Z ##### #### # ###### #####
7482024-02-28T12:30:14.309Z
7492024-02-28T12:30:14.530Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7502024-02-28T12:30:14.962Z Updating git repository `https://github.com/oxidecomputer/samael`
7512024-02-28T12:30:15.429Z Updating crates.io index
7522024-02-28T12:30:15.432Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7532024-02-28T12:30:16.544Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7542024-02-28T12:30:18.272Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7552024-02-28T12:30:18.682Z Updating git repository `http://github.com/oxidecomputer/tofino`
7562024-02-28T12:30:19.103Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7572024-02-28T12:30:19.488Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7582024-02-28T12:30:19.862Z Updating git repository `https://github.com/oxidecomputer/propolis`
7592024-02-28T12:30:21.900Z Updating git repository `https://github.com/oxidecomputer/crucible`
7602024-02-28T12:30:23.642Z Updating git repository `https://github.com/oxidecomputer/opte`
7612024-02-28T12:30:24.458Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7622024-02-28T12:30:24.783Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7632024-02-28T12:30:25.440Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7642024-02-28T12:30:25.763Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7652024-02-28T12:30:26.031Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7662024-02-28T12:30:26.722Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7672024-02-28T12:30:26.807Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7682024-02-28T12:30:27.322Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7692024-02-28T12:30:27.620Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7702024-02-28T12:30:28.178Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7712024-02-28T12:30:28.566Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7722024-02-28T12:30:28.849Z Updating git repository `https://github.com/jgallagher/nix`
7732024-02-28T12:30:29.880Z Updating git repository `https://github.com/cbiffle/hubpack`
7742024-02-28T12:30:30.244Z Updating git repository `https://github.com/oxidecomputer/typify`
7752024-02-28T12:30:31.506Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7762024-02-28T12:30:31.870Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7772024-02-28T12:30:32.184Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7782024-02-28T12:30:33.554Z Downloading crates ...
7792024-02-28T12:30:33.763Z Downloaded argon2 v0.5.3
7802024-02-28T12:30:33.767Z Downloaded headers-core v0.2.0
7812024-02-28T12:30:33.786Z Downloaded buf-list v1.0.3
7822024-02-28T12:30:33.790Z Downloaded cbc v0.1.2
7832024-02-28T12:30:33.790Z Downloaded heapless v0.7.16
7842024-02-28T12:30:33.797Z Downloaded http-range v0.1.5
7852024-02-28T12:30:33.800Z Downloaded ident_case v1.0.1
7862024-02-28T12:30:33.800Z Downloaded heck v0.4.1
7872024-02-28T12:30:33.800Z Downloaded cargo-platform v0.1.3
7882024-02-28T12:30:33.804Z Downloaded cast v0.3.0
7892024-02-28T12:30:33.808Z Downloaded cfg-if v1.0.0
7902024-02-28T12:30:33.808Z Downloaded ciborium-io v0.2.2
7912024-02-28T12:30:33.818Z Downloaded http-body v0.4.5
7922024-02-28T12:30:33.821Z Downloaded hostname v0.3.1
7932024-02-28T12:30:33.826Z Downloaded clap_lex v0.7.0
7942024-02-28T12:30:33.826Z Downloaded chacha20 v0.9.1
7952024-02-28T12:30:33.832Z Downloaded camino v1.1.6
7962024-02-28T12:30:33.832Z Downloaded castaway v0.2.2
7972024-02-28T12:30:33.836Z Downloaded blake2b_simd v1.0.1
7982024-02-28T12:30:33.836Z Downloaded cargo_metadata v0.18.1
7992024-02-28T12:30:33.836Z Downloaded libefi-sys v0.1.0
8002024-02-28T12:30:33.840Z Downloaded lazycell v1.3.0
8012024-02-28T12:30:33.840Z Downloaded maybe-uninit v2.0.0
8022024-02-28T12:30:33.843Z Downloaded block-buffer v0.10.4
8032024-02-28T12:30:33.844Z Downloaded matches v0.1.10
8042024-02-28T12:30:33.847Z Downloaded serde_urlencoded v0.7.1
8052024-02-28T12:30:33.847Z Downloaded chacha20poly1305 v0.10.1
8062024-02-28T12:30:33.861Z Downloaded cobs v0.2.3
8072024-02-28T12:30:33.866Z Downloaded socket2 v0.4.9
8082024-02-28T12:30:33.867Z Downloaded anstyle-parse v0.2.1
8092024-02-28T12:30:33.867Z Downloaded serde_tokenstream v0.1.7
8102024-02-28T12:30:33.867Z Downloaded salty v0.2.0
8112024-02-28T12:30:33.870Z Downloaded test-strategy v0.3.1
8122024-02-28T12:30:33.878Z Downloaded atty v0.2.14
8132024-02-28T12:30:33.881Z Downloaded strsim v0.10.0
8142024-02-28T12:30:33.881Z Downloaded atomicwrites v0.4.3
8152024-02-28T12:30:33.881Z Downloaded tower-layer v0.3.2
8162024-02-28T12:30:33.888Z Downloaded serde-hex v0.1.0
8172024-02-28T12:30:33.888Z Downloaded semver v0.11.0
8182024-02-28T12:30:33.891Z Downloaded defmt-parser v0.3.3
8192024-02-28T12:30:33.891Z Downloaded thiserror-no-std v2.0.2
8202024-02-28T12:30:33.895Z Downloaded adler v1.0.2
8212024-02-28T12:30:33.898Z Downloaded fxhash v0.2.1
8222024-02-28T12:30:33.901Z Downloaded aead v0.5.2
8232024-02-28T12:30:33.901Z Downloaded toml_datetime v0.6.5
8242024-02-28T12:30:33.905Z Downloaded foreign-types-shared v0.1.1
8252024-02-28T12:30:33.908Z Downloaded tokio-stream v0.1.14
8262024-02-28T12:30:33.912Z Downloaded anes v0.1.6
8272024-02-28T12:30:33.919Z Downloaded toml v0.5.11
8282024-02-28T12:30:33.927Z Downloaded async-stream-impl v0.3.5
8292024-02-28T12:30:33.930Z Downloaded autocfg v1.1.0
8302024-02-28T12:30:33.933Z Downloaded ghash v0.5.0
8312024-02-28T12:30:33.937Z Downloaded assert_matches v1.5.0
8322024-02-28T12:30:33.937Z Downloaded structopt-derive v0.4.18
8332024-02-28T12:30:33.940Z Downloaded tokio-macros v2.2.0
8342024-02-28T12:30:33.940Z Downloaded bytecount v0.6.3
8352024-02-28T12:30:33.955Z Downloaded futures-task v0.3.30
8362024-02-28T12:30:33.955Z Downloaded scroll_derive v0.12.0
8372024-02-28T12:30:33.959Z Downloaded futures-timer v3.0.2
8382024-02-28T12:30:33.959Z Downloaded r2d2 v0.8.10
8392024-02-28T12:30:33.959Z Downloaded primeorder v0.13.6
8402024-02-28T12:30:33.959Z Downloaded blowfish v0.9.1
8412024-02-28T12:30:33.959Z Downloaded generic-array v0.14.7
8422024-02-28T12:30:33.959Z Downloaded bb8 v0.8.3
8432024-02-28T12:30:33.959Z Downloaded getopts v0.2.21
8442024-02-28T12:30:33.962Z Downloaded rand_chacha v0.2.2
8452024-02-28T12:30:33.963Z Downloaded opaque-debug v0.3.0
8462024-02-28T12:30:33.966Z Downloaded bit-set v0.5.3
8472024-02-28T12:30:33.966Z Downloaded bit-vec v0.6.3
8482024-02-28T12:30:33.968Z Downloaded byteorder v1.5.0
8492024-02-28T12:30:33.971Z Downloaded hash32 v0.2.1
8502024-02-28T12:30:33.971Z Downloaded radium v0.7.0
8512024-02-28T12:30:33.975Z Downloaded bcrypt-pbkdf v0.10.0
8522024-02-28T12:30:33.978Z Downloaded block-padding v0.3.3
8532024-02-28T12:30:33.978Z Downloaded unicode-xid v0.2.4
8542024-02-28T12:30:33.981Z Downloaded bitflags v1.3.2
8552024-02-28T12:30:33.985Z Downloaded rand_core v0.6.4
8562024-02-28T12:30:33.988Z Downloaded hex v0.4.3
8572024-02-28T12:30:33.991Z Downloaded instant v0.1.12
8582024-02-28T12:30:33.991Z Downloaded getrandom v0.2.10
8592024-02-28T12:30:33.995Z Downloaded strum v0.26.1
8602024-02-28T12:30:33.998Z Downloaded structmeta-derive v0.3.0
8612024-02-28T12:30:34.005Z Downloaded group v0.13.0
8622024-02-28T12:30:34.005Z Downloaded same-file v1.0.6
8632024-02-28T12:30:34.009Z Downloaded gethostname v0.4.3
8642024-02-28T12:30:34.009Z Downloaded toolchain_find v0.2.0
8652024-02-28T12:30:34.009Z Downloaded getrandom v0.1.16
8662024-02-28T12:30:34.012Z Downloaded nibble_vec v0.1.0
8672024-02-28T12:30:34.015Z Downloaded dirs v5.0.1
8682024-02-28T12:30:34.018Z Downloaded plotters-svg v0.3.5
8692024-02-28T12:30:34.018Z Downloaded pkg-config v0.3.27
8702024-02-28T12:30:34.021Z Downloaded anyhow v1.0.75
8712024-02-28T12:30:34.025Z Downloaded base64ct v1.6.0
8722024-02-28T12:30:34.029Z Downloaded bitflags v2.4.0
8732024-02-28T12:30:34.033Z Downloaded bcs v0.1.6
8742024-02-28T12:30:34.036Z Downloaded globset v0.4.13
8752024-02-28T12:30:34.039Z Downloaded glob v0.3.1
8762024-02-28T12:30:34.041Z Downloaded unicode-ident v1.0.12
8772024-02-28T12:30:34.045Z Downloaded strip-ansi-escapes v0.2.0
8782024-02-28T12:30:34.048Z Downloaded http-body v1.0.0
8792024-02-28T12:30:34.048Z Downloaded async-trait v0.1.77
8802024-02-28T12:30:34.051Z Downloaded serde-big-array v0.4.1
8812024-02-28T12:30:34.057Z Downloaded tempdir v0.3.7
8822024-02-28T12:30:34.060Z Downloaded sec1 v0.7.3
8832024-02-28T12:30:34.060Z Downloaded sqlformat v0.2.3
8842024-02-28T12:30:34.060Z Downloaded basic-toml v0.1.8
8852024-02-28T12:30:34.071Z Downloaded hash32 v0.3.1
8862024-02-28T12:30:34.074Z Downloaded blake2 v0.10.6
8872024-02-28T12:30:34.077Z Downloaded untrusted v0.7.1
8882024-02-28T12:30:34.080Z Downloaded topological-sort v0.2.2
8892024-02-28T12:30:34.080Z Downloaded openssl-probe v0.1.5
8902024-02-28T12:30:34.083Z Downloaded indoc v1.0.9
8912024-02-28T12:30:34.086Z Downloaded indoc v2.0.3
8922024-02-28T12:30:34.089Z Downloaded impl-trait-for-tuples v0.2.2
8932024-02-28T12:30:34.093Z Downloaded match_cfg v0.1.0
8942024-02-28T12:30:34.093Z Downloaded hyper-tls v0.5.0
8952024-02-28T12:30:34.096Z Downloaded fixedbitset v0.4.2
8962024-02-28T12:30:34.099Z Downloaded openssl-macros v0.1.1
8972024-02-28T12:30:34.099Z Downloaded slog-term v2.9.0
8982024-02-28T12:30:34.102Z Downloaded strum_macros v0.25.2
8992024-02-28T12:30:34.105Z Downloaded colored v2.0.4
9002024-02-28T12:30:34.108Z Downloaded allocator-api2 v0.2.16
9012024-02-28T12:30:34.111Z Downloaded diesel_table_macro_syntax v0.1.0
9022024-02-28T12:30:34.111Z Downloaded serde_derive v1.0.196
9032024-02-28T12:30:34.116Z Downloaded corncobs v0.1.3
9042024-02-28T12:30:34.119Z Downloaded constant_time_eq v0.2.6
9052024-02-28T12:30:34.120Z Downloaded peeking_take_while v0.1.2
9062024-02-28T12:30:34.120Z Downloaded path-slash v0.1.5
9072024-02-28T12:30:34.123Z Downloaded zerocopy v0.6.4
9082024-02-28T12:30:34.126Z Downloaded tiny-keccak v2.0.2
9092024-02-28T12:30:34.129Z Downloaded tokio-rustls v0.24.1
9102024-02-28T12:30:34.132Z Downloaded trybuild v1.0.89
9112024-02-28T12:30:34.135Z Downloaded rstest_macros v0.18.2
9122024-02-28T12:30:34.139Z Downloaded httptest v0.15.5
9132024-02-28T12:30:34.142Z Downloaded crc-catalog v2.2.0
9142024-02-28T12:30:34.145Z Downloaded bzip2 v0.4.4
9152024-02-28T12:30:34.148Z Downloaded parse-display-derive v0.9.0
9162024-02-28T12:30:34.148Z Downloaded ipnet v2.9.0
9172024-02-28T12:30:34.151Z Downloaded iana-time-zone v0.1.57
9182024-02-28T12:30:34.154Z Downloaded log v0.4.20
9192024-02-28T12:30:34.160Z Downloaded lru v0.12.1
9202024-02-28T12:30:34.160Z Downloaded rustversion v1.0.14
9212024-02-28T12:30:34.160Z Downloaded packed_struct_codegen v0.10.1
9222024-02-28T12:30:34.166Z Downloaded usdt v0.5.0
9232024-02-28T12:30:34.166Z Downloaded miniz_oxide v0.7.1
9242024-02-28T12:30:34.170Z Downloaded httpdate v1.0.3
9252024-02-28T12:30:34.170Z Downloaded arc-swap v1.6.0
9262024-02-28T12:30:34.173Z Downloaded colorchoice v1.0.0
9272024-02-28T12:30:34.173Z Downloaded constant_time_eq v0.3.0
9282024-02-28T12:30:34.176Z Downloaded termcolor v1.2.0
9292024-02-28T12:30:34.176Z Downloaded structmeta-derive v0.2.0
9302024-02-28T12:30:34.179Z Downloaded zerocopy-derive v0.7.32
9312024-02-28T12:30:34.182Z Downloaded tinyvec_macros v0.1.1
9322024-02-28T12:30:34.182Z Downloaded clang-sys v1.6.1
9332024-02-28T12:30:34.185Z Downloaded clap_derive v4.5.0
9342024-02-28T12:30:34.188Z Downloaded linear-map v1.2.0
9352024-02-28T12:30:34.188Z Downloaded shell-words v1.1.0
9362024-02-28T12:30:34.191Z Downloaded half v2.3.1
9372024-02-28T12:30:34.194Z Downloaded base64 v0.21.7
9382024-02-28T12:30:34.197Z Downloaded hubpack_derive v0.1.1
9392024-02-28T12:30:34.200Z Downloaded nodrop v0.1.14
9402024-02-28T12:30:34.200Z Downloaded quick-error v1.2.3
9412024-02-28T12:30:34.203Z Downloaded toml v0.7.8
9422024-02-28T12:30:34.205Z Downloaded either v1.10.0
9432024-02-28T12:30:34.205Z Downloaded zone_cfg_derive v0.3.0
9442024-02-28T12:30:34.208Z Downloaded errno v0.3.8
9452024-02-28T12:30:34.208Z Downloaded enum-as-inner v0.5.1
9462024-02-28T12:30:34.211Z Downloaded crc32fast v1.3.2
9472024-02-28T12:30:34.216Z Downloaded yasna v0.5.2
9482024-02-28T12:30:34.219Z Downloaded libtest-mimic v0.6.1
9492024-02-28T12:30:34.219Z Downloaded ed25519 v1.5.3
9502024-02-28T12:30:34.219Z Downloaded pretty-hex v0.4.1
9512024-02-28T12:30:34.222Z Downloaded is_ci v1.2.0
9522024-02-28T12:30:34.223Z Downloaded newline-converter v0.3.0
9532024-02-28T12:30:34.223Z Downloaded snafu v0.7.5
9542024-02-28T12:30:34.228Z Downloaded zeroize v1.7.0
9552024-02-28T12:30:34.231Z Downloaded convert_case v0.4.0
9562024-02-28T12:30:34.234Z Downloaded httparse v1.8.0
9572024-02-28T12:30:34.234Z Downloaded password-hash v0.5.0
9582024-02-28T12:30:34.237Z Downloaded term v0.7.0
9592024-02-28T12:30:34.240Z Downloaded spin v0.5.2
9602024-02-28T12:30:34.243Z Downloaded subtle v2.5.0
9612024-02-28T12:30:34.243Z Downloaded new_debug_unreachable v1.0.4
9622024-02-28T12:30:34.243Z Downloaded serde-big-array v0.5.1
9632024-02-28T12:30:34.246Z Downloaded tempfile v3.10.0
9642024-02-28T12:30:34.249Z Downloaded zeroize_derive v1.4.2
9652024-02-28T12:30:34.249Z Downloaded unicase v2.7.0
9662024-02-28T12:30:34.252Z Downloaded difflib v0.4.0
9672024-02-28T12:30:34.252Z Downloaded password-hash v0.4.2
9682024-02-28T12:30:34.255Z Downloaded maplit v1.0.2
9692024-02-28T12:30:34.255Z Downloaded is-terminal v0.4.9
9702024-02-28T12:30:34.258Z Downloaded fastrand v2.0.1
9712024-02-28T12:30:34.258Z Downloaded textwrap v0.11.0
9722024-02-28T12:30:34.261Z Downloaded pem v3.0.2
9732024-02-28T12:30:34.261Z Downloaded ipnetwork v0.20.0
9742024-02-28T12:30:34.264Z Downloaded thiserror v1.0.57
9752024-02-28T12:30:34.267Z Downloaded pathdiff v0.2.1
9762024-02-28T12:30:34.270Z Downloaded pbkdf2 v0.11.0
9772024-02-28T12:30:34.276Z Downloaded sha2 v0.10.8
9782024-02-28T12:30:34.279Z Downloaded pest_derive v2.7.6
9792024-02-28T12:30:34.279Z Downloaded indicatif v0.17.8
9802024-02-28T12:30:34.282Z Downloaded termios v0.3.3
9812024-02-28T12:30:34.282Z Downloaded heapless v0.8.0
9822024-02-28T12:30:34.285Z Downloaded strum_macros v0.24.3
9832024-02-28T12:30:34.288Z Downloaded pem-rfc7468 v0.7.0
9842024-02-28T12:30:34.291Z Downloaded parking_lot_core v0.9.8
9852024-02-28T12:30:34.294Z Downloaded serde_json v1.0.114
9862024-02-28T12:30:34.299Z Downloaded lalrpop-util v0.19.12
9872024-02-28T12:30:34.302Z Downloaded kstat-rs v0.2.3
9882024-02-28T12:30:34.302Z Downloaded futures-core v0.3.30
9892024-02-28T12:30:34.305Z Downloaded unarray v0.1.4
9902024-02-28T12:30:34.305Z Downloaded terminal_size v0.3.0
9912024-02-28T12:30:34.309Z Downloaded synstructure v0.12.6
9922024-02-28T12:30:34.309Z Downloaded slog-async v2.8.0
9932024-02-28T12:30:34.309Z Downloaded subprocess v0.2.9
9942024-02-28T12:30:34.312Z Downloaded slog v2.7.0
9952024-02-28T12:30:34.315Z Downloaded zone v0.3.0
9962024-02-28T12:30:34.318Z Downloaded ucd-trie v0.1.6
9972024-02-28T12:30:34.318Z Downloaded lazy_static v1.4.0
9982024-02-28T12:30:34.321Z Downloaded macaddr v1.0.1
9992024-02-28T12:30:34.321Z Downloaded memchr v2.6.3
10002024-02-28T12:30:34.325Z Downloaded dyn-clone v1.0.17
10012024-02-28T12:30:34.331Z Downloaded futures v0.3.30
10022024-02-28T12:30:34.334Z Downloaded clap v4.5.0
10032024-02-28T12:30:34.346Z Downloaded pkcs1 v0.7.5
10042024-02-28T12:30:34.354Z Downloaded env_logger v0.10.0
10052024-02-28T12:30:34.358Z Downloaded filetime v0.2.23
10062024-02-28T12:30:34.358Z Downloaded url v2.5.0
10072024-02-28T12:30:34.358Z Downloaded aes v0.8.3
10082024-02-28T12:30:34.366Z Downloaded zip v0.6.6
10092024-02-28T12:30:34.369Z Downloaded ecdsa v0.16.9
10102024-02-28T12:30:34.369Z Downloaded elliptic-curve v0.13.8
10112024-02-28T12:30:34.373Z Downloaded der v0.7.8
10122024-02-28T12:30:34.377Z Downloaded tinyvec v1.6.0
10132024-02-28T12:30:34.383Z Downloaded papergrid v0.11.0
10142024-02-28T12:30:34.386Z Downloaded ryu v1.0.15
10152024-02-28T12:30:34.389Z Downloaded ed25519-dalek v2.0.0
10162024-02-28T12:30:34.393Z Downloaded aes-gcm v0.10.3
10172024-02-28T12:30:34.397Z Downloaded hashbrown v0.12.3
10182024-02-28T12:30:34.403Z Downloaded prettyplease v0.2.16
10192024-02-28T12:30:34.408Z Downloaded openssl-sys v0.9.96
10202024-02-28T12:30:34.411Z Downloaded textwrap v0.16.1
10212024-02-28T12:30:34.411Z Downloaded unicode-bidi v0.3.13
10222024-02-28T12:30:34.414Z Downloaded serde v1.0.196
10232024-02-28T12:30:34.421Z Downloaded p256 v0.13.2
10242024-02-28T12:30:34.424Z Downloaded pest v2.7.6
10252024-02-28T12:30:34.428Z Downloaded derive_builder_macro v0.12.0
10262024-02-28T12:30:34.428Z Downloaded reedline v0.29.0
10272024-02-28T12:30:34.434Z Downloaded criterion v0.5.1
10282024-02-28T12:30:34.442Z Downloaded rand v0.8.5
10292024-02-28T12:30:34.446Z Downloaded compact_str v0.7.1
10302024-02-28T12:30:34.449Z Downloaded darling_macro v0.14.4
10312024-02-28T12:30:34.452Z Downloaded take_mut v0.2.2
10322024-02-28T12:30:34.452Z Downloaded normalize-line-endings v0.3.0
10332024-02-28T12:30:34.453Z Downloaded pretty-hex v0.2.1
10342024-02-28T12:30:34.456Z Downloaded option-ext v0.2.0
10352024-02-28T12:30:34.456Z Downloaded dtrace-parser v0.1.14
10362024-02-28T12:30:34.456Z Downloaded darling_macro v0.20.3
10372024-02-28T12:30:34.462Z Downloaded oso-derive v0.27.0
10382024-02-28T12:30:34.462Z Downloaded dtrace-parser v0.2.0
10392024-02-28T12:30:34.462Z Downloaded crossterm v0.27.0
10402024-02-28T12:30:34.468Z Downloaded rand v0.4.6
10412024-02-28T12:30:34.471Z Downloaded display-error-chain v0.2.0
10422024-02-28T12:30:34.472Z Downloaded ff v0.13.0
10432024-02-28T12:30:34.474Z Downloaded aho-corasick v1.0.4
10442024-02-28T12:30:34.478Z Downloaded expectorate v1.1.0
10452024-02-28T12:30:34.482Z Downloaded structmeta v0.3.0
10462024-02-28T12:30:34.484Z Downloaded multimap v0.10.0
10472024-02-28T12:30:34.484Z Downloaded fd-lock v3.0.13
10482024-02-28T12:30:34.488Z Downloaded universal-hash v0.5.1
10492024-02-28T12:30:34.489Z Downloaded dirs-sys v0.4.1
10502024-02-28T12:30:34.498Z Downloaded fd-lock v4.0.2
10512024-02-28T12:30:34.498Z Downloaded yansi v0.5.1
10522024-02-28T12:30:34.507Z Downloaded rustfmt-wrapper v0.2.0
10532024-02-28T12:30:34.508Z Downloaded tui-tree-widget v0.17.0
10542024-02-28T12:30:34.508Z Downloaded data-encoding v2.4.0
10552024-02-28T12:30:34.508Z Downloaded datatest-stable v0.2.3
10562024-02-28T12:30:34.508Z Downloaded strsim v0.8.0
10572024-02-28T12:30:34.508Z Downloaded olpc-cjson v0.1.3
10582024-02-28T12:30:34.508Z Downloaded tokio-native-tls v0.3.1
10592024-02-28T12:30:34.508Z Downloaded rustls-pemfile v1.0.3
10602024-02-28T12:30:34.508Z Downloaded dof v0.3.0
10612024-02-28T12:30:34.514Z Downloaded xattr v1.0.1
10622024-02-28T12:30:34.515Z Downloaded semver v0.1.20
10632024-02-28T12:30:34.515Z Downloaded scopeguard v1.2.0
10642024-02-28T12:30:34.515Z Downloaded dirs-sys-next v0.1.2
10652024-02-28T12:30:34.515Z Downloaded unicode-width v0.1.11
10662024-02-28T12:30:34.520Z Downloaded tabled_derive v0.7.0
10672024-02-28T12:30:34.520Z Downloaded shlex v1.3.0
10682024-02-28T12:30:34.520Z Downloaded memoffset v0.7.1
10692024-02-28T12:30:34.525Z Downloaded num v0.4.1
10702024-02-28T12:30:34.525Z Downloaded slab v0.4.9
10712024-02-28T12:30:34.525Z Downloaded derive_builder_core v0.12.0
10722024-02-28T12:30:34.529Z Downloaded funty v2.0.0
10732024-02-28T12:30:34.529Z Downloaded fs-err v2.11.0
10742024-02-28T12:30:34.529Z Downloaded nanorand v0.7.0
10752024-02-28T12:30:34.533Z Downloaded stringprep v0.1.3
10762024-02-28T12:30:34.533Z Downloaded tokio-tungstenite v0.20.1
10772024-02-28T12:30:34.536Z Downloaded libm v0.2.7
10782024-02-28T12:30:34.543Z Downloaded crunchy v0.2.2
10792024-02-28T12:30:34.547Z Downloaded russh-cryptovec v0.7.0
10802024-02-28T12:30:34.547Z Downloaded http v1.0.0
10812024-02-28T12:30:34.552Z Downloaded num_threads v0.1.6
10822024-02-28T12:30:34.552Z Downloaded http v0.2.11
10832024-02-28T12:30:34.557Z Downloaded number_prefix v0.4.0
10842024-02-28T12:30:34.557Z Downloaded foreign-types-shared v0.3.1
10852024-02-28T12:30:34.560Z Downloaded nom v7.1.3
10862024-02-28T12:30:34.564Z Downloaded num-bigint v0.4.4
10872024-02-28T12:30:34.571Z Downloaded mio v0.8.9
10882024-02-28T12:30:34.574Z Downloaded darling v0.20.3
10892024-02-28T12:30:34.577Z Downloaded native-tls v0.2.11
10902024-02-28T12:30:34.580Z Downloaded rustls-native-certs v0.7.0
10912024-02-28T12:30:34.580Z Downloaded newtype_derive v0.1.6
10922024-02-28T12:30:34.583Z Downloaded crc-any v2.4.3
10932024-02-28T12:30:34.586Z Downloaded once_cell v1.19.0
10942024-02-28T12:30:34.586Z Downloaded ed25519 v2.2.2
10952024-02-28T12:30:34.593Z Downloaded form_urlencoded v1.2.1
10962024-02-28T12:30:34.593Z Downloaded rustls-pki-types v1.3.0
10972024-02-28T12:30:34.597Z Downloaded want v0.3.1
10982024-02-28T12:30:34.597Z Downloaded syn v1.0.109
10992024-02-28T12:30:34.602Z Downloaded usdt-macro v0.5.0
11002024-02-28T12:30:34.606Z Downloaded curve25519-dalek-derive v0.1.0
11012024-02-28T12:30:34.606Z Downloaded ctr v0.9.2
11022024-02-28T12:30:34.611Z Downloaded hyper v1.1.0
11032024-02-28T12:30:34.615Z Downloaded num_enum_derive v0.5.11
11042024-02-28T12:30:34.616Z Downloaded vsss-rs v3.3.4
11052024-02-28T12:30:34.618Z Downloaded phf_shared v0.10.0
11062024-02-28T12:30:34.618Z Downloaded plain v0.2.3
11072024-02-28T12:30:34.618Z Downloaded fragile v2.0.0
11082024-02-28T12:30:34.623Z Downloaded rustyline v13.0.0
11092024-02-28T12:30:34.626Z Downloaded num_enum v0.5.11
11102024-02-28T12:30:34.629Z Downloaded itertools v0.12.1
11112024-02-28T12:30:34.635Z Downloaded usdt-macro v0.3.5
11122024-02-28T12:30:34.638Z Downloaded md-5 v0.10.5
11132024-02-28T12:30:34.638Z Downloaded crossbeam-deque v0.8.3
11142024-02-28T12:30:34.641Z Downloaded h2 v0.3.24
11152024-02-28T12:30:34.645Z Downloaded foreign-types v0.3.2
11162024-02-28T12:30:34.648Z Downloaded vte_generate_state_changes v0.1.1
11172024-02-28T12:30:34.648Z Downloaded unsafe-libyaml v0.2.10
11182024-02-28T12:30:34.652Z Downloaded tungstenite v0.20.1
11192024-02-28T12:30:34.658Z Downloaded rust-argon2 v1.0.1
11202024-02-28T12:30:34.661Z Downloaded rustc_version v0.4.0
11212024-02-28T12:30:34.661Z Downloaded itertools v0.10.5
11222024-02-28T12:30:34.665Z Downloaded spin v0.9.8
11232024-02-28T12:30:34.669Z Downloaded tower-service v0.3.2
11242024-02-28T12:30:34.669Z Downloaded float-cmp v0.9.0
11252024-02-28T12:30:34.669Z Downloaded num_cpus v1.16.0
11262024-02-28T12:30:34.674Z Downloaded which v4.4.0
11272024-02-28T12:30:34.674Z Downloaded darling_core v0.20.3
11282024-02-28T12:30:34.680Z Downloaded fnv v1.0.7
11292024-02-28T12:30:34.680Z Downloaded wait-timeout v0.2.0
11302024-02-28T12:30:34.683Z Downloaded utf8parse v0.2.1
11312024-02-28T12:30:34.683Z Downloaded phf_shared v0.11.2
11322024-02-28T12:30:34.683Z Downloaded slog-bunyan v2.5.0
11332024-02-28T12:30:34.683Z Downloaded siphasher v0.3.11
11342024-02-28T12:30:34.683Z Downloaded phf v0.11.2
11352024-02-28T12:30:34.686Z Downloaded rstest v0.18.2
11362024-02-28T12:30:34.690Z Downloaded newtype-uuid v1.0.1
11372024-02-28T12:30:34.693Z Downloaded futures-io v0.3.30
11382024-02-28T12:30:34.693Z Downloaded smallvec v1.13.1
11392024-02-28T12:30:34.693Z Downloaded signal-hook-mio v0.2.3
11402024-02-28T12:30:34.696Z Downloaded rand_core v0.5.1
11412024-02-28T12:30:34.696Z Downloaded oso v0.27.0
11422024-02-28T12:30:34.699Z Downloaded darling_core v0.14.4
11432024-02-28T12:30:34.703Z Downloaded toml v0.8.10
11442024-02-28T12:30:34.710Z Downloaded rustc_version v0.1.7
11452024-02-28T12:30:34.713Z Downloaded foreign-types-macros v0.2.3
11462024-02-28T12:30:34.713Z Downloaded signature v1.6.4
11472024-02-28T12:30:34.713Z Downloaded futures-sink v0.3.30
11482024-02-28T12:30:34.713Z Downloaded diff v0.1.13
11492024-02-28T12:30:34.713Z Downloaded plotters-backend v0.3.5
11502024-02-28T12:30:34.716Z Downloaded usdt-impl v0.5.0
11512024-02-28T12:30:34.716Z Downloaded signal-hook-registry v1.4.1
11522024-02-28T12:30:34.719Z Downloaded futures-executor v0.3.30
11532024-02-28T12:30:34.719Z Downloaded bitvec v1.0.1
11542024-02-28T12:30:34.732Z Downloaded signal-hook-tokio v0.3.1
11552024-02-28T12:30:34.735Z Downloaded vte v0.11.1
11562024-02-28T12:30:34.735Z Downloaded rayon-core v1.12.0
11572024-02-28T12:30:34.738Z Downloaded slog-envlogger v2.2.0
11582024-02-28T12:30:34.742Z Downloaded remove_dir_all v0.5.3
11592024-02-28T12:30:34.742Z Downloaded derive-where v1.2.7
11602024-02-28T12:30:34.753Z Downloaded similar v2.3.0
11612024-02-28T12:30:34.756Z Downloaded polyval v0.6.1
11622024-02-28T12:30:34.757Z Downloaded mockall v0.12.0
11632024-02-28T12:30:34.757Z Downloaded pin-project-lite v0.2.13
11642024-02-28T12:30:34.761Z Downloaded typenum v1.16.0
11652024-02-28T12:30:34.761Z Downloaded platforms v3.0.2
11662024-02-28T12:30:34.764Z Downloaded signal-hook v0.3.17
11672024-02-28T12:30:34.764Z Downloaded crucible-workspace-hack v0.1.0
11682024-02-28T12:30:34.764Z Downloaded typed-path v0.7.0
11692024-02-28T12:30:34.774Z Downloaded futures-macro v0.3.30
11702024-02-28T12:30:34.777Z Downloaded crypto-bigint v0.5.2
11712024-02-28T12:30:34.777Z Downloaded tracing-attributes v0.1.26
11722024-02-28T12:30:34.780Z Downloaded predicates v3.1.0
11732024-02-28T12:30:34.784Z Downloaded uuid v1.7.0
11742024-02-28T12:30:34.786Z Downloaded derive_builder v0.12.0
11752024-02-28T12:30:34.791Z Downloaded toml_edit v0.19.15
11762024-02-28T12:30:34.805Z Downloaded crossbeam-epoch v0.9.15
11772024-02-28T12:30:34.808Z Downloaded tracing-core v0.1.31
11782024-02-28T12:30:34.811Z Downloaded pin-project v1.1.3
11792024-02-28T12:30:34.821Z Downloaded static_assertions v1.1.0
11802024-02-28T12:30:34.824Z Downloaded ron v0.8.1
11812024-02-28T12:30:34.828Z Downloaded clap_builder v4.5.0
11822024-02-28T12:30:34.838Z Downloaded toml_edit v0.22.6
11832024-02-28T12:30:34.856Z Downloaded trust-dns-client v0.22.0
11842024-02-28T12:30:34.861Z Downloaded crossbeam-utils v0.8.16
11852024-02-28T12:30:34.864Z Downloaded quick-xml v0.30.0
11862024-02-28T12:30:34.870Z Downloaded gimli v0.28.0
11872024-02-28T12:30:34.878Z Downloaded crossbeam-channel v0.5.8
11882024-02-28T12:30:34.883Z Downloaded unicode-normalization v0.1.22
11892024-02-28T12:30:34.886Z Downloaded radix_trie v0.2.1
11902024-02-28T12:30:34.892Z Downloaded steno v0.4.0
11912024-02-28T12:30:34.898Z Downloaded num-bigint-dig v0.8.4
11922024-02-28T12:30:34.902Z Downloaded trust-dns-server v0.22.1
11932024-02-28T12:30:34.906Z Downloaded trust-dns-resolver v0.22.0
11942024-02-28T12:30:34.910Z Downloaded idna v0.2.3
11952024-02-28T12:30:34.916Z Downloaded tough v0.16.0
11962024-02-28T12:30:34.924Z Downloaded openssl v0.10.60
11972024-02-28T12:30:34.934Z Downloaded sqlparser v0.43.1
11982024-02-28T12:30:34.940Z Downloaded bstr v0.2.17
11992024-02-28T12:30:34.949Z Downloaded portable-atomic v1.4.3
12002024-02-28T12:30:34.954Z Downloaded reqwest v0.11.22
12012024-02-28T12:30:34.967Z Downloaded rustls v0.22.2
12022024-02-28T12:30:34.976Z Downloaded plotters v0.3.5
12032024-02-28T12:30:34.985Z Downloaded winnow v0.5.15
12042024-02-28T12:30:34.994Z Downloaded time v0.3.27
12052024-02-28T12:30:34.999Z Downloaded syn v2.0.48
12062024-02-28T12:30:35.010Z Downloaded petgraph v0.6.4
12072024-02-28T12:30:35.024Z Downloaded vcpkg v0.2.15
12082024-02-28T12:30:35.065Z Downloaded object v0.32.1
12092024-02-28T12:30:35.075Z Downloaded smoltcp v0.9.1
12102024-02-28T12:30:35.085Z Downloaded curve25519-dalek v4.1.1
12112024-02-28T12:30:35.097Z Downloaded diesel v2.1.4
12122024-02-28T12:30:35.114Z Downloaded webpki-roots v0.25.2
12132024-02-28T12:30:35.119Z Downloaded regex-syntax v0.6.29
12142024-02-28T12:30:35.124Z Downloaded openapiv3 v2.0.0
12152024-02-28T12:30:35.136Z Downloaded trust-dns-proto v0.22.0
12162024-02-28T12:30:35.148Z Downloaded regex-syntax v0.8.2
12172024-02-28T12:30:35.159Z Downloaded zerocopy-derive v0.2.0
12182024-02-28T12:30:35.164Z Downloaded smoltcp v0.11.0
12192024-02-28T12:30:35.177Z Downloaded sled v0.34.7
12202024-02-28T12:30:35.187Z Downloaded zerocopy-derive v0.6.4
12212024-02-28T12:30:35.197Z Downloaded ratatui v0.26.1
12222024-02-28T12:30:35.217Z Downloaded bzip2-sys v0.1.11+1.0.8
12232024-02-28T12:30:35.227Z Downloaded regex-automata v0.3.8
12242024-02-28T12:30:35.243Z Downloaded tokio v1.36.0
12252024-02-28T12:30:35.284Z Downloaded regex-automata v0.4.4
12262024-02-28T12:30:35.299Z Downloaded winapi v0.3.9
12272024-02-28T12:30:35.342Z Downloaded sha3 v0.10.8
12282024-02-28T12:30:35.348Z Downloaded csv v1.3.0
12292024-02-28T12:30:35.367Z Downloaded libc v0.2.153
12302024-02-28T12:30:35.391Z Downloaded rustix v0.38.31
12312024-02-28T12:30:35.415Z Downloaded bstr v1.6.0
12322024-02-28T12:30:35.424Z Downloaded tabled v0.15.0
12332024-02-28T12:30:35.438Z Downloaded russh v0.42.0
12342024-02-28T12:30:35.443Z Downloaded winnow v0.6.1
12352024-02-28T12:30:35.451Z Downloaded nix v0.27.1
12362024-02-28T12:30:35.464Z Downloaded rustls v0.21.9
12372024-02-28T12:30:35.473Z Downloaded regress v0.8.0
12382024-02-28T12:30:35.483Z Downloaded encoding_rs v0.8.33
12392024-02-28T12:30:35.500Z Downloaded rsa v0.9.2
12402024-02-28T12:30:35.508Z Downloaded object v0.30.4
12412024-02-28T12:30:35.513Z Downloaded regex v1.10.3
12422024-02-28T12:30:35.526Z Downloaded darling v0.14.4
12432024-02-28T12:30:35.530Z Downloaded lalrpop v0.19.12
12442024-02-28T12:30:35.540Z Downloaded polar-core v0.27.0
12452024-02-28T12:30:35.548Z Downloaded poly1305 v0.8.0
12462024-02-28T12:30:35.551Z Downloaded flate2 v1.0.28
12472024-02-28T12:30:35.555Z Downloaded unicode-segmentation v1.10.1
12482024-02-28T12:30:35.559Z Downloaded tracing v0.1.37
12492024-02-28T12:30:35.566Z Downloaded unicode_categories v0.1.1
12502024-02-28T12:30:35.569Z Downloaded tokio-postgres v0.7.10
12512024-02-28T12:30:35.569Z Downloaded bindgen v0.69.2
12522024-02-28T12:30:35.575Z Downloaded proptest v1.4.0
12532024-02-28T12:30:35.585Z Downloaded walkdir v2.4.0
12542024-02-28T12:30:35.592Z Downloaded threadpool v1.8.1
12552024-02-28T12:30:35.592Z Downloaded num-traits v0.2.16
12562024-02-28T12:30:35.592Z Downloaded hyper v0.14.27
12572024-02-28T12:30:35.599Z Downloaded clap v2.34.0
12582024-02-28T12:30:35.607Z Downloaded memmap2 v0.7.1
12592024-02-28T12:30:35.610Z Downloaded pin-utils v0.1.0
12602024-02-28T12:30:35.610Z Downloaded rand_chacha v0.3.1
12612024-02-28T12:30:35.610Z Downloaded idna v0.5.0
12622024-02-28T12:30:35.614Z Downloaded flagset v0.4.3
12632024-02-28T12:30:35.617Z Downloaded foreign-types v0.5.0
12642024-02-28T12:30:35.617Z Downloaded usdt-attr-macro v0.3.5
12652024-02-28T12:30:35.617Z Downloaded rustls-webpki v0.102.1
12662024-02-28T12:30:35.634Z Downloaded der_derive v0.7.2
12672024-02-28T12:30:35.637Z Downloaded memmap v0.7.0
12682024-02-28T12:30:35.637Z Downloaded resolv-conf v0.7.0
12692024-02-28T12:30:35.640Z Downloaded russh-keys v0.42.0
12702024-02-28T12:30:35.643Z Downloaded crc v3.0.1
12712024-02-28T12:30:35.644Z Downloaded thread-id v4.2.0
12722024-02-28T12:30:35.644Z Downloaded similar-asserts v1.5.0
12732024-02-28T12:30:35.647Z Downloaded signature v2.1.0
12742024-02-28T12:30:35.647Z Downloaded pin-project-internal v1.1.3
12752024-02-28T12:30:35.650Z Downloaded slog-json v2.6.1
12762024-02-28T12:30:35.650Z Downloaded usdt-impl v0.3.5
12772024-02-28T12:30:35.650Z Downloaded unicode-linebreak v0.1.5
12782024-02-28T12:30:35.653Z Downloaded thread_local v1.1.7
12792024-02-28T12:30:35.653Z Downloaded smawk v0.3.1
12802024-02-28T12:30:35.658Z Downloaded parking_lot v0.11.2
12812024-02-28T12:30:35.658Z Downloaded p521 v0.13.3
12822024-02-28T12:30:35.662Z Downloaded rand v0.7.3
12832024-02-28T12:30:35.668Z Downloaded omicron-zone-package v0.11.0
12842024-02-28T12:30:35.668Z Downloaded schemars v0.8.16
12852024-02-28T12:30:35.677Z Downloaded deranged v0.3.8
12862024-02-28T12:30:35.680Z Downloaded crypto-common v0.1.6
12872024-02-28T12:30:35.680Z Downloaded vec_map v0.8.2
12882024-02-28T12:30:35.680Z Downloaded spki v0.7.2
12892024-02-28T12:30:35.687Z Downloaded smf v0.2.2
12902024-02-28T12:30:35.687Z Downloaded smallvec v0.6.14
12912024-02-28T12:30:35.691Z Downloaded slog-scope v4.4.0
12922024-02-28T12:30:35.691Z Downloaded rfc6979 v0.4.0
12932024-02-28T12:30:35.691Z Downloaded md5 v0.7.0
12942024-02-28T12:30:35.691Z Downloaded mockall_derive v0.12.0
12952024-02-28T12:30:35.691Z Downloaded rustls-pemfile v2.1.0
12962024-02-28T12:30:35.691Z Downloaded parking_lot v0.12.1
12972024-02-28T12:30:35.694Z Downloaded derive_more v0.99.17
12982024-02-28T12:30:35.697Z Downloaded proc-macro-error v1.0.4
12992024-02-28T12:30:35.700Z Downloaded proc-macro-crate v1.3.1
13002024-02-28T12:30:35.703Z Downloaded nu-ansi-term v0.50.0
13012024-02-28T12:30:35.703Z Downloaded tokio-rustls v0.25.0
13022024-02-28T12:30:35.706Z Downloaded postgres-protocol v0.6.6
13032024-02-28T12:30:35.709Z Downloaded secrecy v0.8.0
13042024-02-28T12:30:35.709Z Downloaded scheduled-thread-pool v0.2.7
13052024-02-28T12:30:35.709Z Downloaded num-complex v0.4.4
13062024-02-28T12:30:35.712Z Downloaded strum_macros v0.26.1
13072024-02-28T12:30:35.712Z Downloaded rustls-webpki v0.101.7
13082024-02-28T12:30:35.726Z Downloaded postgres-types v0.2.6
13092024-02-28T12:30:35.734Z Downloaded parking_lot_core v0.8.6
13102024-02-28T12:30:35.734Z Downloaded multer v3.0.0
13112024-02-28T12:30:35.734Z Downloaded zerocopy v0.7.32
13122024-02-28T12:30:35.750Z Downloaded fallible-iterator v0.2.0
13132024-02-28T12:30:35.752Z Downloaded dirs-next v2.0.0
13142024-02-28T12:30:35.752Z Downloaded dof v0.1.5
13152024-02-28T12:30:35.759Z Downloaded rayon v1.8.0
13162024-02-28T12:30:35.763Z Downloaded futures-util v0.3.30
13172024-02-28T12:30:35.773Z Downloaded slog-dtrace v0.3.0
13182024-02-28T12:30:35.776Z Downloaded wyz v0.5.1
13192024-02-28T12:30:35.781Z Downloaded rand_xorshift v0.3.0
13202024-02-28T12:30:35.784Z Downloaded string_cache v0.8.7
13212024-02-28T12:30:35.784Z Downloaded schemars_derive v0.8.16
13222024-02-28T12:30:35.788Z Downloaded goblin v0.8.0
13232024-02-28T12:30:35.791Z Downloaded doc-comment v0.3.3
13242024-02-28T12:30:35.794Z Downloaded rcgen v0.12.1
13252024-02-28T12:30:35.796Z Downloaded downcast v0.11.0
13262024-02-28T12:30:35.796Z Downloaded precomputed-hash v0.1.1
13272024-02-28T12:30:35.797Z Downloaded hashbrown v0.14.3
13282024-02-28T12:30:35.801Z Downloaded minimal-lexical v0.2.1
13292024-02-28T12:30:35.805Z Downloaded chrono v0.4.31
13302024-02-28T12:30:35.815Z Downloaded tokio-util v0.7.10
13312024-02-28T12:30:35.819Z Downloaded pretty_assertions v1.4.0
13322024-02-28T12:30:35.826Z Downloaded guppy v0.17.5
13332024-02-28T12:30:35.831Z Downloaded tinytemplate v1.2.1
13342024-02-28T12:30:35.831Z Downloaded owo-colors v4.0.0
13352024-02-28T12:30:35.832Z Downloaded socket2 v0.5.5
13362024-02-28T12:30:35.838Z Downloaded diesel_derives v2.1.2
13372024-02-28T12:30:35.838Z Downloaded regex-automata v0.1.10
13382024-02-28T12:30:35.844Z Downloaded pest_meta v2.7.6
13392024-02-28T12:30:35.845Z Downloaded pest_generator v2.7.6
13402024-02-28T12:30:35.845Z Downloaded hashbrown v0.13.2
13412024-02-28T12:30:35.848Z Downloaded cancel-safe-futures v0.1.5
13422024-02-28T12:30:35.850Z Downloaded hyper-rustls v0.26.0
13432024-02-28T12:30:35.854Z Downloaded highway v1.1.0
13442024-02-28T12:30:35.854Z Downloaded indexmap v1.9.3
13452024-02-28T12:30:35.858Z Downloaded x509-cert v0.2.4
13462024-02-28T12:30:35.862Z Downloaded itoa v1.0.9
13472024-02-28T12:30:35.866Z Downloaded cookie v0.18.0
13482024-02-28T12:30:35.866Z Downloaded hkdf v0.12.4
13492024-02-28T12:30:35.869Z Downloaded quote v1.0.35
13502024-02-28T12:30:35.872Z Downloaded pkcs8 v0.10.2
13512024-02-28T12:30:35.876Z Downloaded const-oid v0.9.5
13522024-02-28T12:30:35.876Z Downloaded console v0.15.8
13532024-02-28T12:30:35.880Z Downloaded libxml v0.3.3
13542024-02-28T12:30:35.886Z Downloaded blake3 v1.5.0
13552024-02-28T12:30:35.893Z Downloaded ring v0.17.8
13562024-02-28T12:30:35.963Z Downloaded nested v0.1.1
13572024-02-28T12:30:35.968Z Downloaded percent-encoding v2.3.1
13582024-02-28T12:30:35.968Z Downloaded num-rational v0.4.1
13592024-02-28T12:30:35.968Z Downloaded partial-io v0.5.4
13602024-02-28T12:30:35.971Z Downloaded backtrace v0.3.69
13612024-02-28T12:30:35.976Z Downloaded flume v0.11.0
13622024-02-28T12:30:35.982Z Downloaded paste v1.0.14
13632024-02-28T12:30:35.982Z Downloaded thiserror-impl v1.0.57
13642024-02-28T12:30:35.982Z Downloaded serde_with v3.6.1
13652024-02-28T12:30:35.987Z Downloaded tower v0.4.13
13662024-02-28T12:30:35.996Z Downloaded structopt v0.3.26
13672024-02-28T12:30:36.003Z Downloaded ring v0.16.20
13682024-02-28T12:30:36.086Z Downloaded fatfs v0.3.6
13692024-02-28T12:30:36.089Z Downloaded rusty-fork v0.3.0
13702024-02-28T12:30:36.092Z Downloaded packed_struct v0.10.1
13712024-02-28T12:30:36.092Z Downloaded num-iter v0.1.43
13722024-02-28T12:30:36.092Z Downloaded debug-ignore v1.0.5
13732024-02-28T12:30:36.104Z Downloaded ena v0.14.2
13742024-02-28T12:30:36.104Z Downloaded memoffset v0.9.0
13752024-02-28T12:30:36.104Z Downloaded mime v0.3.17
13762024-02-28T12:30:36.104Z Downloaded equivalent v1.0.1
13772024-02-28T12:30:36.104Z Downloaded endian-type v0.1.2
13782024-02-28T12:30:36.108Z Downloaded zerocopy v0.3.0
13792024-02-28T12:30:36.108Z Downloaded semver-parser v0.10.2
13802024-02-28T12:30:36.109Z Downloaded ref-cast-impl v1.0.20
13812024-02-28T12:30:36.109Z Downloaded ref-cast v1.0.20
13822024-02-28T12:30:36.109Z Downloaded bytes v1.5.0
13832024-02-28T12:30:36.117Z Downloaded time-macros v0.2.13
13842024-02-28T12:30:36.117Z Downloaded hubpack v0.1.2
13852024-02-28T12:30:36.117Z Downloaded assert_cmd v2.0.14
13862024-02-28T12:30:36.117Z Downloaded slog-stdlog v4.1.1
13872024-02-28T12:30:36.117Z Downloaded futures-channel v0.3.30
13882024-02-28T12:30:36.117Z Downloaded sct v0.7.0
13892024-02-28T12:30:36.121Z Downloaded libsw v3.3.1
13902024-02-28T12:30:36.121Z Downloaded defmt v0.3.5
13912024-02-28T12:30:36.125Z Downloaded inout v0.1.3
13922024-02-28T12:30:36.125Z Downloaded keccak v0.1.4
13932024-02-28T12:30:36.126Z Downloaded usdt v0.3.5
13942024-02-28T12:30:36.126Z Downloaded tap v1.0.1
13952024-02-28T12:30:36.129Z Downloaded mime_guess v2.0.4
13962024-02-28T12:30:36.129Z Downloaded digest v0.10.7
13972024-02-28T12:30:36.129Z Downloaded defmt-macros v0.3.6
13982024-02-28T12:30:36.135Z Downloaded csv-core v0.1.11
13992024-02-28T12:30:36.135Z Downloaded hyper-staticfile v0.9.5
14002024-02-28T12:30:36.135Z Downloaded proc-macro2 v1.0.78
14012024-02-28T12:30:36.139Z Downloaded structmeta v0.2.0
14022024-02-28T12:30:36.139Z Downloaded humantime v2.1.0
14032024-02-28T12:30:36.139Z Downloaded cipher v0.4.4
14042024-02-28T12:30:36.142Z Downloaded serde_with_macros v3.6.1
14052024-02-28T12:30:36.142Z Downloaded semver v1.0.22
14062024-02-28T12:30:36.145Z Downloaded home v0.5.5
14072024-02-28T12:30:36.145Z Downloaded num-derive v0.4.0
14082024-02-28T12:30:36.148Z Downloaded utf-8 v0.7.6
14092024-02-28T12:30:36.149Z Downloaded untrusted v0.9.0
14102024-02-28T12:30:36.152Z Downloaded parse-size v1.0.0
14112024-02-28T12:30:36.152Z Downloaded indexmap v2.2.3
14122024-02-28T12:30:36.155Z Downloaded relative-path v1.9.0
14132024-02-28T12:30:36.155Z Downloaded parse-display v0.9.0
14142024-02-28T12:30:36.160Z Downloaded oorandom v11.1.3
14152024-02-28T12:30:36.160Z Downloaded cexpr v0.6.0
14162024-02-28T12:30:36.160Z Downloaded cassowary v0.3.0
14172024-02-28T12:30:36.163Z Downloaded pbkdf2 v0.12.2
14182024-02-28T12:30:36.164Z Downloaded num-integer v0.1.46
14192024-02-28T12:30:36.164Z Downloaded embedded-io v0.4.0
14202024-02-28T12:30:36.164Z Downloaded cstr-argument v0.1.2
14212024-02-28T12:30:36.164Z Downloaded waitgroup v0.1.2
14222024-02-28T12:30:36.167Z Downloaded criterion-plot v0.5.0
14232024-02-28T12:30:36.167Z Downloaded whoami v1.4.1
14242024-02-28T12:30:36.167Z Downloaded version_check v0.9.4
14252024-02-28T12:30:36.170Z Downloaded cpufeatures v0.2.12
14262024-02-28T12:30:36.170Z Downloaded bitfield v0.14.0
14272024-02-28T12:30:36.173Z Downloaded backoff v0.4.0
14282024-02-28T12:30:36.173Z Downloaded ahash v0.8.7
14292024-02-28T12:30:36.176Z Downloaded guppy-workspace-hack v0.1.0
14302024-02-28T12:30:36.176Z Downloaded addr2line v0.21.0
14312024-02-28T12:30:36.179Z Downloaded postcard v1.0.8
14322024-02-28T12:30:36.182Z Downloaded heck v0.3.3
14332024-02-28T12:30:36.182Z Downloaded arrayvec v0.7.4
14342024-02-28T12:30:36.185Z Downloaded approx v0.5.1
14352024-02-28T12:30:36.185Z Downloaded ansi_term v0.12.1
14362024-02-28T12:30:36.188Z Downloaded serde_tokenstream v0.2.0
14372024-02-28T12:30:36.192Z Downloaded rustc-demangle v0.1.23
14382024-02-28T12:30:36.192Z Downloaded stable_deref_trait v1.2.0
14392024-02-28T12:30:36.192Z Downloaded serde_repr v0.1.16
14402024-02-28T12:30:36.195Z Downloaded rtoolbox v0.0.1
14412024-02-28T12:30:36.195Z Downloaded atomic-waker v1.1.1
14422024-02-28T12:30:36.195Z Downloaded proc-macro-error-attr v1.0.4
14432024-02-28T12:30:36.199Z Downloaded thiserror-impl-no-std v2.0.2
14442024-02-28T12:30:36.199Z Downloaded stability v0.1.1
14452024-02-28T12:30:36.199Z Downloaded scroll v0.12.0
14462024-02-28T12:30:36.202Z Downloaded lock_api v0.4.10
14472024-02-28T12:30:36.202Z Downloaded async-stream v0.3.5
14482024-02-28T12:30:36.202Z Downloaded async-recursion v1.0.5
14492024-02-28T12:30:36.208Z Downloaded array-init v0.0.4
14502024-02-28T12:30:36.209Z Downloaded anstyle-query v1.0.0
14512024-02-28T12:30:36.209Z Downloaded anstyle v1.0.2
14522024-02-28T12:30:36.211Z Downloaded usdt-attr-macro v0.5.0
14532024-02-28T12:30:36.211Z Downloaded try-lock v0.2.4
14542024-02-28T12:30:36.212Z Downloaded ppv-lite86 v0.2.17
14552024-02-28T12:30:36.212Z Downloaded arrayref v0.3.7
14562024-02-28T12:30:36.212Z Downloaded strum v0.25.0
14572024-02-28T12:30:36.212Z Downloaded rpassword v7.3.1
14582024-02-28T12:30:36.212Z Downloaded serde_yaml v0.9.25
14592024-02-28T12:30:36.215Z Downloaded serde_derive_internals v0.26.0
14602024-02-28T12:30:36.218Z Downloaded predicates-tree v1.0.9
14612024-02-28T12:30:36.218Z Downloaded hyper-rustls v0.24.2
14622024-02-28T12:30:36.222Z Downloaded ascii-canvas v3.0.0
14632024-02-28T12:30:36.222Z Downloaded termtree v0.4.1
14642024-02-28T12:30:36.225Z Downloaded target-lexicon v0.12.13
14652024-02-28T12:30:36.225Z Downloaded predicates-core v1.0.6
14662024-02-28T12:30:36.225Z Downloaded time-core v0.1.1
14672024-02-28T12:30:36.225Z Downloaded snafu-derive v0.7.5
14682024-02-28T12:30:36.229Z Downloaded supports-color v3.0.0
14692024-02-28T12:30:36.229Z Downloaded tar v0.4.40
14702024-02-28T12:30:36.230Z Downloaded serde_spanned v0.6.5
14712024-02-28T12:30:36.233Z Downloaded cc v1.0.83
14722024-02-28T12:30:36.233Z Downloaded target-spec v3.1.0
14732024-02-28T12:30:36.242Z Downloaded strsim v0.11.0
14742024-02-28T12:30:36.243Z Downloaded serde_plain v1.0.2
14752024-02-28T12:30:36.243Z Downloaded rustc-hash v1.1.0
14762024-02-28T12:30:36.246Z Downloaded cfg-expr v0.15.6
14772024-02-28T12:30:36.246Z Downloaded swrite v0.1.0
14782024-02-28T12:30:36.246Z Downloaded hyper-util v0.1.2
14792024-02-28T12:30:36.246Z Downloaded sqlparser_derive v0.2.2
14802024-02-28T12:30:36.246Z Downloaded sha1 v0.10.6
14812024-02-28T12:30:36.246Z Downloaded serde_path_to_error v0.1.15
14822024-02-28T12:30:36.249Z Downloaded lru-cache v0.1.2
14832024-02-28T12:30:36.249Z Downloaded linked-hash-map v0.5.6
14842024-02-28T12:30:36.249Z Downloaded libloading v0.7.4
14852024-02-28T12:30:36.254Z Downloaded headers v0.3.9
14862024-02-28T12:30:36.258Z Downloaded managed v0.8.0
14872024-02-28T12:30:36.258Z Downloaded hmac v0.12.1
14882024-02-28T12:30:36.258Z Downloaded cargo_toml v0.19.0
14892024-02-28T12:30:36.264Z Downloaded anstream v0.6.11
14902024-02-28T12:30:36.266Z Downloaded ciborium-ll v0.2.2
14912024-02-28T12:30:36.267Z Downloaded base16ct v0.2.0
14922024-02-28T12:30:36.267Z Downloaded ciborium v0.2.2
14932024-02-28T12:30:36.267Z Downloaded camino-tempfile v1.1.1
14942024-02-28T12:30:36.270Z Downloaded hex-literal v0.4.1
14952024-02-28T12:30:36.813Z Compiling unicode-ident v1.0.12
14962024-02-28T12:30:36.813Z Compiling proc-macro2 v1.0.78
14972024-02-28T12:30:36.818Z Compiling libc v0.2.153
14982024-02-28T12:30:36.818Z Compiling cfg-if v1.0.0
14992024-02-28T12:30:36.818Z Compiling serde v1.0.196
15002024-02-28T12:30:36.818Z Compiling version_check v0.9.4
15012024-02-28T12:30:36.861Z Compiling autocfg v1.1.0
15022024-02-28T12:30:36.864Z Compiling memchr v2.6.3
15032024-02-28T12:30:36.864Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=caebfb5394c94cd8 -C extra-filename=-caebfb5394c94cd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15042024-02-28T12:30:36.864Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.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=162d99b1937652eb -C extra-filename=-162d99b1937652eb --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-162d99b1937652eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15052024-02-28T12:30:36.864Z Running `/home/build/.rustup/toolchains/1.74.1-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=76a886e043b2eac7 -C extra-filename=-76a886e043b2eac7 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-76a886e043b2eac7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15062024-02-28T12:30:36.865Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6efcfb0956144885 -C extra-filename=-6efcfb0956144885 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15072024-02-28T12:30:36.870Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/build.rs --error-format=json --json=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=4ea67a1c15c9ab75 -C extra-filename=-4ea67a1c15c9ab75 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-4ea67a1c15c9ab75 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15082024-02-28T12:30:36.889Z Running `/home/build/.rustup/toolchains/1.74.1-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=eede919deb9ba8a1 -C extra-filename=-eede919deb9ba8a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15092024-02-28T12:30:36.892Z Running `/home/build/.rustup/toolchains/1.74.1-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=e17594c523c95a14 -C extra-filename=-e17594c523c95a14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15102024-02-28T12:30:36.892Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=19c64e24300af82f -C extra-filename=-19c64e24300af82f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15112024-02-28T12:30:36.966Z Compiling byteorder v1.5.0
15122024-02-28T12:30:37.002Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4ff908e223b9ba35 -C extra-filename=-4ff908e223b9ba35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15132024-02-28T12:30:37.058Z Compiling once_cell v1.19.0
15142024-02-28T12:30:37.065Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' -C metadata=c8053360841d1d26 -C extra-filename=-c8053360841d1d26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15152024-02-28T12:30:37.391Z Compiling log v0.4.20
15162024-02-28T12:30:37.394Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name log /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.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="std"' -C metadata=a8da004f5204fad5 -C extra-filename=-a8da004f5204fad5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15172024-02-28T12:30:37.449Z Compiling syn v1.0.109
15182024-02-28T12:30:37.452Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=8df69afcf782d78c -C extra-filename=-8df69afcf782d78c --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-8df69afcf782d78c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15192024-02-28T12:30:37.643Z Compiling itoa v1.0.9
15202024-02-28T12:30:37.646Z Running `/home/build/.rustup/toolchains/1.74.1-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=7ee2097a83409d11 -C extra-filename=-7ee2097a83409d11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15212024-02-28T12:30:37.750Z Compiling scopeguard v1.2.0
15222024-02-28T12:30:37.753Z Running `/home/build/.rustup/toolchains/1.74.1-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=9e6bfb0ad023803f -C extra-filename=-9e6bfb0ad023803f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15232024-02-28T12:30:37.775Z Compiling lock_api v0.4.10
15242024-02-28T12:30:37.779Z Running `/home/build/.rustup/toolchains/1.74.1-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=930de80e07cc1109 -C extra-filename=-930de80e07cc1109 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-930de80e07cc1109 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15252024-02-28T12:30:37.825Z Compiling smallvec v1.13.1
15262024-02-28T12:30:37.828Z Running `/home/build/.rustup/toolchains/1.74.1-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=b621128d9996bf8f -C extra-filename=-b621128d9996bf8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15272024-02-28T12:30:37.881Z Compiling parking_lot_core v0.9.8
15282024-02-28T12:30:37.885Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.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=709ca5d77954dcd4 -C extra-filename=-709ca5d77954dcd4 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-709ca5d77954dcd4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15292024-02-28T12:30:38.197Z Compiling thiserror v1.0.57
15302024-02-28T12:30:38.214Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.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=43cf5fdb3f7d1d88 -C extra-filename=-43cf5fdb3f7d1d88 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-43cf5fdb3f7d1d88 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15312024-02-28T12:30:38.218Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-4ea67a1c15c9ab75/build-script-build`
15322024-02-28T12:30:38.218Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-8df69afcf782d78c/build-script-build`
15332024-02-28T12:30:38.267Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-76a886e043b2eac7/build-script-build`
15342024-02-28T12:30:38.270Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-162d99b1937652eb/build-script-build`
15352024-02-28T12:30:38.270Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-930de80e07cc1109/build-script-build`
15362024-02-28T12:30:38.311Z Compiling libm v0.2.7
15372024-02-28T12:30:38.315Z Compiling num-traits v0.2.16
15382024-02-28T12:30:38.324Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.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=2c46ab2349a5c1a0 -C extra-filename=-2c46ab2349a5c1a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-2c46ab2349a5c1a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15392024-02-28T12:30:38.327Z Running `/home/build/.rustup/toolchains/1.74.1-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.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=8f15fc63f883a6bf -C extra-filename=-8f15fc63f883a6bf --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-8f15fc63f883a6bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15402024-02-28T12:30:38.343Z Running `/home/build/.rustup/toolchains/1.74.1-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=072d063d2a089037 -C extra-filename=-072d063d2a089037 --out-dir /work/oxidecomputer/omicron/target/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`
15412024-02-28T12:30:38.358Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-709ca5d77954dcd4/build-script-build`
15422024-02-28T12:30:38.386Z Compiling ryu v1.0.15
15432024-02-28T12:30:38.389Z Running `/home/build/.rustup/toolchains/1.74.1-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=ef556ccf273fb97d -C extra-filename=-ef556ccf273fb97d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15442024-02-28T12:30:38.389Z Running `/home/build/.rustup/toolchains/1.74.1-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=cd1bdf41f320219b -C extra-filename=-cd1bdf41f320219b --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-9e6bfb0ad023803f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
15452024-02-28T12:30:38.515Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.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=f57b927d6c5d0106 -C extra-filename=-f57b927d6c5d0106 --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-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg wrap_proc_macro --cfg proc_macro_span`
15462024-02-28T12:30:38.532Z Compiling ahash v0.8.7
15472024-02-28T12:30:38.536Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.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"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=da4d009f817af77e -C extra-filename=-da4d009f817af77e --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-da4d009f817af77e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15482024-02-28T12:30:38.702Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-8f15fc63f883a6bf/build-script-build`
15492024-02-28T12:30:38.726Z Compiling serde_json v1.0.114
15502024-02-28T12:30:38.739Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.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=ebba2c40d7368f34 -C extra-filename=-ebba2c40d7368f34 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-ebba2c40d7368f34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15512024-02-28T12:30:38.739Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-2c46ab2349a5c1a0/build-script-build`
15522024-02-28T12:30:38.765Z Running `/home/build/.rustup/toolchains/1.74.1-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=38b670a70a83d088 -C extra-filename=-38b670a70a83d088 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15532024-02-28T12:30:38.784Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-43cf5fdb3f7d1d88/build-script-build`
15542024-02-28T12:30:38.828Z Compiling pin-project-lite v0.2.13
15552024-02-28T12:30:38.834Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.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=63f53d9f4b155bc9 -C extra-filename=-63f53d9f4b155bc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15562024-02-28T12:30:38.956Z Compiling allocator-api2 v0.2.16
15572024-02-28T12:30:39.110Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.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=ac60ff71ddd57510 -C extra-filename=-ac60ff71ddd57510 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15582024-02-28T12:30:39.113Z Compiling futures-core v0.3.30
15592024-02-28T12:30:39.113Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-da4d009f817af77e/build-script-build`
15602024-02-28T12:30:39.131Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=df288950ad332dec -C extra-filename=-df288950ad332dec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15612024-02-28T12:30:39.182Z Compiling typenum v1.16.0
15622024-02-28T12:30:39.218Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.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=42fc72f5c5ab202d -C extra-filename=-42fc72f5c5ab202d --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-42fc72f5c5ab202d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15632024-02-28T12:30:39.294Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-ebba2c40d7368f34/build-script-build`
15642024-02-28T12:30:39.327Z Compiling generic-array v0.14.7
15652024-02-28T12:30:39.331Z Running `/home/build/.rustup/toolchains/1.74.1-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=0154d194379fbce5 -C extra-filename=-0154d194379fbce5 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-0154d194379fbce5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15662024-02-28T12:30:39.383Z Compiling quote v1.0.35
15672024-02-28T12:30:39.387Z Running `/home/build/.rustup/toolchains/1.74.1-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=8ca7c61c3fdfbf92 -C extra-filename=-8ca7c61c3fdfbf92 --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-f57b927d6c5d0106.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15682024-02-28T12:30:39.596Z Compiling getrandom v0.2.10
15692024-02-28T12:30:39.599Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-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 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=102b4ee2be30504e -C extra-filename=-102b4ee2be30504e --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-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15702024-02-28T12:30:39.776Z Compiling syn v2.0.48
15712024-02-28T12:30:39.779Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.48/src/lib.rs --error-format=json --json=diagnostic-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=056342cd87458ea1 -C extra-filename=-056342cd87458ea1 --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-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15722024-02-28T12:30:39.934Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=2e8afc5f495402b1 -C extra-filename=-2e8afc5f495402b1 --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-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
15732024-02-28T12:30:40.026Z Compiling rand_core v0.6.4
15742024-02-28T12:30:40.030Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=1d07aacb4dce5366 -C extra-filename=-1d07aacb4dce5366 --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-102b4ee2be30504e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15752024-02-28T12:30:40.136Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.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=a51eeabb6c9ce404 -C extra-filename=-a51eeabb6c9ce404 --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-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b621128d9996bf8f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15762024-02-28T12:30:40.140Z Running `/home/build/.rustup/toolchains/1.74.1-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.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=cc34ce3dd45ecec2 -C extra-filename=-cc34ce3dd45ecec2 --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-38b670a70a83d088.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_int_to_from_bytes --cfg has_float_to_from_bytes`
15772024-02-28T12:30:40.279Z Compiling cc v1.0.83
15782024-02-28T12:30:40.282Z Running `/home/build/.rustup/toolchains/1.74.1-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=8d7c92e9f8188f7d -C extra-filename=-8d7c92e9f8188f7d --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15792024-02-28T12:30:40.361Z Compiling signal-hook-registry v1.4.1
15802024-02-28T12:30:40.364Z Running `/home/build/.rustup/toolchains/1.74.1-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=5d4da44a0a445e05 -C extra-filename=-5d4da44a0a445e05 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15812024-02-28T12:30:40.391Z Compiling mio v0.8.9
15822024-02-28T12:30:40.394Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.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="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=40e5b787da3c66c6 -C extra-filename=-40e5b787da3c66c6 --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-072d063d2a089037.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15832024-02-28T12:30:40.586Z Compiling parking_lot v0.12.1
15842024-02-28T12:30:40.593Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.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=6c4444407e3e044c -C extra-filename=-6c4444407e3e044c --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-cd1bdf41f320219b.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-a51eeabb6c9ce404.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15852024-02-28T12:30:40.874Z Compiling num_cpus v1.16.0
15862024-02-28T12:30:40.877Z Running `/home/build/.rustup/toolchains/1.74.1-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=0fb048c8a18f5cf7 -C extra-filename=-0fb048c8a18f5cf7 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15872024-02-28T12:30:41.039Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-42fc72f5c5ab202d/build-script-main`
15882024-02-28T12:30:41.279Z Compiling spin v0.5.2
15892024-02-28T12:30:41.286Z Running `/home/build/.rustup/toolchains/1.74.1-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=69cdfe202d22f709 -C extra-filename=-69cdfe202d22f709 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15902024-02-28T12:30:41.302Z Running `/home/build/.rustup/toolchains/1.74.1-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=b0e5892a8dc8abc6 -C extra-filename=-b0e5892a8dc8abc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15912024-02-28T12:30:41.532Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-0154d194379fbce5/build-script-build`
15922024-02-28T12:30:41.604Z Compiling fnv v1.0.7
15932024-02-28T12:30:41.607Z Running `/home/build/.rustup/toolchains/1.74.1-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=6cf1b0ed1ebc9dce -C extra-filename=-6cf1b0ed1ebc9dce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15942024-02-28T12:30:41.706Z Compiling socket2 v0.5.5
15952024-02-28T12:30:41.709Z Running `/home/build/.rustup/toolchains/1.74.1-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=9a210f81e1185703 -C extra-filename=-9a210f81e1185703 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15962024-02-28T12:30:41.739Z Compiling subtle v2.5.0
15972024-02-28T12:30:41.742Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=dc7510ddc3d6c88c -C extra-filename=-dc7510ddc3d6c88c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15982024-02-28T12:30:41.767Z Compiling equivalent v1.0.1
15992024-02-28T12:30:41.770Z Running `/home/build/.rustup/toolchains/1.74.1-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=53c175ade642ea34 -C extra-filename=-53c175ade642ea34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16002024-02-28T12:30:41.878Z Compiling heck v0.4.1
16012024-02-28T12:30:41.881Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=22616ea412428ac4 -C extra-filename=-22616ea412428ac4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16022024-02-28T12:30:42.087Z Compiling futures-sink v0.3.30
16032024-02-28T12:30:42.090Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0c1a4084db1a40ab -C extra-filename=-0c1a4084db1a40ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16042024-02-28T12:30:42.254Z Compiling slab v0.4.9
16052024-02-28T12:30:42.258Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c3dded7865e933fe -C extra-filename=-c3dded7865e933fe --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-c3dded7865e933fe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16062024-02-28T12:30:42.350Z Compiling pin-utils v0.1.0
16072024-02-28T12:30:42.353Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5b69abb51cddee7d -C extra-filename=-5b69abb51cddee7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16082024-02-28T12:30:42.422Z Compiling futures-channel v0.3.30
16092024-02-28T12:30:42.425Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=f881803d4674264d -C extra-filename=-f881803d4674264d --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-df288950ad332dec.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16102024-02-28T12:30:42.449Z Compiling futures-io v0.3.30
16112024-02-28T12:30:42.453Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=902bf6e0c20c75b3 -C extra-filename=-902bf6e0c20c75b3 --out-dir /work/oxidecomputer/omicron/target/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-02-28T12:30:42.672Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-c3dded7865e933fe/build-script-build`
16132024-02-28T12:30:42.704Z Compiling futures-task v0.3.30
16142024-02-28T12:30:42.723Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=730a65a2a998e17d -C extra-filename=-730a65a2a998e17d --out-dir /work/oxidecomputer/omicron/target/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-02-28T12:30:42.726Z Compiling regex-syntax v0.8.2
16162024-02-28T12:30:42.742Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=90162e117f0fa024 -C extra-filename=-90162e117f0fa024 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16172024-02-28T12:30:42.797Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0836b13490fe26db -C extra-filename=-0836b13490fe26db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16182024-02-28T12:30:42.873Z Compiling iana-time-zone v0.1.57
16192024-02-28T12:30:42.876Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.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=42f31a2f50589a64 -C extra-filename=-42f31a2f50589a64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16202024-02-28T12:30:42.912Z Compiling const-oid v0.9.5
16212024-02-28T12:30:42.929Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.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="db"' --cfg 'feature="std"' -C metadata=66455a9b00682027 -C extra-filename=-66455a9b00682027 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16222024-02-28T12:30:43.015Z Compiling aho-corasick v1.0.4
16232024-02-28T12:30:43.019Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.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="perf-literal"' --cfg 'feature="std"' -C metadata=e39b65394af31ca3 -C extra-filename=-e39b65394af31ca3 --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-19c64e24300af82f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16242024-02-28T12:30:43.090Z Compiling rustix v0.38.31
16252024-02-28T12:30:43.100Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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=f5a95aead1650d09 -C extra-filename=-f5a95aead1650d09 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-f5a95aead1650d09 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16262024-02-28T12:30:43.337Z Compiling lazy_static v1.4.0
16272024-02-28T12:30:43.340Z Running `/home/build/.rustup/toolchains/1.74.1-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=1e7ab31398eb494a -C extra-filename=-1e7ab31398eb494a --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-69cdfe202d22f709.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16282024-02-28T12:30:43.457Z Compiling errno v0.3.8
16292024-02-28T12:30:43.461Z Running `/home/build/.rustup/toolchains/1.74.1-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=e03ce0c6b11098e3 -C extra-filename=-e03ce0c6b11098e3 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16302024-02-28T12:30:43.540Z Compiling pkg-config v0.3.27
16312024-02-28T12:30:43.544Z Running `/home/build/.rustup/toolchains/1.74.1-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=d5e8df27f8d820e4 -C extra-filename=-d5e8df27f8d820e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16322024-02-28T12:30:43.684Z Compiling tracing-core v0.1.31
16332024-02-28T12:30:43.688Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.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="once_cell"' --cfg 'feature="std"' -C metadata=8911f52311043b8c -C extra-filename=-8911f52311043b8c --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-c8053360841d1d26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16342024-02-28T12:30:43.948Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-f5a95aead1650d09/build-script-build`
16352024-02-28T12:30:44.081Z Compiling tinyvec_macros v0.1.1
16362024-02-28T12:30:44.084Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=af03a12be910dcc2 -C extra-filename=-af03a12be910dcc2 --out-dir /work/oxidecomputer/omicron/target/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-02-28T12:30:44.185Z Compiling tinyvec v1.6.0
16382024-02-28T12:30:44.191Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=2f59d5358814a968 -C extra-filename=-2f59d5358814a968 --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-af03a12be910dcc2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16392024-02-28T12:30:44.875Z Compiling schemars v0.8.16
16402024-02-28T12:30:44.879Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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="uuid1"' -C metadata=ada846bd06499c36 -C extra-filename=-ada846bd06499c36 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-ada846bd06499c36 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16412024-02-28T12:30:44.994Z Compiling dyn-clone v1.0.17
16422024-02-28T12:30:44.997Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7d72bdebf763b285 -C extra-filename=-7d72bdebf763b285 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16432024-02-28T12:30:45.228Z Compiling spin v0.9.8
16442024-02-28T12:30:45.231Z Running `/home/build/.rustup/toolchains/1.74.1-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=466f997862055ffa -C extra-filename=-466f997862055ffa --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-cd1bdf41f320219b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16452024-02-28T12:30:45.253Z Compiling base64 v0.21.7
16462024-02-28T12:30:45.256Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=64492b43562e8960 -C extra-filename=-64492b43562e8960 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16472024-02-28T12:30:45.334Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-ada846bd06499c36/build-script-build`
16482024-02-28T12:30:45.349Z Compiling ppv-lite86 v0.2.17
16492024-02-28T12:30:45.394Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=ee6cdf9a9cd99e2d -C extra-filename=-ee6cdf9a9cd99e2d --out-dir /work/oxidecomputer/omicron/target/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-02-28T12:30:45.596Z Compiling unicode-width v0.1.11
16512024-02-28T12:30:45.600Z Running `/home/build/.rustup/toolchains/1.74.1-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=218243c8d3571b57 -C extra-filename=-218243c8d3571b57 --out-dir /work/oxidecomputer/omicron/target/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-02-28T12:30:45.692Z Compiling unicode-normalization v0.1.22
16532024-02-28T12:30:45.724Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.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=e1664521da542a92 -C extra-filename=-e1664521da542a92 --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-2f59d5358814a968.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16542024-02-28T12:30:45.762Z Compiling unicode-bidi v0.3.13
16552024-02-28T12:30:45.765Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.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="hardcoded-data"' --cfg 'feature="std"' -C metadata=ea6d88cd11b1cdcf -C extra-filename=-ea6d88cd11b1cdcf --out-dir /work/oxidecomputer/omicron/target/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-02-28T12:30:45.996Z Compiling cpufeatures v0.2.12
16572024-02-28T12:30:46.015Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=c7155cd217f75a24 -C extra-filename=-c7155cd217f75a24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16582024-02-28T12:30:46.100Z Compiling ring v0.17.8
16592024-02-28T12:30:46.103Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=7d8f2cc068f87392 -C extra-filename=-7d8f2cc068f87392 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-7d8f2cc068f87392 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8d7c92e9f8188f7d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16602024-02-28T12:30:46.161Z Compiling percent-encoding v2.3.1
16612024-02-28T12:30:46.165Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b363a80fbad56cd8 -C extra-filename=-b363a80fbad56cd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16622024-02-28T12:30:46.531Z Compiling regex-automata v0.4.4
16632024-02-28T12:30:46.534Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --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=40dfbed7bcb9fb30 -C extra-filename=-40dfbed7bcb9fb30 --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-e39b65394af31ca3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16642024-02-28T12:30:46.751Z Compiling httparse v1.8.0
16652024-02-28T12:30:46.755Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1e8e8e3ea3c5a3a0 -C extra-filename=-1e8e8e3ea3c5a3a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-1e8e8e3ea3c5a3a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16662024-02-28T12:30:47.282Z Compiling serde_derive_internals v0.26.0
16672024-02-28T12:30:47.297Z Running `/home/build/.rustup/toolchains/1.74.1-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=d33a1de8ce4ae292 -C extra-filename=-d33a1de8ce4ae292 --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-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16682024-02-28T12:30:47.297Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-1e8e8e3ea3c5a3a0/build-script-build`
16692024-02-28T12:30:47.324Z Compiling semver v1.0.22
16702024-02-28T12:30:47.350Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.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=a6dfc6a59ac5eadb -C extra-filename=-a6dfc6a59ac5eadb --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-a6dfc6a59ac5eadb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16712024-02-28T12:30:47.420Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-7d8f2cc068f87392/build-script-build`
16722024-02-28T12:30:47.827Z Compiling either v1.10.0
16732024-02-28T12:30:47.832Z Running `/home/build/.rustup/toolchains/1.74.1-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=7594a365b03daaf1 -C extra-filename=-7594a365b03daaf1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16742024-02-28T12:30:47.870Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-a6dfc6a59ac5eadb/build-script-build`
16752024-02-28T12:30:47.935Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5165d982a445385a -C extra-filename=-5165d982a445385a --out-dir /work/oxidecomputer/omicron/target/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`
16762024-02-28T12:30:48.244Z Compiling form_urlencoded v1.2.1
16772024-02-28T12:30:48.249Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f43b5444f1071237 -C extra-filename=-f43b5444f1071237 --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-b363a80fbad56cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16782024-02-28T12:30:48.580Z Compiling rand_chacha v0.3.1
16792024-02-28T12:30:48.583Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=1ca351f7f3d361c7 -C extra-filename=-1ca351f7f3d361c7 --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-ee6cdf9a9cd99e2d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16802024-02-28T12:30:48.598Z Compiling ucd-trie v0.1.6
16812024-02-28T12:30:48.601Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=3f965a27b72c64f6 -C extra-filename=-3f965a27b72c64f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16822024-02-28T12:30:49.202Z Compiling rand v0.8.5
16832024-02-28T12:30:49.205Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=cf3fb015319b4763 -C extra-filename=-cf3fb015319b4763 --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-072d063d2a089037.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1ca351f7f3d361c7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16842024-02-28T12:30:49.703Z Compiling vcpkg v0.2.15
16852024-02-28T12:30:49.706Z Running `/home/build/.rustup/toolchains/1.74.1-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=a8f4727560f7ed95 -C extra-filename=-a8f4727560f7ed95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16862024-02-28T12:30:50.079Z Compiling untrusted v0.9.0
16872024-02-28T12:30:50.086Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=018c813ad0174d69 -C extra-filename=-018c813ad0174d69 --out-dir /work/oxidecomputer/omicron/target/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-02-28T12:30:50.259Z Compiling try-lock v0.2.4
16892024-02-28T12:30:50.262Z Running `/home/build/.rustup/toolchains/1.74.1-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=dd164f28291d1568 -C extra-filename=-dd164f28291d1568 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16902024-02-28T12:30:50.385Z Compiling want v0.3.1
16912024-02-28T12:30:50.388Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=620d2e79a9eb893f -C extra-filename=-620d2e79a9eb893f --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-dd164f28291d1568.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16922024-02-28T12:30:50.411Z Compiling idna v0.5.0
16932024-02-28T12:30:50.416Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e0b4a4ef1ede901e -C extra-filename=-e0b4a4ef1ede901e --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-ea6d88cd11b1cdcf.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16942024-02-28T12:30:50.665Z Compiling regex v1.10.3
16952024-02-28T12:30:50.668Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --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=4be7b51d6a8b3fc5 -C extra-filename=-4be7b51d6a8b3fc5 --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-e39b65394af31ca3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-40dfbed7bcb9fb30.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16962024-02-28T12:30:51.294Z Compiling tower-service v0.3.2
16972024-02-28T12:30:51.297Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=977e35ace01a1844 -C extra-filename=-977e35ace01a1844 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16982024-02-28T12:30:51.407Z Compiling url v2.5.0
16992024-02-28T12:30:51.410Z Running `/home/build/.rustup/toolchains/1.74.1-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=35c43be3b6960243 -C extra-filename=-35c43be3b6960243 --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-f43b5444f1071237.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-e0b4a4ef1ede901e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17002024-02-28T12:30:51.730Z Compiling socket2 v0.4.9
17012024-02-28T12:30:51.734Z Running `/home/build/.rustup/toolchains/1.74.1-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=fd24bc161709065e -C extra-filename=-fd24bc161709065e --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17022024-02-28T12:30:51.751Z Compiling openssl-sys v0.9.96
17032024-02-28T12:30:51.754Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.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=5ffa7ff641c3b1d6 -C extra-filename=-5ffa7ff641c3b1d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-5ffa7ff641c3b1d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8d7c92e9f8188f7d.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d5e8df27f8d820e4.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-a8f4727560f7ed95.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17042024-02-28T12:30:51.960Z Compiling adler v1.0.2
17052024-02-28T12:30:51.975Z Running `/home/build/.rustup/toolchains/1.74.1-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=3bfee8ea008388b0 -C extra-filename=-3bfee8ea008388b0 --out-dir /work/oxidecomputer/omicron/target/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-02-28T12:30:52.195Z Compiling miniz_oxide v0.7.1
17072024-02-28T12:30:52.198Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.1/src/lib.rs --error-format=json --json=diagnostic-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=4f9e4bdaef8c0393 -C extra-filename=-4f9e4bdaef8c0393 --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-3bfee8ea008388b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17082024-02-28T12:30:52.569Z Compiling async-trait v0.1.77
17092024-02-28T12:30:52.573Z Running `/home/build/.rustup/toolchains/1.74.1-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.77/build.rs --error-format=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=3a4dd4ea08bc0e7b -C extra-filename=-3a4dd4ea08bc0e7b --out-dir /work/oxidecomputer/omicron/target/debug/build/async-trait-3a4dd4ea08bc0e7b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17102024-02-28T12:30:52.777Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-5ffa7ff641c3b1d6/build-script-main`
17112024-02-28T12:30:53.098Z Compiling httpdate v1.0.3
17122024-02-28T12:30:53.102Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=17048ad0d39f59d3 -C extra-filename=-17048ad0d39f59d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17132024-02-28T12:30:53.141Z Compiling crossbeam-utils v0.8.16
17142024-02-28T12:30:53.144Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-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="default"' --cfg 'feature="std"' -C metadata=1e3dca98d29440eb -C extra-filename=-1e3dca98d29440eb --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-1e3dca98d29440eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17152024-02-28T12:30:53.279Z Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-3a4dd4ea08bc0e7b/build-script-build`
17162024-02-28T12:30:53.346Z Compiling ring v0.16.20
17172024-02-28T12:30:53.349Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=812e542cd6287195 -C extra-filename=-812e542cd6287195 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-812e542cd6287195 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8d7c92e9f8188f7d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17182024-02-28T12:30:53.493Z Compiling openssl-probe v0.1.5
17192024-02-28T12:30:53.497Z Running `/home/build/.rustup/toolchains/1.74.1-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=52fc005630b42931 -C extra-filename=-52fc005630b42931 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17202024-02-28T12:30:53.606Z Compiling base64ct v1.6.0
17212024-02-28T12:30:53.609Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=db2759387f67ed24 -C extra-filename=-db2759387f67ed24 --out-dir /work/oxidecomputer/omicron/target/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-02-28T12:30:53.706Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-1e3dca98d29440eb/build-script-build`
17232024-02-28T12:30:53.733Z Compiling slog v2.7.0
17242024-02-28T12:30:53.736Z Running `/home/build/.rustup/toolchains/1.74.1-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=0e6c76921b9dd799 -C extra-filename=-0e6c76921b9dd799 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-0e6c76921b9dd799 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17252024-02-28T12:30:53.830Z Compiling openssl v0.10.60
17262024-02-28T12:30:53.833Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.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=73cabd87409db80e -C extra-filename=-73cabd87409db80e --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-73cabd87409db80e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17272024-02-28T12:30:54.157Z Compiling foreign-types-shared v0.1.1
17282024-02-28T12:30:54.160Z Running `/home/build/.rustup/toolchains/1.74.1-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=3851156061296a01 -C extra-filename=-3851156061296a01 --out-dir /work/oxidecomputer/omicron/target/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-02-28T12:30:54.192Z Compiling serde_derive v1.0.196
17302024-02-28T12:30:54.195Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.196/src/lib.rs --error-format=json --json=diagnostic-rendered-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=8d86a55a4d4eafc4 -C extra-filename=-8d86a55a4d4eafc4 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17312024-02-28T12:30:54.268Z Compiling zerocopy-derive v0.7.32
17322024-02-28T12:30:54.271Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.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=c317ba0148240967 -C extra-filename=-c317ba0148240967 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17332024-02-28T12:30:54.340Z Compiling thiserror-impl v1.0.57
17342024-02-28T12:30:54.343Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.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=a192aa14cd2e147f -C extra-filename=-a192aa14cd2e147f --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17352024-02-28T12:30:54.361Z Compiling zeroize_derive v1.4.2
17362024-02-28T12:30:54.364Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=12990345fb731c91 -C extra-filename=-12990345fb731c91 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17372024-02-28T12:30:54.564Z Compiling tokio-macros v2.2.0
17382024-02-28T12:30:54.568Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.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=0fa85f4ae4ccf544 -C extra-filename=-0fa85f4ae4ccf544 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17392024-02-28T12:30:54.685Z Compiling futures-macro v0.3.30
17402024-02-28T12:30:54.689Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5d0ead20a6f4bc84 -C extra-filename=-5d0ead20a6f4bc84 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17412024-02-28T12:30:55.881Z Compiling tracing-attributes v0.1.26
17422024-02-28T12:30:55.885Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.26/src/lib.rs --error-format=json --json=diagnostic-rendered-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=989fb830244a3635 -C extra-filename=-989fb830244a3635 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17432024-02-28T12:30:56.267Z Compiling zeroize v1.7.0
17442024-02-28T12:30:56.270Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' -C metadata=c330e6b0aab7c8ac -C extra-filename=-c330e6b0aab7c8ac --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-12990345fb731c91.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17452024-02-28T12:30:56.468Z Compiling schemars_derive v0.8.16
17462024-02-28T12:30:56.471Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.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=4f672bcb2f35f87b -C extra-filename=-4f672bcb2f35f87b --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-d33a1de8ce4ae292.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17472024-02-28T12:30:56.620Z Running `/home/build/.rustup/toolchains/1.74.1-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=5926e37d1f197e57 -C extra-filename=-5926e37d1f197e57 --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-b0e5892a8dc8abc6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
17482024-02-28T12:30:56.914Z Compiling zerocopy v0.7.32
17492024-02-28T12:30:56.916Z Running `/home/build/.rustup/toolchains/1.74.1-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=3986eb937002ab5c -C extra-filename=-3986eb937002ab5c --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-4ff908e223b9ba35.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-c317ba0148240967.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17502024-02-28T12:30:57.092Z Compiling futures-util v0.3.30
17512024-02-28T12:30:57.110Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=53f9058382a517fe -C extra-filename=-53f9058382a517fe --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-f881803d4674264d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-902bf6e0c20c75b3.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-5d0ead20a6f4bc84.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-730a65a2a998e17d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-5b69abb51cddee7d.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0836b13490fe26db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17522024-02-28T12:30:57.952Z Compiling crypto-common v0.1.6
17532024-02-28T12:30:57.952Z Running `/home/build/.rustup/toolchains/1.74.1-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=03d2355fee6798dc -C extra-filename=-03d2355fee6798dc --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-a192aa14cd2e147f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access`
17542024-02-28T12:30:57.970Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=4c8e5875e5a3a025 -C extra-filename=-4c8e5875e5a3a025 --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-5926e37d1f197e57.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-b0e5892a8dc8abc6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17552024-02-28T12:30:58.106Z Compiling block-buffer v0.10.4
17562024-02-28T12:30:58.109Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=6c00091cdf4b59a5 -C extra-filename=-6c00091cdf4b59a5 --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-5926e37d1f197e57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17572024-02-28T12:30:58.199Z Compiling pest v2.7.6
17582024-02-28T12:30:58.203Z Running `/home/build/.rustup/toolchains/1.74.1-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=c382483d6c867366 -C extra-filename=-c382483d6c867366 --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-19c64e24300af82f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-3f965a27b72c64f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17592024-02-28T12:30:58.363Z Compiling digest v0.10.7
17602024-02-28T12:30:58.384Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' -C metadata=3c69cefdc4f41599 -C extra-filename=-3c69cefdc4f41599 --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-6c00091cdf4b59a5.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-4c8e5875e5a3a025.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17612024-02-28T12:30:58.531Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-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="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=b47e55d174b1612f -C extra-filename=-b47e55d174b1612f --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-6efcfb0956144885.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-102b4ee2be30504e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3986eb937002ab5c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
17622024-02-28T12:30:58.712Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=943e2e71b9f2061c -C extra-filename=-943e2e71b9f2061c --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-6efcfb0956144885.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-102b4ee2be30504e.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-018c813ad0174d69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test`
17632024-02-28T12:30:58.847Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-812e542cd6287195/build-script-build`
17642024-02-28T12:30:59.258Z Compiling hashbrown v0.14.3
17652024-02-28T12:30:59.261Z Running `/home/build/.rustup/toolchains/1.74.1-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=b4bfb3976ef1e0a9 -C extra-filename=-b4bfb3976ef1e0a9 --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-b47e55d174b1612f.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-ac60ff71ddd57510.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17662024-02-28T12:31:00.180Z Compiling tracing v0.1.37
17672024-02-28T12:31:00.183Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -C metadata=a1caaa2fb0be3208 -C extra-filename=-a1caaa2fb0be3208 --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-6efcfb0956144885.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-989fb830244a3635.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-8911f52311043b8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17682024-02-28T12:31:00.265Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-0e6c76921b9dd799/build-script-build`
17692024-02-28T12:31:00.338Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-73cabd87409db80e/build-script-build`
17702024-02-28T12:31:00.370Z Compiling foreign-types v0.3.2
17712024-02-28T12:31:00.374Z Running `/home/build/.rustup/toolchains/1.74.1-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=1e6848bdbd9674f1 -C extra-filename=-1e6848bdbd9674f1 --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-3851156061296a01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17722024-02-28T12:31:00.470Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.77/src/lib.rs --error-format=json --json=diagnostic-rendered-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=153467c069b7bf56 -C extra-filename=-153467c069b7bf56 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17732024-02-28T12:31:00.680Z Compiling openssl-macros v0.1.1
17742024-02-28T12:31:00.683Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ad2eaf6183d79236 -C extra-filename=-ad2eaf6183d79236 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17752024-02-28T12:31:00.821Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-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="default"' --cfg 'feature="std"' -C metadata=479d9e8cd719f4b6 -C extra-filename=-479d9e8cd719f4b6 --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-6efcfb0956144885.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17762024-02-28T12:31:00.859Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.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=d5415d38200233f6 -C extra-filename=-d5415d38200233f6 --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-072d063d2a089037.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`
17772024-02-28T12:31:01.013Z Compiling untrusted v0.7.1
17782024-02-28T12:31:01.017Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2093d66368e033e3 -C extra-filename=-2093d66368e033e3 --out-dir /work/oxidecomputer/omicron/target/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-02-28T12:31:01.231Z Compiling mime v0.3.17
17802024-02-28T12:31:01.257Z Running `/home/build/.rustup/toolchains/1.74.1-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=6a7bea3b3edc87ca -C extra-filename=-6a7bea3b3edc87ca --out-dir /work/oxidecomputer/omicron/target/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-02-28T12:31:01.664Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=237c8838a2adb7ee -C extra-filename=-237c8838a2adb7ee --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-c8053360841d1d26.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-69cdfe202d22f709.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2093d66368e033e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -l static=ring-core -l static=ring-test`
17822024-02-28T12:31:01.845Z Running `/home/build/.rustup/toolchains/1.74.1-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=e4b1c162c07fec80 -C extra-filename=-e4b1c162c07fec80 --out-dir /work/oxidecomputer/omicron/target/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`
17832024-02-28T12:31:01.958Z Compiling ipnet v2.9.0
17842024-02-28T12:31:01.962Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8300448f6a8e23c1 -C extra-filename=-8300448f6a8e23c1 --out-dir /work/oxidecomputer/omicron/target/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-02-28T12:31:02.274Z Compiling rustls v0.21.9
17862024-02-28T12:31:02.280Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.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=20d61740ec4b8aa7 -C extra-filename=-20d61740ec4b8aa7 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-20d61740ec4b8aa7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17872024-02-28T12:31:02.660Z Compiling native-tls v0.2.11
17882024-02-28T12:31:02.664Z Running `/home/build/.rustup/toolchains/1.74.1-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=c476d253bc75cf03 -C extra-filename=-c476d253bc75cf03 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-c476d253bc75cf03 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17892024-02-28T12:31:02.690Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-20d61740ec4b8aa7/build-script-build`
17902024-02-28T12:31:02.719Z Compiling rustls-webpki v0.101.7
17912024-02-28T12:31:02.723Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=01be57e31e98c49d -C extra-filename=-01be57e31e98c49d --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-943e2e71b9f2061c.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-018c813ad0174d69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out`
17922024-02-28T12:31:02.903Z Compiling backtrace v0.3.69
17932024-02-28T12:31:02.906Z Running `/home/build/.rustup/toolchains/1.74.1-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=f3772227d5c764ab -C extra-filename=-f3772227d5c764ab --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-f3772227d5c764ab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8d7c92e9f8188f7d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17942024-02-28T12:31:03.111Z Compiling futures-executor v0.3.30
17952024-02-28T12:31:03.115Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=c224673be8777514 -C extra-filename=-c224673be8777514 --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-df288950ad332dec.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-730a65a2a998e17d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17962024-02-28T12:31:03.240Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-c476d253bc75cf03/build-script-build`
17972024-02-28T12:31:03.271Z Compiling encoding_rs v0.8.33
17982024-02-28T12:31:03.275Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.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=28791e7cdcc2db15 -C extra-filename=-28791e7cdcc2db15 --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-6efcfb0956144885.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17992024-02-28T12:31:03.293Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=1acb9b56b176e664 -C extra-filename=-1acb9b56b176e664 --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-8d86a55a4d4eafc4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18002024-02-28T12:31:03.455Z Compiling futures v0.3.30
18012024-02-28T12:31:03.461Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=2e804b49337b586d -C extra-filename=-2e804b49337b586d --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-f881803d4674264d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-c224673be8777514.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-902bf6e0c20c75b3.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-730a65a2a998e17d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18022024-02-28T12:31:03.518Z Compiling gimli v0.28.0
18032024-02-28T12:31:03.536Z Running `/home/build/.rustup/toolchains/1.74.1-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=5da496e35dfcf224 -C extra-filename=-5da496e35dfcf224 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18042024-02-28T12:31:03.578Z Compiling winnow v0.5.15
18052024-02-28T12:31:03.582Z Running `/home/build/.rustup/toolchains/1.74.1-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=bb48f977d0538890 -C extra-filename=-bb48f977d0538890 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18062024-02-28T12:31:03.633Z Compiling sct v0.7.0
18072024-02-28T12:31:03.637Z Running `/home/build/.rustup/toolchains/1.74.1-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=2134a94671eb18a6 -C extra-filename=-2134a94671eb18a6 --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-237c8838a2adb7ee.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2093d66368e033e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out`
18082024-02-28T12:31:03.692Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-f3772227d5c764ab/build-script-build`
18092024-02-28T12:31:03.700Z Compiling der_derive v0.7.2
18102024-02-28T12:31:03.704Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der_derive-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ee5943c64867f8cb -C extra-filename=-ee5943c64867f8cb --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18112024-02-28T12:31:03.935Z Running `/home/build/.rustup/toolchains/1.74.1-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=a2ea8ca070b635b6 -C extra-filename=-a2ea8ca070b635b6 --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-a8da004f5204fad5.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-943e2e71b9f2061c.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-01be57e31e98c49d.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-2134a94671eb18a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out`
18122024-02-28T12:31:04.695Z Compiling pem-rfc7468 v0.7.0
18132024-02-28T12:31:04.698Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=477fdaa156d56e80 -C extra-filename=-477fdaa156d56e80 --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-db2759387f67ed24.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18142024-02-28T12:31:05.510Z Compiling object v0.32.1
18152024-02-28T12:31:05.513Z Running `/home/build/.rustup/toolchains/1.74.1-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=af5fb22b71ac833d -C extra-filename=-af5fb22b71ac833d --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-19c64e24300af82f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18162024-02-28T12:31:05.547Z Compiling anyhow v1.0.75
18172024-02-28T12:31:05.551Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.75/build.rs --error-format=json --json=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=2609063c4951926a -C extra-filename=-2609063c4951926a --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-2609063c4951926a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18182024-02-28T12:31:06.182Z Compiling rustversion v1.0.14
18192024-02-28T12:31:06.186Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.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=765d7dbc8dd28acc -C extra-filename=-765d7dbc8dd28acc --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-765d7dbc8dd28acc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18202024-02-28T12:31:06.700Z Compiling flagset v0.4.3
18212024-02-28T12:31:06.704Z Running `/home/build/.rustup/toolchains/1.74.1-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=74ed7ba095b83344 -C extra-filename=-74ed7ba095b83344 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18222024-02-28T12:31:06.901Z Compiling rustc-demangle v0.1.23
18232024-02-28T12:31:06.905Z Running `/home/build/.rustup/toolchains/1.74.1-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=70aed849af95af3b -C extra-filename=-70aed849af95af3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18242024-02-28T12:31:07.018Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-765d7dbc8dd28acc/build-script-build`
18252024-02-28T12:31:07.059Z Compiling der v0.7.8
18262024-02-28T12:31:07.063Z Running `/home/build/.rustup/toolchains/1.74.1-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=9195e699c88ce3be -C extra-filename=-9195e699c88ce3be --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-66455a9b00682027.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-ee5943c64867f8cb.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-74ed7ba095b83344.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18272024-02-28T12:31:07.349Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-2609063c4951926a/build-script-build`
18282024-02-28T12:31:07.500Z Compiling pest_meta v2.7.6
18292024-02-28T12:31:07.503Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.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=6489ff36f5d2b825 -C extra-filename=-6489ff36f5d2b825 --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-c8053360841d1d26.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-c382483d6c867366.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18302024-02-28T12:31:07.863Z Compiling rustls-pemfile v1.0.3
18312024-02-28T12:31:07.866Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.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=a82cf625c5179fd3 -C extra-filename=-a82cf625c5179fd3 --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-64492b43562e8960.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18322024-02-28T12:31:08.100Z Compiling addr2line v0.21.0
18332024-02-28T12:31:08.103Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6052e16ec89be577 -C extra-filename=-6052e16ec89be577 --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-5da496e35dfcf224.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18342024-02-28T12:31:08.224Z Compiling memoffset v0.9.0
18352024-02-28T12:31:08.226Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=04a1f2539d27e3f8 -C extra-filename=-04a1f2539d27e3f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-04a1f2539d27e3f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18362024-02-28T12:31:08.645Z Compiling webpki-roots v0.25.2
18372024-02-28T12:31:08.648Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f0b1a41367742ca3 -C extra-filename=-f0b1a41367742ca3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18382024-02-28T12:31:08.737Z Compiling crc32fast v1.3.2
18392024-02-28T12:31:08.740Z Running `/home/build/.rustup/toolchains/1.74.1-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=4fe74826f206961b -C extra-filename=-4fe74826f206961b --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-4fe74826f206961b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18402024-02-28T12:31:08.808Z Compiling utf8parse v0.2.1
18412024-02-28T12:31:08.811Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=23480799e7d77cab -C extra-filename=-23480799e7d77cab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18422024-02-28T12:31:08.836Z Compiling pest_generator v2.7.6
18432024-02-28T12:31:08.839Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.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=8e82731d364101bd -C extra-filename=-8e82731d364101bd --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-c382483d6c867366.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-6489ff36f5d2b825.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18442024-02-28T12:31:09.017Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-04a1f2539d27e3f8/build-script-build`
18452024-02-28T12:31:09.157Z Running `/home/build/.rustup/toolchains/1.74.1-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=aa4a5c579286af9a -C extra-filename=-aa4a5c579286af9a --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`
18462024-02-28T12:31:09.397Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-4fe74826f206961b/build-script-build`
18472024-02-28T12:31:09.469Z Compiling bytes v1.5.0
18482024-02-28T12:31:09.496Z Running `/home/build/.rustup/toolchains/1.74.1-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=2e8387afa3274f85 -C extra-filename=-2e8387afa3274f85 --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-1acb9b56b176e664.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18492024-02-28T12:31:09.832Z Compiling bitflags v2.4.0
18502024-02-28T12:31:09.838Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-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="serde"' --cfg 'feature="std"' -C metadata=4b8f5ced93694790 -C extra-filename=-4b8f5ced93694790 --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-1acb9b56b176e664.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18512024-02-28T12:31:10.275Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.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=37527f6c510a7660 -C extra-filename=-37527f6c510a7660 --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-7ee2097a83409d11.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-ef556ccf273fb97d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg limb_width_64`
18522024-02-28T12:31:10.533Z Compiling tokio v1.36.0
18532024-02-28T12:31:10.536Z Running `/home/build/.rustup/toolchains/1.74.1-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=1899c00795bb3710 -C extra-filename=-1899c00795bb3710 --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-2e8387afa3274f85.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-40e5b787da3c66c6.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-0fb048c8a18f5cf7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6c4444407e3e044c.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-5d4da44a0a445e05.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a210f81e1185703.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-0fa85f4ae4ccf544.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18542024-02-28T12:31:10.794Z Compiling indexmap v2.2.3
18552024-02-28T12:31:10.797Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=9e5585621ce62178 -C extra-filename=-9e5585621ce62178 --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-53c175ade642ea34.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-b4bfb3976ef1e0a9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18562024-02-28T12:31:10.887Z Compiling chrono v0.4.31
18572024-02-28T12:31:10.891Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.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="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --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=898a42c87a6ff7fe -C extra-filename=-898a42c87a6ff7fe --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-42f31a2f50589a64.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18582024-02-28T12:31:10.968Z Running `/home/build/.rustup/toolchains/1.74.1-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=07201864f3f4f4d4 -C extra-filename=-07201864f3f4f4d4 --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-4b8f5ced93694790.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-e03ce0c6b11098e3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
18592024-02-28T12:31:12.206Z Compiling uuid v1.7.0
18602024-02-28T12:31:12.210Z Running `/home/build/.rustup/toolchains/1.74.1-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=928941aca298bcfb -C extra-filename=-928941aca298bcfb --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-102b4ee2be30504e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18612024-02-28T12:31:12.404Z Compiling http v0.2.11
18622024-02-28T12:31:12.407Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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=5ebf63397ec79566 -C extra-filename=-5ebf63397ec79566 --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-2e8387afa3274f85.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18632024-02-28T12:31:12.914Z Running `/home/build/.rustup/toolchains/1.74.1-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=b9d7b47b5b132c55 -C extra-filename=-b9d7b47b5b132c55 --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-1acb9b56b176e664.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18642024-02-28T12:31:13.279Z Compiling toml_datetime v0.6.5
18652024-02-28T12:31:13.279Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.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=72e727ec5da81555 -C extra-filename=-72e727ec5da81555 --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-1acb9b56b176e664.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18662024-02-28T12:31:13.385Z Running `/home/build/.rustup/toolchains/1.74.1-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="uuid1"' -C metadata=3b85b17348f4e8ea -C extra-filename=-3b85b17348f4e8ea --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-2e8387afa3274f85.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7d72bdebf763b285.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-4f672bcb2f35f87b.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
18672024-02-28T12:31:13.666Z Compiling serde_spanned v0.6.5
18682024-02-28T12:31:13.672Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.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=ec5b4ce0fbd65652 -C extra-filename=-ec5b4ce0fbd65652 --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-1acb9b56b176e664.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18692024-02-28T12:31:13.738Z Running `/home/build/.rustup/toolchains/1.74.1-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=5bda086a58e72578 -C extra-filename=-5bda086a58e72578 --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-4b8f5ced93694790.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1e6848bdbd9674f1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-ad2eaf6183d79236.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-d5415d38200233f6.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`
18702024-02-28T12:31:13.839Z Compiling serde_urlencoded v0.7.1
18712024-02-28T12:31:13.843Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bf540fe11b61f22d -C extra-filename=-bf540fe11b61f22d --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-f43b5444f1071237.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-ef556ccf273fb97d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18722024-02-28T12:31:13.900Z Compiling toml_edit v0.19.15
18732024-02-28T12:31:13.922Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=0822a38d317e6d3e -C extra-filename=-0822a38d317e6d3e --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-9e5585621ce62178.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-ec5b4ce0fbd65652.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-72e727ec5da81555.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bb48f977d0538890.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18742024-02-28T12:31:14.077Z Compiling http-body v0.4.5
18752024-02-28T12:31:14.080Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.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=84965bda6a9b6334 -C extra-filename=-84965bda6a9b6334 --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-2e8387afa3274f85.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18762024-02-28T12:31:14.421Z Compiling openapiv3 v2.0.0
18772024-02-28T12:31:14.424Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' -C metadata=5196b1b774dc5b3b -C extra-filename=-5196b1b774dc5b3b --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-9e5585621ce62178.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18782024-02-28T12:31:14.505Z Compiling rustc_version v0.4.0
18792024-02-28T12:31:14.509Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b34be480a922a77c -C extra-filename=-b34be480a922a77c --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-b9d7b47b5b132c55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18802024-02-28T12:31:15.008Z Running `/home/build/.rustup/toolchains/1.74.1-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=79bfcc49b364c1d0 -C extra-filename=-79bfcc49b364c1d0 --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-6052e16ec89be577.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-4f9e4bdaef8c0393.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-af5fb22b71ac833d.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-70aed849af95af3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18812024-02-28T12:31:15.134Z Compiling spki v0.7.2
18822024-02-28T12:31:15.139Z Running `/home/build/.rustup/toolchains/1.74.1-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=618e8f0a78e95d55 -C extra-filename=-618e8f0a78e95d55 --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-9195e699c88ce3be.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18832024-02-28T12:31:15.293Z Compiling crossbeam-epoch v0.9.15
18842024-02-28T12:31:15.296Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3262f2565d2545f8 -C extra-filename=-3262f2565d2545f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-3262f2565d2545f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18852024-02-28T12:31:15.507Z Compiling unicode-xid v0.2.4
18862024-02-28T12:31:15.510Z Running `/home/build/.rustup/toolchains/1.74.1-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=bcfe243e41aa4734 -C extra-filename=-bcfe243e41aa4734 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18872024-02-28T12:31:15.691Z Compiling pest_derive v2.7.6
18882024-02-28T12:31:15.694Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.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=6d19256a2729bc75 -C extra-filename=-6d19256a2729bc75 --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-c382483d6c867366.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-8e82731d364101bd.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18892024-02-28T12:31:15.853Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.75/src/lib.rs --error-format=json --json=diagnostic-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=4c1d44a749a352fb -C extra-filename=-4c1d44a749a352fb --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-79bfcc49b364c1d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg backtrace`
18902024-02-28T12:31:16.796Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-3262f2565d2545f8/build-script-build`
18912024-02-28T12:31:16.800Z Running `/home/build/.rustup/toolchains/1.74.1-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=ddd6b783a064eb7e -C extra-filename=-ddd6b783a064eb7e --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-6efcfb0956144885.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg crc32fast_stdarchx86`
18922024-02-28T12:31:16.917Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-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"' -C metadata=b6ff563025951da1 -C extra-filename=-b6ff563025951da1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const`
18932024-02-28T12:31:17.035Z Compiling anstyle v1.0.2
18942024-02-28T12:31:17.038Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ae5ed257b591d4e2 -C extra-filename=-ae5ed257b591d4e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18952024-02-28T12:31:17.165Z Compiling time-core v0.1.1
18962024-02-28T12:31:17.168Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=96cfe055a2065dfc -C extra-filename=-96cfe055a2065dfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18972024-02-28T12:31:17.359Z Compiling time-macros v0.2.13
18982024-02-28T12:31:17.399Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="formatting"' --cfg 'feature="parsing"' -C metadata=7b759573e934a70a -C extra-filename=-7b759573e934a70a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-96cfe055a2065dfc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18992024-02-28T12:31:17.506Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.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=f0fa698477c03a85 -C extra-filename=-f0fa698477c03a85 --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-6efcfb0956144885.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-b6ff563025951da1.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9e6bfb0ad023803f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19002024-02-28T12:31:17.588Z Compiling pkcs8 v0.10.2
19012024-02-28T12:31:17.608Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=5b3823ca7b698327 -C extra-filename=-5b3823ca7b698327 --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-9195e699c88ce3be.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-618e8f0a78e95d55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19022024-02-28T12:31:18.158Z Compiling sha2 v0.10.8
19032024-02-28T12:31:18.161Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' -C metadata=b61046672a860c5d -C extra-filename=-b61046672a860c5d --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-6efcfb0956144885.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-c7155cd217f75a24.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3c69cefdc4f41599.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19042024-02-28T12:31:18.339Z Compiling hmac v0.12.1
19052024-02-28T12:31:18.345Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' -C metadata=9a32162f7cac7119 -C extra-filename=-9a32162f7cac7119 --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-3c69cefdc4f41599.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19062024-02-28T12:31:18.593Z Compiling tokio-util v0.7.10
19072024-02-28T12:31:18.628Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.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=cbd289bff9588229 -C extra-filename=-cbd289bff9588229 --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-2e8387afa3274f85.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a1caaa2fb0be3208.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19082024-02-28T12:31:18.863Z Compiling tokio-rustls v0.24.1
19092024-02-28T12:31:18.892Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=524b3019257b32a7 -C extra-filename=-524b3019257b32a7 --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-a2ea8ca070b635b6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out`
19102024-02-28T12:31:19.327Z Compiling deranged v0.3.8
19112024-02-28T12:31:19.330Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-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="alloc"' --cfg 'feature="std"' -C metadata=f1e8d29b640f424e -C extra-filename=-f1e8d29b640f424e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19122024-02-28T12:31:19.529Z Compiling num_threads v0.1.6
19132024-02-28T12:31:19.532Z Running `/home/build/.rustup/toolchains/1.74.1-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=eec35d3b26bec874 -C extra-filename=-eec35d3b26bec874 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19142024-02-28T12:31:19.664Z Compiling hex v0.4.3
19152024-02-28T12:31:19.668Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=fcde3d8a13cc3201 -C extra-filename=-fcde3d8a13cc3201 --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-1acb9b56b176e664.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19162024-02-28T12:31:20.287Z Compiling h2 v0.3.24
19172024-02-28T12:31:20.291Z Running `/home/build/.rustup/toolchains/1.74.1-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=3ad5608700e11ec5 -C extra-filename=-3ad5608700e11ec5 --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-2e8387afa3274f85.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9e5585621ce62178.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0836b13490fe26db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cbd289bff9588229.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a1caaa2fb0be3208.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19182024-02-28T12:31:20.322Z Running `/home/build/.rustup/toolchains/1.74.1-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=18c69ab9a8151423 -C extra-filename=-18c69ab9a8151423 --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-a8da004f5204fad5.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5bda086a58e72578.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-52fc005630b42931.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-d5415d38200233f6.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`
19192024-02-28T12:31:20.946Z Compiling tokio-native-tls v0.3.1
19202024-02-28T12:31:20.949Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=65c4d4a033f0c348 -C extra-filename=-65c4d4a033f0c348 --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-18c69ab9a8151423.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
19212024-02-28T12:31:21.125Z Compiling time v0.3.27
19222024-02-28T12:31:21.129Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' -C metadata=8717160e61d0c384 -C extra-filename=-8717160e61d0c384 --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-f1e8d29b640f424e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-eec35d3b26bec874.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-96cfe055a2065dfc.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-7b759573e934a70a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19232024-02-28T12:31:21.200Z Compiling num-integer v0.1.46
19242024-02-28T12:31:21.203Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=33256b3e4aeb7fa6 -C extra-filename=-33256b3e4aeb7fa6 --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-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19252024-02-28T12:31:21.227Z Compiling thread-id v4.2.0
19262024-02-28T12:31:21.250Z Running `/home/build/.rustup/toolchains/1.74.1-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=390eac576c2aa143 -C extra-filename=-390eac576c2aa143 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19272024-02-28T12:31:21.344Z Compiling bitflags v1.3.2
19282024-02-28T12:31:21.347Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=8861c4fe0bf9ac1d -C extra-filename=-8861c4fe0bf9ac1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19292024-02-28T12:31:21.453Z Compiling flate2 v1.0.28
19302024-02-28T12:31:21.522Z Running `/home/build/.rustup/toolchains/1.74.1-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=5973d0184683efce -C extra-filename=-5973d0184683efce --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-ddd6b783a064eb7e.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-4f9e4bdaef8c0393.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19312024-02-28T12:31:21.946Z Compiling anstyle-parse v0.2.1
19322024-02-28T12:31:21.978Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=ce5764de1bab163e -C extra-filename=-ce5764de1bab163e --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-23480799e7d77cab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19332024-02-28T12:31:22.005Z Compiling block-padding v0.3.3
19342024-02-28T12:31:22.010Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=2baaac9f487044d7 -C extra-filename=-2baaac9f487044d7 --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-5926e37d1f197e57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19352024-02-28T12:31:22.055Z Compiling colorchoice v1.0.0
19362024-02-28T12:31:22.059Z Running `/home/build/.rustup/toolchains/1.74.1-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=dd65179b4ecaff10 -C extra-filename=-dd65179b4ecaff10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19372024-02-28T12:31:22.228Z Compiling bit-vec v0.6.3
19382024-02-28T12:31:22.232Z Running `/home/build/.rustup/toolchains/1.74.1-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=a55d8fa36e94059e -C extra-filename=-a55d8fa36e94059e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19392024-02-28T12:31:22.268Z Compiling unicode-segmentation v1.10.1
19402024-02-28T12:31:22.271Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.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=3db9a7183557834f -C extra-filename=-3db9a7183557834f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19412024-02-28T12:31:22.289Z Compiling anstyle-query v1.0.0
19422024-02-28T12:31:22.292Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ac94e4cd994c263f -C extra-filename=-ac94e4cd994c263f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19432024-02-28T12:31:22.432Z Compiling winnow v0.6.1
19442024-02-28T12:31:22.435Z Running `/home/build/.rustup/toolchains/1.74.1-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=0a0c95ca26aabab0 -C extra-filename=-0a0c95ca26aabab0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19452024-02-28T12:31:22.481Z Compiling anstream v0.6.11
19462024-02-28T12:31:22.503Z Running `/home/build/.rustup/toolchains/1.74.1-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=55648903912ab9dd -C extra-filename=-55648903912ab9dd --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-ae5ed257b591d4e2.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-ce5764de1bab163e.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-ac94e4cd994c263f.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-dd65179b4ecaff10.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-23480799e7d77cab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19472024-02-28T12:31:22.690Z Compiling inout v0.1.3
19482024-02-28T12:31:22.719Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' -C metadata=15281089ab3f7dbc -C extra-filename=-15281089ab3f7dbc --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-2baaac9f487044d7.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5926e37d1f197e57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19492024-02-28T12:31:22.901Z Compiling terminal_size v0.3.0
19502024-02-28T12:31:22.907Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=464797d5fd894915 -C extra-filename=-464797d5fd894915 --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-07201864f3f4f4d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19512024-02-28T12:31:22.959Z Compiling data-encoding v2.4.0
19522024-02-28T12:31:22.962Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.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=e5f44abe68a68320 -C extra-filename=-e5f44abe68a68320 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19532024-02-28T12:31:23.121Z Compiling strsim v0.11.0
19542024-02-28T12:31:23.140Z Running `/home/build/.rustup/toolchains/1.74.1-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=8fc41ebc089eff47 -C extra-filename=-8fc41ebc089eff47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19552024-02-28T12:31:23.175Z Compiling clap_lex v0.7.0
19562024-02-28T12:31:23.179Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3f892756174bdc67 -C extra-filename=-3f892756174bdc67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19572024-02-28T12:31:23.238Z Compiling siphasher v0.3.11
19582024-02-28T12:31:23.241Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1135da77659c2954 -C extra-filename=-1135da77659c2954 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19592024-02-28T12:31:23.662Z Compiling clap_builder v4.5.0
19602024-02-28T12:31:23.687Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.0/src/lib.rs --error-format=json --json=diagnostic-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=c89f416f4cead783 -C extra-filename=-c89f416f4cead783 --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-55648903912ab9dd.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-ae5ed257b591d4e2.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-3f892756174bdc67.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-8fc41ebc089eff47.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-464797d5fd894915.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19612024-02-28T12:31:23.698Z Compiling cipher v0.4.4
19622024-02-28T12:31:23.752Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' -C metadata=0cddec495d8a776e -C extra-filename=-0cddec495d8a776e --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-4c8e5875e5a3a025.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-15281089ab3f7dbc.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19632024-02-28T12:31:24.051Z Compiling synstructure v0.12.6
19642024-02-28T12:31:24.054Z Running `/home/build/.rustup/toolchains/1.74.1-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=f87a4800a8d34dda -C extra-filename=-f87a4800a8d34dda --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-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-bcfe243e41aa4734.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19652024-02-28T12:31:24.232Z Compiling clap_derive v4.5.0
19662024-02-28T12:31:24.235Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.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=9b08aed93c6e340d -C extra-filename=-9b08aed93c6e340d --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19672024-02-28T12:31:25.384Z Compiling scroll_derive v0.12.0
19682024-02-28T12:31:25.387Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ca281244b300b9cc -C extra-filename=-ca281244b300b9cc --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19692024-02-28T12:31:26.045Z Compiling toml_edit v0.22.6
19702024-02-28T12:31:26.049Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.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="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=2952e0e0b5d43a22 -C extra-filename=-2952e0e0b5d43a22 --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-9e5585621ce62178.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-ec5b4ce0fbd65652.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-72e727ec5da81555.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-0a0c95ca26aabab0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19712024-02-28T12:31:26.371Z Compiling stable_deref_trait v1.2.0
19722024-02-28T12:31:26.374Z Running `/home/build/.rustup/toolchains/1.74.1-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=f91a802ad56db795 -C extra-filename=-f91a802ad56db795 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19732024-02-28T12:31:26.484Z Compiling zerocopy-derive v0.2.0
19742024-02-28T12:31:26.488Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.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=d16b0da401d645cc -C extra-filename=-d16b0da401d645cc --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-f57b927d6c5d0106.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-f87a4800a8d34dda.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19752024-02-28T12:31:26.508Z Compiling toml v0.7.8
19762024-02-28T12:31:26.512Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=ae75f76082580031 -C extra-filename=-ae75f76082580031 --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-1acb9b56b176e664.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-ec5b4ce0fbd65652.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-72e727ec5da81555.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0822a38d317e6d3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19772024-02-28T12:31:26.670Z Compiling ff v0.13.0
19782024-02-28T12:31:26.674Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=ab8bb4c8beb328c5 -C extra-filename=-ab8bb4c8beb328c5 --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-1d07aacb4dce5366.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19792024-02-28T12:31:26.929Z Compiling base16ct v0.2.0
19802024-02-28T12:31:26.933Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=7fa1f6396052bdb1 -C extra-filename=-7fa1f6396052bdb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19812024-02-28T12:31:27.167Z Compiling hyper v0.14.27
19822024-02-28T12:31:27.171Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=dd61fc49a5793d43 -C extra-filename=-dd61fc49a5793d43 --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-2e8387afa3274f85.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-3ad5608700e11ec5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-84965bda6a9b6334.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5165d982a445385a.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-17048ad0d39f59d3.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-fd24bc161709065e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-977e35ace01a1844.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a1caaa2fb0be3208.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-620d2e79a9eb893f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19832024-02-28T12:31:27.249Z Compiling scroll v0.12.0
19842024-02-28T12:31:27.252Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' -C metadata=709ecc30b9a81d60 -C extra-filename=-709ecc30b9a81d60 --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-ca281244b300b9cc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19852024-02-28T12:31:27.855Z Compiling plain v0.2.3
19862024-02-28T12:31:27.858Z Running `/home/build/.rustup/toolchains/1.74.1-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=7d8eccd574645362 -C extra-filename=-7d8eccd574645362 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19872024-02-28T12:31:28.031Z Compiling goblin v0.8.0
19882024-02-28T12:31:28.036Z Running `/home/build/.rustup/toolchains/1.74.1-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=15f4b35d95d3f2a5 -C extra-filename=-15f4b35d95d3f2a5 --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-a8da004f5204fad5.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-7d8eccd574645362.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-709ecc30b9a81d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19892024-02-28T12:31:28.306Z Compiling sec1 v0.7.3
19902024-02-28T12:31:28.325Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' -C metadata=5ad3b2f445531e05 -C extra-filename=-5ad3b2f445531e05 --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-7fa1f6396052bdb1.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9195e699c88ce3be.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5926e37d1f197e57.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-5b3823ca7b698327.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19912024-02-28T12:31:28.825Z Compiling zerocopy v0.3.0
19922024-02-28T12:31:28.828Z Running `/home/build/.rustup/toolchains/1.74.1-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=550225d2686f24f7 -C extra-filename=-550225d2686f24f7 --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-4ff908e223b9ba35.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-d16b0da401d645cc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19932024-02-28T12:31:28.888Z Compiling group v0.13.0
19942024-02-28T12:31:28.891Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=91a8c368bbe7faaf -C extra-filename=-91a8c368bbe7faaf --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-ab8bb4c8beb328c5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19952024-02-28T12:31:29.196Z Compiling hkdf v0.12.4
19962024-02-28T12:31:29.199Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=1840ba39f4ff13d1 -C extra-filename=-1840ba39f4ff13d1 --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-9a32162f7cac7119.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19972024-02-28T12:31:29.454Z Compiling crypto-bigint v0.5.2
19982024-02-28T12:31:29.491Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.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=93421491300e334f -C extra-filename=-93421491300e334f --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-5926e37d1f197e57.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19992024-02-28T12:31:29.711Z Compiling zerocopy-derive v0.6.4
20002024-02-28T12:31:29.711Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.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=2fe00f70c7700da8 -C extra-filename=-2fe00f70c7700da8 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20012024-02-28T12:31:29.837Z Compiling clap v4.5.0
20022024-02-28T12:31:29.842Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.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="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=62c51bf51dff2185 -C extra-filename=-62c51bf51dff2185 --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-c89f416f4cead783.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-9b08aed93c6e340d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20032024-02-28T12:31:29.968Z Compiling itertools v0.10.5
20042024-02-28T12:31:29.972Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=44674b22e4bd2ff9 -C extra-filename=-44674b22e4bd2ff9 --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-7594a365b03daaf1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20052024-02-28T12:31:31.410Z Compiling num-iter v0.1.43
20062024-02-28T12:31:31.414Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.43/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' -C metadata=cfdee6315037ba62 -C extra-filename=-cfdee6315037ba62 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-iter-cfdee6315037ba62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20072024-02-28T12:31:31.832Z Compiling usdt-impl v0.5.0
20082024-02-28T12:31:31.841Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' -C metadata=fba376abe28367ab -C extra-filename=-fba376abe28367ab --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-fba376abe28367ab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20092024-02-28T12:31:32.289Z Compiling usdt-impl v0.3.5
20102024-02-28T12:31:32.292Z Running `/home/build/.rustup/toolchains/1.74.1-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=07613bffa45ac679 -C extra-filename=-07613bffa45ac679 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-07613bffa45ac679 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20112024-02-28T12:31:32.397Z Compiling signal-hook v0.3.17
20122024-02-28T12:31:32.433Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=1874e4089e62e760 -C extra-filename=-1874e4089e62e760 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-1874e4089e62e760 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20132024-02-28T12:31:32.747Z Compiling managed v0.8.0
20142024-02-28T12:31:32.747Z Running `/home/build/.rustup/toolchains/1.74.1-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=f3363b8ae905f1e2 -C extra-filename=-f3363b8ae905f1e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20152024-02-28T12:31:32.801Z Compiling fixedbitset v0.4.2
20162024-02-28T12:31:32.845Z Running `/home/build/.rustup/toolchains/1.74.1-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=df657a3bdf785ff2 -C extra-filename=-df657a3bdf785ff2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20172024-02-28T12:31:32.879Z Compiling pretty-hex v0.4.1
20182024-02-28T12:31:32.882Z Running `/home/build/.rustup/toolchains/1.74.1-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=c78ed4cdfb819d52 -C extra-filename=-c78ed4cdfb819d52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20192024-02-28T12:31:32.977Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-1874e4089e62e760/build-script-build`
20202024-02-28T12:31:32.997Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-07613bffa45ac679/build-script-build`
20212024-02-28T12:31:33.108Z Compiling petgraph v0.6.4
20222024-02-28T12:31:33.111Z Running `/home/build/.rustup/toolchains/1.74.1-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=73d67c3b05892acd -C extra-filename=-73d67c3b05892acd --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-df657a3bdf785ff2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9e5585621ce62178.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8d86a55a4d4eafc4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20232024-02-28T12:31:33.129Z Compiling zerocopy v0.6.4
20242024-02-28T12:31:33.132Z Running `/home/build/.rustup/toolchains/1.74.1-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=78ca245d915e4d36 -C extra-filename=-78ca245d915e4d36 --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-4ff908e223b9ba35.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-2fe00f70c7700da8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20252024-02-28T12:31:33.192Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-fba376abe28367ab/build-script-build`
20262024-02-28T12:31:33.260Z Running `/work/oxidecomputer/omicron/target/debug/build/num-iter-cfdee6315037ba62/build-script-build`
20272024-02-28T12:31:33.335Z Compiling elliptic-curve v0.13.8
20282024-02-28T12:31:33.339Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' -C metadata=7a80d53055709791 -C extra-filename=-7a80d53055709791 --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-7fa1f6396052bdb1.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-93421491300e334f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3c69cefdc4f41599.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-ab8bb4c8beb328c5.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5926e37d1f197e57.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-91a8c368bbe7faaf.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1840ba39f4ff13d1.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-5b3823ca7b698327.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-5ad3b2f445531e05.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20292024-02-28T12:31:33.396Z Compiling dof v0.1.5
20302024-02-28T12:31:33.400Z Running `/home/build/.rustup/toolchains/1.74.1-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=99e0516a069719ac -C extra-filename=-99e0516a069719ac --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-03d2355fee6798dc.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-550225d2686f24f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20312024-02-28T12:31:33.938Z Compiling dof v0.3.0
20322024-02-28T12:31:33.967Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' -C metadata=2aa398910fa7e03f -C extra-filename=-2aa398910fa7e03f --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-15f4b35d95d3f2a5.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3986eb937002ab5c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20332024-02-28T12:31:34.016Z Compiling phf_shared v0.10.0
20342024-02-28T12:31:34.020Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b2e47393eb942112 -C extra-filename=-b2e47393eb942112 --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-1135da77659c2954.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20352024-02-28T12:31:34.146Z Compiling bit-set v0.5.3
20362024-02-28T12:31:34.150Z Running `/home/build/.rustup/toolchains/1.74.1-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=1273314ddbc76afe -C extra-filename=-1273314ddbc76afe --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-a55d8fa36e94059e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20372024-02-28T12:31:34.405Z Compiling hyper-rustls v0.24.2
20382024-02-28T12:31:34.411Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f854b0d6ea6f05af -C extra-filename=-f854b0d6ea6f05af --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-53f9058382a517fe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a2ea8ca070b635b6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-524b3019257b32a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out`
20392024-02-28T12:31:34.433Z Compiling hyper-tls v0.5.0
20402024-02-28T12:31:34.450Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ec1c0d42570d5a8d -C extra-filename=-ec1c0d42570d5a8d --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-2e8387afa3274f85.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-18c69ab9a8151423.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-65c4d4a033f0c348.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
20412024-02-28T12:31:34.454Z Compiling dtrace-parser v0.1.14
20422024-02-28T12:31:34.457Z Running `/home/build/.rustup/toolchains/1.74.1-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=757a0e5994da5195 -C extra-filename=-757a0e5994da5195 --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-c382483d6c867366.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-6d19256a2729bc75.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20432024-02-28T12:31:34.728Z Compiling reqwest v0.11.22
20442024-02-28T12:31:34.731Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.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="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --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-pemfile"' --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=47514ebe05737ebb -C extra-filename=-47514ebe05737ebb --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-64492b43562e8960.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-28791e7cdcc2db15.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-3ad5608700e11ec5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-84965bda6a9b6334.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f854b0d6ea6f05af.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-ec1c0d42570d5a8d.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8300448f6a8e23c1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6a7bea3b3edc87ca.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-18c69ab9a8151423.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a2ea8ca070b635b6.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-a82cf625c5179fd3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-bf540fe11b61f22d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-65c4d4a033f0c348.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-524b3019257b32a7.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cbd289bff9588229.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-977e35ace01a1844.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-f0b1a41367742ca3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
20452024-02-28T12:31:34.766Z Compiling dtrace-parser v0.2.0
20462024-02-28T12:31:34.772Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bdfe24201645a368 -C extra-filename=-bdfe24201645a368 --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-c382483d6c867366.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-6d19256a2729bc75.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20472024-02-28T12:31:34.796Z Compiling ipnetwork v0.20.0
20482024-02-28T12:31:34.799Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' -C metadata=13b6e14ba16a5c3b -C extra-filename=-13b6e14ba16a5c3b --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-3b85b17348f4e8ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20492024-02-28T12:31:35.776Z Compiling minimal-lexical v0.2.1
20502024-02-28T12:31:35.779Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=5bf297f54c1c9b96 -C extra-filename=-5bf297f54c1c9b96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20512024-02-28T12:31:36.319Z Compiling precomputed-hash v0.1.1
20522024-02-28T12:31:36.349Z Running `/home/build/.rustup/toolchains/1.74.1-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=be16b96cd7defe0a -C extra-filename=-be16b96cd7defe0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20532024-02-28T12:31:36.356Z Compiling static_assertions v1.1.0
20542024-02-28T12:31:36.359Z Running `/home/build/.rustup/toolchains/1.74.1-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=37fff62241e99816 -C extra-filename=-37fff62241e99816 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20552024-02-28T12:31:36.452Z Compiling new_debug_unreachable v1.0.4
20562024-02-28T12:31:36.452Z Running `/home/build/.rustup/toolchains/1.74.1-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=08a7a2cf8d163ca8 -C extra-filename=-08a7a2cf8d163ca8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20572024-02-28T12:31:36.474Z Compiling nom v7.1.3
20582024-02-28T12:31:36.474Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=24dc8bd775458b21 -C extra-filename=-24dc8bd775458b21 --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-19c64e24300af82f.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-5bf297f54c1c9b96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20592024-02-28T12:31:36.545Z Compiling string_cache v0.8.7
20602024-02-28T12:31:36.548Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' -C metadata=cf0a1fc317883901 -C extra-filename=-cf0a1fc317883901 --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-08a7a2cf8d163ca8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6c4444407e3e044c.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-b2e47393eb942112.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-be16b96cd7defe0a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20612024-02-28T12:31:36.579Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' -C metadata=356b84240c0a3098 -C extra-filename=-356b84240c0a3098 --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-4ff908e223b9ba35.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-2aa398910fa7e03f.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-bdfe24201645a368.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-390eac576c2aa143.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
20622024-02-28T12:31:36.882Z Running `/home/build/.rustup/toolchains/1.74.1-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=e5789d2a2356a71b -C extra-filename=-e5789d2a2356a71b --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-4ff908e223b9ba35.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-99e0516a069719ac.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-757a0e5994da5195.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-390eac576c2aa143.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
20632024-02-28T12:31:37.009Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name num_iter /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.43/src/lib.rs --error-format=json --json=diagnostic-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=6512d991c8d53f77 -C extra-filename=-6512d991c8d53f77 --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-33256b3e4aeb7fa6.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128 --cfg rustc_1_28`
20642024-02-28T12:31:37.200Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=42a6f77439465836 -C extra-filename=-42a6f77439465836 --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-072d063d2a089037.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-5d4da44a0a445e05.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20652024-02-28T12:31:37.275Z Compiling strum_macros v0.25.2
20662024-02-28T12:31:37.278Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.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=811fe26553f8ceb9 -C extra-filename=-811fe26553f8ceb9 --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-aa4a5c579286af9a.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20672024-02-28T12:31:37.715Z Compiling serde_tokenstream v0.1.7
20682024-02-28T12:31:37.718Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.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=d2aaf92f20565b15 -C extra-filename=-d2aaf92f20565b15 --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-f57b927d6c5d0106.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20692024-02-28T12:31:38.217Z Compiling bzip2-sys v0.1.11+1.0.8
20702024-02-28T12:31:38.224Z Running `/home/build/.rustup/toolchains/1.74.1-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=fecbcc5b3317f9d7 -C extra-filename=-fecbcc5b3317f9d7 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fecbcc5b3317f9d7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8d7c92e9f8188f7d.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d5e8df27f8d820e4.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20712024-02-28T12:31:38.247Z Compiling num-bigint v0.4.4
20722024-02-28T12:31:38.250Z Running `/home/build/.rustup/toolchains/1.74.1-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=8bc1e19ddb5ababb -C extra-filename=-8bc1e19ddb5ababb --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-8bc1e19ddb5ababb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20732024-02-28T12:31:38.268Z Compiling heapless v0.7.16
20742024-02-28T12:31:38.271Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.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=a89e39318401eab3 -C extra-filename=-a89e39318401eab3 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-a89e39318401eab3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-b34be480a922a77c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20752024-02-28T12:31:38.708Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20762024-02-28T12:31:38.711Z Running `/home/build/.rustup/toolchains/1.74.1-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=2520cd927eeb8c43 -C extra-filename=-2520cd927eeb8c43 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-2520cd927eeb8c43 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20772024-02-28T12:31:38.765Z Compiling matches v0.1.10
20782024-02-28T12:31:38.783Z Running `/home/build/.rustup/toolchains/1.74.1-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=df44d0fe1ef96816 -C extra-filename=-df44d0fe1ef96816 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20792024-02-28T12:31:38.791Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fecbcc5b3317f9d7/build-script-build`
20802024-02-28T12:31:38.817Z Compiling lalrpop-util v0.19.12
20812024-02-28T12:31:38.820Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5f0c5f1a0483f4f9 -C extra-filename=-5f0c5f1a0483f4f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20822024-02-28T12:31:38.863Z Compiling regex-automata v0.1.10
20832024-02-28T12:31:38.866Z Running `/home/build/.rustup/toolchains/1.74.1-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=996bc283328738f3 -C extra-filename=-996bc283328738f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20842024-02-28T12:31:39.207Z Compiling idna v0.2.3
20852024-02-28T12:31:39.210Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6852aa9ad09af8fd -C extra-filename=-6852aa9ad09af8fd --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-df44d0fe1ef96816.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-ea6d88cd11b1cdcf.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20862024-02-28T12:31:39.229Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-8bc1e19ddb5ababb/build-script-build`
20872024-02-28T12:31:39.396Z Compiling bstr v0.2.17
20882024-02-28T12:31:39.399Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-automata"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=b8e8dc310f6d46a3 -C extra-filename=-b8e8dc310f6d46a3 --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-1e7ab31398eb494a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-996bc283328738f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20892024-02-28T12:31:39.605Z Running `/home/build/.rustup/toolchains/1.74.1-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=edab41db28a21d71 -C extra-filename=-edab41db28a21d71 --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-072d063d2a089037.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-fbf64c6ee8d29268/out/lib -l static=bz2`
20902024-02-28T12:31:39.641Z Running `/home/build/.rustup/toolchains/1.74.1-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=e356bf522f6ae2bc -C extra-filename=-e356bf522f6ae2bc --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-33256b3e4aeb7fa6.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.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`
20912024-02-28T12:31:39.645Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-2520cd927eeb8c43/build-script-build`
20922024-02-28T12:31:39.747Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-a89e39318401eab3/build-script-build`
20932024-02-28T12:31:39.806Z Compiling usdt-macro v0.3.5
20942024-02-28T12:31:39.809Z Running `/home/build/.rustup/toolchains/1.74.1-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=248b76b6d4c3d16d -C extra-filename=-248b76b6d4c3d16d --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-757a0e5994da5195.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-d2aaf92f20565b15.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e5789d2a2356a71b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20952024-02-28T12:31:39.850Z Compiling usdt-attr-macro v0.3.5
20962024-02-28T12:31:39.854Z Running `/home/build/.rustup/toolchains/1.74.1-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=03466858b60cd7de -C extra-filename=-03466858b60cd7de --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-757a0e5994da5195.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-d2aaf92f20565b15.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e5789d2a2356a71b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20972024-02-28T12:31:40.346Z Compiling signal-hook-mio v0.2.3
20982024-02-28T12:31:40.351Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.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=8c9af77b23c1fc6f -C extra-filename=-8c9af77b23c1fc6f --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-072d063d2a089037.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-40e5b787da3c66c6.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-42a6f77439465836.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20992024-02-28T12:31:40.514Z Compiling enum-as-inner v0.5.1
21002024-02-28T12:31:40.517Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ffa3fb5dbd3437a4 -C extra-filename=-ffa3fb5dbd3437a4 --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21012024-02-28T12:31:40.742Z Compiling diesel_table_macro_syntax v0.1.0
21022024-02-28T12:31:40.745Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_table_macro_syntax-0.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=825e6a1816f0f05d -C extra-filename=-825e6a1816f0f05d --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-056342cd87458ea1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21032024-02-28T12:31:40.925Z Compiling scheduled-thread-pool v0.2.7
21042024-02-28T12:31:40.928Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f6a5a15d0c349f8f -C extra-filename=-f6a5a15d0c349f8f --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-6c4444407e3e044c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21052024-02-28T12:31:41.166Z Compiling hash32 v0.2.1
21062024-02-28T12:31:41.169Z Running `/home/build/.rustup/toolchains/1.74.1-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=8ca0bcbf99a0bf82 -C extra-filename=-8ca0bcbf99a0bf82 --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-4ff908e223b9ba35.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21072024-02-28T12:31:41.495Z Compiling smoltcp v0.9.1
21082024-02-28T12:31:41.498Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=3f19b69e0ee2b199 -C extra-filename=-3f19b69e0ee2b199 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-3f19b69e0ee2b199 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21092024-02-28T12:31:41.529Z Compiling regex-automata v0.3.8
21102024-02-28T12:31:41.533Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.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="dfa-search"' -C metadata=557357d191a468a1 -C extra-filename=-557357d191a468a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21112024-02-28T12:31:41.548Z Compiling predicates-core v1.0.6
21122024-02-28T12:31:41.576Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7d111e89a58c4d20 -C extra-filename=-7d111e89a58c4d20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21132024-02-28T12:31:41.783Z Compiling usdt v0.3.5
21142024-02-28T12:31:41.783Z Running `/home/build/.rustup/toolchains/1.74.1-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=b41b7dc74a54938e -C extra-filename=-b41b7dc74a54938e --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-757a0e5994da5195.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-03466858b60cd7de.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e5789d2a2356a71b.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-248b76b6d4c3d16d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21152024-02-28T12:31:41.819Z Compiling strum v0.25.0
21162024-02-28T12:31:41.840Z Running `/home/build/.rustup/toolchains/1.74.1-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="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' -C metadata=1e278cffa1bf8d44 -C extra-filename=-1e278cffa1bf8d44 --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-811fe26553f8ceb9.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21172024-02-28T12:31:41.840Z Compiling trust-dns-proto v0.22.0
21182024-02-28T12:31:41.844Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=fcbf1a71e5caea3e -C extra-filename=-fcbf1a71e5caea3e --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-153467c069b7bf56.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-e5f44abe68a68320.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-ffa3fb5dbd3437a4.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-902bf6e0c20c75b3.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-6852aa9ad09af8fd.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8300448f6a8e23c1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b621128d9996bf8f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2f59d5358814a968.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a1caaa2fb0be3208.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21192024-02-28T12:31:41.916Z Running `/home/build/.rustup/toolchains/1.74.1-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=5b9e15641edcb205 -C extra-filename=-5b9e15641edcb205 --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-8ca0bcbf99a0bf82.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-f91a802ad56db795.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
21202024-02-28T12:31:42.001Z Compiling diesel_derives v2.1.2
21212024-02-28T12:31:42.001Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_derives-2.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=993265829b10b824 -C extra-filename=-993265829b10b824 --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-825e6a1816f0f05d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21222024-02-28T12:31:42.077Z Compiling r2d2 v0.8.10
21232024-02-28T12:31:42.080Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d93cdad945b76ea0 -C extra-filename=-d93cdad945b76ea0 --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-a8da004f5204fad5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6c4444407e3e044c.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-f6a5a15d0c349f8f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21242024-02-28T12:31:42.300Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-3f19b69e0ee2b199/build-script-build`
21252024-02-28T12:31:42.310Z Compiling crossterm v0.27.0
21262024-02-28T12:31:42.313Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' -C metadata=7dbcce7b60b2a3da -C extra-filename=-7dbcce7b60b2a3da --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-4b8f5ced93694790.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-40e5b787da3c66c6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6c4444407e3e044c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-42a6f77439465836.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-8c9af77b23c1fc6f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21272024-02-28T12:31:42.421Z Running `/home/build/.rustup/toolchains/1.74.1-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=8243418c18ba90fb -C extra-filename=-8243418c18ba90fb --out-dir /work/oxidecomputer/omicron/target/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`
21282024-02-28T12:31:42.765Z Compiling yasna v0.5.2
21292024-02-28T12:31:42.783Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bit-vec"' --cfg 'feature="default"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --cfg 'feature="time"' -C metadata=1a7fe84009a3e2c2 -C extra-filename=-1a7fe84009a3e2c2 --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-a55d8fa36e94059e.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-e356bf522f6ae2bc.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8717160e61d0c384.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21302024-02-28T12:31:43.168Z Compiling bzip2 v0.4.4
21312024-02-28T12:31:43.174Z Running `/home/build/.rustup/toolchains/1.74.1-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=5cccbecd6ae8d3a6 -C extra-filename=-5cccbecd6ae8d3a6 --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-edab41db28a21d71.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.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-fbf64c6ee8d29268/out/lib`
21322024-02-28T12:31:43.596Z Compiling bstr v1.6.0
21332024-02-28T12:31:43.599Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-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="std"' --cfg 'feature="unicode"' -C metadata=ce6aeddc0b5d8d62 -C extra-filename=-ce6aeddc0b5d8d62 --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-19c64e24300af82f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-557357d191a468a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21342024-02-28T12:31:44.118Z Compiling md-5 v0.10.5
21352024-02-28T12:31:44.121Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.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=4c53411e5ea7e703 -C extra-filename=-4c53411e5ea7e703 --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-3c69cefdc4f41599.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21362024-02-28T12:31:44.402Z Compiling hubpack_derive v0.1.1
21372024-02-28T12:31:44.426Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ce000bdbaff1f2d1 -C extra-filename=-ce000bdbaff1f2d1 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21382024-02-28T12:31:44.927Z Compiling stringprep v0.1.3
21392024-02-28T12:31:44.930Z Running `/home/build/.rustup/toolchains/1.74.1-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=c73b32aa8e3e453a -C extra-filename=-c73b32aa8e3e453a --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-ea6d88cd11b1cdcf.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21402024-02-28T12:31:45.305Z Compiling console v0.15.8
21412024-02-28T12:31:45.308Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=78e92f0a938305c3 -C extra-filename=-78e92f0a938305c3 --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-1e7ab31398eb494a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21422024-02-28T12:31:45.579Z Compiling float-cmp v0.9.0
21432024-02-28T12:31:45.612Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' -C metadata=d2052c460f19a2f0 -C extra-filename=-d2052c460f19a2f0 --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-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21442024-02-28T12:31:45.843Z Compiling fallible-iterator v0.2.0
21452024-02-28T12:31:45.846Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7fe9b24bd1de73c0 -C extra-filename=-7fe9b24bd1de73c0 --out-dir /work/oxidecomputer/omicron/target/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-02-28T12:31:45.967Z Compiling difflib v0.4.0
21472024-02-28T12:31:45.970Z Running `/home/build/.rustup/toolchains/1.74.1-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=976322e8de8781b1 -C extra-filename=-976322e8de8781b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21482024-02-28T12:31:46.325Z Compiling normalize-line-endings v0.3.0
21492024-02-28T12:31:46.328Z Running `/home/build/.rustup/toolchains/1.74.1-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=86b0188f6686b0fa -C extra-filename=-86b0188f6686b0fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21502024-02-28T12:31:46.462Z Compiling predicates v3.1.0
21512024-02-28T12:31:46.465Z Running `/home/build/.rustup/toolchains/1.74.1-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=53721f6b6218811c -C extra-filename=-53721f6b6218811c --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-ae5ed257b591d4e2.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-976322e8de8781b1.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-d2052c460f19a2f0.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-86b0188f6686b0fa.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-7d111e89a58c4d20.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21522024-02-28T12:31:46.570Z Compiling postgres-protocol v0.6.6
21532024-02-28T12:31:46.601Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.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=82fda25cceb4cd74 -C extra-filename=-82fda25cceb4cd74 --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-64492b43562e8960.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-7fe9b24bd1de73c0.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a32162f7cac7119.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-4c53411e5ea7e703.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-c73b32aa8e3e453a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21542024-02-28T12:31:46.977Z Compiling hubpack v0.1.2
21552024-02-28T12:31:46.982Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a2f7a85d92552045 -C extra-filename=-a2f7a85d92552045 --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-ce000bdbaff1f2d1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21562024-02-28T12:31:47.458Z Compiling zip v0.6.6
21572024-02-28T12:31:47.464Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' -C metadata=f959e24eb3a10109 -C extra-filename=-f959e24eb3a10109 --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-4ff908e223b9ba35.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-5cccbecd6ae8d3a6.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-ddd6b783a064eb7e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.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-fbf64c6ee8d29268/out/lib`
21582024-02-28T12:31:47.609Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=5c98ba8c739b1691 -C extra-filename=-5c98ba8c739b1691 --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-8861c4fe0bf9ac1d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-5b9e15641edcb205.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f3363b8ae905f1e2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21592024-02-28T12:31:48.004Z Compiling similar v2.3.0
21602024-02-28T12:31:48.023Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' -C metadata=4a7b84e25ebd2235 -C extra-filename=-4a7b84e25ebd2235 --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-b8e8dc310f6d46a3.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3db9a7183557834f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21612024-02-28T12:31:48.174Z Compiling phf_shared v0.11.2
21622024-02-28T12:31:48.177Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=99682a769b4285fe -C extra-filename=-99682a769b4285fe --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-1135da77659c2954.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21632024-02-28T12:31:48.556Z Compiling tokio-stream v0.1.14
21642024-02-28T12:31:48.578Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.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=b6d49f743b40c6ec -C extra-filename=-b6d49f743b40c6ec --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-df288950ad332dec.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21652024-02-28T12:31:48.895Z Compiling serde_repr v0.1.16
21662024-02-28T12:31:48.898Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.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=c4d6dbf4783e72df -C extra-filename=-c4d6dbf4783e72df --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21672024-02-28T12:31:49.560Z Compiling phf v0.11.2
21682024-02-28T12:31:49.564Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1b99faa62037c9e8 -C extra-filename=-1b99faa62037c9e8 --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-99682a769b4285fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21692024-02-28T12:31:49.859Z Compiling postgres-types v0.2.6
21702024-02-28T12:31:49.862Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.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=e06f4872477e5ba4 -C extra-filename=-e06f4872477e5ba4 --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-2e8387afa3274f85.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-7fe9b24bd1de73c0.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-82fda25cceb4cd74.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21712024-02-28T12:31:49.894Z Compiling whoami v1.4.1
21722024-02-28T12:31:49.948Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="web"' --cfg 'feature="web-sys"' -C metadata=bebeedfb8f542523 -C extra-filename=-bebeedfb8f542523 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21732024-02-28T12:31:49.951Z Compiling serde_tokenstream v0.2.0
21742024-02-28T12:31:49.954Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=954c00f31b8bbf7b -C extra-filename=-954c00f31b8bbf7b --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-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21752024-02-28T12:31:50.370Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21762024-02-28T12:31:50.374Z Running `/home/build/.rustup/toolchains/1.74.1-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=4e5635c4a2276e3f -C extra-filename=-4e5635c4a2276e3f --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-8861c4fe0bf9ac1d.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-a2f7a85d92552045.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-c4d6dbf4783e72df.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-5c98ba8c739b1691.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-811fe26553f8ceb9.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-78ca245d915e4d36.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21772024-02-28T12:31:50.523Z Compiling regress v0.8.0
21782024-02-28T12:31:50.526Z Compiling getopts v0.2.21
21792024-02-28T12:31:50.526Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-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="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c1c0ca8903c4a8e0 -C extra-filename=-c1c0ca8903c4a8e0 --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-b4bfb3976ef1e0a9.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21802024-02-28T12:31:50.527Z Running `/home/build/.rustup/toolchains/1.74.1-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=baeed00c4892b615 -C extra-filename=-baeed00c4892b615 --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-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21812024-02-28T12:31:50.641Z Compiling unsafe-libyaml v0.2.10
21822024-02-28T12:31:50.646Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.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=3e0eb814995768c3 -C extra-filename=-3e0eb814995768c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21832024-02-28T12:31:50.729Z Compiling tokio-postgres v0.7.10
21842024-02-28T12:31:50.734Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.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=e3ba4c32d0e352b8 -C extra-filename=-e3ba4c32d0e352b8 --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-153467c069b7bf56.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-7fe9b24bd1de73c0.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6c4444407e3e044c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-1b99faa62037c9e8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-82fda25cceb4cd74.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-e06f4872477e5ba4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a210f81e1185703.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cbd289bff9588229.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-bebeedfb8f542523.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21852024-02-28T12:31:50.871Z Compiling camino v1.1.6
21862024-02-28T12:31:50.874Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.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=86b1f5d4e5750d0f -C extra-filename=-86b1f5d4e5750d0f --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-86b1f5d4e5750d0f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21872024-02-28T12:31:51.487Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
21882024-02-28T12:31:51.490Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/bc0bb4b/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=d4a59564ad5b75ae -C extra-filename=-d4a59564ad5b75ae --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-2e8387afa3274f85.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-bf540fe11b61f22d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
21892024-02-28T12:31:51.562Z Compiling fastrand v2.0.1
21902024-02-28T12:31:51.565Z Running `/home/build/.rustup/toolchains/1.74.1-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=ddfb6ae98120bde5 -C extra-filename=-ddfb6ae98120bde5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21912024-02-28T12:31:51.637Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-86b1f5d4e5750d0f/build-script-build`
21922024-02-28T12:31:51.739Z Running `/home/build/.rustup/toolchains/1.74.1-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=e1e883e8fff4ba58 -C extra-filename=-e1e883e8fff4ba58 --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-1acb9b56b176e664.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`
21932024-02-28T12:31:51.908Z Compiling tempfile v3.10.0
21942024-02-28T12:31:51.912Z Running `/home/build/.rustup/toolchains/1.74.1-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=8fccea4d2fc27625 -C extra-filename=-8fccea4d2fc27625 --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-6efcfb0956144885.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-ddfb6ae98120bde5.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-07201864f3f4f4d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21952024-02-28T12:31:52.098Z Compiling serde_yaml v0.9.25
21962024-02-28T12:31:52.102Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.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=6593486c62b3d7d7 -C extra-filename=-6593486c62b3d7d7 --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-9e5585621ce62178.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-ef556ccf273fb97d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-3e0eb814995768c3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21972024-02-28T12:31:52.650Z Compiling toml v0.8.10
21982024-02-28T12:31:52.653Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=81046cb69e4966e2 -C extra-filename=-81046cb69e4966e2 --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-1acb9b56b176e664.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-ec5b4ce0fbd65652.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-72e727ec5da81555.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2952e0e0b5d43a22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21992024-02-28T12:31:52.805Z Compiling dirs-sys-next v0.1.2
22002024-02-28T12:31:52.808Z Compiling ident_case v1.0.1
22012024-02-28T12:31:52.824Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3f1eaa17a9efd56e -C extra-filename=-3f1eaa17a9efd56e --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22022024-02-28T12:31:52.827Z Running `/home/build/.rustup/toolchains/1.74.1-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=8299fe9430dc73f9 -C extra-filename=-8299fe9430dc73f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22032024-02-28T12:31:53.012Z Compiling strsim v0.10.0
22042024-02-28T12:31:53.015Z Running `/home/build/.rustup/toolchains/1.74.1-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=9615ee8240108c1a -C extra-filename=-9615ee8240108c1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22052024-02-28T12:31:53.438Z Compiling dirs-next v2.0.0
22062024-02-28T12:31:53.441Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f264830ed1df9850 -C extra-filename=-f264830ed1df9850 --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-6efcfb0956144885.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-3f1eaa17a9efd56e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22072024-02-28T12:31:53.641Z Compiling term v0.7.0
22082024-02-28T12:31:53.644Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=597d459fab2c8513 -C extra-filename=-597d459fab2c8513 --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-f264830ed1df9850.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22092024-02-28T12:31:53.830Z Compiling sha1 v0.10.6
22102024-02-28T12:31:53.833Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a7abbe626b913ae0 -C extra-filename=-a7abbe626b913ae0 --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-6efcfb0956144885.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-c7155cd217f75a24.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3c69cefdc4f41599.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22112024-02-28T12:31:54.311Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
22122024-02-28T12:31:54.314Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/ce009d6/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=8b86ea8ed0e8a613 -C extra-filename=-8b86ea8ed0e8a613 --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-22616ea412428ac4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c1c0ca8903c4a8e0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22132024-02-28T12:31:54.490Z Compiling match_cfg v0.1.0
22142024-02-28T12:31:54.524Z Running `/home/build/.rustup/toolchains/1.74.1-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=8d6f796531e71837 -C extra-filename=-8d6f796531e71837 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22152024-02-28T12:31:54.592Z Compiling rustls-pki-types v1.3.0
22162024-02-28T12:31:54.595Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.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=8a97bf6118f6b57c -C extra-filename=-8a97bf6118f6b57c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22172024-02-28T12:31:55.245Z Compiling hostname v0.3.1
22182024-02-28T12:31:55.248Z Running `/home/build/.rustup/toolchains/1.74.1-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=9a7bd16e76bd4a46 -C extra-filename=-9a7bd16e76bd4a46 --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-072d063d2a089037.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-8d6f796531e71837.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22192024-02-28T12:31:55.390Z Compiling http v1.0.0
22202024-02-28T12:31:55.393Z Running `/home/build/.rustup/toolchains/1.74.1-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=3cd1c364ee1e1343 -C extra-filename=-3cd1c364ee1e1343 --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-2e8387afa3274f85.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22212024-02-28T12:31:55.488Z Compiling atty v0.2.14
22222024-02-28T12:31:55.491Z Running `/home/build/.rustup/toolchains/1.74.1-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=1dc25534d397079e -C extra-filename=-1dc25534d397079e --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22232024-02-28T12:31:55.635Z Compiling paste v1.0.14
22242024-02-28T12:31:55.638Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.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=17f860821eb44ff2 -C extra-filename=-17f860821eb44ff2 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-17f860821eb44ff2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22252024-02-28T12:31:55.954Z Compiling quick-error v1.2.3
22262024-02-28T12:31:55.957Z Running `/home/build/.rustup/toolchains/1.74.1-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=f4ece63d59b921ed -C extra-filename=-f4ece63d59b921ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22272024-02-28T12:31:56.111Z Compiling rustls v0.22.2
22282024-02-28T12:31:56.115Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.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=fd391898a2e69fd1 -C extra-filename=-fd391898a2e69fd1 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-fd391898a2e69fd1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22292024-02-28T12:31:56.311Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-17f860821eb44ff2/build-script-build`
22302024-02-28T12:31:56.348Z Running `/home/build/.rustup/toolchains/1.74.1-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=60fab0b6ed22a15f -C extra-filename=-60fab0b6ed22a15f --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`
22312024-02-28T12:31:56.495Z Compiling rustls-webpki v0.102.1
22322024-02-28T12:31:56.498Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-fd391898a2e69fd1/build-script-build`
22332024-02-28T12:31:56.510Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=80c6f0e52dc4b0c2 -C extra-filename=-80c6f0e52dc4b0c2 --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-943e2e71b9f2061c.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8a97bf6118f6b57c.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-018c813ad0174d69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out`
22342024-02-28T12:31:56.537Z Compiling crossbeam-channel v0.5.8
22352024-02-28T12:31:56.540Z Running `/home/build/.rustup/toolchains/1.74.1-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=32a85d5b9d9472a5 -C extra-filename=-32a85d5b9d9472a5 --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-6efcfb0956144885.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22362024-02-28T12:31:56.557Z Compiling thread_local v1.1.7
22372024-02-28T12:31:56.560Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.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=097bd60c0ad84332 -C extra-filename=-097bd60c0ad84332 --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-6efcfb0956144885.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22382024-02-28T12:31:56.907Z Compiling instant v0.1.12
22392024-02-28T12:31:56.910Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a3b9195715d78840 -C extra-filename=-a3b9195715d78840 --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-6efcfb0956144885.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22402024-02-28T12:31:57.061Z Compiling slog-async v2.8.0
22412024-02-28T12:31:57.064Z Running `/home/build/.rustup/toolchains/1.74.1-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=2d7c77191a0e5009 -C extra-filename=-2d7c77191a0e5009 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-2d7c77191a0e5009 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22422024-02-28T12:31:57.136Z Compiling rustls-pemfile v2.1.0
22432024-02-28T12:31:57.140Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=05c5afb9df5c7029 -C extra-filename=-05c5afb9df5c7029 --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-64492b43562e8960.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8a97bf6118f6b57c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22442024-02-28T12:31:57.622Z Running `/home/build/.rustup/toolchains/1.74.1-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=dac9514b36432b89 -C extra-filename=-dac9514b36432b89 --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-a8da004f5204fad5.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-943e2e71b9f2061c.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8a97bf6118f6b57c.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-80c6f0e52dc4b0c2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out`
22452024-02-28T12:31:57.684Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-2d7c77191a0e5009/build-script-build`
22462024-02-28T12:31:57.714Z Compiling multer v3.0.0
22472024-02-28T12:31:57.717Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.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=805d3ae66b726d7e -C extra-filename=-805d3ae66b726d7e --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-805d3ae66b726d7e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22482024-02-28T12:31:57.734Z Compiling take_mut v0.2.2
22492024-02-28T12:31:57.737Z Running `/home/build/.rustup/toolchains/1.74.1-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=02738aa85a18abf3 -C extra-filename=-02738aa85a18abf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22502024-02-28T12:31:57.757Z Compiling debug-ignore v1.0.5
22512024-02-28T12:31:57.760Z Running `/home/build/.rustup/toolchains/1.74.1-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=c316abf7f0096b7b -C extra-filename=-c316abf7f0096b7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22522024-02-28T12:31:57.884Z Running `/home/build/.rustup/toolchains/1.74.1-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=8080405907be4f40 -C extra-filename=-8080405907be4f40 --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-32a85d5b9d9472a5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-02738aa85a18abf3.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-097bd60c0ad84332.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
22532024-02-28T12:31:57.910Z Compiling slog-term v2.9.0
22542024-02-28T12:31:57.966Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8a1970c8060eb060 -C extra-filename=-8a1970c8060eb060 --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-1dc25534d397079e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-597d459fab2c8513.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-097bd60c0ad84332.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8717160e61d0c384.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22552024-02-28T12:31:58.058Z Compiling slog-json v2.6.1
22562024-02-28T12:31:58.070Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=c56bb89e2439d3ca -C extra-filename=-c56bb89e2439d3ca --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-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8717160e61d0c384.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22572024-02-28T12:31:58.152Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-805d3ae66b726d7e/build-script-build`
22582024-02-28T12:31:58.198Z Compiling async-stream-impl v0.3.5
22592024-02-28T12:31:58.251Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=410bfcf6a1bacea0 -C extra-filename=-410bfcf6a1bacea0 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22602024-02-28T12:31:58.468Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
22612024-02-28T12:31:58.471Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/711a749/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=bb63725e5877f0fc -C extra-filename=-bb63725e5877f0fc --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-bb63725e5877f0fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22622024-02-28T12:31:58.739Z Compiling atomic-waker v1.1.1
22632024-02-28T12:31:58.742Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a50df26b514b845d -C extra-filename=-a50df26b514b845d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22642024-02-28T12:31:58.901Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-bb63725e5877f0fc/build-script-build`
22652024-02-28T12:31:58.936Z Compiling waitgroup v0.1.2
22662024-02-28T12:31:59.003Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7ddf078f473b7f9e -C extra-filename=-7ddf078f473b7f9e --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-a50df26b514b845d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22672024-02-28T12:31:59.007Z Compiling slog-bunyan v2.5.0
22682024-02-28T12:31:59.007Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3fc2e0e76c9a9e9b -C extra-filename=-3fc2e0e76c9a9e9b --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-9a7bd16e76bd4a46.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-c56bb89e2439d3ca.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8717160e61d0c384.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22692024-02-28T12:31:59.111Z Running `/home/build/.rustup/toolchains/1.74.1-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=492416e11b2f25c5 -C extra-filename=-492416e11b2f25c5 --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-2e8387afa3274f85.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-28791e7cdcc2db15.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3cd1c364ee1e1343.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5165d982a445385a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6a7bea3b3edc87ca.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22702024-02-28T12:31:59.133Z Compiling darling_core v0.20.3
22712024-02-28T12:31:59.136Z Running `/home/build/.rustup/toolchains/1.74.1-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=b7b51f1187553e77 -C extra-filename=-b7b51f1187553e77 --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-6cf1b0ed1ebc9dce.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-8299fe9430dc73f9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-9615ee8240108c1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22722024-02-28T12:31:59.196Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
22732024-02-28T12:31:59.199Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/711a749/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=8fc2e1fb656c39cb -C extra-filename=-8fc2e1fb656c39cb --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-954c00f31b8bbf7b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22742024-02-28T12:31:59.216Z Compiling serde_path_to_error v0.1.15
22752024-02-28T12:31:59.219Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.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=3bcb2aad01b1c17a -C extra-filename=-3bcb2aad01b1c17a --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-7ee2097a83409d11.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22762024-02-28T12:31:59.243Z Compiling diesel v2.1.4
22772024-02-28T12:31:59.246Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=cf18b29608d3a4d6 -C extra-filename=-cf18b29608d3a4d6 --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-4b8f5ced93694790.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-993265829b10b824.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-d93cdad945b76ea0.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
22782024-02-28T12:31:59.856Z Compiling async-stream v0.3.5
22792024-02-28T12:31:59.859Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a837d467bd45f539 -C extra-filename=-a837d467bd45f539 --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-410bfcf6a1bacea0.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22802024-02-28T12:32:00.089Z Compiling wait-timeout v0.2.0
22812024-02-28T12:32:00.093Z Running `/home/build/.rustup/toolchains/1.74.1-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=a82392be273b6644 -C extra-filename=-a82392be273b6644 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22822024-02-28T12:32:00.164Z Compiling strum_macros v0.26.1
22832024-02-28T12:32:00.196Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.26.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=479e3ba306fd4596 -C extra-filename=-479e3ba306fd4596 --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-aa4a5c579286af9a.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22842024-02-28T12:32:00.337Z Compiling structmeta-derive v0.3.0
22852024-02-28T12:32:00.340Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9b5c46a552ee1f6a -C extra-filename=-9b5c46a552ee1f6a --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22862024-02-28T12:32:00.663Z Compiling rusty-fork v0.3.0
22872024-02-28T12:32:00.667Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' -C metadata=eee26fda4a93ea30 -C extra-filename=-eee26fda4a93ea30 --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-6cf1b0ed1ebc9dce.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f4ece63d59b921ed.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-a82392be273b6644.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22882024-02-28T12:32:01.440Z Compiling newtype-uuid v1.0.1
22892024-02-28T12:32:01.444Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.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=6d3dcee644e628e8 -C extra-filename=-6d3dcee644e628e8 --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-3b85b17348f4e8ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22902024-02-28T12:32:01.742Z Compiling structmeta-derive v0.2.0
22912024-02-28T12:32:01.746Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2344354b907fe132 -C extra-filename=-2344354b907fe132 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22922024-02-28T12:32:01.770Z Compiling rand_xorshift v0.3.0
22932024-02-28T12:32:01.773Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=f9296451310b69fd -C extra-filename=-f9296451310b69fd --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-1d07aacb4dce5366.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22942024-02-28T12:32:02.090Z Compiling unarray v0.1.4
22952024-02-28T12:32:02.094Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8ef4c22b4a35dc11 -C extra-filename=-8ef4c22b4a35dc11 --out-dir /work/oxidecomputer/omicron/target/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-02-28T12:32:02.255Z Compiling tokio-rustls v0.25.0
22972024-02-28T12:32:02.258Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=d92708b354968eae -C extra-filename=-d92708b354968eae --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-dac9514b36432b89.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8a97bf6118f6b57c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out`
22982024-02-28T12:32:02.684Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/711a749/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=fc2928e97aea4511 -C extra-filename=-fc2928e97aea4511 --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-a837d467bd45f539.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-8fc2e1fb656c39cb.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-f43b5444f1071237.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-9a7bd16e76bd4a46.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9e5585621ce62178.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-492416e11b2f25c5.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dac9514b36432b89.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-05c5afb9df5c7029.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-3bcb2aad01b1c17a.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-bf540fe11b61f22d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a7abbe626b913ae0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-3fc2e0e76c9a9e9b.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-c56bb89e2439d3ca.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-d92708b354968eae.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b41b7dc74a54938e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-7ddf078f473b7f9e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out`
22992024-02-28T12:32:03.753Z Compiling structmeta v0.3.0
23002024-02-28T12:32:03.759Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d7456f64ed9c3cd1 -C extra-filename=-d7456f64ed9c3cd1 --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-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-9b5c46a552ee1f6a.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23012024-02-28T12:32:04.251Z Compiling parse-display-derive v0.9.0
23022024-02-28T12:32:04.255Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.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=1fbc5747f4b91d5f -C extra-filename=-1fbc5747f4b91d5f --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-d7456f64ed9c3cd1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23032024-02-28T12:32:05.161Z Compiling structmeta v0.2.0
23042024-02-28T12:32:05.166Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2b86e202d68bb75d -C extra-filename=-2b86e202d68bb75d --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-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-2344354b907fe132.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23052024-02-28T12:32:05.398Z Compiling darling_macro v0.20.3
23062024-02-28T12:32:05.435Z Running `/home/build/.rustup/toolchains/1.74.1-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=9298a228b1741548 -C extra-filename=-9298a228b1741548 --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-b7b51f1187553e77.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23072024-02-28T12:32:05.618Z Compiling proptest v1.4.0
23082024-02-28T12:32:05.621Z Running `/home/build/.rustup/toolchains/1.74.1-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=1ad5003fd936fc8a -C extra-filename=-1ad5003fd936fc8a --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-1273314ddbc76afe.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a55d8fa36e94059e.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-4b8f5ced93694790.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1ca351f7f3d361c7.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-f9296451310b69fd.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-eee26fda4a93ea30.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-8ef4c22b4a35dc11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23092024-02-28T12:32:05.978Z Compiling strum v0.26.1
23102024-02-28T12:32:05.982Z Running `/home/build/.rustup/toolchains/1.74.1-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=5329fd02da5d53d9 -C extra-filename=-5329fd02da5d53d9 --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-479e3ba306fd4596.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23112024-02-28T12:32:06.153Z Compiling backoff v0.4.0
23122024-02-28T12:32:06.158Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' -C metadata=b22c2c3d410270f4 -C extra-filename=-b22c2c3d410270f4 --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-df288950ad332dec.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-102b4ee2be30504e.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-a3b9195715d78840.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23132024-02-28T12:32:06.522Z Compiling test-strategy v0.3.1
23142024-02-28T12:32:06.525Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=27b20e1d8b8c8539 -C extra-filename=-27b20e1d8b8c8539 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-2b86e202d68bb75d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23152024-02-28T12:32:06.695Z Compiling darling v0.20.3
23162024-02-28T12:32:06.702Z Running `/home/build/.rustup/toolchains/1.74.1-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=a34d9bee0dc7c428 -C extra-filename=-a34d9bee0dc7c428 --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-b7b51f1187553e77.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-9298a228b1741548.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23172024-02-28T12:32:06.824Z Compiling serde_with_macros v3.6.1
23182024-02-28T12:32:06.828Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.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=45a127a6ac60c5d2 -C extra-filename=-45a127a6ac60c5d2 --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-a34d9bee0dc7c428.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23192024-02-28T12:32:08.690Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23202024-02-28T12:32:08.693Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' -C metadata=f8cc4821330dc39c -C extra-filename=-f8cc4821330dc39c --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-6d3dcee644e628e8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23212024-02-28T12:32:08.894Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23222024-02-28T12:32:08.898Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3fb1e700f549add8 -C extra-filename=-3fb1e700f549add8 --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-fcde3d8a13cc3201.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23232024-02-28T12:32:09.095Z Compiling macaddr v1.0.1
23242024-02-28T12:32:09.099Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' -C metadata=d7af578b01205b68 -C extra-filename=-d7af578b01205b68 --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-1acb9b56b176e664.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23252024-02-28T12:32:09.571Z Compiling camino-tempfile v1.1.1
23262024-02-28T12:32:09.574Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=63bde6ab50e29ff6 -C extra-filename=-63bde6ab50e29ff6 --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-e1e883e8fff4ba58.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23272024-02-28T12:32:09.618Z Compiling parse-display v0.9.0
23282024-02-28T12:32:09.621Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.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=424fdc2ba1ca0090 -C extra-filename=-424fdc2ba1ca0090 --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-1fbc5747f4b91d5f.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23292024-02-28T12:32:10.030Z Compiling is-terminal v0.4.9
23302024-02-28T12:32:10.033Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.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=7438801953d9a56c -C extra-filename=-7438801953d9a56c --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-07201864f3f4f4d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23312024-02-28T12:32:10.169Z Compiling proc-macro-error-attr v1.0.4
23322024-02-28T12:32:10.173Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a92b53c06bbbcb17 -C extra-filename=-a92b53c06bbbcb17 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-a92b53c06bbbcb17 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23332024-02-28T12:32:10.233Z Compiling proc-macro-error v1.0.4
23342024-02-28T12:32:10.236Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=4fc757a082fb008a -C extra-filename=-4fc757a082fb008a --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-4fc757a082fb008a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23352024-02-28T12:32:10.500Z Compiling serde_with v3.6.1
23362024-02-28T12:32:10.506Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.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=8cbda95784c09cb7 -C extra-filename=-8cbda95784c09cb7 --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-1acb9b56b176e664.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8d86a55a4d4eafc4.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-45a127a6ac60c5d2.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23372024-02-28T12:32:10.585Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-a92b53c06bbbcb17/build-script-build`
23382024-02-28T12:32:10.641Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-4fc757a082fb008a/build-script-build`
23392024-02-28T12:32:10.660Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c614a6284c671f85 -C extra-filename=-c614a6284c671f85 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23402024-02-28T12:32:10.789Z Compiling same-file v1.0.6
23412024-02-28T12:32:10.789Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cd802ac22f1c09f0 -C extra-filename=-cd802ac22f1c09f0 --out-dir /work/oxidecomputer/omicron/target/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-02-28T12:32:10.924Z Compiling xattr v1.0.1
23432024-02-28T12:32:10.927Z Running `/home/build/.rustup/toolchains/1.74.1-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=c9352d8834b1e565 -C extra-filename=-c9352d8834b1e565 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23442024-02-28T12:32:11.042Z Compiling walkdir v2.4.0
23452024-02-28T12:32:11.061Z Running `/home/build/.rustup/toolchains/1.74.1-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=ad6f0ce566ab5d25 -C extra-filename=-ad6f0ce566ab5d25 --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-cd802ac22f1c09f0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23462024-02-28T12:32:11.208Z Compiling filetime v0.2.23
23472024-02-28T12:32:11.214Z Running `/home/build/.rustup/toolchains/1.74.1-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=9fc834b5cc8db937 -C extra-filename=-9fc834b5cc8db937 --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-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23482024-02-28T12:32:11.233Z Compiling proc-macro-crate v1.3.1
23492024-02-28T12:32:11.235Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0ffed808769b012f -C extra-filename=-0ffed808769b012f --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-c8053360841d1d26.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0822a38d317e6d3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23502024-02-28T12:32:11.574Z Compiling tar v0.4.40
23512024-02-28T12:32:11.577Z Running `/home/build/.rustup/toolchains/1.74.1-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=f52fbb710d46b57b -C extra-filename=-f52fbb710d46b57b --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-9fc834b5cc8db937.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-c9352d8834b1e565.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23522024-02-28T12:32:11.730Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=4cd3cd7a801c31ba -C extra-filename=-4cd3cd7a801c31ba --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-c614a6284c671f85.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
23532024-02-28T12:32:11.860Z Compiling heapless v0.8.0
23542024-02-28T12:32:11.863Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=032ca00bcef39cf3 -C extra-filename=-032ca00bcef39cf3 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-032ca00bcef39cf3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23552024-02-28T12:32:12.421Z Compiling termtree v0.4.1
23562024-02-28T12:32:12.423Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4f8a505025bd240a -C extra-filename=-4f8a505025bd240a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23572024-02-28T12:32:12.500Z Compiling num_enum_derive v0.5.11
23582024-02-28T12:32:12.506Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' -C metadata=0acce3c15ea7ea6c -C extra-filename=-0acce3c15ea7ea6c --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-0ffed808769b012f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23592024-02-28T12:32:12.536Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-032ca00bcef39cf3/build-script-build`
23602024-02-28T12:32:12.638Z Compiling predicates-tree v1.0.9
23612024-02-28T12:32:12.658Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a10b956f74bf4c45 -C extra-filename=-a10b956f74bf4c45 --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-7d111e89a58c4d20.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-4f8a505025bd240a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23622024-02-28T12:32:12.862Z Compiling hash32 v0.3.1
23632024-02-28T12:32:12.881Z Running `/home/build/.rustup/toolchains/1.74.1-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=f3e82812a85a875b -C extra-filename=-f3e82812a85a875b --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-4ff908e223b9ba35.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23642024-02-28T12:32:13.122Z Compiling smoltcp v0.11.0
23652024-02-28T12:32:13.125Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=7948c97bae278fef -C extra-filename=-7948c97bae278fef --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-7948c97bae278fef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23662024-02-28T12:32:13.204Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23672024-02-28T12:32:13.208Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fc6877d46a24d6b7 -C extra-filename=-fc6877d46a24d6b7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-fc6877d46a24d6b7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23682024-02-28T12:32:13.461Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
23692024-02-28T12:32:13.464Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/ce009d6/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=580b55fa25fe8a09 -C extra-filename=-580b55fa25fe8a09 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-954c00f31b8bbf7b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-8b86ea8ed0e8a613.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23702024-02-28T12:32:13.666Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-fc6877d46a24d6b7/build-script-build`
23712024-02-28T12:32:13.737Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0eb71b76a816b909 -C extra-filename=-0eb71b76a816b909 --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-f3e82812a85a875b.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-f91a802ad56db795.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23722024-02-28T12:32:13.758Z Compiling usdt-macro v0.5.0
23732024-02-28T12:32:13.761Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=dc98b62bc7305edd -C extra-filename=-dc98b62bc7305edd --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-bdfe24201645a368.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-954c00f31b8bbf7b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-356b84240c0a3098.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23742024-02-28T12:32:14.039Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-7948c97bae278fef/build-script-build`
23752024-02-28T12:32:14.070Z Compiling usdt-attr-macro v0.5.0
23762024-02-28T12:32:14.082Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=43e03ddd80595c07 -C extra-filename=-43e03ddd80595c07 --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-bdfe24201645a368.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-954c00f31b8bbf7b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-356b84240c0a3098.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23772024-02-28T12:32:14.758Z Compiling memmap v0.7.0
23782024-02-28T12:32:14.773Z Running `/home/build/.rustup/toolchains/1.74.1-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=f6ab6553afcb4a71 -C extra-filename=-f6ab6553afcb4a71 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23792024-02-28T12:32:14.883Z Compiling embedded-io v0.4.0
23802024-02-28T12:32:14.886Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name embedded_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-io-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=03213792b7ecc648 -C extra-filename=-03213792b7ecc648 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23812024-02-28T12:32:15.120Z Compiling crucible-workspace-hack v0.1.0
23822024-02-28T12:32:15.137Z Running `/home/build/.rustup/toolchains/1.74.1-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=dc1d1786538742c9 -C extra-filename=-dc1d1786538742c9 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-dc1d1786538742c9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23832024-02-28T12:32:15.141Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23842024-02-28T12:32:15.141Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f81b0c2ad61a74a1 -C extra-filename=-f81b0c2ad61a74a1 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-f81b0c2ad61a74a1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23852024-02-28T12:32:15.508Z Compiling cobs v0.2.3
23862024-02-28T12:32:15.512Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5a3d97eb568d3803 -C extra-filename=-5a3d97eb568d3803 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23872024-02-28T12:32:15.530Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-f81b0c2ad61a74a1/build-script-build`
23882024-02-28T12:32:15.563Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-dc1d1786538742c9/build-script-build`
23892024-02-28T12:32:15.594Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=5afd63cc3a677340 -C extra-filename=-5afd63cc3a677340 --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-8861c4fe0bf9ac1d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-0eb71b76a816b909.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f3363b8ae905f1e2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23902024-02-28T12:32:15.794Z Compiling postcard v1.0.8
23912024-02-28T12:32:15.797Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="embedded-io"' -C metadata=892b5ae6da5679ea -C extra-filename=-892b5ae6da5679ea --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-5a3d97eb568d3803.rmeta --extern embedded_io=/work/oxidecomputer/omicron/target/debug/deps/libembedded_io-03213792b7ecc648.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23922024-02-28T12:32:15.813Z Compiling foreign-types-macros v0.2.3
23932024-02-28T12:32:15.816Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=2f14c3f5fb64b64e -C extra-filename=-2f14c3f5fb64b64e --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23942024-02-28T12:32:15.831Z Compiling num_enum v0.5.11
23952024-02-28T12:32:15.834Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=17f30536c531112a -C extra-filename=-17f30536c531112a --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-0acce3c15ea7ea6c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23962024-02-28T12:32:16.005Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
23972024-02-28T12:32:16.008Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/1d29ef6/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=5b167de2a1acb27f -C extra-filename=-5b167de2a1acb27f --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-5b167de2a1acb27f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23982024-02-28T12:32:16.195Z Compiling usdt v0.5.0
23992024-02-28T12:32:16.200Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=6a91eaea439c73ae -C extra-filename=-6a91eaea439c73ae --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-2aa398910fa7e03f.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-bdfe24201645a368.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-15f4b35d95d3f2a5.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-f6ab6553afcb4a71.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-43e03ddd80595c07.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-356b84240c0a3098.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-dc98b62bc7305edd.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24002024-02-28T12:32:16.418Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
24012024-02-28T12:32:16.421Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/1d29ef6/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=8ecf415fda16518a -C extra-filename=-8ecf415fda16518a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24022024-02-28T12:32:16.620Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24032024-02-28T12:32:16.624Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dd4e5d325a4cdc6a -C extra-filename=-dd4e5d325a4cdc6a --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-dd4e5d325a4cdc6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24042024-02-28T12:32:16.678Z Compiling foreign-types-shared v0.3.1
24052024-02-28T12:32:16.682Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1aad55c56eb66317 -C extra-filename=-1aad55c56eb66317 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24062024-02-28T12:32:16.708Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-5b167de2a1acb27f/build-script-build`
24072024-02-28T12:32:16.777Z Running `/home/build/.rustup/toolchains/1.74.1-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=84ecd44a98e3688b -C extra-filename=-84ecd44a98e3688b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24082024-02-28T12:32:16.799Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1cd0cf5301ed57db -C extra-filename=-1cd0cf5301ed57db --out-dir /work/oxidecomputer/omicron/target/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`
24092024-02-28T12:32:16.888Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=53e50daadc4ec088 -C extra-filename=-53e50daadc4ec088 --out-dir /work/oxidecomputer/omicron/target/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`
24102024-02-28T12:32:16.971Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24112024-02-28T12:32:16.974Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a37c6ebd46a4cd07 -C extra-filename=-a37c6ebd46a4cd07 --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-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24122024-02-28T12:32:17.046Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-dd4e5d325a4cdc6a/build-script-build`
24132024-02-28T12:32:17.057Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
24142024-02-28T12:32:17.060Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/1d29ef6/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=cab22822850664b7 -C extra-filename=-cab22822850664b7 --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-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24152024-02-28T12:32:17.088Z Compiling cstr-argument v0.1.2
24162024-02-28T12:32:17.091Z Running `/home/build/.rustup/toolchains/1.74.1-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=aa8cf6bc33f5e695 -C extra-filename=-aa8cf6bc33f5e695 --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-6efcfb0956144885.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24172024-02-28T12:32:17.314Z Compiling foreign-types v0.5.0
24182024-02-28T12:32:17.320Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=037f6e2ea010334e -C extra-filename=-037f6e2ea010334e --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-2f14c3f5fb64b64e.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-1aad55c56eb66317.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24192024-02-28T12:32:17.345Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
24202024-02-28T12:32:17.349Z Running `/home/build/.rustup/toolchains/1.74.1-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=9f73abf30ced9bbb -C extra-filename=-9f73abf30ced9bbb --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-9f73abf30ced9bbb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24212024-02-28T12:32:17.434Z Compiling pretty-hex v0.2.1
24222024-02-28T12:32:17.438Z Running `/home/build/.rustup/toolchains/1.74.1-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=8bedb3b668532990 -C extra-filename=-8bedb3b668532990 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24232024-02-28T12:32:17.626Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24242024-02-28T12:32:17.654Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3e041943f1536292 -C extra-filename=-3e041943f1536292 --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-072d063d2a089037.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-1cd0cf5301ed57db.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-17f30536c531112a.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8bedb3b668532990.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24252024-02-28T12:32:17.745Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-9f73abf30ced9bbb/build-script-build`
24262024-02-28T12:32:17.774Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24272024-02-28T12:32:17.777Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=81757f986a90e6b2 -C extra-filename=-81757f986a90e6b2 --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-aa8cf6bc33f5e695.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-037f6e2ea010334e.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-53e50daadc4ec088.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24282024-02-28T12:32:17.969Z Compiling colored v2.0.4
24292024-02-28T12:32:17.973Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-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 -C metadata=a6a83db3cd5e9954 -C extra-filename=-a6a83db3cd5e9954 --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-7438801953d9a56c.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24302024-02-28T12:32:18.121Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e6165410d8b43b63 -C extra-filename=-e6165410d8b43b63 --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-072d063d2a089037.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-a37c6ebd46a4cd07.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l door`
24312024-02-28T12:32:18.141Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24322024-02-28T12:32:18.159Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=305a3b0da76da73f -C extra-filename=-305a3b0da76da73f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24332024-02-28T12:32:18.256Z Compiling zone_cfg_derive v0.3.0
24342024-02-28T12:32:18.259Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b0410dd5aee11f7e -C extra-filename=-b0410dd5aee11f7e --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-22616ea412428ac4.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-4cd3cd7a801c31ba.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24352024-02-28T12:32:18.353Z Running `/home/build/.rustup/toolchains/1.74.1-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=f6aa79ec32031d8a -C extra-filename=-f6aa79ec32031d8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-a6a83db3cd5e9954.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-3e041943f1536292.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-17f30536c531112a.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-81757f986a90e6b2.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-53e50daadc4ec088.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-e6165410d8b43b63.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-fd24bc161709065e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a1caaa2fb0be3208.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
24362024-02-28T12:32:18.469Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
24372024-02-28T12:32:18.473Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/c7cdaf1/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=a1dbb3545f25d3a6 -C extra-filename=-a1dbb3545f25d3a6 --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-072d063d2a089037.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24382024-02-28T12:32:18.679Z Compiling num-derive v0.4.0
24392024-02-28T12:32:18.685Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.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=46b50ed90cd92d22 -C extra-filename=-46b50ed90cd92d22 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24402024-02-28T12:32:18.925Z Compiling mockall_derive v0.12.0
24412024-02-28T12:32:18.928Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.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=9dd89df589b9b409 -C extra-filename=-9dd89df589b9b409 --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-6efcfb0956144885.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24422024-02-28T12:32:19.455Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
24432024-02-28T12:32:19.459Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/ce009d6/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=de2ade75d591c94c -C extra-filename=-de2ade75d591c94c --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-8b86ea8ed0e8a613.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-580b55fa25fe8a09.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24442024-02-28T12:32:19.611Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
24452024-02-28T12:32:19.618Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/bc0bb4b/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=736d09afe97e6d63 -C extra-filename=-736d09afe97e6d63 --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-baeed00c4892b615.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9e5585621ce62178.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-de2ade75d591c94c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24462024-02-28T12:32:20.115Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
24472024-02-28T12:32:20.118Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/1d29ef6/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=5b240df191cd3b62 -C extra-filename=-5b240df191cd3b62 --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-8ecf415fda16518a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-892b5ae6da5679ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-5afd63cc3a677340.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24482024-02-28T12:32:20.926Z Compiling downcast v0.11.0
24492024-02-28T12:32:20.929Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6a8716df6a5de07c -C extra-filename=-6a8716df6a5de07c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24502024-02-28T12:32:21.180Z Compiling fragile v2.0.0
24512024-02-28T12:32:21.184Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d150d6fb6809f524 -C extra-filename=-d150d6fb6809f524 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24522024-02-28T12:32:21.318Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
24532024-02-28T12:32:21.321Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/796dce5/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=20493bf2711065e2 -C extra-filename=-20493bf2711065e2 --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-84ecd44a98e3688b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-46b50ed90cd92d22.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24542024-02-28T12:32:21.844Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/1d29ef6/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=3f85f5e9c5845e82 -C extra-filename=-3f85f5e9c5845e82 --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-6efcfb0956144885.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7d72bdebf763b285.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-8ecf415fda16518a.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-cab22822850664b7.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-5b240df191cd3b62.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-892b5ae6da5679ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-5afd63cc3a677340.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
24552024-02-28T12:32:22.073Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
24562024-02-28T12:32:22.077Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/1d29ef6/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=95ace81411a3575c -C extra-filename=-95ace81411a3575c --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-6efcfb0956144885.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-8ecf415fda16518a.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-3f85f5e9c5845e82.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-305a3b0da76da73f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-5afd63cc3a677340.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3986eb937002ab5c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24572024-02-28T12:32:22.311Z Compiling zone v0.3.0
24582024-02-28T12:32:22.314Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="sync"' -C metadata=ff0f2c74b5ccb553 -C extra-filename=-ff0f2c74b5ccb553 --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-44674b22e4bd2ff9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-b0410dd5aee11f7e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24592024-02-28T12:32:22.325Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
24602024-02-28T12:32:22.329Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/c7cdaf1/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=0ab9c272fd6ab666 -C extra-filename=-0ab9c272fd6ab666 --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-a1dbb3545f25d3a6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24612024-02-28T12:32:22.438Z Compiling smf v0.2.2
24622024-02-28T12:32:22.441Z Running `/home/build/.rustup/toolchains/1.74.1-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=0cc9eeb58d475786 -C extra-filename=-0cc9eeb58d475786 --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-03d2355fee6798dc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24632024-02-28T12:32:22.747Z Compiling pem v3.0.2
24642024-02-28T12:32:22.750Z Running `/home/build/.rustup/toolchains/1.74.1-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=e9c1463b07ede707 -C extra-filename=-e9c1463b07ede707 --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-64492b43562e8960.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24652024-02-28T12:32:23.549Z Compiling linked-hash-map v0.5.6
24662024-02-28T12:32:23.584Z Running `/home/build/.rustup/toolchains/1.74.1-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=b6fdc8cd52f47df2 -C extra-filename=-b6fdc8cd52f47df2 --out-dir /work/oxidecomputer/omicron/target/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-02-28T12:32:23.863Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
24682024-02-28T12:32:23.867Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/1d29ef6/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=d66ec92e5ffa2128 -C extra-filename=-d66ec92e5ffa2128 --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-072d063d2a089037.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-f6aa79ec32031d8a.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-3f85f5e9c5845e82.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-95ace81411a3575c.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-892b5ae6da5679ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24692024-02-28T12:32:23.927Z Compiling lru-cache v0.1.2
24702024-02-28T12:32:23.930Z Running `/home/build/.rustup/toolchains/1.74.1-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=ac6e649b210698f7 -C extra-filename=-ac6e649b210698f7 --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-b6fdc8cd52f47df2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24712024-02-28T12:32:23.964Z Compiling headers-core v0.2.0
24722024-02-28T12:32:24.012Z Running `/home/build/.rustup/toolchains/1.74.1-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=0a1bd332d19e5454 -C extra-filename=-0a1bd332d19e5454 --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-5ebf63397ec79566.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24732024-02-28T12:32:24.135Z Compiling headers v0.3.9
24742024-02-28T12:32:24.138Z Running `/home/build/.rustup/toolchains/1.74.1-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=c3113d731711bf62 -C extra-filename=-c3113d731711bf62 --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-64492b43562e8960.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-0a1bd332d19e5454.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-17048ad0d39f59d3.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6a7bea3b3edc87ca.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a7abbe626b913ae0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24752024-02-28T12:32:24.155Z Compiling itertools v0.12.1
24762024-02-28T12:32:24.171Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=28532e949855a5f9 -C extra-filename=-28532e949855a5f9 --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-7594a365b03daaf1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24772024-02-28T12:32:24.175Z Compiling rayon-core v1.12.0
24782024-02-28T12:32:24.190Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.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=382a30302ea49031 -C extra-filename=-382a30302ea49031 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-382a30302ea49031 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24792024-02-28T12:32:24.586Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-382a30302ea49031/build-script-build`
24802024-02-28T12:32:24.619Z Compiling crossbeam-deque v0.8.3
24812024-02-28T12:32:24.622Z Running `/home/build/.rustup/toolchains/1.74.1-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=16d1f389a1cfe257 -C extra-filename=-16d1f389a1cfe257 --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-6efcfb0956144885.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24822024-02-28T12:32:24.941Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4e29700f4020e47d -C extra-filename=-4e29700f4020e47d --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-16d1f389a1cfe257.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24832024-02-28T12:32:24.992Z Compiling blake2 v0.10.6
24842024-02-28T12:32:25.024Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=0757a700110d201d -C extra-filename=-0757a700110d201d --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-3c69cefdc4f41599.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24852024-02-28T12:32:26.301Z Compiling password-hash v0.5.0
24862024-02-28T12:32:26.304Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=523dd66978ebd8da -C extra-filename=-523dd66978ebd8da --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-db2759387f67ed24.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24872024-02-28T12:32:26.526Z Compiling rayon v1.8.0
24882024-02-28T12:32:26.530Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-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 -C metadata=40fc1b2a98c87d3e -C extra-filename=-40fc1b2a98c87d3e --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-7594a365b03daaf1.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-4e29700f4020e47d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24892024-02-28T12:32:26.885Z Compiling argon2 v0.5.3
24902024-02-28T12:32:26.889Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=c60818d518355126 -C extra-filename=-c60818d518355126 --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-db2759387f67ed24.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-0757a700110d201d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-c7155cd217f75a24.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-523dd66978ebd8da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24912024-02-28T12:32:27.417Z Compiling rcgen v0.12.1
24922024-02-28T12:32:27.424Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' -C metadata=3f9a1ee4ab3fa8c8 -C extra-filename=-3f9a1ee4ab3fa8c8 --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-e9c1463b07ede707.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-943e2e71b9f2061c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8717160e61d0c384.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-1a7fe84009a3e2c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out`
24932024-02-28T12:32:27.484Z Compiling atomicwrites v0.4.3
24942024-02-28T12:32:27.515Z Running `/home/build/.rustup/toolchains/1.74.1-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=98c4a3b2b1f7ceb2 -C extra-filename=-98c4a3b2b1f7ceb2 --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-07201864f3f4f4d4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24952024-02-28T12:32:27.808Z Compiling subprocess v0.2.9
24962024-02-28T12:32:27.811Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0c38f3536090460f -C extra-filename=-0c38f3536090460f --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24972024-02-28T12:32:27.961Z Compiling mockall v0.12.0
24982024-02-28T12:32:27.964Z Running `/home/build/.rustup/toolchains/1.74.1-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=d370449767f06d09 -C extra-filename=-d370449767f06d09 --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-6efcfb0956144885.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-6a8716df6a5de07c.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-d150d6fb6809f524.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-9dd89df589b9b409.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-a10b956f74bf4c45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24992024-02-28T12:32:28.044Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
25002024-02-28T12:32:28.050Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/bc0bb4b/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=21bb09a6116dd64a -C extra-filename=-21bb09a6116dd64a --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-5196b1b774dc5b3b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-736d09afe97e6d63.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-954c00f31b8bbf7b.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-6593486c62b3d7d7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25012024-02-28T12:32:28.321Z Compiling swrite v0.1.0
25022024-02-28T12:32:28.324Z Running `/home/build/.rustup/toolchains/1.74.1-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=e54f14917505fd4b -C extra-filename=-e54f14917505fd4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25032024-02-28T12:32:28.460Z Compiling toml v0.5.11
25042024-02-28T12:32:28.464Z Running `/home/build/.rustup/toolchains/1.74.1-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=7879e857ca3a09e1 -C extra-filename=-7879e857ca3a09e1 --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-1acb9b56b176e664.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25052024-02-28T12:32:30.027Z Compiling derive-where v1.2.7
25062024-02-28T12:32:30.030Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=99137e97c3cb7edd -C extra-filename=-99137e97c3cb7edd --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25072024-02-28T12:32:30.064Z Compiling arc-swap v1.6.0
25082024-02-28T12:32:30.067Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.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=3c1f1da5460a196e -C extra-filename=-3c1f1da5460a196e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25092024-02-28T12:32:30.159Z Compiling resolv-conf v0.7.0
25102024-02-28T12:32:30.162Z Running `/home/build/.rustup/toolchains/1.74.1-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=81777ad20339e29c -C extra-filename=-81777ad20339e29c --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-9a7bd16e76bd4a46.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f4ece63d59b921ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25112024-02-28T12:32:30.751Z Compiling slog-scope v4.4.0
25122024-02-28T12:32:30.754Z Running `/home/build/.rustup/toolchains/1.74.1-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=133fd07da514051c -C extra-filename=-133fd07da514051c --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-3c1f1da5460a196e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25132024-02-28T12:32:31.043Z Compiling slog-stdlog v4.1.1
25142024-02-28T12:32:31.046Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=447b5b91d58a9534 -C extra-filename=-447b5b91d58a9534 --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-a8da004f5204fad5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-133fd07da514051c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25152024-02-28T12:32:31.313Z Compiling cancel-safe-futures v0.1.5
25162024-02-28T12:32:31.316Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=8f4a6794809c5c94 -C extra-filename=-8f4a6794809c5c94 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8f4a6794809c5c94 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25172024-02-28T12:32:31.437Z Compiling slog-envlogger v2.2.0
25182024-02-28T12:32:31.440Z Running `/home/build/.rustup/toolchains/1.74.1-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=9a42209ce3b5c41a -C extra-filename=-9a42209ce3b5c41a --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-a8da004f5204fad5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-133fd07da514051c.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-447b5b91d58a9534.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25192024-02-28T12:32:31.489Z Compiling trust-dns-resolver v0.22.0
25202024-02-28T12:32:31.492Z Running `/home/build/.rustup/toolchains/1.74.1-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=4d9aab4e8c8bf449 -C extra-filename=-4d9aab4e8c8bf449 --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-6efcfb0956144885.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-ac6e649b210698f7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6c4444407e3e044c.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-81777ad20339e29c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b621128d9996bf8f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a1caaa2fb0be3208.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fcbf1a71e5caea3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25212024-02-28T12:32:31.803Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8f4a6794809c5c94/build-script-build`
25222024-02-28T12:32:31.806Z Compiling home v0.5.5
25232024-02-28T12:32:31.854Z Running `/home/build/.rustup/toolchains/1.74.1-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=814cad4654b5349a -C extra-filename=-814cad4654b5349a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25242024-02-28T12:32:32.078Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=fd6793eb2ba4cd1e -C extra-filename=-fd6793eb2ba4cd1e --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-df288950ad332dec.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25252024-02-28T12:32:32.156Z Compiling half v2.3.1
25262024-02-28T12:32:32.160Z Running `/home/build/.rustup/toolchains/1.74.1-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=9393b882343b5371 -C extra-filename=-9393b882343b5371 --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-6efcfb0956144885.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25272024-02-28T12:32:32.470Z Compiling ciborium-io v0.2.2
25282024-02-28T12:32:32.473Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=c59469613c5b8e57 -C extra-filename=-c59469613c5b8e57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25292024-02-28T12:32:32.607Z Compiling libsw v3.3.1
25302024-02-28T12:32:32.667Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' -C metadata=8ad7024144cc130d -C extra-filename=-8ad7024144cc130d --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-1899c00795bb3710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25312024-02-28T12:32:32.694Z Compiling ciborium-ll v0.2.2
25322024-02-28T12:32:32.735Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7bf3400fca3c7a04 -C extra-filename=-7bf3400fca3c7a04 --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-c59469613c5b8e57.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-9393b882343b5371.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25332024-02-28T12:32:32.744Z Compiling signature v2.1.0
25342024-02-28T12:32:32.760Z Running `/home/build/.rustup/toolchains/1.74.1-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=7bf9f6c5dd7a028c -C extra-filename=-7bf9f6c5dd7a028c --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-3c69cefdc4f41599.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25352024-02-28T12:32:32.918Z Compiling slog-dtrace v0.3.0
25362024-02-28T12:32:32.964Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cc3f82c17415ae55 -C extra-filename=-cc3f82c17415ae55 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-cc3f82c17415ae55 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25372024-02-28T12:32:32.993Z Compiling owo-colors v4.0.0
25382024-02-28T12:32:32.996Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=809f059798a7cc9f -C extra-filename=-809f059798a7cc9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25392024-02-28T12:32:33.157Z Compiling ciborium v0.2.2
25402024-02-28T12:32:33.160Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c864af77070b9fcf -C extra-filename=-c864af77070b9fcf --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-c59469613c5b8e57.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-7bf3400fca3c7a04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25412024-02-28T12:32:33.317Z Compiling linear-map v1.2.0
25422024-02-28T12:32:33.320Z Running `/home/build/.rustup/toolchains/1.74.1-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=abfded384cdfb682 -C extra-filename=-abfded384cdfb682 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25432024-02-28T12:32:33.652Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-cc3f82c17415ae55/build-script-build`
25442024-02-28T12:32:33.727Z Compiling heck v0.3.3
25452024-02-28T12:32:33.730Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1b2f45e4af363357 -C extra-filename=-1b2f45e4af363357 --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-3db9a7183557834f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25462024-02-28T12:32:34.132Z Compiling textwrap v0.11.0
25472024-02-28T12:32:34.135Z Compiling nibble_vec v0.1.0
25482024-02-28T12:32:34.135Z Running `/home/build/.rustup/toolchains/1.74.1-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=72a969bd0a1f56fe -C extra-filename=-72a969bd0a1f56fe --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-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25492024-02-28T12:32:34.149Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bff856d07e8aca26 -C extra-filename=-bff856d07e8aca26 --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-b621128d9996bf8f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25502024-02-28T12:32:34.369Z Compiling strsim v0.8.0
25512024-02-28T12:32:34.376Z Running `/home/build/.rustup/toolchains/1.74.1-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=f51e80585c7d7b9c -C extra-filename=-f51e80585c7d7b9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25522024-02-28T12:32:34.697Z Compiling libefi-sys v0.1.0
25532024-02-28T12:32:34.701Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=02c3bc0f71beca8d -C extra-filename=-02c3bc0f71beca8d --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-02c3bc0f71beca8d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25542024-02-28T12:32:34.718Z Compiling arrayvec v0.7.4
25552024-02-28T12:32:34.751Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=310e9298594bc586 -C extra-filename=-310e9298594bc586 --out-dir /work/oxidecomputer/omicron/target/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-02-28T12:32:35.015Z Compiling arrayref v0.3.7
25572024-02-28T12:32:35.018Z Running `/home/build/.rustup/toolchains/1.74.1-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=c82937e0539cd78a -C extra-filename=-c82937e0539cd78a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25582024-02-28T12:32:35.099Z Compiling endian-type v0.1.2
25592024-02-28T12:32:35.103Z Running `/home/build/.rustup/toolchains/1.74.1-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=70dff33bfd749910 -C extra-filename=-70dff33bfd749910 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25602024-02-28T12:32:35.123Z Compiling ansi_term v0.12.1
25612024-02-28T12:32:35.126Z Running `/home/build/.rustup/toolchains/1.74.1-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=0cdc0de0e97e67e1 -C extra-filename=-0cdc0de0e97e67e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25622024-02-28T12:32:35.126Z Compiling vec_map v0.8.2
25632024-02-28T12:32:35.126Z Running `/home/build/.rustup/toolchains/1.74.1-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=f39fc3d29d6b2404 -C extra-filename=-f39fc3d29d6b2404 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25642024-02-28T12:32:35.155Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-02c3bc0f71beca8d/build-script-build`
25652024-02-28T12:32:35.190Z Compiling structopt-derive v0.4.18
25662024-02-28T12:32:35.193Z Running `/home/build/.rustup/toolchains/1.74.1-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=7484ef1dfa850fec -C extra-filename=-7484ef1dfa850fec --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-1b2f45e4af363357.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-4cd3cd7a801c31ba.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25672024-02-28T12:32:35.336Z Compiling radix_trie v0.2.1
25682024-02-28T12:32:35.339Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c9b0f869285dc9b0 -C extra-filename=-c9b0f869285dc9b0 --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-70dff33bfd749910.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-bff856d07e8aca26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25692024-02-28T12:32:35.445Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3a18217dd45bc4d9 -C extra-filename=-3a18217dd45bc4d9 --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-898a42c87a6ff7fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a91eaea439c73ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25702024-02-28T12:32:35.500Z Compiling clap v2.34.0
25712024-02-28T12:32:35.504Z Running `/home/build/.rustup/toolchains/1.74.1-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=d7a503156bda85c1 -C extra-filename=-d7a503156bda85c1 --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-0cdc0de0e97e67e1.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-1dc25534d397079e.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8861c4fe0bf9ac1d.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f51e80585c7d7b9c.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-72a969bd0a1f56fe.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-f39fc3d29d6b2404.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25722024-02-28T12:32:35.646Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
25732024-02-28T12:32:35.649Z Running `/home/build/.rustup/toolchains/1.74.1-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=e4930b7a36282638 -C extra-filename=-e4930b7a36282638 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-e4930b7a36282638 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8d7c92e9f8188f7d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25742024-02-28T12:32:36.000Z Compiling constant_time_eq v0.3.0
25752024-02-28T12:32:36.026Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=488618ce28bbcd62 -C extra-filename=-488618ce28bbcd62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25762024-02-28T12:32:36.029Z Compiling semver v0.1.20
25772024-02-28T12:32:36.029Z Running `/home/build/.rustup/toolchains/1.74.1-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=9fecfb734d7157b3 -C extra-filename=-9fecfb734d7157b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25782024-02-28T12:32:36.154Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-e4930b7a36282638/build-script-build`
25792024-02-28T12:32:36.197Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=795cf1b109b7acc0 -C extra-filename=-795cf1b109b7acc0 --out-dir /work/oxidecomputer/omicron/target/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`
25802024-02-28T12:32:36.518Z Compiling rustc_version v0.1.7
25812024-02-28T12:32:36.521Z Running `/home/build/.rustup/toolchains/1.74.1-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=6367f93d5bcb467d -C extra-filename=-6367f93d5bcb467d --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-9fecfb734d7157b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25822024-02-28T12:32:36.705Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25832024-02-28T12:32:36.708Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=46780f1e48e2f50f -C extra-filename=-46780f1e48e2f50f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-17f30536c531112a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25842024-02-28T12:32:36.725Z Compiling blake3 v1.5.0
25852024-02-28T12:32:36.752Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.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=1d79a1900346aff9 -C extra-filename=-1d79a1900346aff9 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-1d79a1900346aff9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8d7c92e9f8188f7d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25862024-02-28T12:32:37.017Z Compiling fxhash v0.2.1
25872024-02-28T12:32:37.058Z Running `/home/build/.rustup/toolchains/1.74.1-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=ff88d5c2e7048037 -C extra-filename=-ff88d5c2e7048037 --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-4ff908e223b9ba35.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25882024-02-28T12:32:37.235Z Compiling newtype_derive v0.1.6
25892024-02-28T12:32:37.238Z Running `/home/build/.rustup/toolchains/1.74.1-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=1c6c0c01e1dcc86e -C extra-filename=-1c6c0c01e1dcc86e --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-1c6c0c01e1dcc86e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-6367f93d5bcb467d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25902024-02-28T12:32:37.395Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25912024-02-28T12:32:37.429Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7e43975d98c679c4 -C extra-filename=-7e43975d98c679c4 --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-072d063d2a089037.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-795cf1b109b7acc0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25922024-02-28T12:32:37.495Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-1d79a1900346aff9/build-script-build`
25932024-02-28T12:32:37.658Z Compiling gethostname v0.4.3
25942024-02-28T12:32:37.661Z Running `/home/build/.rustup/toolchains/1.74.1-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=d64f3a5fae41bc0f -C extra-filename=-d64f3a5fae41bc0f --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25952024-02-28T12:32:37.764Z Compiling memmap2 v0.7.1
25962024-02-28T12:32:37.767Z Running `/home/build/.rustup/toolchains/1.74.1-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=837f6ef1301eac57 -C extra-filename=-837f6ef1301eac57 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25972024-02-28T12:32:37.936Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-1c6c0c01e1dcc86e/build-script-build`
25982024-02-28T12:32:37.943Z Compiling topological-sort v0.2.2
25992024-02-28T12:32:37.943Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2d8a79eafcf012fe -C extra-filename=-2d8a79eafcf012fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26002024-02-28T12:32:37.988Z Compiling termcolor v1.2.0
26012024-02-28T12:32:37.994Z Running `/home/build/.rustup/toolchains/1.74.1-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=2e558ad2340e05ad -C extra-filename=-2e558ad2340e05ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26022024-02-28T12:32:38.117Z Running `/home/build/.rustup/toolchains/1.74.1-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=b04f46e455197137 -C extra-filename=-b04f46e455197137 --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-c82937e0539cd78a.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-310e9298594bc586.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-488618ce28bbcd62.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-837f6ef1301eac57.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-40fc1b2a98c87d3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/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`
26032024-02-28T12:32:38.147Z Running `/home/build/.rustup/toolchains/1.74.1-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=a702442b7c13e95a -C extra-filename=-a702442b7c13e95a --out-dir /work/oxidecomputer/omicron/target/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`
26042024-02-28T12:32:38.211Z Compiling semver-parser v0.10.2
26052024-02-28T12:32:38.254Z Running `/home/build/.rustup/toolchains/1.74.1-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=7388b4f2d009e11e -C extra-filename=-7388b4f2d009e11e --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-c382483d6c867366.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26062024-02-28T12:32:38.260Z Compiling glob v0.3.1
26072024-02-28T12:32:38.263Z Running `/home/build/.rustup/toolchains/1.74.1-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=219023a8387da708 -C extra-filename=-219023a8387da708 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26082024-02-28T12:32:38.442Z Compiling radium v0.7.0
26092024-02-28T12:32:38.445Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fba5e3f37040d9d7 -C extra-filename=-fba5e3f37040d9d7 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-fba5e3f37040d9d7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26102024-02-28T12:32:38.879Z Compiling structopt v0.3.26
26112024-02-28T12:32:38.882Z Running `/home/build/.rustup/toolchains/1.74.1-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=5c067085d35d9ea5 -C extra-filename=-5c067085d35d9ea5 --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-d7a503156bda85c1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-7484ef1dfa850fec.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26122024-02-28T12:32:39.060Z Compiling omicron-zone-package v0.11.0
26132024-02-28T12:32:39.064Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=104d2e9a1ebfe6e5 -C extra-filename=-104d2e9a1ebfe6e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-b04f46e455197137.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-9fc834b5cc8db937.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-237c8838a2adb7ee.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b9d7b47b5b132c55.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8d86a55a4d4eafc4.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ae75f76082580031.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2d8a79eafcf012fe.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
26142024-02-28T12:32:39.101Z Running `/home/build/.rustup/toolchains/1.74.1-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=ad5e62427f4cec6e -C extra-filename=-ad5e62427f4cec6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-46780f1e48e2f50f.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-5c067085d35d9ea5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -l static=pci`
26152024-02-28T12:32:39.313Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-fba5e3f37040d9d7/build-script-build`
26162024-02-28T12:32:39.342Z Compiling semver v0.11.0
26172024-02-28T12:32:39.346Z Running `/home/build/.rustup/toolchains/1.74.1-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=b31c5c8bd6c5ce45 -C extra-filename=-b31c5c8bd6c5ce45 --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-7388b4f2d009e11e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26182024-02-28T12:32:39.614Z Compiling steno v0.4.0
26192024-02-28T12:32:39.617Z Running `/home/build/.rustup/toolchains/1.74.1-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=1d4f2d576e24c812 -C extra-filename=-1d4f2d576e24c812 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-73d67c3b05892acd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26202024-02-28T12:32:39.825Z Compiling num-rational v0.4.1
26212024-02-28T12:32:39.828Z Running `/home/build/.rustup/toolchains/1.74.1-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=2f37d431f14d093d -C extra-filename=-2f37d431f14d093d --out-dir /work/oxidecomputer/omicron/target/debug/build/num-rational-2f37d431f14d093d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26222024-02-28T12:32:40.182Z Compiling maybe-uninit v2.0.0
26232024-02-28T12:32:40.186Z Running `/home/build/.rustup/toolchains/1.74.1-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=bf78889f24b0c2b0 -C extra-filename=-bf78889f24b0c2b0 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-bf78889f24b0c2b0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26242024-02-28T12:32:40.257Z Compiling tap v1.0.1
26252024-02-28T12:32:40.260Z Running `/home/build/.rustup/toolchains/1.74.1-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=08cb45dba0ef4142 -C extra-filename=-08cb45dba0ef4142 --out-dir /work/oxidecomputer/omicron/target/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-02-28T12:32:40.449Z Compiling wyz v0.5.1
26272024-02-28T12:32:40.455Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=424abcbb0c8bbf00 -C extra-filename=-424abcbb0c8bbf00 --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-08cb45dba0ef4142.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26282024-02-28T12:32:40.545Z Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-2f37d431f14d093d/build-script-build`
26292024-02-28T12:32:40.817Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-bf78889f24b0c2b0/build-script-build`
26302024-02-28T12:32:40.838Z Compiling toolchain_find v0.2.0
26312024-02-28T12:32:40.841Z Running `/home/build/.rustup/toolchains/1.74.1-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=5d9fa2d5aea50b45 -C extra-filename=-5d9fa2d5aea50b45 --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-814cad4654b5349a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b31c5c8bd6c5ce45.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26322024-02-28T12:32:40.891Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=27d5047e80e91a90 -C extra-filename=-27d5047e80e91a90 --out-dir /work/oxidecomputer/omicron/target/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`
26332024-02-28T12:32:40.920Z Compiling funty v2.0.0
26342024-02-28T12:32:40.923Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e082b742fe21b22b -C extra-filename=-e082b742fe21b22b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26352024-02-28T12:32:41.380Z Compiling crc-catalog v2.2.0
26362024-02-28T12:32:41.386Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-2.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=44635128b63b72f6 -C extra-filename=-44635128b63b72f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26372024-02-28T12:32:41.469Z Compiling num-bigint-dig v0.8.4
26382024-02-28T12:32:41.473Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=5a6cfc0aceccdd2d -C extra-filename=-5a6cfc0aceccdd2d --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-5a6cfc0aceccdd2d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26392024-02-28T12:32:41.528Z Compiling packed_struct v0.10.1
26402024-02-28T12:32:41.531Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=1187ed4801970867 -C extra-filename=-1187ed4801970867 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-1187ed4801970867 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26412024-02-28T12:32:41.879Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-5a6cfc0aceccdd2d/build-script-build`
26422024-02-28T12:32:41.910Z Compiling crc v3.0.1
26432024-02-28T12:32:41.913Z Running `/home/build/.rustup/toolchains/1.74.1-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=3d7308d675906fc6 -C extra-filename=-3d7308d675906fc6 --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-44635128b63b72f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26442024-02-28T12:32:42.062Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-1187ed4801970867/build-script-build`
26452024-02-28T12:32:42.096Z Compiling rustfmt-wrapper v0.2.0
26462024-02-28T12:32:42.100Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83aa378c9c5fc9b8 -C extra-filename=-83aa378c9c5fc9b8 --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-1acb9b56b176e664.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7879e857ca3a09e1.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-5d9fa2d5aea50b45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26472024-02-28T12:32:42.224Z Compiling bitvec v1.0.1
26482024-02-28T12:32:42.262Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2daf68ad4baccc37 -C extra-filename=-2daf68ad4baccc37 --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-e082b742fe21b22b.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-27d5047e80e91a90.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-08cb45dba0ef4142.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-424abcbb0c8bbf00.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26492024-02-28T12:32:42.492Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26502024-02-28T12:32:42.496Z Running `/home/build/.rustup/toolchains/1.74.1-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=99fb5b75b8aeb42d -C extra-filename=-99fb5b75b8aeb42d --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-99fb5b75b8aeb42d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-b47e55d174b1612f.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-e39b65394af31ca3.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-7fa1f6396052bdb1.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1273314ddbc76afe.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a55d8fa36e94059e.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8861c4fe0bf9ac1d.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-4b8f5ced93694790.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b8e8dc310f6d46a3.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-ce6aeddc0b5d8d62.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0cddec495d8a776e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c89f416f4cead783.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-78e92f0a938305c3.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7dbcce7b60b2a3da.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-4c8e5875e5a3a025.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9195e699c88ce3be.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cf18b29608d3a4d6.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3c69cefdc4f41599.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-2aa398910fa7e03f.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7594a365b03daaf1.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7a80d53055709791.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-ab8bb4c8beb328c5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-902bf6e0c20c75b3.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-730a65a2a998e17d.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5926e37d1f197e57.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-102b4ee2be30504e.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-91a8c368bbe7faaf.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-b4bfb3976ef1e0a9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a32162f7cac7119.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9e5585621ce62178.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-15281089ab3f7dbc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-44674b22e4bd2ff9.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-5f0c5f1a0483f4f9.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f3363b8ae905f1e2.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-40e5b787da3c66c6.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-24dc8bd775458b21.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-e356bf522f6ae2bc.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-33256b3e4aeb7fa6.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-6512d991c8d53f77.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-73d67c3b05892acd.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-e06f4872477e5ba4.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-ee6cdf9a9cd99e2d.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1ca351f7f3d361c7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-40dfbed7bcb9fb30.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-943e2e71b9f2061c.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-07201864f3f4f4d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b9d7b47b5b132c55.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a210f81e1185703.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-cf0a1fc317883901.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8717160e61d0c384.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-7b759573e934a70a.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-e3ba4c32d0e352b8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-b6d49f743b40c6ec.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cbd289bff9588229.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ae75f76082580031.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-72e727ec5da81555.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0822a38d317e6d3e.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2952e0e0b5d43a22.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a1caaa2fb0be3208.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fcbf1a71e5caea3e.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-ea6d88cd11b1cdcf.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b41b7dc74a54938e.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-356b84240c0a3098.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-1a7fe84009a3e2c2.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3986eb937002ab5c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f959e24eb3a10109.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
26512024-02-28T12:32:42.768Z Running `/home/build/.rustup/toolchains/1.74.1-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=f1e1e2d2e6ac882d -C extra-filename=-f1e1e2d2e6ac882d --out-dir /work/oxidecomputer/omicron/target/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`
26522024-02-28T12:32:42.868Z Running `/home/build/.rustup/toolchains/1.74.1-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=f7e195ec1b3ed423 -C extra-filename=-f7e195ec1b3ed423 --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-33256b3e4aeb7fa6.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_int_exp_fmt`
26532024-02-28T12:32:42.898Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-99fb5b75b8aeb42d/build-script-build`
26542024-02-28T12:32:42.931Z Running `/home/build/.rustup/toolchains/1.74.1-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=84e742cfc30fd143 -C extra-filename=-84e742cfc30fd143 --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-b47e55d174b1612f.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-e39b65394af31ca3.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-7fa1f6396052bdb1.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1273314ddbc76afe.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a55d8fa36e94059e.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8861c4fe0bf9ac1d.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-4b8f5ced93694790.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b8e8dc310f6d46a3.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-ce6aeddc0b5d8d62.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0cddec495d8a776e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c89f416f4cead783.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-78e92f0a938305c3.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7dbcce7b60b2a3da.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-4c8e5875e5a3a025.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9195e699c88ce3be.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cf18b29608d3a4d6.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3c69cefdc4f41599.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-2aa398910fa7e03f.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7594a365b03daaf1.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7a80d53055709791.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-ab8bb4c8beb328c5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-902bf6e0c20c75b3.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-730a65a2a998e17d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5926e37d1f197e57.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-102b4ee2be30504e.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-91a8c368bbe7faaf.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-b4bfb3976ef1e0a9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a32162f7cac7119.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9e5585621ce62178.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-15281089ab3f7dbc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-44674b22e4bd2ff9.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-5f0c5f1a0483f4f9.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f3363b8ae905f1e2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-40e5b787da3c66c6.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-24dc8bd775458b21.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-e356bf522f6ae2bc.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-33256b3e4aeb7fa6.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-6512d991c8d53f77.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-73d67c3b05892acd.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-e06f4872477e5ba4.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-ee6cdf9a9cd99e2d.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1ca351f7f3d361c7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-40dfbed7bcb9fb30.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-943e2e71b9f2061c.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-07201864f3f4f4d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b9d7b47b5b132c55.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a210f81e1185703.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-cf0a1fc317883901.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8717160e61d0c384.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-e3ba4c32d0e352b8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-b6d49f743b40c6ec.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cbd289bff9588229.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ae75f76082580031.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-72e727ec5da81555.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0822a38d317e6d3e.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2952e0e0b5d43a22.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a1caaa2fb0be3208.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fcbf1a71e5caea3e.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-ea6d88cd11b1cdcf.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b41b7dc74a54938e.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-356b84240c0a3098.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-1a7fe84009a3e2c2.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3986eb937002ab5c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f959e24eb3a10109.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
26552024-02-28T12:32:42.953Z Compiling packed_struct_codegen v0.10.1
26562024-02-28T12:32:42.989Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=245a28b11c55bec6 -C extra-filename=-245a28b11c55bec6 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26572024-02-28T12:32:43.054Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26582024-02-28T12:32:43.057Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=debbe0c98d2c26ea -C extra-filename=-debbe0c98d2c26ea --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-84e742cfc30fd143.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
26592024-02-28T12:32:44.121Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26602024-02-28T12:32:44.124Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1ea61efff4ad46fc -C extra-filename=-1ea61efff4ad46fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
26612024-02-28T12:32:44.630Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26622024-02-28T12:32:44.654Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d908c75643dd57ca -C extra-filename=-d908c75643dd57ca --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-c60818d518355126.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8cbda95784c09cb7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
26632024-02-28T12:32:44.790Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26642024-02-28T12:32:44.793Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ee0d2445b457794b -C extra-filename=-ee0d2445b457794b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fd6793eb2ba4cd1e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-99137e97c3cb7edd.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7594a365b03daaf1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9e5585621ce62178.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-8ad7024144cc130d.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-abfded384cdfb682.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-809f059798a7cc9f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-73d67c3b05892acd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8cbda95784c09cb7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
26652024-02-28T12:32:45.046Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26662024-02-28T12:32:45.049Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f71920ce82d17658 -C extra-filename=-f71920ce82d17658 --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-84e742cfc30fd143.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
26672024-02-28T12:32:45.223Z Compiling num-complex v0.4.4
26682024-02-28T12:32:45.264Z Running `/home/build/.rustup/toolchains/1.74.1-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=63889bed41e78e89 -C extra-filename=-63889bed41e78e89 --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-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26692024-02-28T12:32:45.372Z Compiling indexmap v1.9.3
26702024-02-28T12:32:45.377Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=7196777581f31a33 -C extra-filename=-7196777581f31a33 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-7196777581f31a33 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26712024-02-28T12:32:45.765Z Compiling nodrop v0.1.14
26722024-02-28T12:32:45.770Z Running `/home/build/.rustup/toolchains/1.74.1-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=a0c77fb985e48085 -C extra-filename=-a0c77fb985e48085 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26732024-02-28T12:32:45.786Z Compiling convert_case v0.4.0
26742024-02-28T12:32:45.797Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=39d193f1dce25c95 -C extra-filename=-39d193f1dce25c95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26752024-02-28T12:32:45.907Z Compiling array-init v0.0.4
26762024-02-28T12:32:45.911Z Running `/home/build/.rustup/toolchains/1.74.1-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=eb1fd4f2490a020f -C extra-filename=-eb1fd4f2490a020f --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-a0c77fb985e48085.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26772024-02-28T12:32:46.227Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-7196777581f31a33/build-script-build`
26782024-02-28T12:32:46.249Z Compiling num v0.4.1
26792024-02-28T12:32:46.275Z Running `/home/build/.rustup/toolchains/1.74.1-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=0917ee0c66dc3fdf -C extra-filename=-0917ee0c66dc3fdf --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-63889bed41e78e89.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-33256b3e4aeb7fa6.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-6512d991c8d53f77.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-f7e195ec1b3ed423.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26802024-02-28T12:32:46.284Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=e71a3e973fe85ec6 -C extra-filename=-e71a3e973fe85ec6 --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-2daf68ad4baccc37.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-245a28b11c55bec6.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26812024-02-28T12:32:46.353Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26822024-02-28T12:32:46.358Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a5c1a93fb91429c0 -C extra-filename=-a5c1a93fb91429c0 --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-84e742cfc30fd143.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
26832024-02-28T12:32:46.396Z Compiling smallvec v0.6.14
26842024-02-28T12:32:46.403Z Running `/home/build/.rustup/toolchains/1.74.1-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=e606479ac2e80ec3 -C extra-filename=-e606479ac2e80ec3 --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-f1e1e2d2e6ac882d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26852024-02-28T12:32:46.712Z Compiling derive_more v0.99.17
26862024-02-28T12:32:46.715Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.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=2d02097356b0f682 -C extra-filename=-2d02097356b0f682 --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-39d193f1dce25c95.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26872024-02-28T12:32:46.821Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=0f9786dced144680 -C extra-filename=-0f9786dced144680 --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-4ff908e223b9ba35.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-38b670a70a83d088.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-33256b3e4aeb7fa6.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-6512d991c8d53f77.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b621128d9996bf8f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
26882024-02-28T12:32:47.140Z Compiling pkcs1 v0.7.5
26892024-02-28T12:32:47.144Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=366253bfd58635b4 -C extra-filename=-366253bfd58635b4 --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-9195e699c88ce3be.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-5b3823ca7b698327.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-618e8f0a78e95d55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26902024-02-28T12:32:47.747Z Compiling hashbrown v0.12.3
26912024-02-28T12:32:47.750Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' -C metadata=cb3bc798c96b03ca -C extra-filename=-cb3bc798c96b03ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26922024-02-28T12:32:48.205Z Compiling bitfield v0.14.0
26932024-02-28T12:32:48.208Z Running `/home/build/.rustup/toolchains/1.74.1-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=8b564f5b2dba98c8 -C extra-filename=-8b564f5b2dba98c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26942024-02-28T12:32:48.309Z Compiling serde-hex v0.1.0
26952024-02-28T12:32:48.316Z Running `/home/build/.rustup/toolchains/1.74.1-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=d943f34e3b777563 -C extra-filename=-d943f34e3b777563 --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-eb1fd4f2490a020f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e606479ac2e80ec3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26962024-02-28T12:32:48.438Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
26972024-02-28T12:32:48.441Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/bc0bb4b/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=081b515ce7736ed3 -C extra-filename=-081b515ce7736ed3 --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-d4a59564ad5b75ae.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-736d09afe97e6d63.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-21bb09a6116dd64a.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
26982024-02-28T12:32:48.521Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
26992024-02-28T12:32:48.578Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=386fe13d89e574eb -C extra-filename=-386fe13d89e574eb --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-4ff908e223b9ba35.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-3d7308d675906fc6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-78ca245d915e4d36.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27002024-02-28T12:32:48.667Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27012024-02-28T12:32:48.703Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=7162855bc93e7955 -C extra-filename=-7162855bc93e7955 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-debbe0c98d2c26ea.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-b22c2c3d410270f4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d7af578b01205b68.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f8cc4821330dc39c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-424fdc2ba1ca0090.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1ad5003fd936fc8a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c1c0ca8903c4a8e0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b9d7b47b5b132c55.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-3fb1e700f549add8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8cbda95784c09cb7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-e3ba4c32d0e352b8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
27022024-02-28T12:32:48.862Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27032024-02-28T12:32:48.865Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d988ce2a24589f71 -C extra-filename=-d988ce2a24589f71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
27042024-02-28T12:32:48.889Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27052024-02-28T12:32:48.895Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=06a67d105e44b67e -C extra-filename=-06a67d105e44b67e --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-64492b43562e8960.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
27062024-02-28T12:32:49.527Z Compiling rsa v0.9.2
27072024-02-28T12:32:49.531Z Running `/home/build/.rustup/toolchains/1.74.1-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=e89f1d665f42063e -C extra-filename=-e89f1d665f42063e --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-4ff908e223b9ba35.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3c69cefdc4f41599.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-0f9786dced144680.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-33256b3e4aeb7fa6.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-6512d991c8d53f77.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-366253bfd58635b4.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-5b3823ca7b698327.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-7bf9f6c5dd7a028c.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-618e8f0a78e95d55.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27082024-02-28T12:32:50.536Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
27092024-02-28T12:32:50.556Z Running `/home/build/.rustup/toolchains/1.74.1-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=5c43c17ddcd58b21 -C extra-filename=-5c43c17ddcd58b21 --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-8b564f5b2dba98c8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-e71a3e973fe85ec6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27102024-02-28T12:32:50.768Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=30180bc88c646d38 -C extra-filename=-30180bc88c646d38 --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-cb3bc798c96b03ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
27112024-02-28T12:32:51.677Z Compiling env_logger v0.10.0
27122024-02-28T12:32:51.680Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/src/lib.rs --error-format=json --json=diagnostic-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=24fdf309d5be837c -C extra-filename=-24fdf309d5be837c --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-7438801953d9a56c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2e558ad2340e05ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27132024-02-28T12:32:53.085Z Compiling x509-cert v0.2.4
27142024-02-28T12:32:53.088Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x509-cert-0.2.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=2696719566872a20 -C extra-filename=-2696719566872a20 --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-66455a9b00682027.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9195e699c88ce3be.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-618e8f0a78e95d55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27152024-02-28T12:32:53.305Z Compiling ron v0.8.1
27162024-02-28T12:32:53.308Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3eeab6fbd80ddd36 -C extra-filename=-3eeab6fbd80ddd36 --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-64492b43562e8960.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-4b8f5ced93694790.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8d86a55a4d4eafc4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27172024-02-28T12:32:56.119Z Compiling hashbrown v0.13.2
27182024-02-28T12:32:56.122Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' -C metadata=d9080ea44845b768 -C extra-filename=-d9080ea44845b768 --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-b47e55d174b1612f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27192024-02-28T12:32:56.156Z Compiling crc-any v2.4.3
27202024-02-28T12:32:56.159Z Compiling utf-8 v0.7.6
27212024-02-28T12:32:56.159Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-any-2.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=3c86b9368e38f611 -C extra-filename=-3c86b9368e38f611 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27222024-02-28T12:32:56.179Z Running `/home/build/.rustup/toolchains/1.74.1-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=2531f524387a9a1f -C extra-filename=-2531f524387a9a1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27232024-02-28T12:32:56.247Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
27242024-02-28T12:32:56.250Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=73428bc1a3733ac1 -C extra-filename=-73428bc1a3733ac1 --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-3eeab6fbd80ddd36.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-386fe13d89e574eb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-78ca245d915e4d36.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27252024-02-28T12:32:56.505Z Compiling tungstenite v0.20.1
27262024-02-28T12:32:56.519Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=b1df0da5ff4da6b8 -C extra-filename=-b1df0da5ff4da6b8 --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-4ff908e223b9ba35.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-e5f44abe68a68320.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5165d982a445385a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a7abbe626b913ae0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-2531f524387a9a1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27272024-02-28T12:32:56.712Z Compiling path-slash v0.1.5
27282024-02-28T12:32:56.715Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=67c53f1d8bdbada0 -C extra-filename=-67c53f1d8bdbada0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27292024-02-28T12:32:56.941Z Compiling newline-converter v0.3.0
27302024-02-28T12:32:56.965Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=27d283bedd3ab80d -C extra-filename=-27d283bedd3ab80d --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-3db9a7183557834f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27312024-02-28T12:32:57.062Z Compiling display-error-chain v0.2.0
27322024-02-28T12:32:57.082Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/display-error-chain-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aaa19c355036061d -C extra-filename=-aaa19c355036061d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27332024-02-28T12:32:57.121Z Compiling expectorate v1.1.0
27342024-02-28T12:32:57.124Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=58d0f28ea0b24078 -C extra-filename=-58d0f28ea0b24078 --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-78e92f0a938305c3.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-27d283bedd3ab80d.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27352024-02-28T12:32:57.251Z Compiling parking_lot_core v0.8.6
27362024-02-28T12:32:57.254Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=48826031f0281653 -C extra-filename=-48826031f0281653 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-48826031f0281653 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27372024-02-28T12:32:57.305Z Compiling object v0.30.4
27382024-02-28T12:32:57.308Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' -C metadata=785eabfe23ecbd9a -C extra-filename=-785eabfe23ecbd9a --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-ddd6b783a064eb7e.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-d9080ea44845b768.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-30180bc88c646d38.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27392024-02-28T12:32:57.347Z Compiling trust-dns-client v0.22.0
27402024-02-28T12:32:57.350Z Running `/home/build/.rustup/toolchains/1.74.1-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=798bb45d4c70359e -C extra-filename=-798bb45d4c70359e --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-6efcfb0956144885.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-e5f44abe68a68320.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-c9b0f869285dc9b0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8717160e61d0c384.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a1caaa2fb0be3208.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fcbf1a71e5caea3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27412024-02-28T12:32:57.835Z Compiling tokio-tungstenite v0.20.1
27422024-02-28T12:32:57.839Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=4fdb308b153ea4a4 -C extra-filename=-4fdb308b153ea4a4 --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-53f9058382a517fe.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-b1df0da5ff4da6b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27432024-02-28T12:32:58.267Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-48826031f0281653/build-script-build`
27442024-02-28T12:32:58.317Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=47dfc14dfcd1a249 -C extra-filename=-47dfc14dfcd1a249 --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-6efcfb0956144885.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-a3b9195715d78840.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b621128d9996bf8f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27452024-02-28T12:32:58.368Z Compiling keccak v0.1.4
27462024-02-28T12:32:58.371Z Running `/home/build/.rustup/toolchains/1.74.1-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=af737db1943fc8a2 -C extra-filename=-af737db1943fc8a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27472024-02-28T12:32:58.770Z Compiling parking_lot v0.11.2
27482024-02-28T12:32:58.774Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=55e828fd2a34db9c -C extra-filename=-55e828fd2a34db9c --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-a3b9195715d78840.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-cd1bdf41f320219b.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-47dfc14dfcd1a249.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27492024-02-28T12:32:59.057Z Compiling trust-dns-server v0.22.1
27502024-02-28T12:32:59.060Z Running `/home/build/.rustup/toolchains/1.74.1-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=6deffeb81dc9d514 -C extra-filename=-6deffeb81dc9d514 --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-153467c069b7bf56.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-ffa3fb5dbd3437a4.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-c224673be8777514.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8717160e61d0c384.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7879e857ca3a09e1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a1caaa2fb0be3208.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-798bb45d4c70359e.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fcbf1a71e5caea3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27512024-02-28T12:32:59.419Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27522024-02-28T12:32:59.422Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -C metadata=fc4042028ce6e0be -C extra-filename=-fc4042028ce6e0be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-0ab9c272fd6ab666.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-20493bf2711065e2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d7af578b01205b68.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-d370449767f06d09.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d66ec92e5ffa2128.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-95ace81411a3575c.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-1ea61efff4ad46fc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0cc9eeb58d475786.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ff0f2c74b5ccb553.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
27532024-02-28T12:32:59.835Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27542024-02-28T12:32:59.862Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="seed-gen"' -C metadata=e4309c15417cf863 -C extra-filename=-e4309c15417cf863 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-98c4a3b2b1f7ceb2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-9fc834b5cc8db937.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c3113d731711bf62.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3f9a1ee4ab3fa8c8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-943e2e71b9f2061c.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dac9514b36432b89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-e3ba4c32d0e352b8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a91eaea439c73ae.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
27552024-02-28T12:33:00.488Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27562024-02-28T12:33:00.491Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7098155071a8e757 -C extra-filename=-7098155071a8e757 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c1c0ca8903c4a8e0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
27572024-02-28T12:33:01.153Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27582024-02-28T12:33:01.189Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cc74088b3828745f -C extra-filename=-cc74088b3828745f --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-2e8387afa3274f85.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0917ee0c66dc3fdf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-a5c1a93fb91429c0.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
27592024-02-28T12:33:02.602Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
27602024-02-28T12:33:02.606Z Running `/home/build/.rustup/toolchains/1.74.1-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=68d6534a69463f98 -C extra-filename=-68d6534a69463f98 --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-4ff908e223b9ba35.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-3c86b9368e38f611.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9195e699c88ce3be.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-24fdf309d5be837c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-5c43c17ddcd58b21.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-e71a3e973fe85ec6.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-e89f1d665f42063e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-d943f34e3b777563.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-2696719566872a20.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-78ca245d915e4d36.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27612024-02-28T12:33:05.599Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
27622024-02-28T12:33:05.602Z Running `/home/build/.rustup/toolchains/1.74.1-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=c6a90c04ebbf6044 -C extra-filename=-c6a90c04ebbf6044 --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-5c43c17ddcd58b21.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-68d6534a69463f98.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-785eabfe23ecbd9a.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-67c53f1d8bdbada0.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-e89f1d665f42063e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-386fe13d89e574eb.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-73428bc1a3733ac1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ae75f76082580031.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-2696719566872a20.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-78ca245d915e4d36.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f959e24eb3a10109.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-fbf64c6ee8d29268/out/lib`
27632024-02-28T12:33:06.336Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
27642024-02-28T12:33:06.340Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9ebda94f988616dc -C extra-filename=-9ebda94f988616dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
27652024-02-28T12:33:07.166Z Compiling sled v0.34.7
27662024-02-28T12:33:07.170Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' -C metadata=e65c884699ef6dcc -C extra-filename=-e65c884699ef6dcc --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-ddd6b783a064eb7e.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-ff88d5c2e7048037.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-55e828fd2a34db9c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27672024-02-28T12:33:07.714Z Compiling sha3 v0.10.8
27682024-02-28T12:33:07.720Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=063c9d9e1cc01f7e -C extra-filename=-063c9d9e1cc01f7e --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-3c69cefdc4f41599.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-af737db1943fc8a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27692024-02-28T12:33:08.726Z Compiling secrecy v0.8.0
27702024-02-28T12:33:08.729Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=44aac42af2daaf63 -C extra-filename=-44aac42af2daaf63 --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-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27712024-02-28T12:33:08.786Z Compiling buf-list v1.0.3
27722024-02-28T12:33:08.805Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=8893d74600b806d8 -C extra-filename=-8893d74600b806d8 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-8893d74600b806d8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27732024-02-28T12:33:09.027Z Compiling platforms v3.0.2
27742024-02-28T12:33:09.033Z Running `/home/build/.rustup/toolchains/1.74.1-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=86233e944617d37a -C extra-filename=-86233e944617d37a --out-dir /work/oxidecomputer/omicron/target/debug/build/platforms-86233e944617d37a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27752024-02-28T12:33:09.477Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27762024-02-28T12:33:09.481Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e12f9b8bc2aa3dab -C extra-filename=-e12f9b8bc2aa3dab --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-e12f9b8bc2aa3dab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-104d2e9a1ebfe6e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-83aa378c9c5fc9b8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
27772024-02-28T12:33:09.521Z Running `/work/oxidecomputer/omicron/target/debug/build/platforms-86233e944617d37a/build-script-build`
27782024-02-28T12:33:09.525Z Running `/home/build/.rustup/toolchains/1.74.1-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=5b59cb338043d9cb -C extra-filename=-5b59cb338043d9cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27792024-02-28T12:33:09.557Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-8893d74600b806d8/build-script-build`
27802024-02-28T12:33:09.621Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27812024-02-28T12:33:09.625Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/ddm-admin-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=d716ce8a757422b2 -C extra-filename=-d716ce8a757422b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-d716ce8a757422b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-104d2e9a1ebfe6e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-83aa378c9c5fc9b8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
27822024-02-28T12:33:09.642Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=5a089f4e82cce547 -C extra-filename=-5a089f4e82cce547 --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-2e8387afa3274f85.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
27832024-02-28T12:33:10.154Z Compiling curve25519-dalek v4.1.1
27842024-02-28T12:33:10.157Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.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=27cfa30d712e0525 -C extra-filename=-27cfa30d712e0525 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-27cfa30d712e0525 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern platforms=/work/oxidecomputer/omicron/target/debug/deps/libplatforms-5b59cb338043d9cb.rlib --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-b34be480a922a77c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27852024-02-28T12:33:10.252Z Compiling universal-hash v0.5.1
27862024-02-28T12:33:10.255Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b2664d199b306092 -C extra-filename=-b2664d199b306092 --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-4c8e5875e5a3a025.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27872024-02-28T12:33:10.468Z Compiling pin-project-internal v1.1.3
27882024-02-28T12:33:10.471Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.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=a92bd3273c90ac60 -C extra-filename=-a92bd3273c90ac60 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27892024-02-28T12:33:10.848Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27902024-02-28T12:33:10.851Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5eb973361d530be2 -C extra-filename=-5eb973361d530be2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e65c884699ef6dcc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-9a42209ce3b5c41a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-798bb45d4c70359e.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fcbf1a71e5caea3e.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-6deffeb81dc9d514.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
27912024-02-28T12:33:14.126Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27922024-02-28T12:33:14.130Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=681ea25b94f3f3bc -C extra-filename=-681ea25b94f3f3bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-d64f3a5fae41bc0f.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-46780f1e48e2f50f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-7e43975d98c679c4.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d7af578b01205b68.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ad5e62427f4cec6e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
27932024-02-28T12:33:17.672Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27942024-02-28T12:33:17.697Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7a39760243b02ffc -C extra-filename=-7a39760243b02ffc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8cbda95784c09cb7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ee0d2445b457794b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
27952024-02-28T12:33:17.829Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27962024-02-28T12:33:17.833Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=96bc8d49609a6b7e -C extra-filename=-96bc8d49609a6b7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-debbe0c98d2c26ea.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d908c75643dd57ca.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f8cc4821330dc39c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5bda086a58e72578.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-424fdc2ba1ca0090.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d4f2d576e24c812.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
27972024-02-28T12:33:19.425Z Compiling opaque-debug v0.3.0
27982024-02-28T12:33:19.452Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dabfecc51b8658ae -C extra-filename=-dabfecc51b8658ae --out-dir /work/oxidecomputer/omicron/target/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-02-28T12:33:19.539Z Compiling doc-comment v0.3.3
28002024-02-28T12:33:19.545Z Running `/home/build/.rustup/toolchains/1.74.1-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=ca2ad0e50b7a2d32 -C extra-filename=-ca2ad0e50b7a2d32 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-ca2ad0e50b7a2d32 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28012024-02-28T12:33:20.118Z Compiling pin-project v1.1.3
28022024-02-28T12:33:20.122Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.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=178809d605f03505 -C extra-filename=-178809d605f03505 --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-a92bd3273c90ac60.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28032024-02-28T12:33:20.230Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-ca2ad0e50b7a2d32/build-script-build`
28042024-02-28T12:33:20.243Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-27cfa30d712e0525/build-script-build`
28052024-02-28T12:33:20.342Z Compiling curve25519-dalek-derive v0.1.0
28062024-02-28T12:33:20.345Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-derive-0.1.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=d9fb79c3e0182086 -C extra-filename=-d9fb79c3e0182086 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28072024-02-28T12:33:20.360Z Compiling unicase v2.7.0
28082024-02-28T12:33:20.363Z Running `/home/build/.rustup/toolchains/1.74.1-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=b5361546712bf869 -C extra-filename=-b5361546712bf869 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-b5361546712bf869 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28092024-02-28T12:33:20.821Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-b5361546712bf869/build-script-build`
28102024-02-28T12:33:20.992Z Running `/home/build/.rustup/toolchains/1.74.1-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=07fc207f0825dc23 -C extra-filename=-07fc207f0825dc23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28112024-02-28T12:33:21.100Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28122024-02-28T12:33:21.103Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=204f19bf747f71db -C extra-filename=-204f19bf747f71db --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-153467c069b7bf56.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1840ba39f4ff13d1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-44aac42af2daaf63.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
28132024-02-28T12:33:21.948Z Running `/home/build/.rustup/toolchains/1.74.1-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=0e102328a0a1d9d3 -C extra-filename=-0e102328a0a1d9d3 --out-dir /work/oxidecomputer/omicron/target/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`
28142024-02-28T12:33:22.188Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.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=152dee083b520eca -C extra-filename=-152dee083b520eca --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-6efcfb0956144885.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-c7155cd217f75a24.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-d9fb79c3e0182086.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3c69cefdc4f41599.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.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"'`
28152024-02-28T12:33:22.352Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
28162024-02-28T12:33:22.355Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/bc0bb4b/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=81034ecc3be00c5a -C extra-filename=-81034ecc3be00c5a --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-baeed00c4892b615.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9e5585621ce62178.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-de2ade75d591c94c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28172024-02-28T12:33:22.737Z Compiling aead v0.5.2
28182024-02-28T12:33:22.779Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=64b1595cdea0d5b1 -C extra-filename=-64b1595cdea0d5b1 --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-4c8e5875e5a3a025.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5926e37d1f197e57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28192024-02-28T12:33:23.144Z Compiling mime_guess v2.0.4
28202024-02-28T12:33:23.149Z Running `/home/build/.rustup/toolchains/1.74.1-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=b193a917dec71cf9 -C extra-filename=-b193a917dec71cf9 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-b193a917dec71cf9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-0e102328a0a1d9d3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28212024-02-28T12:33:24.699Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28222024-02-28T12:33:24.703Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="testing"' -C metadata=d77411df0b2ec88a -C extra-filename=-d77411df0b2ec88a --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-153467c069b7bf56.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-204f19bf747f71db.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
28232024-02-28T12:33:24.719Z Compiling poly1305 v0.8.0
28242024-02-28T12:33:24.722Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=e466da736ac7294a -C extra-filename=-e466da736ac7294a --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-c7155cd217f75a24.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-dabfecc51b8658ae.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-b2664d199b306092.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28252024-02-28T12:33:26.531Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
28262024-02-28T12:33:26.535Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/mg-admin-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=76092fdc56887398 -C extra-filename=-76092fdc56887398 --out-dir /work/oxidecomputer/omicron/target/debug/build/mg-admin-client-76092fdc56887398 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-104d2e9a1ebfe6e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-83aa378c9c5fc9b8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
28272024-02-28T12:33:27.946Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
28282024-02-28T12:33:27.949Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/bc0bb4b/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=4d9bce377ee48e0e -C extra-filename=-4d9bce377ee48e0e --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-2e8387afa3274f85.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-bf540fe11b61f22d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
28292024-02-28T12:33:28.393Z Compiling chacha20 v0.9.1
28302024-02-28T12:33:28.396Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' -C metadata=90d4ce72903b2a22 -C extra-filename=-90d4ce72903b2a22 --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-6efcfb0956144885.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0cddec495d8a776e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-c7155cd217f75a24.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28312024-02-28T12:33:28.778Z Running `/work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-d716ce8a757422b2/build-script-build`
28322024-02-28T12:33:28.813Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-e12f9b8bc2aa3dab/build-script-build`
28332024-02-28T12:33:28.868Z Compiling thiserror-impl-no-std v2.0.2
28342024-02-28T12:33:28.871Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=24ff2ba960948293 -C extra-filename=-24ff2ba960948293 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28352024-02-28T12:33:29.105Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-b193a917dec71cf9/build-script-build`
28362024-02-28T12:33:29.133Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28372024-02-28T12:33:29.136Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=114f8f7884d59e86 -C extra-filename=-114f8f7884d59e86 --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-13b6e14ba16a5c3b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c1c0ca8903c4a8e0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
28382024-02-28T12:33:29.150Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name 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=982a67797fa6d4d7 -C extra-filename=-982a67797fa6d4d7 --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-7594a365b03daaf1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d4a59564ad5b75ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
28392024-02-28T12:33:29.612Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dae60454e816c25c -C extra-filename=-dae60454e816c25c --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-898a42c87a6ff7fe.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d4a59564ad5b75ae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c1c0ca8903c4a8e0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
28402024-02-28T12:33:30.892Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28412024-02-28T12:33:30.896Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3ddc70cd53ab27b5 -C extra-filename=-3ddc70cd53ab27b5 --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-898a42c87a6ff7fe.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d908c75643dd57ca.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c1c0ca8903c4a8e0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
28422024-02-28T12:33:31.324Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
28432024-02-28T12:33:31.350Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/bc0bb4b/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=f45b34c37a90a6fa -C extra-filename=-f45b34c37a90a6fa --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-5196b1b774dc5b3b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-81034ecc3be00c5a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-954c00f31b8bbf7b.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-6593486c62b3d7d7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28442024-02-28T12:33:32.202Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28452024-02-28T12:33:32.205Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=c6aaa7c4735c5e97 -C extra-filename=-c6aaa7c4735c5e97 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-c6aaa7c4735c5e97 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f71920ce82d17658.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
28462024-02-28T12:33:32.633Z Compiling kstat-rs v0.2.3
28472024-02-28T12:33:32.652Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kstat-rs-0.2.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=a7be816084513547 -C extra-filename=-a7be816084513547 --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-072d063d2a089037.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28482024-02-28T12:33:32.780Z Compiling thiserror-no-std v2.0.2
28492024-02-28T12:33:32.784Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7fbb0c46ded5af47 -C extra-filename=-7fbb0c46ded5af47 --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-24ff2ba960948293.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28502024-02-28T12:33:32.911Z Compiling vte_generate_state_changes v0.1.1
28512024-02-28T12:33:32.938Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=85420c3996d0da53 -C extra-filename=-85420c3996d0da53 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28522024-02-28T12:33:33.343Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28532024-02-28T12:33:33.358Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 ipcc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f89714557ef5d4b1 -C extra-filename=-f89714557ef5d4b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/ipcc-f89714557ef5d4b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28542024-02-28T12:33:33.512Z Compiling vsss-rs v3.3.4
28552024-02-28T12:33:33.518Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vsss-rs-3.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=fdcb72815d61ea5f -C extra-filename=-fdcb72815d61ea5f --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-152dee083b520eca.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7a80d53055709791.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1ca351f7f3d361c7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-7fbb0c46ded5af47.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28562024-02-28T12:33:33.719Z Compiling vte v0.11.1
28572024-02-28T12:33:33.747Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c895fa5fd3738696 -C extra-filename=-c895fa5fd3738696 --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-23480799e7d77cab.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-85420c3996d0da53.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28582024-02-28T12:33:33.773Z Running `/work/oxidecomputer/omicron/target/debug/build/ipcc-f89714557ef5d4b1/build-script-build`
28592024-02-28T12:33:33.832Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-c6aaa7c4735c5e97/build-script-build`
28602024-02-28T12:33:33.918Z Running `/home/build/.rustup/toolchains/1.74.1-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=cd66ff657cb29e11 -C extra-filename=-cd66ff657cb29e11 --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-6a7bea3b3edc87ca.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-0e102328a0a1d9d3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28612024-02-28T12:33:34.857Z Compiling chacha20poly1305 v0.10.1
28622024-02-28T12:33:34.895Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=7c10a31600b0da60 -C extra-filename=-7c10a31600b0da60 --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-64b1595cdea0d5b1.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-90d4ce72903b2a22.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0cddec495d8a776e.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-e466da736ac7294a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28632024-02-28T12:33:35.100Z Compiling snafu-derive v0.7.5
28642024-02-28T12:33:35.103Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.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=b8fb59d923987be8 -C extra-filename=-b8fb59d923987be8 --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28652024-02-28T12:33:36.627Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28662024-02-28T12:33:36.655Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=943a8f76c19537e9 -C extra-filename=-943a8f76c19537e9 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28672024-02-28T12:33:37.665Z Compiling fs-err v2.11.0
28682024-02-28T12:33:37.668Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d03364d7a6a5341a -C extra-filename=-d03364d7a6a5341a --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-d03364d7a6a5341a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28692024-02-28T12:33:38.090Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-d03364d7a6a5341a/build-script-build`
28702024-02-28T12:33:38.245Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28712024-02-28T12:33:38.248Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' -C metadata=5852226104f5c1c5 -C extra-filename=-5852226104f5c1c5 --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-e4b1c162c07fec80.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-943a8f76c19537e9.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28722024-02-28T12:33:38.445Z Compiling strip-ansi-escapes v0.2.0
28732024-02-28T12:33:38.451Z Running `/home/build/.rustup/toolchains/1.74.1-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=832d4baf018b888c -C extra-filename=-832d4baf018b888c --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-c895fa5fd3738696.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28742024-02-28T12:33:38.542Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28752024-02-28T12:33:38.566Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -C metadata=e44ae069656636aa -C extra-filename=-e44ae069656636aa --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-6efcfb0956144885.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-a7be816084513547.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
28762024-02-28T12:33:38.861Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
28772024-02-28T12:33:38.864Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/796dce5/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=35d94beb41085a77 -C extra-filename=-35d94beb41085a77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-84ecd44a98e3688b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
28782024-02-28T12:33:39.248Z Compiling globset v0.4.13
28792024-02-28T12:33:39.251Z Running `/home/build/.rustup/toolchains/1.74.1-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=6b7f5e9098b05110 -C extra-filename=-6b7f5e9098b05110 --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-e39b65394af31ca3.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-ce6aeddc0b5d8d62.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28802024-02-28T12:33:40.663Z Compiling fd-lock v3.0.13
28812024-02-28T12:33:40.666Z Running `/home/build/.rustup/toolchains/1.74.1-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=f32f684b80db9cca -C extra-filename=-f32f684b80db9cca --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-6efcfb0956144885.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-07201864f3f4f4d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822024-02-28T12:33:40.894Z Compiling olpc-cjson v0.1.3
28832024-02-28T12:33:40.897Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=00ef2a06aa07b9ba -C extra-filename=-00ef2a06aa07b9ba --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-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28842024-02-28T12:33:41.241Z Compiling serde_plain v1.0.2
28852024-02-28T12:33:41.244Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d83c27b2be13cab4 -C extra-filename=-d83c27b2be13cab4 --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-1acb9b56b176e664.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28862024-02-28T12:33:41.270Z Compiling async-recursion v1.0.5
28872024-02-28T12:33:41.307Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.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=cb3ef5d90e81dbed -C extra-filename=-cb3ef5d90e81dbed --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28882024-02-28T12:33:41.515Z Compiling snafu v0.7.5
28892024-02-28T12:33:41.518Z Running `/home/build/.rustup/toolchains/1.74.1-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=66b08c45c45549fe -C extra-filename=-66b08c45c45549fe --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-07fc207f0825dc23.rmeta --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-178809d605f03505.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-b8fb59d923987be8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28902024-02-28T12:33:41.663Z Compiling memoffset v0.7.1
28912024-02-28T12:33:41.666Z Running `/home/build/.rustup/toolchains/1.74.1-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=90d0c2331e6d1154 -C extra-filename=-90d0c2331e6d1154 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-90d0c2331e6d1154 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28922024-02-28T12:33:42.099Z Compiling nu-ansi-term v0.50.0
28932024-02-28T12:33:42.105Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.50.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1aa96a237d1f91c7 -C extra-filename=-1aa96a237d1f91c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28942024-02-28T12:33:42.395Z Compiling typed-path v0.7.0
28952024-02-28T12:33:42.397Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typed-path-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=37a37c96914ce752 -C extra-filename=-37a37c96914ce752 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962024-02-28T12:33:42.617Z Compiling reedline v0.29.0
28972024-02-28T12:33:42.620Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=05edde44eab689aa -C extra-filename=-05edde44eab689aa --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-898a42c87a6ff7fe.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7dbcce7b60b2a3da.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-f32f684b80db9cca.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-1aa96a237d1f91c7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-832d4baf018b888c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-811fe26553f8ceb9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3db9a7183557834f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982024-02-28T12:33:42.782Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-90d0c2331e6d1154/build-script-build`
28992024-02-28T12:33:42.932Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f7f269a573d7ce7a -C extra-filename=-f7f269a573d7ce7a --out-dir /work/oxidecomputer/omicron/target/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`
29002024-02-28T12:33:43.507Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29012024-02-28T12:33:43.510Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e707aea3c4da88a6 -C extra-filename=-e707aea3c4da88a6 --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-898a42c87a6ff7fe.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc70cd53ab27b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
29022024-02-28T12:33:44.544Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=a1529016b6d9c47e -C extra-filename=-a1529016b6d9c47e --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-2e8387afa3274f85.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-7c10a31600b0da60.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c864af77070b9fcf.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1840ba39f4ff13d1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-44aac42af2daaf63.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8cbda95784c09cb7.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fdcb72815d61ea5f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.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-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
29032024-02-28T12:33:45.387Z Running `/work/oxidecomputer/omicron/target/debug/build/mg-admin-client-76092fdc56887398/build-script-build`
29042024-02-28T12:33:45.691Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/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=6779d7bf9f1f661f -C extra-filename=-6779d7bf9f1f661f --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-7594a365b03daaf1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d4a59564ad5b75ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
29052024-02-28T12:33:45.821Z Compiling tough v0.16.0
29062024-02-28T12:33:45.824Z Running `/home/build/.rustup/toolchains/1.74.1-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=97b21d1d51322205 -C extra-filename=-97b21d1d51322205 --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-cb3ef5d90e81dbed.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7d72bdebf763b285.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-6b7f5e9098b05110.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-00ef2a06aa07b9ba.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-943e2e71b9f2061c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-d83c27b2be13cab4.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-66b08c45c45549fe.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cbd289bff9588229.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-37a37c96914ce752.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-018c813ad0174d69.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
29072024-02-28T12:33:48.462Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=143996161e173edd -C extra-filename=-143996161e173edd --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-6efcfb0956144885.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c864af77070b9fcf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
29082024-02-28T12:33:49.931Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
29092024-02-28T12:33:49.934Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/ef442ee/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=664cac3690d379b2 -C extra-filename=-664cac3690d379b2 --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-22616ea412428ac4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9e5585621ce62178.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29102024-02-28T12:33:50.283Z Compiling diff v0.1.13
29112024-02-28T12:33:50.287Z Running `/home/build/.rustup/toolchains/1.74.1-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=5ba3fbbf1ae2423e -C extra-filename=-5ba3fbbf1ae2423e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29122024-02-28T12:33:50.807Z Compiling parse-size v1.0.0
29132024-02-28T12:33:50.810Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-size-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8e24ec9991093909 -C extra-filename=-8e24ec9991093909 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29142024-02-28T12:33:50.919Z Running `/home/build/.rustup/toolchains/1.74.1-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=8589795a66c6a8b6 -C extra-filename=-8589795a66c6a8b6 --out-dir /work/oxidecomputer/omicron/target/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`
29152024-02-28T12:33:51.045Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
29162024-02-28T12:33:51.049Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/c7cdaf1/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=3fe0b78389186ab5 -C extra-filename=-3fe0b78389186ab5 --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-3b85b17348f4e8ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29172024-02-28T12:33:51.080Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
29182024-02-28T12:33:51.083Z Running `/home/build/.rustup/toolchains/1.74.1-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=3738544f39015edd -C extra-filename=-3738544f39015edd --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-3738544f39015edd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29192024-02-28T12:33:51.435Z Compiling salty v0.2.0
29202024-02-28T12:33:51.438Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.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=fc97587430feb76f -C extra-filename=-fc97587430feb76f --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-fc97587430feb76f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29212024-02-28T12:33:51.515Z Compiling http-range v0.1.5
29222024-02-28T12:33:51.518Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1f91b72b02bed1c7 -C extra-filename=-1f91b72b02bed1c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29232024-02-28T12:33:51.780Z Compiling signature v1.6.4
29242024-02-28T12:33:51.798Z Running `/home/build/.rustup/toolchains/1.74.1-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=68274637701a506d -C extra-filename=-68274637701a506d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29252024-02-28T12:33:51.890Z Compiling ed25519 v1.5.3
29262024-02-28T12:33:51.893Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
29272024-02-28T12:33:51.893Z Running `/home/build/.rustup/toolchains/1.74.1-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=f055a26e6c4af7ec -C extra-filename=-f055a26e6c4af7ec --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-68274637701a506d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29282024-02-28T12:33:51.893Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/bc0bb4b/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=1ed8dee61987e58a -C extra-filename=-1ed8dee61987e58a --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-4d9bce377ee48e0e.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-81034ecc3be00c5a.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-f45b34c37a90a6fa.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
29292024-02-28T12:33:51.950Z Compiling hyper-staticfile v0.9.5
29302024-02-28T12:33:51.967Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5273a9f1beeaa98c -C extra-filename=-5273a9f1beeaa98c --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-53f9058382a517fe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-1f91b72b02bed1c7.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-17048ad0d39f59d3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29312024-02-28T12:33:52.099Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-fc97587430feb76f/build-script-build`
29322024-02-28T12:33:52.110Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
29332024-02-28T12:33:52.113Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/c7cdaf1/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=cbde48bec1d6bb6e -C extra-filename=-cbde48bec1d6bb6e --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-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ed8dee61987e58a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4fdb308b153ea4a4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
29342024-02-28T12:33:52.141Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
29352024-02-28T12:33:52.144Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/c7cdaf1/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=63af01500de80ffd -C extra-filename=-63af01500de80ffd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-1dc25534d397079e.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1ed8dee61987e58a.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-3fe0b78389186ab5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-3fc2e0e76c9a9e9b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4fdb308b153ea4a4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
29362024-02-28T12:33:52.223Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-3738544f39015edd/build-script-build`
29372024-02-28T12:33:52.307Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29382024-02-28T12:33:52.311Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=81052139e9b8ba8e -C extra-filename=-81052139e9b8ba8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5a089f4e82cce547.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c6a90c04ebbf6044.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8e24ec9991093909.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-943e2e71b9f2061c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-3bcb2aad01b1c17a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-97b21d1d51322205.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f959e24eb3a10109.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
29392024-02-28T12:33:52.445Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
29402024-02-28T12:33:52.448Z Running `/home/build/.rustup/toolchains/1.74.1-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=8306523704bfa246 -C extra-filename=-8306523704bfa246 --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-8861c4fe0bf9ac1d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-8589795a66c6a8b6.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-5b69abb51cddee7d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29412024-02-28T12:33:52.903Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29422024-02-28T12:33:52.907Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b552382d177e5af2 -C extra-filename=-b552382d177e5af2 --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-4ff908e223b9ba35.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-3d7308d675906fc6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-78ca245d915e4d36.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29432024-02-28T12:33:53.228Z Compiling serde-big-array v0.5.1
29442024-02-28T12:33:53.232Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f226a9c1362852f9 -C extra-filename=-f226a9c1362852f9 --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-1acb9b56b176e664.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29452024-02-28T12:33:53.491Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
29462024-02-28T12:33:53.494Z Running `/home/build/.rustup/toolchains/1.74.1-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=125cba92a240f422 -C extra-filename=-125cba92a240f422 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29472024-02-28T12:33:54.531Z Compiling bytecount v0.6.3
29482024-02-28T12:33:54.534Z Running `/home/build/.rustup/toolchains/1.74.1-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=1f95f3084ef75bb6 -C extra-filename=-1f95f3084ef75bb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29492024-02-28T12:33:54.695Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
29502024-02-28T12:33:54.698Z Running `/home/build/.rustup/toolchains/1.74.1-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=42c88a5ccca7cf44 -C extra-filename=-42c88a5ccca7cf44 --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-125cba92a240f422.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29512024-02-28T12:33:54.774Z Compiling papergrid v0.11.0
29522024-02-28T12:33:54.811Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=a4f6ae10c0d686de -C extra-filename=-a4f6ae10c0d686de --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-1f95f3084ef75bb6.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29532024-02-28T12:33:55.180Z Running `/home/build/.rustup/toolchains/1.74.1-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=b46467efc4eb97c9 -C extra-filename=-b46467efc4eb97c9 --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-f055a26e6c4af7ec.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
29542024-02-28T12:33:57.671Z Running `/home/build/.rustup/toolchains/1.74.1-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=b223f08348c42977 -C extra-filename=-b223f08348c42977 --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-153467c069b7bf56.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-b22c2c3d410270f4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-ff88d5c2e7048037.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-a2f7a85d92552045.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c6a90c04ebbf6044.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-ac6e649b210698f7.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-8306523704bfa246.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-f226a9c1362852f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a210f81e1185703.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-cf0a1fc317883901.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-b552382d177e5af2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b41b7dc74a54938e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f959e24eb3a10109.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-fbf64c6ee8d29268/out/lib`
29552024-02-28T12:33:58.059Z Compiling tabled_derive v0.7.0
29562024-02-28T12:33:58.065Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled_derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eb90dd3231fe1974 -C extra-filename=-eb90dd3231fe1974 --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-22616ea412428ac4.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-4cd3cd7a801c31ba.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29572024-02-28T12:33:58.188Z Compiling signal-hook-tokio v0.3.1
29582024-02-28T12:33:58.191Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' -C metadata=f09c9d64a57c3346 -C extra-filename=-f09c9d64a57c3346 --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-df288950ad332dec.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-42a6f77439465836.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29592024-02-28T12:33:58.400Z Compiling fd-lock v4.0.2
29602024-02-28T12:33:58.403Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-4.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=28d5b3139582c1e0 -C extra-filename=-28d5b3139582c1e0 --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-6efcfb0956144885.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-07201864f3f4f4d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29612024-02-28T12:33:58.630Z Compiling nix v0.27.1
29622024-02-28T12:33:58.634Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.27.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' -C metadata=cf727a61e9b2fa94 -C extra-filename=-cf727a61e9b2fa94 --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-4b8f5ced93694790.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29632024-02-28T12:33:59.456Z Compiling serde-big-array v0.4.1
29642024-02-28T12:33:59.488Z Running `/home/build/.rustup/toolchains/1.74.1-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=16c0af4162299664 -C extra-filename=-16c0af4162299664 --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-1acb9b56b176e664.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29652024-02-28T12:33:59.647Z Compiling sqlparser_derive v0.2.2
29662024-02-28T12:33:59.650Z Compiling unicode_categories v0.1.1
29672024-02-28T12:33:59.650Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser_derive-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9b673030917391b2 -C extra-filename=-9b673030917391b2 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29682024-02-28T12:33:59.660Z Running `/home/build/.rustup/toolchains/1.74.1-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=e0252d069718e29c -C extra-filename=-e0252d069718e29c --out-dir /work/oxidecomputer/omicron/target/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-02-28T12:34:00.006Z Compiling prettyplease v0.2.16
29702024-02-28T12:34:00.010Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.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=ec9a907d7371406b -C extra-filename=-ec9a907d7371406b --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-ec9a907d7371406b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29712024-02-28T12:34:00.441Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-ec9a907d7371406b/build-script-build`
29722024-02-28T12:34:00.454Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29732024-02-28T12:34:00.457Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d0a1d9915472473e -C extra-filename=-d0a1d9915472473e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b223f08348c42977.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-143996161e173edd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-42a6f77439465836.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f09c9d64a57c3346.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-b6d49f743b40c6ec.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4fdb308b153ea4a4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
29742024-02-28T12:34:01.050Z Compiling tabled v0.15.0
29752024-02-28T12:34:01.054Z Compiling sqlparser v0.43.1
29762024-02-28T12:34:01.054Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' -C metadata=1cefd18f671566b1 -C extra-filename=-1cefd18f671566b1 --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-a4f6ae10c0d686de.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-eb90dd3231fe1974.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29772024-02-28T12:34:01.054Z Running `/home/build/.rustup/toolchains/1.74.1-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=90736736a0f4005e -C extra-filename=-90736736a0f4005e --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-a8da004f5204fad5.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-9b673030917391b2.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29782024-02-28T12:34:01.122Z Compiling sqlformat v0.2.3
29792024-02-28T12:34:01.155Z Running `/home/build/.rustup/toolchains/1.74.1-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=0cfa17ee5e85b6a3 -C extra-filename=-0cfa17ee5e85b6a3 --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-28532e949855a5f9.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-24dc8bd775458b21.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-e0252d069718e29c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29802024-02-28T12:34:02.810Z Compiling rustyline v13.0.0
29812024-02-28T12:34:02.814Z Running `/home/build/.rustup/toolchains/1.74.1-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=b574fcf26a08df61 -C extra-filename=-b574fcf26a08df61 --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-4b8f5ced93694790.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-28d5b3139582c1e0.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-814cad4654b5349a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-cf727a61e9b2fa94.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-c9b0f869285dc9b0.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3db9a7183557834f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-23480799e7d77cab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29822024-02-28T12:34:04.423Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
29832024-02-28T12:34:04.465Z Running `/home/build/.rustup/toolchains/1.74.1-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=9efcbe9bd1494ad1 -C extra-filename=-9efcbe9bd1494ad1 --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-2d02097356b0f682.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-42c88a5ccca7cf44.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-b46467efc4eb97c9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-16c0af4162299664.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29842024-02-28T12:34:04.501Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29852024-02-28T12:34:04.528Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=41d8496766bb3ff8 -C extra-filename=-41d8496766bb3ff8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1529016b6d9c47e.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-114f8f7884d59e86.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fd6793eb2ba4cd1e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-35d94beb41085a77.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-982a67797fa6d4d7.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-5eb973361d530be2.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-dae60454e816c25c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5273a9f1beeaa98c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7a39760243b02ffc.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-204f19bf747f71db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d7af578b01205b68.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6779d7bf9f1f661f.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc70cd53ab27b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d66ec92e5ffa2128.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-e44ae069656636aa.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e707aea3c4da88a6.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cbde48bec1d6bb6e.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-63af01500de80ffd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b9d7b47b5b132c55.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-3fb1e700f549add8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d77411df0b2ec88a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0cc9eeb58d475786.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ad5e62427f4cec6e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a91eaea439c73ae.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ff0f2c74b5ccb553.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
29862024-02-28T12:34:05.723Z Compiling bcs v0.1.6
29872024-02-28T12:34:05.750Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=832e9aeb4ba95f83 -C extra-filename=-832e9aeb4ba95f83 --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-1acb9b56b176e664.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29882024-02-28T12:34:06.448Z Compiling highway v1.1.0
29892024-02-28T12:34:06.456Z Running `/home/build/.rustup/toolchains/1.74.1-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=a460a3da56e42aa6 -C extra-filename=-a460a3da56e42aa6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29902024-02-28T12:34:07.159Z Compiling corncobs v0.1.3
29912024-02-28T12:34:07.162Z Running `/home/build/.rustup/toolchains/1.74.1-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=a5f02f7056344f34 -C extra-filename=-a5f02f7056344f34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29922024-02-28T12:34:07.226Z Compiling crunchy v0.2.2
29932024-02-28T12:34:07.230Z Running `/home/build/.rustup/toolchains/1.74.1-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=276708032ba2aa8e -C extra-filename=-276708032ba2aa8e --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-276708032ba2aa8e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29942024-02-28T12:34:07.406Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
29952024-02-28T12:34:07.409Z Running `/home/build/.rustup/toolchains/1.74.1-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=c6f80cfcec446e3a -C extra-filename=-c6f80cfcec446e3a --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-a5f02f7056344f34.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-42c88a5ccca7cf44.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-b46467efc4eb97c9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-9efcbe9bd1494ad1.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2f59d5358814a968.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29962024-02-28T12:34:07.495Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29972024-02-28T12:34:07.515Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ff033e5abbc1e4cb -C extra-filename=-ff033e5abbc1e4cb --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-aaa19c355036061d.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1e6848bdbd9674f1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5bda086a58e72578.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-d5415d38200233f6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
29982024-02-28T12:34:07.824Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-276708032ba2aa8e/build-script-build`
29992024-02-28T12:34:07.856Z Compiling clang-sys v1.6.1
30002024-02-28T12:34:07.860Z Compiling tiny-keccak v2.0.2
30012024-02-28T12:34:07.872Z Running `/home/build/.rustup/toolchains/1.74.1-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=409f2ba701aff8c6 -C extra-filename=-409f2ba701aff8c6 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-409f2ba701aff8c6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30022024-02-28T12:34:07.875Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=3ea3e7c285d4b3be -C extra-filename=-3ea3e7c285d4b3be --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-3ea3e7c285d4b3be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30032024-02-28T12:34:08.061Z Compiling humantime v2.1.0
30042024-02-28T12:34:08.064Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=553bdda45eb6aba6 -C extra-filename=-553bdda45eb6aba6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30052024-02-28T12:34:08.279Z Running `/home/build/.rustup/toolchains/1.74.1-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=dc581852091c8239 -C extra-filename=-dc581852091c8239 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30062024-02-28T12:34:08.372Z Running `/home/build/.rustup/toolchains/1.74.1-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=487d71315671361b -C extra-filename=-487d71315671361b --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-f57b927d6c5d0106.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30072024-02-28T12:34:08.582Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30082024-02-28T12:34:08.586Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=790cb631f1a524c3 -C extra-filename=-790cb631f1a524c3 --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-84e742cfc30fd143.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
30092024-02-28T12:34:08.642Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-3ea3e7c285d4b3be/build-script-build`
30102024-02-28T12:34:08.671Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-409f2ba701aff8c6/build-script-build`
30112024-02-28T12:34:08.690Z Compiling darling_core v0.14.4
30122024-02-28T12:34:08.690Z Running `/home/build/.rustup/toolchains/1.74.1-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=de00349bf3461105 -C extra-filename=-de00349bf3461105 --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-6cf1b0ed1ebc9dce.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-8299fe9430dc73f9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-9615ee8240108c1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30132024-02-28T12:34:08.737Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=e26093762467b69f -C extra-filename=-e26093762467b69f --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-dc581852091c8239.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30142024-02-28T12:34:08.817Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30152024-02-28T12:34:08.821Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=16979e98a4917953 -C extra-filename=-16979e98a4917953 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d0a1d9915472473e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-c6f80cfcec446e3a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L /usr/platform/oxide/lib/amd64/`
30162024-02-28T12:34:08.863Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30172024-02-28T12:34:08.895Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=60040436200452f9 -C extra-filename=-60040436200452f9 --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-898a42c87a6ff7fe.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
30182024-02-28T12:34:09.404Z Compiling ascii-canvas v3.0.0
30192024-02-28T12:34:09.410Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b94616e039fd8545 -C extra-filename=-b94616e039fd8545 --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-597d459fab2c8513.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30202024-02-28T12:34:09.999Z Compiling ena v0.14.2
30212024-02-28T12:34:10.003Z Running `/home/build/.rustup/toolchains/1.74.1-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=e919ddcae1e97f38 -C extra-filename=-e919ddcae1e97f38 --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-a8da004f5204fad5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30222024-02-28T12:34:10.433Z Compiling libloading v0.7.4
30232024-02-28T12:34:10.442Z Running `/home/build/.rustup/toolchains/1.74.1-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=63bac09e9f2644e0 -C extra-filename=-63bac09e9f2644e0 --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-6efcfb0956144885.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30242024-02-28T12:34:10.865Z Compiling assert_matches v1.5.0
30252024-02-28T12:34:10.868Z Running `/home/build/.rustup/toolchains/1.74.1-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=237e8556096248b4 -C extra-filename=-237e8556096248b4 --out-dir /work/oxidecomputer/omicron/target/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-02-28T12:34:10.979Z Compiling regex-syntax v0.6.29
30272024-02-28T12:34:10.984Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=3c4bae917f8cf355 -C extra-filename=-3c4bae917f8cf355 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30282024-02-28T12:34:11.042Z Compiling bindgen v0.69.2
30292024-02-28T12:34:11.045Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.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=c731e09b2f3ff7ed -C extra-filename=-c731e09b2f3ff7ed --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-c731e09b2f3ff7ed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30302024-02-28T12:34:11.578Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30312024-02-28T12:34:11.615Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aa7e4a33c0aeef7d -C extra-filename=-aa7e4a33c0aeef7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-832e9aeb4ba95f83.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-a460a3da56e42aa6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9e5585621ce62178.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-05edde44eab689aa.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b574fcf26a08df61.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-0cfa17ee5e85b6a3.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-90736736a0f4005e.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-1cefd18f671566b1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a91eaea439c73ae.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
30322024-02-28T12:34:11.842Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-c731e09b2f3ff7ed/build-script-build`
30332024-02-28T12:34:11.874Z Running `/home/build/.rustup/toolchains/1.74.1-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=770674322ec319ea -C extra-filename=-770674322ec319ea --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-219023a8387da708.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-63bac09e9f2644e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30342024-02-28T12:34:13.575Z Compiling cexpr v0.6.0
30352024-02-28T12:34:13.584Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e2953340f9db8097 -C extra-filename=-e2953340f9db8097 --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-24dc8bd775458b21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30362024-02-28T12:34:14.792Z Compiling darling_macro v0.14.4
30372024-02-28T12:34:14.796Z Running `/home/build/.rustup/toolchains/1.74.1-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=e10dafa8c602c834 -C extra-filename=-e10dafa8c602c834 --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-de00349bf3461105.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30382024-02-28T12:34:15.379Z Compiling lalrpop v0.19.12
30392024-02-28T12:34:15.383Z Running `/home/build/.rustup/toolchains/1.74.1-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=064f16a7fb649161 -C extra-filename=-064f16a7fb649161 --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-b94616e039fd8545.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1273314ddbc76afe.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-5ba3fbbf1ae2423e.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-e919ddcae1e97f38.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-7438801953d9a56c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-44674b22e4bd2ff9.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-5f0c5f1a0483f4f9.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-73d67c3b05892acd.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-3c4bae917f8cf355.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-cf0a1fc317883901.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-597d459fab2c8513.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-e26093762467b69f.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-bcfe243e41aa4734.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30402024-02-28T12:34:16.183Z Compiling darling v0.14.4
30412024-02-28T12:34:16.186Z Running `/home/build/.rustup/toolchains/1.74.1-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=32c2ca60d4e861e3 -C extra-filename=-32c2ca60d4e861e3 --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-de00349bf3461105.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-e10dafa8c602c834.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30422024-02-28T12:34:16.337Z Compiling which v4.4.0
30432024-02-28T12:34:16.340Z Running `/home/build/.rustup/toolchains/1.74.1-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=544850897f858f8c -C extra-filename=-544850897f858f8c --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-7594a365b03daaf1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30442024-02-28T12:34:16.969Z Compiling lazycell v1.3.0
30452024-02-28T12:34:16.973Z Running `/home/build/.rustup/toolchains/1.74.1-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=8779f586eb159602 -C extra-filename=-8779f586eb159602 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30462024-02-28T12:34:17.154Z Compiling maplit v1.0.2
30472024-02-28T12:34:17.157Z Running `/home/build/.rustup/toolchains/1.74.1-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=83ebfaaf8e08f401 -C extra-filename=-83ebfaaf8e08f401 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30482024-02-28T12:34:17.276Z Compiling rustc-hash v1.1.0
30492024-02-28T12:34:17.295Z Running `/home/build/.rustup/toolchains/1.74.1-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=7b7bac8460bb1330 -C extra-filename=-7b7bac8460bb1330 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30502024-02-28T12:34:17.367Z Compiling ref-cast v1.0.20
30512024-02-28T12:34:17.370Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.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=821b2ffc3e6d43e9 -C extra-filename=-821b2ffc3e6d43e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-821b2ffc3e6d43e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30522024-02-28T12:34:17.444Z Compiling shlex v1.3.0
30532024-02-28T12:34:17.447Z Running `/home/build/.rustup/toolchains/1.74.1-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=ebdfeff092d7b8a8 -C extra-filename=-ebdfeff092d7b8a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30542024-02-28T12:34:17.880Z Compiling peeking_take_while v0.1.2
30552024-02-28T12:34:17.883Z Running `/home/build/.rustup/toolchains/1.74.1-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=c3d1425bfda4ae47 -C extra-filename=-c3d1425bfda4ae47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30562024-02-28T12:34:18.013Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-821b2ffc3e6d43e9/build-script-build`
30572024-02-28T12:34:18.039Z Running `/home/build/.rustup/toolchains/1.74.1-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=42483813cf31fcee -C extra-filename=-42483813cf31fcee --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-4b8f5ced93694790.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-e2953340f9db8097.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-770674322ec319ea.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-8779f586eb159602.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern peeking_take_while=/work/oxidecomputer/omicron/target/debug/deps/libpeeking_take_while-c3d1425bfda4ae47.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-487d71315671361b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-7b7bac8460bb1330.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-ebdfeff092d7b8a8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-544850897f858f8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30582024-02-28T12:34:18.086Z Compiling derive_builder_core v0.12.0
30592024-02-28T12:34:18.104Z Running `/home/build/.rustup/toolchains/1.74.1-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=db6b8655762566a4 -C extra-filename=-db6b8655762566a4 --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-32c2ca60d4e861e3.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30602024-02-28T12:34:20.198Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30612024-02-28T12:34:20.201Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=33c02e989dc14436 -C extra-filename=-33c02e989dc14436 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-33c02e989dc14436 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f71920ce82d17658.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
30622024-02-28T12:34:20.599Z Compiling ref-cast-impl v1.0.20
30632024-02-28T12:34:20.603Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.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=3404fb1882bfd558 -C extra-filename=-3404fb1882bfd558 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30642024-02-28T12:34:20.648Z Compiling libxml v0.3.3
30652024-02-28T12:34:20.651Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=11de4411db6ff758 -C extra-filename=-11de4411db6ff758 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-11de4411db6ff758 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d5e8df27f8d820e4.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30662024-02-28T12:34:21.157Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-11de4411db6ff758/build-script-build`
30672024-02-28T12:34:21.181Z Compiling derive_builder_macro v0.12.0
30682024-02-28T12:34:21.184Z Running `/home/build/.rustup/toolchains/1.74.1-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=9e632c56d0acfd2c -C extra-filename=-9e632c56d0acfd2c --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-db6b8655762566a4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30692024-02-28T12:34:22.081Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.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=4fad036910d2c397 -C extra-filename=-4fad036910d2c397 --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-3404fb1882bfd558.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30702024-02-28T12:34:22.243Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-33c02e989dc14436/build-script-build`
30712024-02-28T12:34:22.274Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30722024-02-28T12:34:22.278Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=41f03b3705aca2c7 -C extra-filename=-41f03b3705aca2c7 --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-e1e883e8fff4ba58.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d0a1d9915472473e.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16979e98a4917953.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
30732024-02-28T12:34:22.362Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30742024-02-28T12:34:22.366Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3f68849ea9f46a77 -C extra-filename=-3f68849ea9f46a77 --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-22616ea412428ac4.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-790cb631f1a524c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-954c00f31b8bbf7b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
30752024-02-28T12:34:24.457Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30762024-02-28T12:34:24.461Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=180fca28be2a2bad -C extra-filename=-180fca28be2a2bad --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-13b6e14ba16a5c3b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
30772024-02-28T12:34:25.526Z Compiling strum_macros v0.24.3
30782024-02-28T12:34:25.529Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=86574ce3fef1668e -C extra-filename=-86574ce3fef1668e --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-aa4a5c579286af9a.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30792024-02-28T12:34:25.753Z Compiling cookie v0.18.0
30802024-02-28T12:34:25.756Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.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=0b1b277098cc37eb -C extra-filename=-0b1b277098cc37eb --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-0b1b277098cc37eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30812024-02-28T12:34:26.190Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
30822024-02-28T12:34:26.193Z Running `/home/build/.rustup/toolchains/1.74.1-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=92e4a724849d313c -C extra-filename=-92e4a724849d313c --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-92e4a724849d313c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30832024-02-28T12:34:26.239Z Compiling indoc v1.0.9
30842024-02-28T12:34:26.243Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=63b7117dbf8d1e97 -C extra-filename=-63b7117dbf8d1e97 --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`
30852024-02-28T12:34:26.389Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-0b1b277098cc37eb/build-script-build`
30862024-02-28T12:34:26.466Z Compiling derive_builder v0.12.0
30872024-02-28T12:34:26.482Z Running `/home/build/.rustup/toolchains/1.74.1-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=a85522de554a9848 -C extra-filename=-a85522de554a9848 --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-9e632c56d0acfd2c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30882024-02-28T12:34:26.666Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-92e4a724849d313c/build-script-build`
30892024-02-28T12:34:26.670Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=13096e4bf3c0f4e1 -C extra-filename=-13096e4bf3c0f4e1 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
30902024-02-28T12:34:26.723Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30912024-02-28T12:34:26.727Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=78308ff48786012d -C extra-filename=-78308ff48786012d --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-78308ff48786012d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f71920ce82d17658.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
30922024-02-28T12:34:27.135Z Compiling bb8 v0.8.3
30932024-02-28T12:34:27.139Z Running `/home/build/.rustup/toolchains/1.74.1-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=065ee71cec821029 -C extra-filename=-065ee71cec821029 --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-153467c069b7bf56.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6c4444407e3e044c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30942024-02-28T12:34:27.431Z Compiling quick-xml v0.30.0
30952024-02-28T12:34:27.435Z Running `/home/build/.rustup/toolchains/1.74.1-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=de96dac28942d4c5 -C extra-filename=-de96dac28942d4c5 --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-19c64e24300af82f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30962024-02-28T12:34:27.692Z Compiling oso-derive v0.27.0
30972024-02-28T12:34:27.697Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-derive-0.27.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=bd97940cf9f4c246 -C extra-filename=-bd97940cf9f4c246 --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-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30982024-02-28T12:34:29.132Z Compiling impl-trait-for-tuples v0.2.2
30992024-02-28T12:34:29.135Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f2c35d1739b1fb43 -C extra-filename=-f2c35d1739b1fb43 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31002024-02-28T12:34:29.880Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
31012024-02-28T12:34:29.884Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/ed7ab5e/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cockroach"' --cfg 'feature="default"' -C metadata=c8be0153e1f03ddd -C extra-filename=-c8be0153e1f03ddd --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-153467c069b7bf56.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-065ee71cec821029.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cf18b29608d3a4d6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31022024-02-28T12:34:29.939Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-78308ff48786012d/build-script-build`
31032024-02-28T12:34:29.946Z Running `/home/build/.rustup/toolchains/1.74.1-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=75f6c801faf451ae -C extra-filename=-75f6c801faf451ae --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-cf18b29608d3a4d6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a91eaea439c73ae.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31042024-02-28T12:34:30.367Z Running `/home/build/.rustup/toolchains/1.74.1-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=e0aea0e2d381da33 -C extra-filename=-e0aea0e2d381da33 --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-8717160e61d0c384.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31052024-02-28T12:34:30.591Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dca14e5bbea5fdf7 -C extra-filename=-dca14e5bbea5fdf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3f68849ea9f46a77.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-99137e97c3cb7edd.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cf18b29608d3a4d6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d7af578b01205b68.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-180fca28be2a2bad.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ff033e5abbc1e4cb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d908c75643dd57ca.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f8cc4821330dc39c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-424fdc2ba1ca0090.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b9d7b47b5b132c55.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d4f2d576e24c812.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
31062024-02-28T12:34:30.983Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31072024-02-28T12:34:30.987Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=48bf12122b351eb8 -C extra-filename=-48bf12122b351eb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc70cd53ab27b5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-60040436200452f9.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aa7e4a33c0aeef7d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
31082024-02-28T12:34:31.545Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31092024-02-28T12:34:31.563Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c51bbcf5253e88f2 -C extra-filename=-c51bbcf5253e88f2 --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-22616ea412428ac4.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-790cb631f1a524c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-954c00f31b8bbf7b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
31102024-02-28T12:34:33.515Z Compiling portable-atomic v1.4.3
31112024-02-28T12:34:33.518Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.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=b10aa26e1864131f -C extra-filename=-b10aa26e1864131f --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-b10aa26e1864131f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31122024-02-28T12:34:34.413Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31132024-02-28T12:34:34.417Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ce0cad0f797b1da6 -C extra-filename=-ce0cad0f797b1da6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c6a90c04ebbf6044.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cbd289bff9588229.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-97b21d1d51322205.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-81052139e9b8ba8e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
31142024-02-28T12:34:34.738Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-b10aa26e1864131f/build-script-build`
31152024-02-28T12:34:34.802Z Compiling castaway v0.2.2
31162024-02-28T12:34:34.803Z Running `/home/build/.rustup/toolchains/1.74.1-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=00af7883b13be48d -C extra-filename=-00af7883b13be48d --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-aa4a5c579286af9a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31172024-02-28T12:34:34.975Z Compiling compact_str v0.7.1
31182024-02-28T12:34:34.978Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compact_str-0.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=00edcec9608502ad -C extra-filename=-00edcec9608502ad --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-00af7883b13be48d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-ef556ccf273fb97d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31192024-02-28T12:34:36.215Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.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=26b4efbb12889e47 -C extra-filename=-26b4efbb12889e47 --out-dir /work/oxidecomputer/omicron/target/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`
31202024-02-28T12:34:36.659Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31212024-02-28T12:34:36.693Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=85b1856162289b86 -C extra-filename=-85b1856162289b86 --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-153467c069b7bf56.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
31222024-02-28T12:34:37.118Z Compiling lru v0.12.1
31232024-02-28T12:34:37.121Z Running `/home/build/.rustup/toolchains/1.74.1-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=594eae0ec8e8cd70 -C extra-filename=-594eae0ec8e8cd70 --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-b4bfb3976ef1e0a9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31242024-02-28T12:34:37.460Z Compiling stability v0.1.1
31252024-02-28T12:34:37.463Z Running `/home/build/.rustup/toolchains/1.74.1-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=236ddc5e70f83261 -C extra-filename=-236ddc5e70f83261 --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-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31262024-02-28T12:34:37.521Z Compiling cassowary v0.3.0
31272024-02-28T12:34:37.545Z Running `/home/build/.rustup/toolchains/1.74.1-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=62d3458e82eb5912 -C extra-filename=-62d3458e82eb5912 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31282024-02-28T12:34:38.679Z Compiling indoc v2.0.3
31292024-02-28T12:34:38.682Z Running `/home/build/.rustup/toolchains/1.74.1-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=da4a49defead9c2a -C extra-filename=-da4a49defead9c2a --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`
31302024-02-28T12:34:38.913Z Compiling number_prefix v0.4.0
31312024-02-28T12:34:38.939Z Running `/home/build/.rustup/toolchains/1.74.1-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=d6555b50a0192add -C extra-filename=-d6555b50a0192add --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31322024-02-28T12:34:39.189Z Compiling indicatif v0.17.8
31332024-02-28T12:34:39.192Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' -C metadata=05858b82cfb4ef84 -C extra-filename=-05858b82cfb4ef84 --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-78e92f0a938305c3.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-d6555b50a0192add.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-26b4efbb12889e47.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-40fc1b2a98c87d3e.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31342024-02-28T12:34:40.030Z Compiling ratatui v0.26.1
31352024-02-28T12:34:40.033Z Running `/home/build/.rustup/toolchains/1.74.1-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=c44db0e13b34354f -C extra-filename=-c44db0e13b34354f --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-4b8f5ced93694790.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-62d3458e82eb5912.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-00edcec9608502ad.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7dbcce7b60b2a3da.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-da4a49defead9c2a.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-594eae0ec8e8cd70.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern stability=/work/oxidecomputer/omicron/target/debug/deps/libstability-236ddc5e70f83261.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3db9a7183557834f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31362024-02-28T12:34:41.494Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31372024-02-28T12:34:41.497Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=152b6736d2c4837c -C extra-filename=-152b6736d2c4837c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
31382024-02-28T12:34:41.613Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31392024-02-28T12:34:41.650Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6eda82a510b4643c -C extra-filename=-6eda82a510b4643c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ee0d2445b457794b.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
31402024-02-28T12:34:43.999Z Compiling smawk v0.3.1
31412024-02-28T12:34:44.010Z Running `/home/build/.rustup/toolchains/1.74.1-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=114b268f418e4796 -C extra-filename=-114b268f418e4796 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31422024-02-28T12:34:44.250Z Compiling unicode-linebreak v0.1.5
31432024-02-28T12:34:44.254Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dac2249bb67fad46 -C extra-filename=-dac2249bb67fad46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31442024-02-28T12:34:44.784Z Compiling textwrap v0.16.1
31452024-02-28T12:34:44.794Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' -C metadata=af4f04d942f04cdb -C extra-filename=-af4f04d942f04cdb --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-114b268f418e4796.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-dac2249bb67fad46.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31462024-02-28T12:34:46.152Z Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
31472024-02-28T12:34:46.155Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/blueprint-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=fc4ea987b2166ffc -C extra-filename=-fc4ea987b2166ffc --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-blueprint-execution-fc4ea987b2166ffc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f71920ce82d17658.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
31482024-02-28T12:34:46.557Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-blueprint-execution-fc4ea987b2166ffc/build-script-build`
31492024-02-28T12:34:46.586Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31502024-02-28T12:34:46.590Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4e5a474272d93784 -C extra-filename=-4e5a474272d93784 --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-898a42c87a6ff7fe.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7a39760243b02ffc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c1c0ca8903c4a8e0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ee0d2445b457794b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6eda82a510b4643c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
31512024-02-28T12:34:47.141Z Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
31522024-02-28T12:34:47.145Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_deployment --edition=2021 nexus/deployment/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c4b2d18dbdfc4325 -C extra-filename=-c4b2d18dbdfc4325 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8300448f6a8e23c1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-152b6736d2c4837c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
31532024-02-28T12:34:47.612Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31542024-02-28T12:34:47.634Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=47dd325d00e8b636 -C extra-filename=-47dd325d00e8b636 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-47dd325d00e8b636 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f71920ce82d17658.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
31552024-02-28T12:34:48.022Z Compiling is_ci v1.2.0
31562024-02-28T12:34:48.049Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2f4d72fed47c70cd -C extra-filename=-2f4d72fed47c70cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31572024-02-28T12:34:48.295Z Compiling supports-color v3.0.0
31582024-02-28T12:34:48.298Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f961b7166d8df368 -C extra-filename=-f961b7166d8df368 --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-2f4d72fed47c70cd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31592024-02-28T12:34:48.709Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-47dd325d00e8b636/build-script-build`
31602024-02-28T12:34:48.743Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
31612024-02-28T12:34:48.751Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/796dce5/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=fd7bcf6d521b1898 -C extra-filename=-fd7bcf6d521b1898 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-84ecd44a98e3688b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
31622024-02-28T12:34:50.099Z Compiling fatfs v0.3.6
31632024-02-28T12:34:50.103Z Running `/home/build/.rustup/toolchains/1.74.1-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=faa0dc159920d3e6 -C extra-filename=-faa0dc159920d3e6 --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-8861c4fe0bf9ac1d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31642024-02-28T12:34:51.436Z Compiling rtoolbox v0.0.1
31652024-02-28T12:34:51.440Z Running `/home/build/.rustup/toolchains/1.74.1-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=198fb0b51b7daf4b -C extra-filename=-198fb0b51b7daf4b --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31662024-02-28T12:34:51.899Z Compiling rpassword v7.3.1
31672024-02-28T12:34:51.918Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c7ae3c74da971e16 -C extra-filename=-c7ae3c74da971e16 --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-072d063d2a089037.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-198fb0b51b7daf4b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31682024-02-28T12:34:51.929Z Compiling tui-tree-widget v0.17.0
31692024-02-28T12:34:51.935Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.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 -C metadata=55000f8397d8a6e9 -C extra-filename=-55000f8397d8a6e9 --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-c44db0e13b34354f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31702024-02-28T12:34:52.238Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
31712024-02-28T12:34:52.241Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3b5e28ac9f67493d -C extra-filename=-3b5e28ac9f67493d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-78e92f0a938305c3.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-9a42209ce3b5c41a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-81052139e9b8ba8e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
31722024-02-28T12:34:52.295Z Compiling shell-words v1.1.0
31732024-02-28T12:34:52.321Z Running `/home/build/.rustup/toolchains/1.74.1-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=42243f9dff0c01c7 -C extra-filename=-42243f9dff0c01c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31742024-02-28T12:34:52.616Z Compiling yansi v0.5.1
31752024-02-28T12:34:52.669Z Running `/home/build/.rustup/toolchains/1.74.1-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=ea7e7c397c8cc657 -C extra-filename=-ea7e7c397c8cc657 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31762024-02-28T12:34:53.002Z Compiling pretty_assertions v1.4.0
31772024-02-28T12:34:53.005Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty_assertions-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=49915d2a1e363f07 -C extra-filename=-49915d2a1e363f07 --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-5ba3fbbf1ae2423e.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-ea7e7c397c8cc657.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31782024-02-28T12:34:53.403Z Compiling target-lexicon v0.12.13
31792024-02-28T12:34:53.407Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.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=9964908f53bcdf35 -C extra-filename=-9964908f53bcdf35 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-9964908f53bcdf35 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31802024-02-28T12:34:54.403Z Compiling getrandom v0.1.16
31812024-02-28T12:34:54.407Z Running `/home/build/.rustup/toolchains/1.74.1-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=89515a65ee66726c -C extra-filename=-89515a65ee66726c --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-89515a65ee66726c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31822024-02-28T12:34:54.611Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-9964908f53bcdf35/build-script-build`
31832024-02-28T12:34:54.669Z Compiling guppy-workspace-hack v0.1.0
31842024-02-28T12:34:54.708Z Running `/home/build/.rustup/toolchains/1.74.1-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=01fb90101b4967fb -C extra-filename=-01fb90101b4967fb --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-01fb90101b4967fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31852024-02-28T12:34:55.072Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-01fb90101b4967fb/build-script-build`
31862024-02-28T12:34:55.108Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.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=470d5ff3fbb7bc9b -C extra-filename=-470d5ff3fbb7bc9b --out-dir /work/oxidecomputer/omicron/target/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"'`
31872024-02-28T12:34:55.228Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-89515a65ee66726c/build-script-build`
31882024-02-28T12:34:55.256Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31892024-02-28T12:34:55.259Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f81de01d26a116b3 -C extra-filename=-f81de01d26a116b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5a089f4e82cce547.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c864af77070b9fcf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7dbcce7b60b2a3da.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9e5585621ce62178.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-05858b82cfb4ef84.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d908c75643dd57ca.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-809f059798a7cc9f.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c44db0e13b34354f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-c7ae3c74da971e16.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-9a42209ce3b5c41a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-f961b7166d8df368.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-af4f04d942f04cdb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cbd289bff9588229.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2952e0e0b5d43a22.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-55000f8397d8a6e9.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ee0d2445b457794b.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6eda82a510b4643c.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4e5a474272d93784.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
31902024-02-28T12:34:55.957Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31912024-02-28T12:34:55.979Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8fbac199c25b1d23 -C extra-filename=-8fbac199c25b1d23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c1c0ca8903c4a8e0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
31922024-02-28T12:34:56.331Z Compiling cargo-platform v0.1.3
31932024-02-28T12:34:56.334Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.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=c14c1ba8e8d94a00 -C extra-filename=-c14c1ba8e8d94a00 --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-1acb9b56b176e664.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31942024-02-28T12:34:56.999Z Compiling rand v0.4.6
31952024-02-28T12:34:57.002Z Running `/home/build/.rustup/toolchains/1.74.1-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=d5f27b19b65b5702 -C extra-filename=-d5f27b19b65b5702 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31962024-02-28T12:34:59.948Z Compiling assert_cmd v2.0.14
31972024-02-28T12:34:59.951Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.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=54bec44680544adf -C extra-filename=-54bec44680544adf --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-54bec44680544adf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31982024-02-28T12:35:00.451Z Compiling target-spec v3.1.0
31992024-02-28T12:35:00.477Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.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=c91266b0129d4a90 -C extra-filename=-c91266b0129d4a90 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-c91266b0129d4a90 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32002024-02-28T12:35:01.159Z Compiling remove_dir_all v0.5.3
32012024-02-28T12:35:01.162Z Running `/home/build/.rustup/toolchains/1.74.1-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=661434d0dc50455e -C extra-filename=-661434d0dc50455e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32022024-02-28T12:35:01.270Z Compiling tempdir v0.3.7
32032024-02-28T12:35:01.274Z Running `/home/build/.rustup/toolchains/1.74.1-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=5dadcf8bed763818 -C extra-filename=-5dadcf8bed763818 --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-d5f27b19b65b5702.rmeta --extern remove_dir_all=/work/oxidecomputer/omicron/target/debug/deps/libremove_dir_all-661434d0dc50455e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32042024-02-28T12:35:01.694Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-c91266b0129d4a90/build-script-build`
32052024-02-28T12:35:01.730Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-54bec44680544adf/build-script-build`
32062024-02-28T12:35:01.756Z Compiling cargo_metadata v0.18.1
32072024-02-28T12:35:01.760Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=e21f5c2e3ddabe2e -C extra-filename=-e21f5c2e3ddabe2e --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-e1e883e8fff4ba58.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-c14c1ba8e8d94a00.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b9d7b47b5b132c55.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32082024-02-28T12:35:03.008Z Compiling cfg-expr v0.15.6
32092024-02-28T12:35:03.012Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.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=ac1d1ea9ece131a7 -C extra-filename=-ac1d1ea9ece131a7 --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-b621128d9996bf8f.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-470d5ff3fbb7bc9b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32102024-02-28T12:35:04.525Z Running `/home/build/.rustup/toolchains/1.74.1-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=9e2452137c36a4c6 -C extra-filename=-9e2452137c36a4c6 --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-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32112024-02-28T12:35:05.086Z Running `/home/build/.rustup/toolchains/1.74.1-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=15002156b02673e3 -C extra-filename=-15002156b02673e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32122024-02-28T12:35:05.207Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32132024-02-28T12:35:05.212Z Running `/home/build/.rustup/toolchains/1.74.1-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=0b8f587f500130bb -C extra-filename=-0b8f587f500130bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7a39760243b02ffc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
32142024-02-28T12:35:05.939Z Compiling http-body v1.0.0
32152024-02-28T12:35:05.943Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2abef898f847703d -C extra-filename=-2abef898f847703d --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-2e8387afa3274f85.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3cd1c364ee1e1343.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32162024-02-28T12:35:06.224Z Compiling rfc6979 v0.4.0
32172024-02-28T12:35:06.227Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rfc6979-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dd1d3cc8ab52bb9e -C extra-filename=-dd1d3cc8ab52bb9e --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-9a32162f7cac7119.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182024-02-28T12:35:06.438Z Compiling winapi v0.3.9
32192024-02-28T12:35:06.443Z Running `/home/build/.rustup/toolchains/1.74.1-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=a26c1574dec5d330 -C extra-filename=-a26c1574dec5d330 --out-dir /work/oxidecomputer/omicron/target/debug/build/winapi-a26c1574dec5d330 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32202024-02-28T12:35:07.658Z Compiling tower-layer v0.3.2
32212024-02-28T12:35:07.692Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-layer-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8765ca4a7ec268a4 -C extra-filename=-8765ca4a7ec268a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32222024-02-28T12:35:07.974Z Compiling plotters-backend v0.3.5
32232024-02-28T12:35:07.978Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e462c2a67ec472b3 -C extra-filename=-e462c2a67ec472b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32242024-02-28T12:35:08.597Z Compiling plotters-svg v0.3.5
32252024-02-28T12:35:08.601Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0f7ec5feb44a5134 -C extra-filename=-0f7ec5feb44a5134 --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-e462c2a67ec472b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32262024-02-28T12:35:09.051Z Compiling tower v0.4.13
32272024-02-28T12:35:09.055Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__common"' --cfg 'feature="default"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="log"' --cfg 'feature="make"' --cfg 'feature="pin-project"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --cfg 'feature="util"' -C metadata=8f46bc16d8e681b4 -C extra-filename=-8f46bc16d8e681b4 --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-df288950ad332dec.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-178809d605f03505.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-8765ca4a7ec268a4.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-977e35ace01a1844.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a1caaa2fb0be3208.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32282024-02-28T12:35:10.020Z Running `/work/oxidecomputer/omicron/target/debug/build/winapi-a26c1574dec5d330/build-script-build`
32292024-02-28T12:35:10.051Z Compiling ecdsa v0.16.9
32302024-02-28T12:35:10.054Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ecdsa-0.16.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="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=8f36b60f91bc426a -C extra-filename=-8f36b60f91bc426a --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-9195e699c88ce3be.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3c69cefdc4f41599.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7a80d53055709791.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-dd1d3cc8ab52bb9e.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-7bf9f6c5dd7a028c.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-618e8f0a78e95d55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32312024-02-28T12:35:11.002Z Compiling hyper v1.1.0
32322024-02-28T12:35:11.005Z Running `/home/build/.rustup/toolchains/1.74.1-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=1be10ec92a4285a5 -C extra-filename=-1be10ec92a4285a5 --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-2e8387afa3274f85.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3cd1c364ee1e1343.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-2abef898f847703d.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5165d982a445385a.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-620d2e79a9eb893f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32332024-02-28T12:35:13.887Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.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=85f8c98a23836f43 -C extra-filename=-85f8c98a23836f43 --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-ac1d1ea9ece131a7.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-15002156b02673e3.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-470d5ff3fbb7bc9b.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32342024-02-28T12:35:15.046Z Compiling rand_core v0.5.1
32352024-02-28T12:35:15.049Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.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=d1a17fb50d286756 -C extra-filename=-d1a17fb50d286756 --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-9e2452137c36a4c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32362024-02-28T12:35:15.599Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.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=9b543e68df6eb768 -C extra-filename=-9b543e68df6eb768 --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-ae5ed257b591d4e2.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-ce6aeddc0b5d8d62.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-07fc207f0825dc23.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-7d111e89a58c4d20.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-a10b956f74bf4c45.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-a82392be273b6644.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32372024-02-28T12:35:17.021Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
32382024-02-28T12:35:17.091Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=733778925bcabb33 -C extra-filename=-733778925bcabb33 --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-84e742cfc30fd143.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
32392024-02-28T12:35:18.800Z Compiling pathdiff v0.2.1
32402024-02-28T12:35:18.803Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="camino"' -C metadata=933d755d5e51444a -C extra-filename=-933d755d5e51444a --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-e1e883e8fff4ba58.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32412024-02-28T12:35:19.002Z Compiling primeorder v0.13.6
32422024-02-28T12:35:19.006Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/primeorder-0.13.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=626e5cf548e080d5 -C extra-filename=-626e5cf548e080d5 --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-7a80d53055709791.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32432024-02-28T12:35:19.560Z Compiling nested v0.1.1
32442024-02-28T12:35:19.566Z Running `/home/build/.rustup/toolchains/1.74.1-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=1f2a3b2e80653418 -C extra-filename=-1f2a3b2e80653418 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32452024-02-28T12:35:19.860Z Compiling cast v0.3.0
32462024-02-28T12:35:19.896Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2242429bf0d1ca7e -C extra-filename=-2242429bf0d1ca7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32472024-02-28T12:35:20.262Z Compiling option-ext v0.2.0
32482024-02-28T12:35:20.266Z Running `/home/build/.rustup/toolchains/1.74.1-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=b0e7431890f3e9a1 -C extra-filename=-b0e7431890f3e9a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32492024-02-28T12:35:20.415Z Compiling dirs-sys v0.4.1
32502024-02-28T12:35:20.418Z Running `/home/build/.rustup/toolchains/1.74.1-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=de6a36398af2c774 -C extra-filename=-de6a36398af2c774 --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-072d063d2a089037.rmeta --extern option_ext=/work/oxidecomputer/omicron/target/debug/deps/liboption_ext-b0e7431890f3e9a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32512024-02-28T12:35:21.065Z Compiling criterion-plot v0.5.0
32522024-02-28T12:35:21.068Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c22b076bf87d5875 -C extra-filename=-c22b076bf87d5875 --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-2242429bf0d1ca7e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-44674b22e4bd2ff9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32532024-02-28T12:35:22.116Z Compiling guppy v0.17.5
32542024-02-28T12:35:22.124Z Running `/home/build/.rustup/toolchains/1.74.1-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=319f9877675dfcfd -C extra-filename=-319f9877675dfcfd --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-b47e55d174b1612f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e21f5c2e3ddabe2e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-df657a3bdf785ff2.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-15002156b02673e3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9e5585621ce62178.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-1f2a3b2e80653418.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-933d755d5e51444a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-73d67c3b05892acd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b9d7b47b5b132c55.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b621128d9996bf8f.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-85f8c98a23836f43.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32552024-02-28T12:35:27.534Z Compiling rand_chacha v0.2.2
32562024-02-28T12:35:27.541Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.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=a9612fb0cecebee4 -C extra-filename=-a9612fb0cecebee4 --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-ee6cdf9a9cd99e2d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d1a17fb50d286756.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32572024-02-28T12:35:29.025Z Compiling hyper-util v0.1.2
32582024-02-28T12:35:29.028Z Running `/home/build/.rustup/toolchains/1.74.1-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=36e88b3ef621c1e8 -C extra-filename=-36e88b3ef621c1e8 --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-2e8387afa3274f85.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3cd1c364ee1e1343.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-2abef898f847703d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1be10ec92a4285a5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a210f81e1185703.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-8f46bc16d8e681b4.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-977e35ace01a1844.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a1caaa2fb0be3208.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32592024-02-28T12:35:31.585Z Running `/home/build/.rustup/toolchains/1.74.1-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=28fd2ec0a9618bc5 -C extra-filename=-28fd2ec0a9618bc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32602024-02-28T12:35:31.708Z Compiling plotters v0.3.5
32612024-02-28T12:35:31.714Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' -C metadata=e92a635b62a210e4 -C extra-filename=-e92a635b62a210e4 --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-cc34ce3dd45ecec2.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-e462c2a67ec472b3.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-0f7ec5feb44a5134.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32622024-02-28T12:35:32.127Z Compiling polyval v0.6.1
32632024-02-28T12:35:32.148Z Running `/home/build/.rustup/toolchains/1.74.1-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=2061aea6522db7d8 -C extra-filename=-2061aea6522db7d8 --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-6efcfb0956144885.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-c7155cd217f75a24.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-dabfecc51b8658ae.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-b2664d199b306092.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32642024-02-28T12:35:32.604Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32652024-02-28T12:35:32.607Z Running `/home/build/.rustup/toolchains/1.74.1-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=32ac54339a751dbf -C extra-filename=-32ac54339a751dbf --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-7a39760243b02ffc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c1c0ca8903c4a8e0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ee0d2445b457794b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
32662024-02-28T12:35:34.347Z Compiling ed25519 v2.2.2
32672024-02-28T12:35:34.350Z Running `/home/build/.rustup/toolchains/1.74.1-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=f3ac57420c916727 -C extra-filename=-f3ac57420c916727 --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-7bf9f6c5dd7a028c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32682024-02-28T12:35:34.848Z Compiling rustls-native-certs v0.7.0
32692024-02-28T12:35:34.851Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=159cc908ba95f3c9 -C extra-filename=-159cc908ba95f3c9 --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-52fc005630b42931.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-05c5afb9df5c7029.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8a97bf6118f6b57c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32702024-02-28T12:35:35.280Z Compiling ctr v0.9.2
32712024-02-28T12:35:35.283Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=1b79d3d0255dac5f -C extra-filename=-1b79d3d0255dac5f --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-0cddec495d8a776e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32722024-02-28T12:35:35.671Z Compiling aes v0.8.3
32732024-02-28T12:35:35.674Z Running `/home/build/.rustup/toolchains/1.74.1-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=97fa5b4995ef01e8 -C extra-filename=-97fa5b4995ef01e8 --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-6efcfb0956144885.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0cddec495d8a776e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-c7155cd217f75a24.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32742024-02-28T12:35:38.012Z Compiling blowfish v0.9.1
32752024-02-28T12:35:38.016Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blowfish-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bcrypt"' -C metadata=8a6fdf71275d1f9e -C extra-filename=-8a6fdf71275d1f9e --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-4ff908e223b9ba35.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0cddec495d8a776e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32762024-02-28T12:35:38.514Z Compiling tinytemplate v1.2.1
32772024-02-28T12:35:38.517Z Compiling pbkdf2 v0.12.2
32782024-02-28T12:35:38.517Z Running `/home/build/.rustup/toolchains/1.74.1-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=c91590fb4d888d08 -C extra-filename=-c91590fb4d888d08 --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-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32792024-02-28T12:35:38.517Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cc4f60abdc750e29 -C extra-filename=-cc4f60abdc750e29 --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-3c69cefdc4f41599.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32802024-02-28T12:35:38.703Z Compiling password-hash v0.4.2
32812024-02-28T12:35:38.707Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rand_core"' -C metadata=6d51567c19f038e6 -C extra-filename=-6d51567c19f038e6 --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-db2759387f67ed24.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32822024-02-28T12:35:39.640Z Compiling threadpool v1.8.1
32832024-02-28T12:35:39.662Z Running `/home/build/.rustup/toolchains/1.74.1-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=81d06e4f907b5168 -C extra-filename=-81d06e4f907b5168 --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-0fb048c8a18f5cf7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32842024-02-28T12:35:39.665Z Compiling nanorand v0.7.0
32852024-02-28T12:35:39.683Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' -C metadata=7a7c6a67954d60cc -C extra-filename=-7a7c6a67954d60cc --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-102b4ee2be30504e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32862024-02-28T12:35:39.750Z Compiling oorandom v11.1.3
32872024-02-28T12:35:39.753Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e694ec5b9251c269 -C extra-filename=-e694ec5b9251c269 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32882024-02-28T12:35:39.972Z Compiling anes v0.1.6
32892024-02-28T12:35:39.975Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=4dc1630ea95817a2 -C extra-filename=-4dc1630ea95817a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32902024-02-28T12:35:40.278Z Compiling hex-literal v0.4.1
32912024-02-28T12:35:40.281Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=085e4acea661f57d -C extra-filename=-085e4acea661f57d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32922024-02-28T12:35:40.451Z Compiling criterion v0.5.1
32932024-02-28T12:35:40.504Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' -C metadata=0129bec5133f2912 -C extra-filename=-0129bec5133f2912 --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-4dc1630ea95817a2.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-2242429bf0d1ca7e.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c864af77070b9fcf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-c22b076bf87d5875.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-7438801953d9a56c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-44674b22e4bd2ff9.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-e694ec5b9251c269.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-e92a635b62a210e4.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-40fc1b2a98c87d3e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8d86a55a4d4eafc4.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-c91590fb4d888d08.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32942024-02-28T12:35:40.523Z Compiling flume v0.11.0
32952024-02-28T12:35:40.523Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' -C metadata=2457e8c20933f505 -C extra-filename=-2457e8c20933f505 --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-df288950ad332dec.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-7a7c6a67954d60cc.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32962024-02-28T12:35:40.554Z Compiling libtest-mimic v0.6.1
32972024-02-28T12:35:40.558Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-0.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=142696e235fb915d -C extra-filename=-142696e235fb915d --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-62c51bf51dff2185.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2e558ad2340e05ad.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-81d06e4f907b5168.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32982024-02-28T12:35:41.233Z Compiling pbkdf2 v0.11.0
32992024-02-28T12:35:41.239Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --cfg 'feature="password-hash"' --cfg 'feature="sha2"' --cfg 'feature="simple"' -C metadata=851d6ff964415a15 -C extra-filename=-851d6ff964415a15 --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-3c69cefdc4f41599.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a32162f7cac7119.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-6d51567c19f038e6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33002024-02-28T12:35:41.626Z Compiling bcrypt-pbkdf v0.10.0
33012024-02-28T12:35:41.629Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcrypt-pbkdf-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=82502d26debde214 -C extra-filename=-82502d26debde214 --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-8a6fdf71275d1f9e.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-cc4f60abdc750e29.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33022024-02-28T12:35:42.280Z Compiling hyper-rustls v0.26.0
33032024-02-28T12:35:42.304Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' -C metadata=acb1be97d4c56cc9 -C extra-filename=-acb1be97d4c56cc9 --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-53f9058382a517fe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3cd1c364ee1e1343.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1be10ec92a4285a5.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-36e88b3ef621c1e8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dac9514b36432b89.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-159cc908ba95f3c9.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8a97bf6118f6b57c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-d92708b354968eae.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-977e35ace01a1844.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out`
33042024-02-28T12:35:42.712Z Compiling ed25519-dalek v2.0.0
33052024-02-28T12:35:42.715Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-dalek-2.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=31c13d9b0f4f58d4 -C extra-filename=-31c13d9b0f4f58d4 --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-152dee083b520eca.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-f3ac57420c916727.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33062024-02-28T12:35:42.842Z Compiling ghash v0.5.0
33072024-02-28T12:35:42.845Z Running `/home/build/.rustup/toolchains/1.74.1-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=0d4203f9510a10d0 -C extra-filename=-0d4203f9510a10d0 --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-dabfecc51b8658ae.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-2061aea6522db7d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33082024-02-28T12:35:43.062Z Compiling russh-cryptovec v0.7.0
33092024-02-28T12:35:43.065Z Running `/home/build/.rustup/toolchains/1.74.1-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=ac51454ddb3a6c04 -C extra-filename=-ac51454ddb3a6c04 --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-072d063d2a089037.rmeta --extern winapi=/work/oxidecomputer/omicron/target/debug/deps/libwinapi-28fd2ec0a9618bc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33102024-02-28T12:35:43.377Z Compiling rand v0.7.3
33112024-02-28T12:35:43.396Z Running `/home/build/.rustup/toolchains/1.74.1-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=7364e32259ef2830 -C extra-filename=-7364e32259ef2830 --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-9e2452137c36a4c6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-a9612fb0cecebee4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d1a17fb50d286756.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33122024-02-28T12:35:43.769Z Compiling dirs v5.0.1
33132024-02-28T12:35:43.772Z Running `/home/build/.rustup/toolchains/1.74.1-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=9b91d4278ca93ff5 -C extra-filename=-9b91d4278ca93ff5 --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-de6a36398af2c774.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33142024-02-28T12:35:44.008Z Compiling p256 v0.13.2
33152024-02-28T12:35:44.011Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p256-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' -C metadata=161474e720e9fc4c -C extra-filename=-161474e720e9fc4c --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-8f36b60f91bc426a.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7a80d53055709791.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-626e5cf548e080d5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33162024-02-28T12:35:44.878Z Compiling p521 v0.13.3
33172024-02-28T12:35:44.882Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p521-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="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=4499a33e14eeca53 -C extra-filename=-4499a33e14eeca53 --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-7fa1f6396052bdb1.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-8f36b60f91bc426a.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7a80d53055709791.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-626e5cf548e080d5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33182024-02-28T12:35:46.479Z Compiling httptest v0.15.5
33192024-02-28T12:35:46.482Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-0.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c8e78b0eef0625a -C extra-filename=-3c8e78b0eef0625a --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-b8e8dc310f6d46a3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-32a85d5b9d9472a5.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-f43b5444f1071237.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-bf540fe11b61f22d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33202024-02-28T12:35:47.470Z Compiling cbc v0.1.2
33212024-02-28T12:35:47.476Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cbc-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="default"' -C metadata=dcd5177189ddc703 -C extra-filename=-dcd5177189ddc703 --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-0cddec495d8a776e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33222024-02-28T12:35:47.733Z Compiling rstest_macros v0.18.2
33232024-02-28T12:35:47.761Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.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=bca5f8e8a1ce508a -C extra-filename=-bca5f8e8a1ce508a --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-bca5f8e8a1ce508a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-b34be480a922a77c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33242024-02-28T12:35:48.413Z Compiling md5 v0.7.0
33252024-02-28T12:35:48.429Z Running `/home/build/.rustup/toolchains/1.74.1-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=89bdf8156d2c196f -C extra-filename=-89bdf8156d2c196f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33262024-02-28T12:35:48.964Z Compiling russh-keys v0.42.0
33272024-02-28T12:35:48.988Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-keys-0.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=eb3bab61b12178ed -C extra-filename=-eb3bab61b12178ed --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-97fa5b4995ef01e8.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-82502d26debde214.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a55d8fa36e94059e.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-2baaac9f487044d7.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-dcd5177189ddc703.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-1b79d3d0255dac5f.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-e5f44abe68a68320.rmeta --extern dirs=/work/oxidecomputer/omicron/target/debug/deps/libdirs-9b91d4278ca93ff5.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-31c13d9b0f4f58d4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a32162f7cac7119.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-15281089ab3f7dbc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-89bdf8156d2c196f.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-e356bf522f6ae2bc.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-33256b3e4aeb7fa6.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-161474e720e9fc4c.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-4499a33e14eeca53.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-851d6ff964415a15.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7364e32259ef2830.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d07aacb4dce5366.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-ac51454ddb3a6c04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a7abbe626b913ae0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-b6d49f743b40c6ec.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-1a7fe84009a3e2c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33282024-02-28T12:35:52.527Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-bca5f8e8a1ce508a/build-script-build`
33292024-02-28T12:35:52.650Z Compiling aes-gcm v0.10.3
33302024-02-28T12:35:52.653Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=3ad9529262c6b4f0 -C extra-filename=-3ad9529262c6b4f0 --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-64b1595cdea0d5b1.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-97fa5b4995ef01e8.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0cddec495d8a776e.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-1b79d3d0255dac5f.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-0d4203f9510a10d0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33312024-02-28T12:35:52.985Z Compiling datatest-stable v0.2.3
33322024-02-28T12:35:52.988Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-0.2.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=4ef9920b3d25a54a -C extra-filename=-4ef9920b3d25a54a --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-e1e883e8fff4ba58.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-142696e235fb915d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33332024-02-28T12:35:53.402Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33342024-02-28T12:35:53.406Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fda3a220b7656d7b -C extra-filename=-fda3a220b7656d7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5a089f4e82cce547.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fd6793eb2ba4cd1e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-982a67797fa6d4d7.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-32ac54339a751dbf.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7a39760243b02ffc.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-143996161e173edd.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d77411df0b2ec88a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-9a42209ce3b5c41a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0cc9eeb58d475786.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-81052139e9b8ba8e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ee0d2445b457794b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L /usr/platform/oxide/lib/amd64/`
33352024-02-28T12:35:53.643Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
33362024-02-28T12:35:53.646Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1450fc12e081713f -C extra-filename=-1450fc12e081713f --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-1450fc12e081713f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f71920ce82d17658.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33372024-02-28T12:35:54.070Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33382024-02-28T12:35:54.074Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da303591f9a77801 -C extra-filename=-da303591f9a77801 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-da303591f9a77801 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f71920ce82d17658.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33392024-02-28T12:35:54.497Z Compiling similar-asserts v1.5.0
33402024-02-28T12:35:54.500Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-asserts-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' -C metadata=d1c6d25805d01abe -C extra-filename=-d1c6d25805d01abe --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-78e92f0a938305c3.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33412024-02-28T12:35:55.185Z Compiling csv-core v0.1.11
33422024-02-28T12:35:55.188Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-core-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=db6191d89ea4e4a6 -C extra-filename=-db6191d89ea4e4a6 --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-19c64e24300af82f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33432024-02-28T12:35:55.741Z Compiling relative-path v1.9.0
33442024-02-28T12:35:55.779Z Running `/home/build/.rustup/toolchains/1.74.1-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=3a2ec034d746b546 -C extra-filename=-3a2ec034d746b546 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33452024-02-28T12:35:55.783Z Compiling trybuild v1.0.89
33462024-02-28T12:35:55.783Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.89/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=92ce704835deb483 -C extra-filename=-92ce704835deb483 --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-92ce704835deb483 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33472024-02-28T12:35:56.130Z Compiling csv v1.3.0
33482024-02-28T12:35:56.134Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0930d5b4d5c67724 -C extra-filename=-0930d5b4d5c67724 --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-db6191d89ea4e4a6.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-ef556ccf273fb97d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33492024-02-28T12:35:56.314Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
33502024-02-28T12:35:56.317Z Running `/home/build/.rustup/toolchains/1.74.1-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=54f21f30dd11d1b4 -C extra-filename=-54f21f30dd11d1b4 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-54f21f30dd11d1b4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-42483813cf31fcee.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d5e8df27f8d820e4.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33512024-02-28T12:35:56.338Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-92ce704835deb483/build-script-build`
33522024-02-28T12:35:56.362Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-da303591f9a77801/build-script-build`
33532024-02-28T12:35:56.396Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-1450fc12e081713f/build-script-build`
33542024-02-28T12:35:56.430Z Compiling russh v0.42.0
33552024-02-28T12:35:56.433Z Running `/home/build/.rustup/toolchains/1.74.1-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=5554bb42d3f14c65 -C extra-filename=-5554bb42d3f14c65 --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-97fa5b4995ef01e8.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-3ad9529262c6b4f0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-4b8f5ced93694790.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-90d4ce72903b2a22.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-1b79d3d0255dac5f.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-152dee083b520eca.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3c69cefdc4f41599.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5926e37d1f197e57.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-085e4acea661f57d.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a32162f7cac7119.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-e356bf522f6ae2bc.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-e466da736ac7294a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-ac51454ddb3a6c04.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-eb3bab61b12178ed.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a7abbe626b913ae0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cbd289bff9588229.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33562024-02-28T12:35:56.517Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.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=dfd50e5634555c51 -C extra-filename=-dfd50e5634555c51 --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-6efcfb0956144885.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-3a2ec034d746b546.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33572024-02-28T12:35:57.582Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33582024-02-28T12:35:57.587Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ff6c4d296d3cd6b3 -C extra-filename=-ff6c4d296d3cd6b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-114f8f7884d59e86.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5a089f4e82cce547.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-982a67797fa6d4d7.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-dae60454e816c25c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7594a365b03daaf1.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2457e8c20933f505.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c6a90c04ebbf6044.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-0b8f587f500130bb.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7a39760243b02ffc.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ff033e5abbc1e4cb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d908c75643dd57ca.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-b6d49f743b40c6ec.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cbd289bff9588229.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-97b21d1d51322205.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-81052139e9b8ba8e.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ce0cad0f797b1da6.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ee0d2445b457794b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6eda82a510b4643c.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4e5a474272d93784.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
33592024-02-28T12:35:59.073Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-54f21f30dd11d1b4/build-script-bindings`
33602024-02-28T12:36:01.292Z Compiling basic-toml v0.1.8
33612024-02-28T12:36:01.295Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name basic_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-toml-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=ab09b989c0e805b8 -C extra-filename=-ab09b989c0e805b8 --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-1acb9b56b176e664.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33622024-02-28T12:36:02.091Z Running `/home/build/.rustup/toolchains/1.74.1-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=04f65e79f00d2d92 -C extra-filename=-04f65e79f00d2d92 --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-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-e5f44abe68a68320.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-a85522de554a9848.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-13096e4bf3c0f4e1.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5bda086a58e72578.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-52fc005630b42931.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-d5415d38200233f6.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-de96dac28942d4c5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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`
33632024-02-28T12:36:02.976Z Compiling multimap v0.10.0
33642024-02-28T12:36:02.980Z Running `/home/build/.rustup/toolchains/1.74.1-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=379d009f4c972cba -C extra-filename=-379d009f4c972cba --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-1acb9b56b176e664.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33652024-02-28T12:36:03.334Z Compiling constant_time_eq v0.2.6
33662024-02-28T12:36:03.337Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.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=5a566bdcef8f3648 -C extra-filename=-5a566bdcef8f3648 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33672024-02-28T12:36:03.384Z Compiling futures-timer v3.0.2
33682024-02-28T12:36:03.387Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-timer-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=03c4018de16c3e74 -C extra-filename=-03c4018de16c3e74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33692024-02-28T12:36:03.541Z Compiling blake2b_simd v1.0.1
33702024-02-28T12:36:03.545Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2b_simd-1.0.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=33fc952068f258a4 -C extra-filename=-33fc952068f258a4 --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-c82937e0539cd78a.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-310e9298594bc586.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-5a566bdcef8f3648.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33712024-02-28T12:36:04.319Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=237823a65f72e028 -C extra-filename=-237823a65f72e028 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern basic_toml=/work/oxidecomputer/omicron/target/debug/deps/libbasic_toml-ab09b989c0e805b8.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8d86a55a4d4eafc4.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2e558ad2340e05ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33722024-02-28T12:36:04.546Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33732024-02-28T12:36:04.550Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=70c36c2d9caa3524 -C extra-filename=-70c36c2d9caa3524 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c864af77070b9fcf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7dbcce7b60b2a3da.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-05edde44eab689aa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-9a42209ce3b5c41a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f81de01d26a116b3.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33742024-02-28T12:36:07.067Z Compiling rstest v0.18.2
33752024-02-28T12:36:07.070Z Running `/home/build/.rustup/toolchains/1.74.1-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=8be8eb5964e3d7a5 -C extra-filename=-8be8eb5964e3d7a5 --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-2e804b49337b586d.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-03c4018de16c3e74.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-dfd50e5634555c51.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33762024-02-28T12:36:07.322Z Compiling partial-io v0.5.4
33772024-02-28T12:36:07.329Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=0632da7e314d3ede -C extra-filename=-0632da7e314d3ede --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-2e804b49337b586d.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-178809d605f03505.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1ad5003fd936fc8a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33782024-02-28T12:36:07.817Z Compiling approx v0.5.1
33792024-02-28T12:36:07.838Z Running `/home/build/.rustup/toolchains/1.74.1-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=4f8b84f57001d30c -C extra-filename=-4f8b84f57001d30c --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-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33802024-02-28T12:36:08.070Z Compiling rust-argon2 v1.0.1
33812024-02-28T12:36:08.073Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust-argon2-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="crossbeam-utils"' --cfg 'feature="default"' -C metadata=9c5e6539b335665d -C extra-filename=-9c5e6539b335665d --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-64492b43562e8960.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-33fc952068f258a4.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-488618ce28bbcd62.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33822024-02-28T12:36:09.547Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33832024-02-28T12:36:09.550Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1b5d86f4d7529c9a -C extra-filename=-1b5d86f4d7529c9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d8496766bb3ff8.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8fbac199c25b1d23.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-5554bb42d3f14c65.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-eb3bab61b12178ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
33842024-02-28T12:36:10.215Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33852024-02-28T12:36:10.219Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2a2931a1f49c7407 -C extra-filename=-2a2931a1f49c7407 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-05858b82cfb4ef84.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-104d2e9a1ebfe6e5.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-73d67c3b05892acd.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-40fc1b2a98c87d3e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-943e2e71b9f2061c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b9d7b47b5b132c55.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-3fc2e0e76c9a9e9b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0cc9eeb58d475786.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
33862024-02-28T12:36:11.412Z Compiling cargo_toml v0.19.0
33872024-02-28T12:36:11.415Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_toml-0.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=e3fc3ac1fe3f4a74 -C extra-filename=-e3fc3ac1fe3f4a74 --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-1acb9b56b176e664.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33882024-02-28T12:36:13.150Z Compiling termios v0.3.3
33892024-02-28T12:36:13.153Z Running `/home/build/.rustup/toolchains/1.74.1-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=a497e529639f13e7 -C extra-filename=-a497e529639f13e7 --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-072d063d2a089037.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33902024-02-28T12:36:13.429Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33912024-02-28T12:36:13.432Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4cca6cbef20860cb -C extra-filename=-4cca6cbef20860cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-a497e529639f13e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4fdb308b153ea4a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33922024-02-28T12:36:13.667Z Running `/home/build/.rustup/toolchains/1.74.1-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=809d8f22881bc077 -C extra-filename=-809d8f22881bc077 --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-4f8b84f57001d30c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0917ee0c66dc3fdf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-a5c1a93fb91429c0.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-8be8eb5964e3d7a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-237823a65f72e028.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33932024-02-28T12:36:14.623Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d235f9d697a70be3 -C extra-filename=-d235f9d697a70be3 --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-4f8b84f57001d30c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0917ee0c66dc3fdf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-a5c1a93fb91429c0.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-8be8eb5964e3d7a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-237823a65f72e028.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33942024-02-28T12:36:14.938Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2021 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=68fa4a6bd0314737 -C extra-filename=-68fa4a6bd0314737 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-1b5d86f4d7529c9a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d8496766bb3ff8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8fbac199c25b1d23.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-5554bb42d3f14c65.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-eb3bab61b12178ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
33952024-02-28T12:36:17.700Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7a547d656139402f -C extra-filename=-7a547d656139402f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-05858b82cfb4ef84.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-2a2931a1f49c7407.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-104d2e9a1ebfe6e5.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-73d67c3b05892acd.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-40fc1b2a98c87d3e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-943e2e71b9f2061c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b9d7b47b5b132c55.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-3fc2e0e76c9a9e9b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0cc9eeb58d475786.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
33962024-02-28T12:36:17.730Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=db8d829e6899ae27 -C extra-filename=-db8d829e6899ae27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c864af77070b9fcf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7dbcce7b60b2a3da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-05edde44eab689aa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-9a42209ce3b5c41a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f81de01d26a116b3.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-70c36c2d9caa3524.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33972024-02-28T12:36:18.682Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9ad198fbda4486fb -C extra-filename=-9ad198fbda4486fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c864af77070b9fcf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7dbcce7b60b2a3da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-05edde44eab689aa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-9a42209ce3b5c41a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f81de01d26a116b3.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-70c36c2d9caa3524.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33982024-02-28T12:36:19.879Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f21187820740ff19 -C extra-filename=-f21187820740ff19 --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-c60818d518355126.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0129bec5133f2912.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-9c5e6539b335665d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8cbda95784c09cb7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
33992024-02-28T12:36:20.539Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cf25439a84531275 -C extra-filename=-cf25439a84531275 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1529016b6d9c47e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-114f8f7884d59e86.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fd6793eb2ba4cd1e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-35d94beb41085a77.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-982a67797fa6d4d7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-5eb973361d530be2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-dae60454e816c25c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5273a9f1beeaa98c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7a39760243b02ffc.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-204f19bf747f71db.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d7af578b01205b68.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6779d7bf9f1f661f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc70cd53ab27b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d8496766bb3ff8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d66ec92e5ffa2128.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-e44ae069656636aa.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e707aea3c4da88a6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cbde48bec1d6bb6e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-63af01500de80ffd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b9d7b47b5b132c55.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-3fb1e700f549add8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d77411df0b2ec88a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0cc9eeb58d475786.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ad5e62427f4cec6e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a91eaea439c73ae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ff0f2c74b5ccb553.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
34002024-02-28T12:36:20.717Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34012024-02-28T12:36:20.744Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6ed3a477d00b9fd3 -C extra-filename=-6ed3a477d00b9fd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e21f5c2e3ddabe2e.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-e3fc3ac1fe3f4a74.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34022024-02-28T12:36:20.793Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e77db753db30beb9 -C extra-filename=-e77db753db30beb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1529016b6d9c47e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-114f8f7884d59e86.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fd6793eb2ba4cd1e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-35d94beb41085a77.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-982a67797fa6d4d7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-5eb973361d530be2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-dae60454e816c25c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-319f9877675dfcfd.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5273a9f1beeaa98c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7a39760243b02ffc.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-204f19bf747f71db.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d7af578b01205b68.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6779d7bf9f1f661f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc70cd53ab27b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d8496766bb3ff8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d66ec92e5ffa2128.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-e44ae069656636aa.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e707aea3c4da88a6.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cbde48bec1d6bb6e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-63af01500de80ffd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3f9a1ee4ab3fa8c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b9d7b47b5b132c55.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-3fb1e700f549add8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d77411df0b2ec88a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0cc9eeb58d475786.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ad5e62427f4cec6e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-b6d49f743b40c6ec.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cbd289bff9588229.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a91eaea439c73ae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ff0f2c74b5ccb553.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
34032024-02-28T12:36:21.157Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e41118a984371cb9 -C extra-filename=-e41118a984371cb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1529016b6d9c47e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-114f8f7884d59e86.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fd6793eb2ba4cd1e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-35d94beb41085a77.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-982a67797fa6d4d7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-5eb973361d530be2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-dae60454e816c25c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5273a9f1beeaa98c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7a39760243b02ffc.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-204f19bf747f71db.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d7af578b01205b68.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6779d7bf9f1f661f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc70cd53ab27b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d8496766bb3ff8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d66ec92e5ffa2128.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-e44ae069656636aa.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e707aea3c4da88a6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cbde48bec1d6bb6e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-63af01500de80ffd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b9d7b47b5b132c55.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-3fb1e700f549add8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d77411df0b2ec88a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0cc9eeb58d475786.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ad5e62427f4cec6e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a91eaea439c73ae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ff0f2c74b5ccb553.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
34042024-02-28T12:36:21.437Z Running `/home/build/.rustup/toolchains/1.74.1-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=ca336264f0080dd5 -C extra-filename=-ca336264f0080dd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1529016b6d9c47e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-114f8f7884d59e86.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fd6793eb2ba4cd1e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-35d94beb41085a77.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-982a67797fa6d4d7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-5eb973361d530be2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-dae60454e816c25c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5273a9f1beeaa98c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7a39760243b02ffc.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-204f19bf747f71db.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d7af578b01205b68.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6779d7bf9f1f661f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc70cd53ab27b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d8496766bb3ff8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d66ec92e5ffa2128.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-e44ae069656636aa.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e707aea3c4da88a6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cbde48bec1d6bb6e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-63af01500de80ffd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b9d7b47b5b132c55.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-3fb1e700f549add8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d77411df0b2ec88a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0cc9eeb58d475786.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ad5e62427f4cec6e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a91eaea439c73ae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ff0f2c74b5ccb553.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
34052024-02-28T12:36:23.651Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=cdacfc7f07b65a9c -C extra-filename=-cdacfc7f07b65a9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d8496766bb3ff8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8fbac199c25b1d23.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-5554bb42d3f14c65.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-eb3bab61b12178ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
34062024-02-28T12:36:25.475Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=29c2ad72d91d3123 -C extra-filename=-29c2ad72d91d3123 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-41f03b3705aca2c7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d8496766bb3ff8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
34072024-02-28T12:36:32.357Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=10dbb695c667f09e -C extra-filename=-10dbb695c667f09e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1529016b6d9c47e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-114f8f7884d59e86.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fd6793eb2ba4cd1e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-35d94beb41085a77.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-982a67797fa6d4d7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-5eb973361d530be2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-dae60454e816c25c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-319f9877675dfcfd.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5273a9f1beeaa98c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7a39760243b02ffc.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-204f19bf747f71db.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d7af578b01205b68.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6779d7bf9f1f661f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc70cd53ab27b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d8496766bb3ff8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d66ec92e5ffa2128.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-e44ae069656636aa.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e707aea3c4da88a6.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cbde48bec1d6bb6e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-63af01500de80ffd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3f9a1ee4ab3fa8c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b9d7b47b5b132c55.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-3fb1e700f549add8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d77411df0b2ec88a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0cc9eeb58d475786.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ad5e62427f4cec6e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-b6d49f743b40c6ec.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cbd289bff9588229.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a91eaea439c73ae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ff0f2c74b5ccb553.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
34082024-02-28T12:36:45.028Z Compiling polar-core v0.27.0
34092024-02-28T12:36:45.031Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.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=c8f847fa8694d603 -C extra-filename=-c8f847fa8694d603 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-c8f847fa8694d603 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-064f16a7fb649161.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8d86a55a4d4eafc4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34102024-02-28T12:36:47.494Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-c8f847fa8694d603/build-script-build`
34112024-02-28T12:36:49.490Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.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=067cd0308387ecd4 -C extra-filename=-067cd0308387ecd4 --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-63b7117dbf8d1e97.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-5f0c5f1a0483f4f9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-86574ce3fef1668e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34122024-02-28T12:36:52.389Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8a7df09d1cfc6fb5 -C extra-filename=-8a7df09d1cfc6fb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-114f8f7884d59e86.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5a089f4e82cce547.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-982a67797fa6d4d7.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-dae60454e816c25c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7594a365b03daaf1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2457e8c20933f505.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-41f03b3705aca2c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c6a90c04ebbf6044.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-fda3a220b7656d7b.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-32ac54339a751dbf.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-0b8f587f500130bb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7a39760243b02ffc.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ff033e5abbc1e4cb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d908c75643dd57ca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-b6d49f743b40c6ec.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cbd289bff9588229.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-97b21d1d51322205.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3b5e28ac9f67493d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-81052139e9b8ba8e.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ce0cad0f797b1da6.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ee0d2445b457794b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f81de01d26a116b3.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6eda82a510b4643c.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-ff6c4d296d3cd6b3.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4e5a474272d93784.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L /usr/platform/oxide/lib/amd64/`
34132024-02-28T12:37:54.088Z Compiling oso v0.27.0
34142024-02-28T12:37:54.092Z Running `/home/build/.rustup/toolchains/1.74.1-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=39c357822878bd3e -C extra-filename=-39c357822878bd3e --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-f2c35d1739b1fb43.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-bd97940cf9f4c246.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-067cd0308387ecd4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a1caaa2fb0be3208.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34152024-02-28T12:38:01.953Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7608ec9adc0598db -C extra-filename=-7608ec9adc0598db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c8be0153e1f03ddd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-c51bbcf5253e88f2.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-065ee71cec821029.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-e0aea0e2d381da33.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3f68849ea9f46a77.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cf18b29608d3a4d6.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-75f6c801faf451ae.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c3113d731711bf62.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d7af578b01205b68.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-dca14e5bbea5fdf7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d908c75643dd57ca.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f8cc4821330dc39c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5bda086a58e72578.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-39c357822878bd3e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-04f65e79f00d2d92.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-bf540fe11b61f22d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8cbda95784c09cb7.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d4f2d576e24c812.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a91eaea439c73ae.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
34162024-02-28T12:38:20.442Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=85d059dc50e4e4b5 -C extra-filename=-85d059dc50e4e4b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-114f8f7884d59e86.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5a089f4e82cce547.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-982a67797fa6d4d7.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-dae60454e816c25c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7594a365b03daaf1.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2457e8c20933f505.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c6a90c04ebbf6044.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-0b8f587f500130bb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7a39760243b02ffc.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ff033e5abbc1e4cb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d908c75643dd57ca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-b6d49f743b40c6ec.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cbd289bff9588229.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-97b21d1d51322205.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-81052139e9b8ba8e.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ce0cad0f797b1da6.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ee0d2445b457794b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6eda82a510b4643c.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-ff6c4d296d3cd6b3.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4e5a474272d93784.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
34172024-02-28T12:38:24.652Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=dc53d79c3955c2c8 -C extra-filename=-dc53d79c3955c2c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-114f8f7884d59e86.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5a089f4e82cce547.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-982a67797fa6d4d7.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-dae60454e816c25c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7594a365b03daaf1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2457e8c20933f505.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-41f03b3705aca2c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c6a90c04ebbf6044.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-fda3a220b7656d7b.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-32ac54339a751dbf.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-0b8f587f500130bb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7a39760243b02ffc.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ff033e5abbc1e4cb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d908c75643dd57ca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-b6d49f743b40c6ec.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cbd289bff9588229.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-97b21d1d51322205.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3b5e28ac9f67493d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-81052139e9b8ba8e.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ce0cad0f797b1da6.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ee0d2445b457794b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f81de01d26a116b3.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6eda82a510b4643c.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-ff6c4d296d3cd6b3.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4e5a474272d93784.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L /usr/platform/oxide/lib/amd64/`
34182024-02-28T12:38:28.345Z Running `/home/build/.rustup/toolchains/1.74.1-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=cb9659a61829c6a4 -C extra-filename=-cb9659a61829c6a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1529016b6d9c47e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-114f8f7884d59e86.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fd6793eb2ba4cd1e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-35d94beb41085a77.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-982a67797fa6d4d7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-5eb973361d530be2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-dae60454e816c25c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-319f9877675dfcfd.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5273a9f1beeaa98c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7a39760243b02ffc.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-204f19bf747f71db.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d7af578b01205b68.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6779d7bf9f1f661f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc70cd53ab27b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d8496766bb3ff8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d66ec92e5ffa2128.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-e44ae069656636aa.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e707aea3c4da88a6.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cbde48bec1d6bb6e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-63af01500de80ffd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3f9a1ee4ab3fa8c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b9d7b47b5b132c55.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-3fb1e700f549add8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d77411df0b2ec88a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0cc9eeb58d475786.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ad5e62427f4cec6e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-b6d49f743b40c6ec.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cbd289bff9588229.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a91eaea439c73ae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ff0f2c74b5ccb553.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
34192024-02-28T12:38:28.552Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=42d678e52b62286a -C extra-filename=-42d678e52b62286a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1529016b6d9c47e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-114f8f7884d59e86.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fd6793eb2ba4cd1e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-35d94beb41085a77.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-982a67797fa6d4d7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-5eb973361d530be2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-dae60454e816c25c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5273a9f1beeaa98c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7a39760243b02ffc.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-204f19bf747f71db.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d7af578b01205b68.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6779d7bf9f1f661f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc70cd53ab27b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d8496766bb3ff8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d66ec92e5ffa2128.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-e44ae069656636aa.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e707aea3c4da88a6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cbde48bec1d6bb6e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-63af01500de80ffd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b9d7b47b5b132c55.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-3fb1e700f549add8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d77411df0b2ec88a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0cc9eeb58d475786.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ad5e62427f4cec6e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a91eaea439c73ae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ff0f2c74b5ccb553.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
34202024-02-28T12:38:31.627Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a06a5816f8988e7c -C extra-filename=-a06a5816f8988e7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1529016b6d9c47e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-114f8f7884d59e86.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fd6793eb2ba4cd1e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-35d94beb41085a77.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-982a67797fa6d4d7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-5eb973361d530be2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-dae60454e816c25c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-319f9877675dfcfd.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5273a9f1beeaa98c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7a39760243b02ffc.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-204f19bf747f71db.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d7af578b01205b68.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6779d7bf9f1f661f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc70cd53ab27b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d8496766bb3ff8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d66ec92e5ffa2128.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-e44ae069656636aa.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e707aea3c4da88a6.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cbde48bec1d6bb6e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-63af01500de80ffd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3f9a1ee4ab3fa8c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b9d7b47b5b132c55.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-3fb1e700f549add8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d77411df0b2ec88a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0cc9eeb58d475786.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ad5e62427f4cec6e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-b6d49f743b40c6ec.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cbd289bff9588229.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a91eaea439c73ae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ff0f2c74b5ccb553.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
34212024-02-28T12:38:32.203Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ab83035cc52ddb5f -C extra-filename=-ab83035cc52ddb5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1529016b6d9c47e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-114f8f7884d59e86.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fd6793eb2ba4cd1e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-35d94beb41085a77.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-982a67797fa6d4d7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-5eb973361d530be2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-dae60454e816c25c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-319f9877675dfcfd.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5273a9f1beeaa98c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7a39760243b02ffc.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-204f19bf747f71db.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d7af578b01205b68.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6779d7bf9f1f661f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc70cd53ab27b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d8496766bb3ff8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d66ec92e5ffa2128.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-e44ae069656636aa.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e707aea3c4da88a6.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cbde48bec1d6bb6e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-63af01500de80ffd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3f9a1ee4ab3fa8c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b9d7b47b5b132c55.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-3fb1e700f549add8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d77411df0b2ec88a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0cc9eeb58d475786.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ad5e62427f4cec6e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-b6d49f743b40c6ec.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cbd289bff9588229.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a91eaea439c73ae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ff0f2c74b5ccb553.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
34222024-02-28T12:38:35.656Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=dd6775320fab9f33 -C extra-filename=-dd6775320fab9f33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5a089f4e82cce547.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fd6793eb2ba4cd1e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-982a67797fa6d4d7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-085e4acea661f57d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-fda3a220b7656d7b.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-32ac54339a751dbf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7a39760243b02ffc.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-143996161e173edd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-0632da7e314d3ede.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1ad5003fd936fc8a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d77411df0b2ec88a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-9a42209ce3b5c41a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0cc9eeb58d475786.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-b6d49f743b40c6ec.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-81052139e9b8ba8e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ee0d2445b457794b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L /usr/platform/oxide/lib/amd64/`
34232024-02-28T12:38:36.126Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=85f73a8f292050cf -C extra-filename=-85f73a8f292050cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5a089f4e82cce547.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fd6793eb2ba4cd1e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-982a67797fa6d4d7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-085e4acea661f57d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-32ac54339a751dbf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7a39760243b02ffc.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-143996161e173edd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-0632da7e314d3ede.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1ad5003fd936fc8a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d77411df0b2ec88a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-9a42209ce3b5c41a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0cc9eeb58d475786.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-b6d49f743b40c6ec.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-81052139e9b8ba8e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ee0d2445b457794b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L /usr/platform/oxide/lib/amd64/`
34242024-02-28T12:38:37.835Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=93e896232cdcfa63 -C extra-filename=-93e896232cdcfa63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-114f8f7884d59e86.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5a089f4e82cce547.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-982a67797fa6d4d7.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-dae60454e816c25c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7594a365b03daaf1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2457e8c20933f505.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-41f03b3705aca2c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c6a90c04ebbf6044.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-fda3a220b7656d7b.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-32ac54339a751dbf.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-0b8f587f500130bb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7a39760243b02ffc.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ff033e5abbc1e4cb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d908c75643dd57ca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-b6d49f743b40c6ec.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cbd289bff9588229.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-97b21d1d51322205.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3b5e28ac9f67493d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-81052139e9b8ba8e.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ce0cad0f797b1da6.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ee0d2445b457794b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f81de01d26a116b3.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6eda82a510b4643c.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4e5a474272d93784.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L /usr/platform/oxide/lib/amd64/`
34252024-02-28T12:38:48.373Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_blueprint_execution --edition=2021 nexus/blueprint-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=2fb15386163e74fa -C extra-filename=-2fb15386163e74fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-dca14e5bbea5fdf7.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7608ec9adc0598db.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
34262024-02-28T12:38:50.523Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34272024-02-28T12:38:50.545Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="omicron-dev"' -C metadata=6d297bb8aaf35e7a -C extra-filename=-6d297bb8aaf35e7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-35d94beb41085a77.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-5eb973361d530be2.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-41f03b3705aca2c7.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c3113d731711bf62.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7608ec9adc0598db.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-85b1856162289b86.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d908c75643dd57ca.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d8496766bb3ff8.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-48bf12122b351eb8.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e707aea3c4da88a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-bf540fe11b61f22d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cbd289bff9588229.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/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-fbf64c6ee8d29268/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-b7d79802fe443f08/out`
34282024-02-28T12:38:56.361Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=79fbde070d56fa42 -C extra-filename=-79fbde070d56fa42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5a089f4e82cce547.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fd6793eb2ba4cd1e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-35d94beb41085a77.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fd7bcf6d521b1898.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-dae60454e816c25c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-faa0dc159920d3e6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c3113d731711bf62.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d7af578b01205b68.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6779d7bf9f1f661f.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rmeta --extern nexus_blueprint_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_blueprint_execution-2fb15386163e74fa.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-dca14e5bbea5fdf7.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7608ec9adc0598db.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-180fca28be2a2bad.rmeta --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-c4b2d18dbdfc4325.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-152b6736d2c4837c.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-85b1856162289b86.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-33256b3e4aeb7fa6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d908c75643dd57ca.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5bda086a58e72578.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-60040436200452f9.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aa7e4a33c0aeef7d.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-e44ae069656636aa.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e707aea3c4da88a6.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-424fdc2ba1ca0090.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d4a59564ad5b75ae.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cbde48bec1d6bb6e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-943e2e71b9f2061c.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dac9514b36432b89.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-05c5afb9df5c7029.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-04f65e79f00d2d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b9d7b47b5b132c55.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-bf540fe11b61f22d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8cbda95784c09cb7.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d4f2d576e24c812.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-e3ba4c32d0e352b8.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-97b21d1d51322205.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ce0cad0f797b1da6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/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-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
34292024-02-28T12:39:00.019Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name manifest_tests --edition=2021 tufaceous/tests/manifest-tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg test -C metadata=624563dfcd821ffb -C extra-filename=-624563dfcd821ffb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-9b543e68df6eb768.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-78e92f0a938305c3.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4ef9920b3d25a54a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-9a42209ce3b5c41a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3b5e28ac9f67493d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-81052139e9b8ba8e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34302024-02-28T12:39:00.069Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ffae6525eb8e2d9b -C extra-filename=-ffae6525eb8e2d9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-9b543e68df6eb768.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-78e92f0a938305c3.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4ef9920b3d25a54a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-9a42209ce3b5c41a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3b5e28ac9f67493d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-81052139e9b8ba8e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34312024-02-28T12:39:02.177Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=975ed3de329d1cd4 -C extra-filename=-975ed3de329d1cd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c8be0153e1f03ddd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7dbcce7b60b2a3da.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-35d94beb41085a77.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-0930d5b4d5c67724.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cf18b29608d3a4d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7d72bdebf763b285.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-41f03b3705aca2c7.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-379d009f4c972cba.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc70cd53ab27b5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-dca14e5bbea5fdf7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7608ec9adc0598db.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6d297bb8aaf35e7a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-60040436200452f9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c44db0e13b34354f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-1cefd18f671566b1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-af4f04d942f04cdb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/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-b7d79802fe443f08/out`
34322024-02-28T12:39:02.292Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a9b65c9b645fe658 -C extra-filename=-a9b65c9b645fe658 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c8be0153e1f03ddd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-c51bbcf5253e88f2.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-065ee71cec821029.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-e0aea0e2d381da33.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3f68849ea9f46a77.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cf18b29608d3a4d6.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-75f6c801faf451ae.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c3113d731711bf62.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-acb1be97d4c56cc9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d7af578b01205b68.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-dca14e5bbea5fdf7.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-c4b2d18dbdfc4325.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-152b6736d2c4837c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6d297bb8aaf35e7a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d908c75643dd57ca.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d8496766bb3ff8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f8cc4821330dc39c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5bda086a58e72578.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-39c357822878bd3e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-73d67c3b05892acd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3f9a1ee4ab3fa8c8.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dac9514b36432b89.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-04f65e79f00d2d92.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-bf540fe11b61f22d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8cbda95784c09cb7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d4f2d576e24c812.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-597d459fab2c8513.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a91eaea439c73ae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/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-b7d79802fe443f08/out`
34332024-02-28T12:39:05.218Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="omicron-dev"' -C metadata=56643591783dffb9 -C extra-filename=-56643591783dffb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-35d94beb41085a77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-5eb973361d530be2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-41f03b3705aca2c7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c3113d731711bf62.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7608ec9adc0598db.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-85b1856162289b86.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d908c75643dd57ca.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d8496766bb3ff8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-48bf12122b351eb8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e707aea3c4da88a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-bf540fe11b61f22d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cbd289bff9588229.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/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-fbf64c6ee8d29268/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-b7d79802fe443f08/out`
34342024-02-28T12:39:06.168Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=cebbdd973884194c -C extra-filename=-cebbdd973884194c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c8be0153e1f03ddd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5a089f4e82cce547.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fd6793eb2ba4cd1e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0129bec5133f2912.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-35d94beb41085a77.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fd7bcf6d521b1898.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cf18b29608d3a4d6.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-5eb973361d530be2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-dae60454e816c25c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-faa0dc159920d3e6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-41f03b3705aca2c7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c3113d731711bf62.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-3c8e78b0eef0625a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c6a90c04ebbf6044.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-acb1be97d4c56cc9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d7af578b01205b68.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6779d7bf9f1f661f.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_blueprint_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_blueprint_execution-2fb15386163e74fa.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-dca14e5bbea5fdf7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7608ec9adc0598db.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-180fca28be2a2bad.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-c4b2d18dbdfc4325.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-152b6736d2c4837c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-85b1856162289b86.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6d297bb8aaf35e7a.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-733778925bcabb33.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-33256b3e4aeb7fa6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d908c75643dd57ca.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d8496766bb3ff8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5bda086a58e72578.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8fbac199c25b1d23.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-60040436200452f9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aa7e4a33c0aeef7d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-e44ae069656636aa.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e707aea3c4da88a6.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-424fdc2ba1ca0090.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-73d67c3b05892acd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d4a59564ad5b75ae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cbde48bec1d6bb6e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3f9a1ee4ab3fa8c8.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-943e2e71b9f2061c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dac9514b36432b89.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-05c5afb9df5c7029.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-04f65e79f00d2d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b9d7b47b5b132c55.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-bf540fe11b61f22d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8cbda95784c09cb7.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d1c6d25805d01abe.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16979e98a4917953.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d4f2d576e24c812.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-597d459fab2c8513.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-e3ba4c32d0e352b8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-97b21d1d51322205.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3b5e28ac9f67493d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-81052139e9b8ba8e.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ce0cad0f797b1da6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
34352024-02-28T12:39:09.995Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=569eca124b40480f -C extra-filename=-569eca124b40480f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-9b543e68df6eb768.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-78e92f0a938305c3.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4ef9920b3d25a54a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-9a42209ce3b5c41a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-81052139e9b8ba8e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34362024-02-28T12:39:10.823Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 tufaceous/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=950e8be384f5a810 -C extra-filename=-950e8be384f5a810 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-9b543e68df6eb768.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-78e92f0a938305c3.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4ef9920b3d25a54a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-9a42209ce3b5c41a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3b5e28ac9f67493d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-81052139e9b8ba8e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34372024-02-28T12:39:12.421Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=da105d90b9d2781f -C extra-filename=-da105d90b9d2781f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-9b543e68df6eb768.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5a089f4e82cce547.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c864af77070b9fcf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7dbcce7b60b2a3da.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9e5585621ce62178.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-05858b82cfb4ef84.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d908c75643dd57ca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-809f059798a7cc9f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1ad5003fd936fc8a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c44db0e13b34354f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-c7ae3c74da971e16.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-9a42209ce3b5c41a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-f961b7166d8df368.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-af4f04d942f04cdb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cbd289bff9588229.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2952e0e0b5d43a22.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-55000f8397d8a6e9.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ee0d2445b457794b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f81de01d26a116b3.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6eda82a510b4643c.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4e5a474272d93784.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34382024-02-28T12:39:13.932Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9be0a3e043f379c0 -C extra-filename=-9be0a3e043f379c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5a089f4e82cce547.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c864af77070b9fcf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7dbcce7b60b2a3da.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9e5585621ce62178.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-05858b82cfb4ef84.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d908c75643dd57ca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-809f059798a7cc9f.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c44db0e13b34354f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-c7ae3c74da971e16.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-9a42209ce3b5c41a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-f961b7166d8df368.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-af4f04d942f04cdb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cbd289bff9588229.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2952e0e0b5d43a22.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-55000f8397d8a6e9.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ee0d2445b457794b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f81de01d26a116b3.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6eda82a510b4643c.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4e5a474272d93784.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34392024-02-28T12:39:15.854Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3f798e0d53ad719a -C extra-filename=-3f798e0d53ad719a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-9b543e68df6eb768.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5a089f4e82cce547.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c864af77070b9fcf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7dbcce7b60b2a3da.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9e5585621ce62178.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-05858b82cfb4ef84.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d908c75643dd57ca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-809f059798a7cc9f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1ad5003fd936fc8a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c44db0e13b34354f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-c7ae3c74da971e16.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-9a42209ce3b5c41a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-f961b7166d8df368.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-af4f04d942f04cdb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cbd289bff9588229.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2952e0e0b5d43a22.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-55000f8397d8a6e9.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ee0d2445b457794b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f81de01d26a116b3.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6eda82a510b4643c.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4e5a474272d93784.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34402024-02-28T12:39:18.644Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8d41cb9a89ced70e -C extra-filename=-8d41cb9a89ced70e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c864af77070b9fcf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7dbcce7b60b2a3da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-05edde44eab689aa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-9a42209ce3b5c41a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f81de01d26a116b3.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34412024-02-28T12:39:18.648Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=fe3a9ea687171fa3 -C extra-filename=-fe3a9ea687171fa3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1529016b6d9c47e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-114f8f7884d59e86.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fd6793eb2ba4cd1e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-35d94beb41085a77.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-982a67797fa6d4d7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-5eb973361d530be2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-dae60454e816c25c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-319f9877675dfcfd.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5273a9f1beeaa98c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7a39760243b02ffc.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-204f19bf747f71db.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d7af578b01205b68.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6779d7bf9f1f661f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc70cd53ab27b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d66ec92e5ffa2128.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-e44ae069656636aa.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e707aea3c4da88a6.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cbde48bec1d6bb6e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-63af01500de80ffd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3f9a1ee4ab3fa8c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b9d7b47b5b132c55.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-3fb1e700f549add8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d77411df0b2ec88a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0cc9eeb58d475786.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ad5e62427f4cec6e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-b6d49f743b40c6ec.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cbd289bff9588229.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a91eaea439c73ae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ff0f2c74b5ccb553.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
34422024-02-28T12:39:21.320Z Running `/home/build/.rustup/toolchains/1.74.1-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=c8d18bf0f7873b0d -C extra-filename=-c8d18bf0f7873b0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-0b8f587f500130bb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7a39760243b02ffc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34432024-02-28T12:39:31.496Z Running `/home/build/.rustup/toolchains/1.74.1-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=a1f2c8048cb363d5 -C extra-filename=-a1f2c8048cb363d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-0b8f587f500130bb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7a39760243b02ffc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34442024-02-28T12:39:31.775Z Running `/home/build/.rustup/toolchains/1.74.1-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=cb0a953c5091880a -C extra-filename=-cb0a953c5091880a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-0b8f587f500130bb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7a39760243b02ffc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34452024-02-28T12:39:33.766Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=23ac2f77e17f654e -C extra-filename=-23ac2f77e17f654e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-9b543e68df6eb768.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5a089f4e82cce547.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c864af77070b9fcf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7dbcce7b60b2a3da.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9e5585621ce62178.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-05858b82cfb4ef84.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d908c75643dd57ca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-809f059798a7cc9f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1ad5003fd936fc8a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c44db0e13b34354f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-c7ae3c74da971e16.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-9a42209ce3b5c41a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-f961b7166d8df368.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-af4f04d942f04cdb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cbd289bff9588229.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2952e0e0b5d43a22.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-55000f8397d8a6e9.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ee0d2445b457794b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6eda82a510b4643c.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4e5a474272d93784.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34462024-02-28T12:39:42.353Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4689757650ddad66 -C extra-filename=-4689757650ddad66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-5eb973361d530be2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e65c884699ef6dcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-9a42209ce3b5c41a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-5dadcf8bed763818.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-798bb45d4c70359e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fcbf1a71e5caea3e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-6deffeb81dc9d514.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34472024-02-28T12:39:43.729Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ea5f567e2d5412ea -C extra-filename=-ea5f567e2d5412ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-5eb973361d530be2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e65c884699ef6dcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-9a42209ce3b5c41a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-5dadcf8bed763818.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-798bb45d4c70359e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fcbf1a71e5caea3e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-6deffeb81dc9d514.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34482024-02-28T12:39:44.450Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=99b09aa92ec23fe3 -C extra-filename=-99b09aa92ec23fe3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-5eb973361d530be2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e65c884699ef6dcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-9a42209ce3b5c41a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-5dadcf8bed763818.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-798bb45d4c70359e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fcbf1a71e5caea3e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-6deffeb81dc9d514.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34492024-02-28T12:39:47.665Z Running `/home/build/.rustup/toolchains/1.74.1-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=fbbd5e9facd1447a -C extra-filename=-fbbd5e9facd1447a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-5eb973361d530be2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e65c884699ef6dcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-9a42209ce3b5c41a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-5dadcf8bed763818.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-798bb45d4c70359e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fcbf1a71e5caea3e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-6deffeb81dc9d514.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34502024-02-28T12:39:54.275Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ce7262fc5e968198 -C extra-filename=-ce7262fc5e968198 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-5eb973361d530be2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e65c884699ef6dcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-9a42209ce3b5c41a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-5dadcf8bed763818.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-798bb45d4c70359e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fcbf1a71e5caea3e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-6deffeb81dc9d514.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34512024-02-28T12:39:56.247Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=45bacce032e1ec84 -C extra-filename=-45bacce032e1ec84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e65c884699ef6dcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-9a42209ce3b5c41a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-5dadcf8bed763818.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-798bb45d4c70359e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fcbf1a71e5caea3e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-6deffeb81dc9d514.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34522024-02-28T12:40:08.734Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f3f536c3844de616 -C extra-filename=-f3f536c3844de616 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-5eb973361d530be2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e65c884699ef6dcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-9a42209ce3b5c41a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-5dadcf8bed763818.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-798bb45d4c70359e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fcbf1a71e5caea3e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-6deffeb81dc9d514.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34532024-02-28T12:40:11.418Z Running `/home/build/.rustup/toolchains/1.74.1-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=96ca81e86c4e8022 -C extra-filename=-96ca81e86c4e8022 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-5eb973361d530be2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e65c884699ef6dcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-9a42209ce3b5c41a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-5dadcf8bed763818.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-798bb45d4c70359e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fcbf1a71e5caea3e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-6deffeb81dc9d514.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34542024-02-28T12:40:13.191Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c12eaa4b8c65f29d -C extra-filename=-c12eaa4b8c65f29d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc70cd53ab27b5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-60040436200452f9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-48bf12122b351eb8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aa7e4a33c0aeef7d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34552024-02-28T12:40:14.897Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5e67f3bea8cf2c81 -C extra-filename=-5e67f3bea8cf2c81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc70cd53ab27b5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-60040436200452f9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-48bf12122b351eb8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aa7e4a33c0aeef7d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34562024-02-28T12:40:31.592Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=602e53dc5880e9d6 -C extra-filename=-602e53dc5880e9d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc70cd53ab27b5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-60040436200452f9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-48bf12122b351eb8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aa7e4a33c0aeef7d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34572024-02-28T12:40:37.392Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d36060d32470fa72 -C extra-filename=-d36060d32470fa72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc70cd53ab27b5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-60040436200452f9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-48bf12122b351eb8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aa7e4a33c0aeef7d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34582024-02-28T12:40:40.899Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bfe61123807f20b4 -C extra-filename=-bfe61123807f20b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc70cd53ab27b5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-60040436200452f9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-48bf12122b351eb8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aa7e4a33c0aeef7d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34592024-02-28T12:40:44.206Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c9ed8d8ce5bd76e0 -C extra-filename=-c9ed8d8ce5bd76e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c6a90c04ebbf6044.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cbd289bff9588229.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-97b21d1d51322205.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3b5e28ac9f67493d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-81052139e9b8ba8e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
34602024-02-28T12:40:50.752Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6b678563ff5c8d98 -C extra-filename=-6b678563ff5c8d98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-78e92f0a938305c3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-9a42209ce3b5c41a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3b5e28ac9f67493d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-81052139e9b8ba8e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34612024-02-28T12:40:54.842Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e97c9098db8e1930 -C extra-filename=-e97c9098db8e1930 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5a089f4e82cce547.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fd6793eb2ba4cd1e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-99137e97c3cb7edd.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7594a365b03daaf1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9e5585621ce62178.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-05858b82cfb4ef84.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-8ad7024144cc130d.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-abfded384cdfb682.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-809f059798a7cc9f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-73d67c3b05892acd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8cbda95784c09cb7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-f961b7166d8df368.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-b6d49f743b40c6ec.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34622024-02-28T12:41:16.154Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_deployment --edition=2021 nexus/deployment/src/lib.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=43e01822d1c7ccf1 -C extra-filename=-43e01822d1c7ccf1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8300448f6a8e23c1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-152b6736d2c4837c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34632024-02-28T12:41:20.498Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=568a94719094d7e6 -C extra-filename=-568a94719094d7e6 --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-898a42c87a6ff7fe.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7a39760243b02ffc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c1c0ca8903c4a8e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ee0d2445b457794b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6eda82a510b4643c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34642024-02-28T12:41:27.349Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=dc4e8ae3645a28e2 -C extra-filename=-dc4e8ae3645a28e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-05858b82cfb4ef84.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-104d2e9a1ebfe6e5.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-73d67c3b05892acd.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-40fc1b2a98c87d3e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-943e2e71b9f2061c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b9d7b47b5b132c55.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-3fc2e0e76c9a9e9b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0cc9eeb58d475786.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
34652024-02-28T12:41:31.004Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=045253f193cf9bda -C extra-filename=-045253f193cf9bda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b223f08348c42977.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-41f03b3705aca2c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-143996161e173edd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-42a6f77439465836.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f09c9d64a57c3346.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16979e98a4917953.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-b6d49f743b40c6ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4fdb308b153ea4a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
34662024-02-28T12:41:33.971Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4b2b8851e9a3a9ce -C extra-filename=-4b2b8851e9a3a9ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b223f08348c42977.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-143996161e173edd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d0a1d9915472473e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-42a6f77439465836.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f09c9d64a57c3346.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-b6d49f743b40c6ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4fdb308b153ea4a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
34672024-02-28T12:41:34.563Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b4461097185a79c5 -C extra-filename=-b4461097185a79c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d0a1d9915472473e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16979e98a4917953.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-c6f80cfcec446e3a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L /usr/platform/oxide/lib/amd64/`
34682024-02-28T12:41:37.789Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=48c63dac6dd0a2cb -C extra-filename=-48c63dac6dd0a2cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d0a1d9915472473e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-c6f80cfcec446e3a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L /usr/platform/oxide/lib/amd64/`
34692024-02-28T12:41:40.004Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3fe66ca4b25c6abd -C extra-filename=-3fe66ca4b25c6abd --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-e1e883e8fff4ba58.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d0a1d9915472473e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16979e98a4917953.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
34702024-02-28T12:41:43.132Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b37128c9241ed173 -C extra-filename=-b37128c9241ed173 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b223f08348c42977.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-41f03b3705aca2c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-143996161e173edd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d0a1d9915472473e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-42a6f77439465836.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f09c9d64a57c3346.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16979e98a4917953.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-b6d49f743b40c6ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4fdb308b153ea4a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
34712024-02-28T12:41:43.423Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ab4d6590bb7bdf3e -C extra-filename=-ab4d6590bb7bdf3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b223f08348c42977.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-41f03b3705aca2c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-143996161e173edd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d0a1d9915472473e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-42a6f77439465836.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f09c9d64a57c3346.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16979e98a4917953.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-b6d49f743b40c6ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4fdb308b153ea4a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
34722024-02-28T12:41:46.857Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7541281c02940fc2 -C extra-filename=-7541281c02940fc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3f68849ea9f46a77.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-99137e97c3cb7edd.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cf18b29608d3a4d6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d7af578b01205b68.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-180fca28be2a2bad.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ff033e5abbc1e4cb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d908c75643dd57ca.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f8cc4821330dc39c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-424fdc2ba1ca0090.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b9d7b47b5b132c55.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d4f2d576e24c812.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34732024-02-28T12:41:53.744Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb.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=b2e8b79f2e184ac3 -C extra-filename=-b2e8b79f2e184ac3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-832e9aeb4ba95f83.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-a460a3da56e42aa6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9e5585621ce62178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aa7e4a33c0aeef7d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-05edde44eab689aa.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b574fcf26a08df61.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-0cfa17ee5e85b6a3.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-90736736a0f4005e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-1cefd18f671566b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a91eaea439c73ae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34742024-02-28T12:41:57.357Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a5e835f12419e3c1 -C extra-filename=-a5e835f12419e3c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc70cd53ab27b5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-60040436200452f9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aa7e4a33c0aeef7d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34752024-02-28T12:42:03.721Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4c4d888d0c61675a -C extra-filename=-4c4d888d0c61675a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-832e9aeb4ba95f83.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-a460a3da56e42aa6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9e5585621ce62178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-05edde44eab689aa.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b574fcf26a08df61.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-0cfa17ee5e85b6a3.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-90736736a0f4005e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-1cefd18f671566b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a91eaea439c73ae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34762024-02-28T12:42:33.880Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d9284dd8562611ec -C extra-filename=-d9284dd8562611ec --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-58d0f28ea0b24078.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-790cb631f1a524c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-487d71315671361b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-954c00f31b8bbf7b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34772024-02-28T12:42:38.643Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=26118e13d2f3b776 -C extra-filename=-26118e13d2f3b776 --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-58d0f28ea0b24078.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-790cb631f1a524c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-487d71315671361b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-954c00f31b8bbf7b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34782024-02-28T12:42:39.526Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=38521e5acb6f6b1a -C extra-filename=-38521e5acb6f6b1a --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-237e8556096248b4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-7c10a31600b0da60.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c864af77070b9fcf.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1840ba39f4ff13d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1ad5003fd936fc8a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-44aac42af2daaf63.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8cbda95784c09cb7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fdcb72815d61ea5f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.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-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
34792024-02-28T12:42:44.814Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=9b1b32494f0b0a95 -C extra-filename=-9b1b32494f0b0a95 --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-237e8556096248b4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1529016b6d9c47e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-7c10a31600b0da60.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c864af77070b9fcf.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1840ba39f4ff13d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1ad5003fd936fc8a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-44aac42af2daaf63.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8cbda95784c09cb7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fdcb72815d61ea5f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.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-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
34802024-02-28T12:42:51.052Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ac532b0bf1ce2bc4 -C extra-filename=-ac532b0bf1ce2bc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-5eb973361d530be2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e65c884699ef6dcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34812024-02-28T12:42:59.862Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=0fc15a3974c30421 -C extra-filename=-0fc15a3974c30421 --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-237e8556096248b4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1529016b6d9c47e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-7c10a31600b0da60.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c864af77070b9fcf.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1840ba39f4ff13d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1ad5003fd936fc8a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-44aac42af2daaf63.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8cbda95784c09cb7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fdcb72815d61ea5f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.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-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
34822024-02-28T12:43:03.125Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=19174e980d72f2f1 -C extra-filename=-19174e980d72f2f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5a089f4e82cce547.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c6a90c04ebbf6044.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8e24ec9991093909.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-943e2e71b9f2061c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-3bcb2aad01b1c17a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-97b21d1d51322205.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f959e24eb3a10109.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
34832024-02-28T12:43:18.635Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7cefff4c4c148d2f -C extra-filename=-7cefff4c4c148d2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc70cd53ab27b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34842024-02-28T12:43:22.063Z Running `/home/build/.rustup/toolchains/1.74.1-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=f4d6460e5a77c5ba -C extra-filename=-f4d6460e5a77c5ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7a39760243b02ffc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34852024-02-28T12:43:24.477Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/mg-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=453a120542e56ce7 -C extra-filename=-453a120542e56ce7 --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-7594a365b03daaf1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d4a59564ad5b75ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
34862024-02-28T12:43:28.118Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8a92f8220dfcd0bd -C extra-filename=-8a92f8220dfcd0bd --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-898a42c87a6ff7fe.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d908c75643dd57ca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c1c0ca8903c4a8e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34872024-02-28T12:43:30.219Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=89cee022ef0053c3 -C extra-filename=-89cee022ef0053c3 --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-153467c069b7bf56.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34882024-02-28T12:43:31.817Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=23a191616be8b83f -C extra-filename=-23a191616be8b83f --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-6efcfb0956144885.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c864af77070b9fcf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1ad5003fd936fc8a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34892024-02-28T12:43:32.051Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -C metadata=99156ab0bfa31aac -C extra-filename=-99156ab0bfa31aac --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-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-a7be816084513547.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34902024-02-28T12:43:33.276Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0c6eeb4647fa3206 -C extra-filename=-0c6eeb4647fa3206 --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-898a42c87a6ff7fe.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d4a59564ad5b75ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c1c0ca8903c4a8e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34912024-02-28T12:43:41.319Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name 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=a081e68da2e4097a -C extra-filename=-a081e68da2e4097a --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-7594a365b03daaf1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d4a59564ad5b75ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
34922024-02-28T12:43:44.330Z Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
34932024-02-28T12:43:44.330Z Running `/home/build/.rustup/toolchains/1.74.1-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=e035566ac397cd9a -C extra-filename=-e035566ac397cd9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ff0f2c74b5ccb553.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34942024-02-28T12:43:44.683Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f1aece586e585a24 -C extra-filename=-f1aece586e585a24 --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-13b6e14ba16a5c3b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c1c0ca8903c4a8e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
34952024-02-28T12:43:44.773Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=12be3096c8e568fa -C extra-filename=-12be3096c8e568fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1ad5003fd936fc8a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8cbda95784c09cb7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ee0d2445b457794b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34962024-02-28T12:43:46.743Z Running `/home/build/.rustup/toolchains/1.74.1-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=b183ada921bd4b08 -C extra-filename=-b183ada921bd4b08 --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-7a39760243b02ffc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c1c0ca8903c4a8e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ee0d2445b457794b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
34972024-02-28T12:43:49.089Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d6e7ce44b5760a2f -C extra-filename=-d6e7ce44b5760a2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-d64f3a5fae41bc0f.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-46780f1e48e2f50f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-7e43975d98c679c4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d7af578b01205b68.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ad5e62427f4cec6e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
34982024-02-28T12:43:51.428Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="testing"' -C metadata=bdc6c07ad2e531b8 -C extra-filename=-bdc6c07ad2e531b8 --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-153467c069b7bf56.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-204f19bf747f71db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out`
34992024-02-28T12:43:52.536Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
35002024-02-28T12:43:52.540Z Running `/home/build/.rustup/toolchains/1.74.1-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=8a75f42fa42cac9e -C extra-filename=-8a75f42fa42cac9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c6a90c04ebbf6044.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64`
35012024-02-28T12:43:53.342Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=668ee72046a2e0e0 -C extra-filename=-668ee72046a2e0e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-debbe0c98d2c26ea.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d908c75643dd57ca.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f8cc4821330dc39c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5bda086a58e72578.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-424fdc2ba1ca0090.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d4f2d576e24c812.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
35022024-02-28T12:43:59.460Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=116068ee6ceb0434 -C extra-filename=-116068ee6ceb0434 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-5eb973361d530be2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e65c884699ef6dcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-9a42209ce3b5c41a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-798bb45d4c70359e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fcbf1a71e5caea3e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-6deffeb81dc9d514.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
35032024-02-28T12:44:07.992Z Running `/home/build/.rustup/toolchains/1.74.1-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=e26c12fcd7941999 -C extra-filename=-e26c12fcd7941999 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-5eb973361d530be2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e65c884699ef6dcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-9a42209ce3b5c41a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-798bb45d4c70359e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fcbf1a71e5caea3e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-6deffeb81dc9d514.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
35042024-02-28T12:44:12.563Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=377d0da975dfb57a -C extra-filename=-377d0da975dfb57a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-5eb973361d530be2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e65c884699ef6dcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-9a42209ce3b5c41a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-798bb45d4c70359e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fcbf1a71e5caea3e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-6deffeb81dc9d514.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
35052024-02-28T12:44:21.356Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=330df5c6939ef611 -C extra-filename=-330df5c6939ef611 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-5eb973361d530be2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e65c884699ef6dcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-9a42209ce3b5c41a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-798bb45d4c70359e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fcbf1a71e5caea3e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-6deffeb81dc9d514.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
35062024-02-28T12:44:23.255Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
35072024-02-28T12:44:23.258Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns-cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e9157974ee5921f0 -C extra-filename=-e9157974ee5921f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
35082024-02-28T12:44:24.577Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d47cb624889ccf09 -C extra-filename=-d47cb624889ccf09 --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-153467c069b7bf56.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1840ba39f4ff13d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-44aac42af2daaf63.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
35092024-02-28T12:44:25.498Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6119e0e0ad1b6519 -C extra-filename=-6119e0e0ad1b6519 --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-13b6e14ba16a5c3b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
35102024-02-28T12:44:25.743Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="seed-gen"' -C metadata=7d5d8308fec1f936 -C extra-filename=-7d5d8308fec1f936 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-98c4a3b2b1f7ceb2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-9fc834b5cc8db937.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c3113d731711bf62.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3f9a1ee4ab3fa8c8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-943e2e71b9f2061c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dac9514b36432b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-e3ba4c32d0e352b8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a91eaea439c73ae.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
35112024-02-28T12:44:26.949Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e7f9617652f69a8a -C extra-filename=-e7f9617652f69a8a --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-aaa19c355036061d.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1e6848bdbd9674f1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5bda086a58e72578.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-d5415d38200233f6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3f9a1ee4ab3fa8c8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
35122024-02-28T12:44:35.063Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c34876479ee5eac4 -C extra-filename=-c34876479ee5eac4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ee0d2445b457794b.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
35132024-02-28T12:44:35.520Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
35142024-02-28T12:44:35.523Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=cefc351af43febb7 -C extra-filename=-cefc351af43febb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
35152024-02-28T12:44:37.712Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -C metadata=117d45d84b2c8ee9 -C extra-filename=-117d45d84b2c8ee9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-0ab9c272fd6ab666.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-20493bf2711065e2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d7af578b01205b68.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-d370449767f06d09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d66ec92e5ffa2128.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-95ace81411a3575c.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-1ea61efff4ad46fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c1c0ca8903c4a8e0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0cc9eeb58d475786.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ff0f2c74b5ccb553.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
35162024-02-28T12:44:38.383Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d7f2a03cafe4ee61 -C extra-filename=-d7f2a03cafe4ee61 --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-898a42c87a6ff7fe.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
35172024-02-28T12:44:38.453Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e48e23bb833c0161 -C extra-filename=-e48e23bb833c0161 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c1c0ca8903c4a8e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
35182024-02-28T12:44:41.069Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=07523ac91e4c51f3 -C extra-filename=-07523ac91e4c51f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-debbe0c98d2c26ea.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-b22c2c3d410270f4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d7af578b01205b68.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f8cc4821330dc39c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-424fdc2ba1ca0090.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1ad5003fd936fc8a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c1c0ca8903c4a8e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b9d7b47b5b132c55.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-3fb1e700f549add8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-bf540fe11b61f22d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8cbda95784c09cb7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-e3ba4c32d0e352b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
35192024-02-28T12:44:41.260Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6758095f8b03b767 -C extra-filename=-6758095f8b03b767 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
35202024-02-28T12:44:46.857Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a9efd31b26ed7377 -C extra-filename=-a9efd31b26ed7377 --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-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
35212024-02-28T12:44:47.819Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e6d1c821efdd13e1 -C extra-filename=-e6d1c821efdd13e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c1c0ca8903c4a8e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
35222024-02-28T12:44:52.231Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ded48c61b517b195 -C extra-filename=-ded48c61b517b195 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-1ea61efff4ad46fc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
35232024-02-28T12:44:52.699Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=538a6fc67798505f -C extra-filename=-538a6fc67798505f --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-84e742cfc30fd143.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
35242024-02-28T12:44:52.989Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=87f446a2b65a49e7 -C extra-filename=-87f446a2b65a49e7 --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-84e742cfc30fd143.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
35252024-02-28T12:44:53.045Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=01ff37ec28d91f0c -C extra-filename=-01ff37ec28d91f0c --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-84e742cfc30fd143.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
35262024-02-28T12:44:53.666Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9e78fd8c42e6bf36 -C extra-filename=-9e78fd8c42e6bf36 --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-84e742cfc30fd143.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
35272024-02-28T12:44:53.870Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1a28ce891b239cfc -C extra-filename=-1a28ce891b239cfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
35282024-02-28T12:44:54.556Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=711c4b366c5e78d9 -C extra-filename=-711c4b366c5e78d9 --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-84e742cfc30fd143.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
35292024-02-28T12:44:54.910Z Running `/home/build/.rustup/toolchains/1.74.1-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=d6ebf76046e0c118 -C extra-filename=-d6ebf76046e0c118 --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-b47e55d174b1612f.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-e39b65394af31ca3.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-7fa1f6396052bdb1.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1273314ddbc76afe.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a55d8fa36e94059e.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8861c4fe0bf9ac1d.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-4b8f5ced93694790.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b8e8dc310f6d46a3.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-ce6aeddc0b5d8d62.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0cddec495d8a776e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c89f416f4cead783.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-78e92f0a938305c3.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7dbcce7b60b2a3da.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-4c8e5875e5a3a025.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9195e699c88ce3be.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cf18b29608d3a4d6.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3c69cefdc4f41599.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-2aa398910fa7e03f.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7594a365b03daaf1.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7a80d53055709791.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-ab8bb4c8beb328c5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-902bf6e0c20c75b3.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-730a65a2a998e17d.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5926e37d1f197e57.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-102b4ee2be30504e.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-91a8c368bbe7faaf.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-b4bfb3976ef1e0a9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a32162f7cac7119.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9e5585621ce62178.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-15281089ab3f7dbc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-44674b22e4bd2ff9.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-5f0c5f1a0483f4f9.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f3363b8ae905f1e2.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-40e5b787da3c66c6.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-24dc8bd775458b21.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-e356bf522f6ae2bc.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-33256b3e4aeb7fa6.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-6512d991c8d53f77.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-73d67c3b05892acd.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-e06f4872477e5ba4.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-ee6cdf9a9cd99e2d.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1ca351f7f3d361c7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-40dfbed7bcb9fb30.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-943e2e71b9f2061c.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-07201864f3f4f4d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b9d7b47b5b132c55.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-9a210f81e1185703.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-cf0a1fc317883901.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-8717160e61d0c384.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-e3ba4c32d0e352b8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-b6d49f743b40c6ec.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cbd289bff9588229.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ae75f76082580031.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-72e727ec5da81555.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0822a38d317e6d3e.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2952e0e0b5d43a22.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a1caaa2fb0be3208.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fcbf1a71e5caea3e.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-ea6d88cd11b1cdcf.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b41b7dc74a54938e.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-356b84240c0a3098.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-1a7fe84009a3e2c2.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3986eb937002ab5c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f959e24eb3a10109.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib`
35302024-02-28T12:44:55.500Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' -C metadata=8d13994b3bc7a9bc -C extra-filename=-8d13994b3bc7a9bc --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-6d3dcee644e628e8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35312024-02-28T12:46:09.162Z Running `/home/build/.rustup/toolchains/1.74.1-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=7a2dde3550fed75f -C extra-filename=-7a2dde3550fed75f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-41f03b3705aca2c7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-85b1856162289b86.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6d297bb8aaf35e7a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-79fbde070d56fa42.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5bda086a58e72578.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8fbac199c25b1d23.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3f9a1ee4ab3fa8c8.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-42a6f77439465836.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f09c9d64a57c3346.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-e3ba4c32d0e352b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/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-b7d79802fe443f08/out`
35322024-02-28T12:46:09.168Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_blueprint_execution --edition=2021 nexus/blueprint-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=a375ad04db5f40a6 -C extra-filename=-a375ad04db5f40a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-3c8e78b0eef0625a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8300448f6a8e23c1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-dca14e5bbea5fdf7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7608ec9adc0598db.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-c4b2d18dbdfc4325.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-152b6736d2c4837c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6d297bb8aaf35e7a.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-733778925bcabb33.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-79fbde070d56fa42.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/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-b7d79802fe443f08/out`
35332024-02-28T12:46:09.168Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7d7aad5a2f18d902 -C extra-filename=-7d7aad5a2f18d902 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c8be0153e1f03ddd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5a089f4e82cce547.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fd6793eb2ba4cd1e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0129bec5133f2912.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-35d94beb41085a77.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fd7bcf6d521b1898.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cf18b29608d3a4d6.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-5eb973361d530be2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-dae60454e816c25c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-faa0dc159920d3e6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-41f03b3705aca2c7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c3113d731711bf62.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-3c8e78b0eef0625a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c6a90c04ebbf6044.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-acb1be97d4c56cc9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d7af578b01205b68.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6779d7bf9f1f661f.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_blueprint_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_blueprint_execution-2fb15386163e74fa.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-dca14e5bbea5fdf7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7608ec9adc0598db.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-180fca28be2a2bad.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-c4b2d18dbdfc4325.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-152b6736d2c4837c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-85b1856162289b86.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6d297bb8aaf35e7a.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-733778925bcabb33.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-33256b3e4aeb7fa6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-79fbde070d56fa42.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d908c75643dd57ca.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d8496766bb3ff8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5bda086a58e72578.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8fbac199c25b1d23.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-60040436200452f9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aa7e4a33c0aeef7d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-e44ae069656636aa.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e707aea3c4da88a6.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-424fdc2ba1ca0090.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-73d67c3b05892acd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d4a59564ad5b75ae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cbde48bec1d6bb6e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3f9a1ee4ab3fa8c8.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-943e2e71b9f2061c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dac9514b36432b89.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-05c5afb9df5c7029.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-04f65e79f00d2d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b9d7b47b5b132c55.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-bf540fe11b61f22d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8cbda95784c09cb7.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d1c6d25805d01abe.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16979e98a4917953.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d4f2d576e24c812.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-597d459fab2c8513.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-e3ba4c32d0e352b8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-97b21d1d51322205.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3b5e28ac9f67493d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-81052139e9b8ba8e.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ce0cad0f797b1da6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
35342024-02-28T12:46:09.325Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=03ff6564f6ea1a8e -C extra-filename=-03ff6564f6ea1a8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c8be0153e1f03ddd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5a089f4e82cce547.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fd6793eb2ba4cd1e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0129bec5133f2912.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-35d94beb41085a77.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fd7bcf6d521b1898.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cf18b29608d3a4d6.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-5eb973361d530be2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-dae60454e816c25c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-faa0dc159920d3e6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-41f03b3705aca2c7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c3113d731711bf62.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-3c8e78b0eef0625a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c6a90c04ebbf6044.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-acb1be97d4c56cc9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d7af578b01205b68.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6779d7bf9f1f661f.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_blueprint_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_blueprint_execution-2fb15386163e74fa.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-dca14e5bbea5fdf7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7608ec9adc0598db.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-180fca28be2a2bad.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-c4b2d18dbdfc4325.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-152b6736d2c4837c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-85b1856162289b86.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6d297bb8aaf35e7a.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-733778925bcabb33.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-33256b3e4aeb7fa6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-79fbde070d56fa42.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d908c75643dd57ca.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d8496766bb3ff8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5bda086a58e72578.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8fbac199c25b1d23.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-60040436200452f9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aa7e4a33c0aeef7d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-e44ae069656636aa.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e707aea3c4da88a6.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-424fdc2ba1ca0090.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-73d67c3b05892acd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d4a59564ad5b75ae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cbde48bec1d6bb6e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3f9a1ee4ab3fa8c8.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-943e2e71b9f2061c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dac9514b36432b89.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-05c5afb9df5c7029.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-04f65e79f00d2d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b9d7b47b5b132c55.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-bf540fe11b61f22d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8cbda95784c09cb7.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d1c6d25805d01abe.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16979e98a4917953.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d4f2d576e24c812.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-597d459fab2c8513.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-e3ba4c32d0e352b8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-97b21d1d51322205.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3b5e28ac9f67493d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-81052139e9b8ba8e.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ce0cad0f797b1da6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
35352024-02-28T12:46:13.177Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=be68c3c552364afd -C extra-filename=-be68c3c552364afd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c8be0153e1f03ddd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7dbcce7b60b2a3da.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-35d94beb41085a77.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-0930d5b4d5c67724.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cf18b29608d3a4d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7d72bdebf763b285.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-41f03b3705aca2c7.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-379d009f4c972cba.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc70cd53ab27b5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-dca14e5bbea5fdf7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7608ec9adc0598db.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6d297bb8aaf35e7a.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-733778925bcabb33.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-79fbde070d56fa42.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-60040436200452f9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c44db0e13b34354f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-1cefd18f671566b1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-af4f04d942f04cdb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/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-b7d79802fe443f08/out`
35362024-02-28T12:46:13.805Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f5d51f78d72fbc8f -C extra-filename=-f5d51f78d72fbc8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5a089f4e82cce547.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fd6793eb2ba4cd1e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-35d94beb41085a77.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fd7bcf6d521b1898.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-dae60454e816c25c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-faa0dc159920d3e6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c3113d731711bf62.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d7af578b01205b68.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6779d7bf9f1f661f.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_blueprint_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_blueprint_execution-2fb15386163e74fa.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-dca14e5bbea5fdf7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7608ec9adc0598db.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-180fca28be2a2bad.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-c4b2d18dbdfc4325.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-152b6736d2c4837c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-85b1856162289b86.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-33256b3e4aeb7fa6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-79fbde070d56fa42.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d908c75643dd57ca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5bda086a58e72578.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-60040436200452f9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aa7e4a33c0aeef7d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-e44ae069656636aa.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e707aea3c4da88a6.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-424fdc2ba1ca0090.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d4a59564ad5b75ae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cbde48bec1d6bb6e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-943e2e71b9f2061c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dac9514b36432b89.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-05c5afb9df5c7029.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-04f65e79f00d2d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b9d7b47b5b132c55.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-bf540fe11b61f22d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8cbda95784c09cb7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d4f2d576e24c812.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-e3ba4c32d0e352b8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-97b21d1d51322205.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ce0cad0f797b1da6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/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-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
35372024-02-28T12:46:14.762Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d57fad84fea3ec69 -C extra-filename=-d57fad84fea3ec69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c8be0153e1f03ddd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7dbcce7b60b2a3da.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-35d94beb41085a77.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-0930d5b4d5c67724.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cf18b29608d3a4d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-7d72bdebf763b285.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-41f03b3705aca2c7.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-379d009f4c972cba.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc70cd53ab27b5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-dca14e5bbea5fdf7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7608ec9adc0598db.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6d297bb8aaf35e7a.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-733778925bcabb33.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-79fbde070d56fa42.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-60040436200452f9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c44db0e13b34354f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-1cefd18f671566b1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-af4f04d942f04cdb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/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-b7d79802fe443f08/out`
35382024-02-28T12:46:25.289Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test_omicron_dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=693cd5bfa3614ae7 -C extra-filename=-693cd5bfa3614ae7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-41f03b3705aca2c7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-85b1856162289b86.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6d297bb8aaf35e7a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-79fbde070d56fa42.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5bda086a58e72578.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8fbac199c25b1d23.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3f9a1ee4ab3fa8c8.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-42a6f77439465836.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f09c9d64a57c3346.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-e3ba4c32d0e352b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/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-b7d79802fe443f08/out`
35392024-02-28T12:46:31.371Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=be62347c607999e0 -C extra-filename=-be62347c607999e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5a089f4e82cce547.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fd6793eb2ba4cd1e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-35d94beb41085a77.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fd7bcf6d521b1898.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-dae60454e816c25c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-faa0dc159920d3e6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c3113d731711bf62.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d7af578b01205b68.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6779d7bf9f1f661f.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_blueprint_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_blueprint_execution-2fb15386163e74fa.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-dca14e5bbea5fdf7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7608ec9adc0598db.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-180fca28be2a2bad.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-c4b2d18dbdfc4325.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-152b6736d2c4837c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-85b1856162289b86.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-33256b3e4aeb7fa6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-79fbde070d56fa42.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d908c75643dd57ca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5bda086a58e72578.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-60040436200452f9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aa7e4a33c0aeef7d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-e44ae069656636aa.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e707aea3c4da88a6.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-424fdc2ba1ca0090.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d4a59564ad5b75ae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cbde48bec1d6bb6e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-943e2e71b9f2061c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dac9514b36432b89.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-05c5afb9df5c7029.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-04f65e79f00d2d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b9d7b47b5b132c55.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-bf540fe11b61f22d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8cbda95784c09cb7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d4f2d576e24c812.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-e3ba4c32d0e352b8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-97b21d1d51322205.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ce0cad0f797b1da6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/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-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
35402024-02-28T12:46:33.279Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=70e4855904ff541f -C extra-filename=-70e4855904ff541f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c8be0153e1f03ddd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5a089f4e82cce547.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fd6793eb2ba4cd1e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0129bec5133f2912.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-35d94beb41085a77.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fd7bcf6d521b1898.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cf18b29608d3a4d6.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-5eb973361d530be2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-dae60454e816c25c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-faa0dc159920d3e6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-41f03b3705aca2c7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c3113d731711bf62.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-3c8e78b0eef0625a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c6a90c04ebbf6044.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-acb1be97d4c56cc9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d7af578b01205b68.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6779d7bf9f1f661f.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_blueprint_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_blueprint_execution-2fb15386163e74fa.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-dca14e5bbea5fdf7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7608ec9adc0598db.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-180fca28be2a2bad.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-c4b2d18dbdfc4325.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-152b6736d2c4837c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-85b1856162289b86.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6d297bb8aaf35e7a.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-733778925bcabb33.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-33256b3e4aeb7fa6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-79fbde070d56fa42.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d908c75643dd57ca.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d8496766bb3ff8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5bda086a58e72578.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8fbac199c25b1d23.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-60040436200452f9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aa7e4a33c0aeef7d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-e44ae069656636aa.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e707aea3c4da88a6.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-424fdc2ba1ca0090.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-73d67c3b05892acd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d4a59564ad5b75ae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cbde48bec1d6bb6e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3f9a1ee4ab3fa8c8.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-943e2e71b9f2061c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dac9514b36432b89.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-05c5afb9df5c7029.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-04f65e79f00d2d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b9d7b47b5b132c55.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-bf540fe11b61f22d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8cbda95784c09cb7.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d1c6d25805d01abe.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16979e98a4917953.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d4f2d576e24c812.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-597d459fab2c8513.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-e3ba4c32d0e352b8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-97b21d1d51322205.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3b5e28ac9f67493d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-81052139e9b8ba8e.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ce0cad0f797b1da6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
35412024-02-28T12:46:44.595Z Running `/home/build/.rustup/toolchains/1.74.1-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=285a677ea8a2ec3a -C extra-filename=-285a677ea8a2ec3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-41f03b3705aca2c7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-85b1856162289b86.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6d297bb8aaf35e7a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-79fbde070d56fa42.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3f9a1ee4ab3fa8c8.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-42a6f77439465836.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f09c9d64a57c3346.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-e3ba4c32d0e352b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.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-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/usr/ssl-3/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-b7d79802fe443f08/out`
35422024-02-28T13:02:50.757Z Finished dev [unoptimized + debuginfo] target(s) in 32m 35s
35432024-02-28T13:02:53.732Z
35442024-02-28T13:02:53.736Zreal 32:38.625780778
35452024-02-28T13:02:53.736Zuser 3:03:19.931480750
35462024-02-28T13:02:53.736Zsys 16:55.613197449
35472024-02-28T13:02:53.736Ztrap 7.836438463
35482024-02-28T13:02:53.736Ztflt 6.490526885
35492024-02-28T13:02:53.736Zdflt 7:04.207426330
35502024-02-28T13:02:53.736Zkflt 0.154160539
35512024-02-28T13:02:53.736Zlock 5:35:32.734246828
35522024-02-28T13:02:53.736Zslp 13:43:15.348560153
35532024-02-28T13:02:53.736Zlat 6:15.194728548
35542024-02-28T13:02:53.736Zstop 5:30.486382074
35552024-02-28T13:02:55.729Z
35562024-02-28T13:02:55.729Z ##### ###### #### #####
35572024-02-28T13:02:55.729Z # # # #
35582024-02-28T13:02:55.729Z # ##### #### #
35592024-02-28T13:02:55.729Z # # # #
35602024-02-28T13:02:55.729Z # # # # #
35612024-02-28T13:02:55.729Z # ###### #### #
35622024-02-28T13:02:55.730Z
35632024-02-28T13:02:56.184Z Downloading crates ...
35642024-02-28T13:02:57.153Z Downloaded android_system_properties v0.1.5
35652024-02-28T13:02:57.156Z Downloaded windows-targets v0.48.5
35662024-02-28T13:02:57.159Z Downloaded rand_core v0.4.2
35672024-02-28T13:02:57.162Z Downloaded security-framework-sys v2.9.1
35682024-02-28T13:02:57.162Z Downloaded wasm-bindgen-shared v0.2.87
35692024-02-28T13:02:57.168Z Downloaded wasm-bindgen-macro-support v0.2.87
35702024-02-28T13:02:57.168Z Downloaded fs2 v0.4.3
35712024-02-28T13:02:57.171Z Downloaded fuchsia-cprng v0.1.1
35722024-02-28T13:02:57.175Z Downloaded android-tzdata v0.1.1
35732024-02-28T13:02:57.178Z Downloaded iana-time-zone-haiku v0.1.2
35742024-02-28T13:02:57.182Z Downloaded system-configuration-sys v0.5.0
35752024-02-28T13:02:57.185Z Downloaded system-configuration v0.5.1
35762024-02-28T13:02:57.189Z Downloaded redox_syscall v0.3.5
35772024-02-28T13:02:57.189Z Downloaded anstyle-wincon v3.0.2
35782024-02-28T13:02:57.192Z Downloaded redox_syscall v0.2.16
35792024-02-28T13:02:57.195Z Downloaded rdrand v0.4.0
35802024-02-28T13:02:57.195Z Downloaded error-code v3.0.0
35812024-02-28T13:02:57.195Z Downloaded rand_core v0.3.1
35822024-02-28T13:02:57.197Z Downloaded crossterm_winapi v0.9.1
35832024-02-28T13:02:57.200Z Downloaded redox_users v0.4.3
35842024-02-28T13:02:57.201Z Downloaded hermit-abi v0.1.19
35852024-02-28T13:02:57.203Z Downloaded hermit-abi v0.3.2
35862024-02-28T13:02:57.206Z Downloaded core-foundation v0.9.3
35872024-02-28T13:02:57.209Z Downloaded core-foundation-sys v0.8.4
35882024-02-28T13:02:57.212Z Downloaded clipboard-win v5.0.0
35892024-02-28T13:02:57.216Z Downloaded wasi v0.9.0+wasi-snapshot-preview1
35902024-02-28T13:02:57.220Z Downloaded ipconfig v0.3.2
35912024-02-28T13:02:57.222Z Downloaded critical-section v1.1.2
35922024-02-28T13:02:57.228Z Downloaded redox_syscall v0.4.1
35932024-02-28T13:02:57.228Z Downloaded winapi-util v0.1.5
35942024-02-28T13:02:57.234Z Downloaded atomic-polyfill v0.1.11
35952024-02-28T13:02:57.234Z Downloaded wasm-bindgen-macro v0.2.87
35962024-02-28T13:02:57.237Z Downloaded rand_hc v0.2.0
35972024-02-28T13:02:57.237Z Downloaded wasm-bindgen-backend v0.2.87
35982024-02-28T13:02:57.240Z Downloaded windows-targets v0.52.0
35992024-02-28T13:02:57.240Z Downloaded wasm-streams v0.3.0
36002024-02-28T13:02:57.243Z Downloaded schannel v0.1.22
36012024-02-28T13:02:57.246Z Downloaded wasm-bindgen-futures v0.4.37
36022024-02-28T13:02:57.248Z Downloaded wasi v0.11.0+wasi-snapshot-preview1
36032024-02-28T13:02:57.270Z Downloaded winreg v0.50.0
36042024-02-28T13:02:57.283Z Downloaded js-sys v0.3.64
36052024-02-28T13:02:57.299Z Downloaded widestring v1.0.2
36062024-02-28T13:02:57.308Z Downloaded bumpalo v3.13.0
36072024-02-28T13:02:57.310Z Downloaded encode_unicode v0.3.6
36082024-02-28T13:02:57.317Z Downloaded security-framework v2.9.2
36092024-02-28T13:02:57.414Z Downloaded wasm-bindgen v0.2.87
36102024-02-28T13:02:57.714Z Downloaded windows_aarch64_gnullvm v0.48.5
36112024-02-28T13:02:57.722Z Downloaded windows_x86_64_gnullvm v0.48.5
36122024-02-28T13:02:57.736Z Downloaded windows_x86_64_gnullvm v0.52.0
36132024-02-28T13:02:57.760Z Downloaded windows_aarch64_gnullvm v0.52.0
36142024-02-28T13:02:57.857Z Downloaded fiat-crypto v0.2.1
36152024-02-28T13:02:57.993Z Downloaded web-sys v0.3.64
36162024-02-28T13:02:58.185Z Downloaded windows_aarch64_msvc v0.48.5
36172024-02-28T13:02:58.198Z Downloaded windows_x86_64_msvc v0.48.5
36182024-02-28T13:02:58.212Z Downloaded windows_x86_64_gnu v0.52.0
36192024-02-28T13:02:58.232Z Downloaded windows_x86_64_msvc v0.52.0
36202024-02-28T13:02:58.245Z Downloaded windows_x86_64_gnu v0.48.5
36212024-02-28T13:02:58.264Z Downloaded windows_i686_msvc v0.52.0
36222024-02-28T13:02:58.279Z Downloaded windows_i686_msvc v0.48.5
36232024-02-28T13:02:58.293Z Downloaded windows_i686_gnu v0.52.0
36242024-02-28T13:02:58.325Z Downloaded windows_i686_gnu v0.48.5
36252024-02-28T13:02:58.767Z Downloaded windows_aarch64_msvc v0.52.0
36262024-02-28T13:02:58.767Z Downloaded linux-raw-sys v0.4.13
36272024-02-28T13:02:58.785Z Downloaded windows-sys v0.52.0
36282024-02-28T13:02:58.856Z Downloaded windows-sys v0.48.0
36292024-02-28T13:02:58.972Z Downloaded winapi-i686-pc-windows-gnu v0.4.0
36302024-02-28T13:02:59.148Z Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
36312024-02-28T13:02:59.793Z Downloaded windows v0.48.0
36322024-02-28T13:03:00.455Zinfo: experimental features enabled: setup-scripts
36332024-02-28T13:03:01.530Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
36342024-02-28T13:03:01.604Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36352024-02-28T13:03:01.613Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
36362024-02-28T13:03:17.489Z Finished test [unoptimized + debuginfo] target(s) in 16.99s
36372024-02-28T13:03:24.509Z Starting 1071 tests across 108 binaries (2 skipped)
36382024-02-28T13:03:24.509Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
36392024-02-28T13:03:24.509Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
36402024-02-28T13:03:28.530Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36412024-02-28T13:03:30.409Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
36422024-02-28T13:03:38.629Z Finished test [unoptimized + debuginfo] target(s) in 17.77s
36432024-02-28T13:03:38.673Z Running `target/debug/crdb-seed`
36442024-02-28T13:03:38.695ZFeb 28 13:03:36.960 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpdtoSiw
36452024-02-28T13:03:38.698ZFeb 28 13:03:36.960 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpvSHMNo,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpdtoSiw/listen-url
36462024-02-28T13:03:38.698ZFeb 28 13:03:36.962 INFO cockroach environment: BUILDOMAT_JOB_ID=01HQQTW5B3SQR77Z84JT99BBXT BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CI=true GITHUB_BRANCH=renovate/taiki-e-install-action-digest GITHUB_REF=refs/heads/renovate/taiki-e-install-action-digest GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=3af15d57b9f3f1b468c8132d7e537e56e5bec986 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-fbf64c6ee8d29268/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out:/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out:/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out:/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envlyyVn2 NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out:/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out:/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=506ec775-44c2-4361-8d83-1c5918e9c577 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.74.1-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime
36472024-02-28T13:03:39.731ZFeb 28 13:03:37.997 INFO cockroach pid: 4126
36482024-02-28T13:03:39.731ZFeb 28 13:03:37.997 INFO cockroach listen URL: postgresql://root@[::1]:56772/omicron?sslmode=disable
36492024-02-28T13:03:39.732ZFeb 28 13:03:37.997 INFO cockroach: populating
36502024-02-28T13:03:41.828ZFeb 28 13:03:40.093 INFO cockroach: populated
36512024-02-28T13:03:44.572ZFeb 28 13:03:42.836 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/453da8446046e63bafe0c18206b352f6298b89cb2f337d6c93e8b399e32d2f9b.tar`
36522024-02-28T13:03:44.579Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
36532024-02-28T13:03:44.621Z PASS [ 0.035s] bootstore schemes::tests::hello_roundtrip
36542024-02-28T13:03:44.630Z PASS [ 0.022s] bootstore trust_quorum::rack_secret::tests::create_and_verify
36552024-02-28T13:03:44.630Z PASS [ 0.018s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
36562024-02-28T13:03:44.638Z PASS [ 0.054s] authz-macros tests::test_authz_snapshots
36572024-02-28T13:03:44.638Z PASS [ 0.035s] bootstore schemes::v0::share_pkg::tests::create_packages
36582024-02-28T13:03:44.665Z PASS [ 0.023s] db-macros tests::test_derive_metadata_identity_fails_for_enums
36592024-02-28T13:03:44.668Z PASS [ 0.015s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
36602024-02-28T13:03:44.668Z PASS [ 0.019s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
36612024-02-28T13:03:44.673Z PASS [ 0.019s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
36622024-02-28T13:03:44.682Z PASS [ 0.019s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
36632024-02-28T13:03:44.690Z PASS [ 0.024s] db-macros tests::test_derive_snapshots
36642024-02-28T13:03:44.695Z PASS [ 0.022s] db-macros tests::test_derive_with_unknown_field
36652024-02-28T13:03:44.701Z PASS [ 0.074s] db-macros lookup::test::test_lookup_snapshots
36662024-02-28T13:03:44.708Z PASS [ 0.112s] bootstore schemes::v0::peer::tests::network_config
36672024-02-28T13:03:44.884Z PASS [ 0.192s] dns-server storage::test::test_update_in_progress
36682024-02-28T13:03:44.897Z PASS [ 0.200s] dns-server storage::test::test_update_interrupted
36692024-02-28T13:03:44.905Z PASS [ 0.225s] dns-server storage::test::test_update_basic
36702024-02-28T13:03:45.238Z PASS [ 0.531s] dns-server::basic_test a_crud
36712024-02-28T13:03:45.255Z PASS [ 0.336s] dns-server::basic_test name_contains_zone
36722024-02-28T13:03:45.255Z PASS [ 0.533s] dns-server::basic_test aaaa_crud
36732024-02-28T13:03:45.255Z PASS [ 0.345s] dns-server::basic_test multi_record_crud
36742024-02-28T13:03:45.255Z PASS [ 0.359s] dns-server::basic_test empty_record
36752024-02-28T13:03:45.458Z PASS [ 0.223s] dns-server::basic_test nxdomain
36762024-02-28T13:03:45.483Z PASS [ 0.240s] dns-server::basic_test servfail
36772024-02-28T13:03:45.509Z PASS [ 0.046s] dns-service-client diff::test::diff_different
36782024-02-28T13:03:45.509Z PASS [ 0.021s] dns-service-client diff::test::diff_equivalent
36792024-02-28T13:03:45.515Z PASS [ 0.268s] dns-server::basic_test srv_crud
36802024-02-28T13:03:45.529Z PASS [ 0.027s] dns-service-client diff::test::diff_invalid
36812024-02-28T13:03:45.545Z PASS [ 0.029s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
36822024-02-28T13:03:45.557Z PASS [ 0.047s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
36832024-02-28T13:03:45.636Z PASS [ 0.096s] illumos-utils destructor::test::test_delayed_delete
36842024-02-28T13:03:45.636Z PASS [ 0.068s] illumos-utils destructor::test::test_destructor_bad_close
36852024-02-28T13:03:45.664Z PASS [ 0.032s] illumos-utils link::test::test_allocate
36862024-02-28T13:03:45.664Z PASS [ 0.024s] illumos-utils link::test::test_allocate_within_scopes
36872024-02-28T13:03:45.682Z PASS [ 0.024s] illumos-utils running_zone::tests::test_is_oxide_smf_service
36882024-02-28T13:03:45.690Z PASS [ 0.026s] illumos-utils zone::tests::test_parse_ip_network
36892024-02-28T13:03:45.717Z PASS [ 0.026s] illumos-utils zpool::test::test_parse_external_zpool_name
36902024-02-28T13:03:45.723Z PASS [ 0.042s] illumos-utils zpool::test::test_parse_bad_zpool_names
36912024-02-28T13:03:45.731Z PASS [ 0.476s] dns-server::openapi_test test_dns_server_openapi
36922024-02-28T13:03:45.736Z PASS [ 1.145s] bootstore schemes::v0::peer::tests::basic_3_nodes
36932024-02-28T13:03:45.741Z PASS [ 0.026s] illumos-utils zpool::test::test_parse_internal_zpool_name
36942024-02-28T13:03:45.748Z PASS [ 0.024s] illumos-utils zpool::test::test_parse_zpool
36952024-02-28T13:03:45.753Z PASS [ 0.022s] illumos-utils zpool::test::test_parse_zpool_missing_column
36962024-02-28T13:03:45.767Z PASS [ 0.030s] illumos-utils zpool::test::test_parse_zpool_name_json
36972024-02-28T13:03:45.790Z PASS [ 0.048s] illumos-utils zpool::test::test_zpool_name_regex
36982024-02-28T13:03:45.975Z PASS [ 0.182s] installinator-common block_size_writer::tests::proptest_block_writer
36992024-02-28T13:03:46.020Z PASS [ 0.043s] internal-dns config::test::display_hosts
37002024-02-28T13:03:46.044Z PASS [ 0.024s] internal-dns config::test::display_srv_service
37012024-02-28T13:03:46.092Z PASS [ 0.051s] internal-dns config::test::test_builder_errors
37022024-02-28T13:03:46.168Z PASS [ 0.075s] internal-dns config::test::test_builder_output
37032024-02-28T13:03:46.361Z PASS [ 0.591s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi
37042024-02-28T13:03:46.497Z PASS [ 0.948s] illumos-utils destructor::test::test_delayed_delete_with_error
37052024-02-28T13:03:46.647Z PASS [ 0.284s] internal-dns resolver::test::insert_and_lookup_one_record
37062024-02-28T13:03:46.704Z PASS [ 0.537s] internal-dns resolver::test::insert_and_lookup_multiple_records
37072024-02-28T13:03:46.751Z PASS [ 0.254s] internal-dns resolver::test::lookup_nonexistent_record_fails
37082024-02-28T13:03:47.111Z PASS [ 0.407s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client
37092024-02-28T13:03:47.120Z PASS [ 0.474s] internal-dns resolver::test::resolver_can_access_backup_dns_server
37102024-02-28T13:03:47.150Z PASS [ 0.398s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets
37112024-02-28T13:03:47.153Z PASS [ 0.036s] ipcc tests::deserialize_fixed_value
37122024-02-28T13:03:47.199Z PASS [ 0.041s] ipcc tests::serialized_size
37132024-02-28T13:03:47.199Z PASS [ 0.048s] ipcc tests::installinator_image_id_round_trip
37142024-02-28T13:03:47.274Z PASS [ 0.073s] key-manager tests::different_disks_produce_different_keys
37152024-02-28T13:03:47.274Z PASS [ 0.066s] key-manager tests::different_ikm_produces_different_keys
37162024-02-28T13:03:47.294Z PASS [ 0.027s] key-manager tests::disk_encryption_key_epoch_0
37172024-02-28T13:03:47.305Z PASS [ 0.027s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
37182024-02-28T13:03:47.392Z PASS [ 0.281s] internal-dns resolver::test::update_record
37192024-02-28T13:03:47.453Z PASS [ 0.060s] nexus-blueprint-execution dns::test::test_blueprint_dns_empty
37202024-02-28T13:03:47.500Z PASS [ 0.198s] nexus-blueprint-execution dns::test::test_blueprint_dns_basic
37212024-02-28T13:03:47.506Z PASS [ 0.055s] nexus-blueprint-execution dns::test::test_dns_compute_update
37222024-02-28T13:03:48.058Z PASS [ 2.800s] dns-server::commands_test test_dnsadm
37232024-02-28T13:03:48.087Z PASS [ 0.033s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
37242024-02-28T13:03:48.177Z PASS [ 0.087s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
37252024-02-28T13:03:48.271Z PASS [ 0.097s] nexus-db-model device_auth::test::test_generate_user_code
37262024-02-28T13:03:48.313Z PASS [ 0.041s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
37272024-02-28T13:03:48.374Z PASS [ 0.061s] nexus-db-model semver_version::test::test_to_from_sortable_string
37282024-02-28T13:03:48.397Z PASS [ 0.026s] nexus-db-model tests::test_ip_subnet_check_requestable_address
37292024-02-28T13:03:48.425Z PASS [ 0.028s] nexus-db-model tests::test_ipv6_net_random_subnet
37302024-02-28T13:03:48.452Z PASS [ 0.027s] nexus-db-model tests::test_roles_database_strings
37312024-02-28T13:03:48.483Z PASS [ 0.027s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
37322024-02-28T13:03:48.545Z PASS [ 0.062s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers
37332024-02-28T13:03:48.613Z PASS [ 0.069s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers
37342024-02-28T13:03:48.646Z PASS [ 0.034s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie
37352024-02-28T13:03:48.681Z PASS [ 0.032s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers
37362024-02-28T13:03:48.716Z PASS [ 0.038s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name
37372024-02-28T13:03:48.746Z PASS [ 0.030s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies
37382024-02-28T13:03:48.979Z PASS [ 0.222s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute
37392024-02-28T13:03:49.045Z PASS [ 0.074s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle
37402024-02-28T13:03:49.084Z PASS [ 0.040s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie
37412024-02-28T13:03:49.146Z PASS [ 0.053s] nexus-db-queries authn::external::session_cookie::test::test_get_token
37422024-02-28T13:03:49.191Z PASS [ 0.055s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header
37432024-02-28T13:03:49.226Z PASS [ 0.035s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present
37442024-02-28T13:03:49.262Z PASS [ 0.035s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie
37452024-02-28T13:03:49.717Z PASS [ 0.035s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie
37462024-02-28T13:03:49.720Z PASS [ 0.036s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value
37472024-02-28T13:03:49.720Z PASS [ 0.051s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error
37482024-02-28T13:03:49.720Z PASS [ 0.054s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie
37492024-02-28T13:03:49.720Z PASS [ 0.043s] nexus-db-queries authn::external::spoof::test::test_make_header_value
37502024-02-28T13:03:49.720Z PASS [ 0.042s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw
37512024-02-28T13:03:49.720Z PASS [ 0.040s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids
37522024-02-28T13:03:49.720Z PASS [ 0.031s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing
37532024-02-28T13:03:49.720Z PASS [ 0.029s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid
37542024-02-28T13:03:49.720Z PASS [ 0.038s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values
37552024-02-28T13:03:49.720Z PASS [ 0.052s] nexus-db-queries authn::external::test::test_authn_sequence
37562024-02-28T13:03:49.747Z PASS [ 0.034s] nexus-db-queries authn::external::token::test::test_make_header_value
37572024-02-28T13:03:49.786Z PASS [ 0.037s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8
37582024-02-28T13:03:49.825Z PASS [ 0.039s] nexus-db-queries authn::external::token::test::test_token_header_missing
37592024-02-28T13:03:49.866Z PASS [ 0.040s] nexus-db-queries authn::external::token::test::test_token_header_valid
37602024-02-28T13:03:49.945Z PASS [ 0.080s] nexus-db-queries authn::test::test_internal_users
37612024-02-28T13:03:50.428Z PASS [ 4.678s] installinator mock_peers::tests::proptest_fetch_artifact
37622024-02-28T13:03:50.499Z PASS [ 0.071s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes
37632024-02-28T13:03:50.812Z PASS [ 5.055s] installinator write::tests::proptest_write_artifact
37642024-02-28T13:03:56.212Z PASS [ 6.265s] nexus-db-queries authz::context::test::test_unregistered_resource
37652024-02-28T13:04:02.923Z PASS [ 12.420s] nexus-db-queries authz::policy_test::test_conferred_roles
37662024-02-28T13:04:04.029Z PASS [ 7.815s] nexus-db-queries context::test::test_background_context
37672024-02-28T13:04:10.236Z PASS [ 7.313s] nexus-db-queries context::test::test_child_context
37682024-02-28T13:04:11.251Z PASS [ 7.222s] nexus-db-queries context::test::test_test_context
37692024-02-28T13:04:11.351Z PASS [ 24.052s] nexus-blueprint-execution datasets::tests::test_ensure_crucible_dataset_records_exist
37702024-02-28T13:04:12.774Z PASS [ 25.252s] nexus-blueprint-execution resource_allocation::tests::test_allocate_external_networking
37712024-02-28T13:04:17.668Z PASS [ 26.777s] nexus-blueprint-execution omicron_zones::test::test_deploy_omicron_zones
37722024-02-28T13:04:17.689Z PASS [ 31.192s] bootstore::v0-fsm-proptest-learner run
37732024-02-28T13:04:17.690Z PASS [ 7.390s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
37742024-02-28T13:04:18.709Z PASS [ 7.355s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
37752024-02-28T13:04:18.758Z PASS [ 7.506s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
37762024-02-28T13:04:19.745Z PASS [ 6.979s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
37772024-02-28T13:04:21.184Z PASS [ 6.900s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
37782024-02-28T13:04:21.221Z PASS [ 0.038s] nexus-db-queries db::collection_attach::test::test_verify_query
37792024-02-28T13:04:22.181Z PASS [ 6.363s] nexus-db-queries db::collection_attach::test::test_attach_once
37802024-02-28T13:04:22.181Z PASS [ 37.547s] bootstore::v0-fsm-proptest-rack-coordinator run
37812024-02-28T13:04:22.548Z PASS [ 31.731s] nexus-db-queries authz::policy_test::test_iam_roles_behavior
37822024-02-28T13:04:23.215Z PASS [ 5.587s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
37832024-02-28T13:04:23.931Z PASS [ 5.174s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
37842024-02-28T13:04:24.197Z PASS [ 5.490s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
37852024-02-28T13:04:24.231Z PASS [ 0.034s] nexus-db-queries db::collection_detach::test::test_verify_query
37862024-02-28T13:04:24.816Z PASS [ 5.072s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
37872024-02-28T13:04:26.082Z PASS [ 4.862s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
37882024-02-28T13:04:26.980Z PASS [ 4.798s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
37892024-02-28T13:04:27.268Z PASS [ 5.091s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
37902024-02-28T13:04:28.102Z PASS [ 5.553s] nexus-db-queries db::collection_detach::test::test_detach_once
37912024-02-28T13:04:28.172Z PASS [ 4.953s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
37922024-02-28T13:04:28.845Z PASS [ 4.912s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
37932024-02-28T13:04:29.365Z PASS [ 5.132s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
37942024-02-28T13:04:29.403Z PASS [ 0.037s] nexus-db-queries db::collection_detach_many::test::test_verify_query
37952024-02-28T13:04:29.567Z PASS [ 4.749s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
37962024-02-28T13:04:30.898Z PASS [ 4.814s] nexus-db-queries db::collection_detach_many::test::test_detach_many
37972024-02-28T13:04:30.926Z PASS [ 0.030s] nexus-db-queries db::collection_insert::test::test_verify_query
37982024-02-28T13:04:30.961Z PASS [ 0.032s] nexus-db-queries db::column_walker::test::test_walk_columns
37992024-02-28T13:04:30.993Z PASS [ 0.032s] nexus-db-queries db::column_walker::test::test_walk_table
38002024-02-28T13:04:31.762Z PASS [ 4.781s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
38012024-02-28T13:04:31.814Z PASS [ 0.052s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_allows_valid_up_sql_collections
38022024-02-28T13:04:31.842Z PASS [ 0.028s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_invalid_up_sql_collections
38032024-02-28T13:04:31.870Z PASS [ 0.028s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_invalid_up_sql_names
38042024-02-28T13:04:31.899Z PASS [ 0.029s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_no_up_sql_files
38052024-02-28T13:04:31.994Z PASS [ 4.725s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
38062024-02-28T13:04:33.026Z PASS [ 4.918s] nexus-db-queries db::collection_detach_many::test::test_detach_once
38072024-02-28T13:04:33.126Z PASS [ 4.956s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
38082024-02-28T13:04:33.710Z PASS [ 4.864s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
38092024-02-28T13:04:34.020Z PASS [ 4.617s] nexus-db-queries db::collection_insert::test::test_collection_not_present
38102024-02-28T13:04:35.197Z PASS [ 5.627s] nexus-db-queries db::collection_insert::test::test_collection_present
38112024-02-28T13:04:35.239Z PASS [ 0.044s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
38122024-02-28T13:04:36.270Z PASS [ 5.275s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists
38132024-02-28T13:04:36.673Z PASS [ 4.679s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
38142024-02-28T13:04:36.896Z PASS [ 4.995s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
38152024-02-28T13:04:38.386Z PASS [ 5.364s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
38162024-02-28T13:04:39.134Z PASS [ 6.009s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
38172024-02-28T13:04:39.230Z PASS [ 5.521s] nexus-db-queries db::datastore::deployment::tests::test_set_target
38182024-02-28T13:04:39.304Z PASS [ 5.282s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
38192024-02-28T13:04:40.926Z PASS [ 5.685s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
38202024-02-28T13:04:41.646Z PASS [ 5.377s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
38212024-02-28T13:04:42.170Z PASS [ 5.272s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
38222024-02-28T13:04:42.534Z PASS [ 5.858s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
38232024-02-28T13:04:43.736Z PASS [ 5.349s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
38242024-02-28T13:04:44.381Z PASS [ 5.244s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
38252024-02-28T13:04:44.922Z PASS [ 5.690s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
38262024-02-28T13:04:46.360Z PASS [ 5.428s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
38272024-02-28T13:04:46.361Z PASS [ 7.051s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
38282024-02-28T13:04:46.855Z PASS [ 5.207s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
38292024-02-28T13:04:47.672Z PASS [ 5.139s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
38302024-02-28T13:04:48.995Z PASS [ 5.254s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
38312024-02-28T13:04:48.996Z PASS [ 6.818s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
38322024-02-28T13:04:49.510Z PASS [ 5.130s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
38332024-02-28T13:04:50.036Z PASS [ 5.115s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
38342024-02-28T13:04:51.622Z PASS [ 5.260s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_disks
38352024-02-28T13:04:51.708Z PASS [ 5.352s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_delete_reupsert_new_sled
38362024-02-28T13:04:51.985Z PASS [ 5.129s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_uuid_idempotent
38372024-02-28T13:04:53.293Z PASS [ 5.621s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_reupsert_new_sled
38382024-02-28T13:04:54.311Z PASS [ 5.315s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
38392024-02-28T13:04:54.322Z PASS [ 5.332s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_same_uuid_idempotent
38402024-02-28T13:04:54.343Z PASS [ 0.032s] nexus-db-queries db::datastore::region::test::test_extent_count
38412024-02-28T13:04:55.041Z PASS [ 5.530s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
38422024-02-28T13:04:55.263Z PASS [ 5.225s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
38432024-02-28T13:04:57.157Z PASS [ 5.532s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
38442024-02-28T13:04:57.606Z PASS [ 5.895s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
38452024-02-28T13:04:57.785Z PASS [ 5.798s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
38462024-02-28T13:04:58.604Z PASS [ 5.309s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
38472024-02-28T13:05:00.261Z PASS [ 5.917s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
38482024-02-28T13:05:00.849Z PASS [ 5.584s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
38492024-02-28T13:05:01.030Z PASS [ 6.706s] nexus-db-queries db::datastore::sled::test::sled_list_batch
38502024-02-28T13:05:02.369Z PASS [ 5.213s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
38512024-02-28T13:05:02.638Z PASS [ 7.593s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
38522024-02-28T13:05:03.089Z PASS [ 5.484s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
38532024-02-28T13:05:03.147Z PASS [ 5.361s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
38542024-02-28T13:05:03.682Z PASS [ 5.077s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
38552024-02-28T13:05:05.638Z PASS [ 4.607s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
38562024-02-28T13:05:05.821Z PASS [ 5.557s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
38572024-02-28T13:05:06.369Z PASS [ 5.518s] nexus-db-queries db::datastore::test::test_project_creation
38582024-02-28T13:05:08.019Z PASS [ 5.647s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
38592024-02-28T13:05:08.575Z PASS [ 5.484s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
38602024-02-28T13:05:11.012Z PASS [ 8.374s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
38612024-02-28T13:05:11.601Z PASS [ 7.918s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
38622024-02-28T13:05:11.645Z PASS [ 8.499s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
38632024-02-28T13:05:12.128Z PASS [ 5.760s] nexus-db-queries db::datastore::test::test_service_upsert_and_list
38642024-02-28T13:05:13.223Z PASS [ 4.648s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
38652024-02-28T13:05:13.538Z PASS [ 5.521s] nexus-db-queries db::datastore::test::test_session_methods
38662024-02-28T13:05:13.982Z PASS [ 8.162s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
38672024-02-28T13:05:14.166Z PASS [ 8.526s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
38682024-02-28T13:05:14.197Z PASS [ 0.033s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data
38692024-02-28T13:05:14.228Z PASS [ 0.030s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid
38702024-02-28T13:05:14.260Z PASS [ 0.031s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid
38712024-02-28T13:05:14.293Z PASS [ 0.033s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid
38722024-02-28T13:05:16.184Z PASS [ 5.171s] nexus-db-queries db::datastore::test::test_ssh_keys
38732024-02-28T13:05:16.727Z PASS [ 5.125s] nexus-db-queries db::datastore::test::test_table_scan
38742024-02-28T13:05:16.891Z PASS [ 5.245s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
38752024-02-28T13:05:17.440Z PASS [ 5.311s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
38762024-02-28T13:05:18.650Z PASS [ 5.427s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
38772024-02-28T13:05:18.687Z PASS [ 0.037s] nexus-db-queries db::pagination::test::test_paginator
38782024-02-28T13:05:19.230Z PASS [ 4.934s] nexus-db-queries db::lookup::test::test_lookup
38792024-02-28T13:05:20.064Z PASS [ 6.079s] nexus-db-queries db::explain::test::test_explain_full_table_scan
38802024-02-28T13:05:20.181Z PASS [ 6.644s] nexus-db-queries db::explain::test::test_explain_async
38812024-02-28T13:05:21.184Z PASS [ 4.998s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
38822024-02-28T13:05:21.410Z PASS [ 4.681s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
38832024-02-28T13:05:21.727Z PASS [ 4.835s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
38842024-02-28T13:05:22.229Z PASS [ 4.787s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
38852024-02-28T13:05:23.219Z PASS [ 4.532s] nexus-db-queries db::pool_connection::test::all_enums_in_prepopulate_list
38862024-02-28T13:05:24.760Z PASS [ 5.530s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
38872024-02-28T13:05:25.776Z PASS [ 5.709s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
38882024-02-28T13:05:25.894Z PASS [ 5.711s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_is_idempotent
38892024-02-28T13:05:26.657Z PASS [ 5.475s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_out_of_range
38902024-02-28T13:05:26.778Z PASS [ 5.368s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent
38912024-02-28T13:05:26.931Z PASS [ 5.202s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent_even_when_full
38922024-02-28T13:05:26.972Z PASS [ 0.040s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
38932024-02-28T13:05:27.672Z PASS [ 5.443s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
38942024-02-28T13:05:28.770Z PASS [ 5.550s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
38952024-02-28T13:05:30.309Z PASS [ 5.550s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_for_service
38962024-02-28T13:05:31.591Z PASS [ 5.817s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
38972024-02-28T13:05:31.824Z PASS [ 5.929s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
38982024-02-28T13:05:32.657Z PASS [ 5.998s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
38992024-02-28T13:05:32.907Z PASS [ 5.931s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
39002024-02-28T13:05:33.668Z PASS [ 5.993s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
39012024-02-28T13:05:33.979Z PASS [ 5.202s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
39022024-02-28T13:05:35.486Z PASS [ 5.175s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
39032024-02-28T13:05:36.834Z PASS [ 5.242s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
39042024-02-28T13:05:37.073Z PASS [ 10.294s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
39052024-02-28T13:05:37.689Z PASS [ 5.856s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
39062024-02-28T13:05:37.976Z PASS [ 5.318s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
39072024-02-28T13:05:38.006Z PASS [ 0.031s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset
39082024-02-28T13:05:38.167Z PASS [ 5.264s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
39092024-02-28T13:05:38.208Z PASS [ 0.036s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_guest
39102024-02-28T13:05:38.240Z PASS [ 0.037s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_system
39112024-02-28T13:05:39.021Z PASS [ 5.351s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
39122024-02-28T13:05:39.054Z PASS [ 0.031s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
39132024-02-28T13:05:39.184Z PASS [ 5.203s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
39142024-02-28T13:05:39.275Z PASS [ 0.095s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
39152024-02-28T13:05:39.308Z PASS [ 0.035s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
39162024-02-28T13:05:39.348Z PASS [ 0.038s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
39172024-02-28T13:05:39.386Z PASS [ 0.036s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
39182024-02-28T13:05:39.420Z PASS [ 0.034s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
39192024-02-28T13:05:41.030Z PASS [ 5.543s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
39202024-02-28T13:05:42.654Z PASS [ 5.813s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
39212024-02-28T13:05:42.984Z PASS [ 5.909s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
39222024-02-28T13:05:43.601Z PASS [ 5.917s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
39232024-02-28T13:05:43.613Z PASS [ 5.372s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
39242024-02-28T13:05:43.655Z PASS [ 0.043s] nexus-defaults tests::test_random_vpc_ipv6_prefix
39252024-02-28T13:05:43.806Z PASS [ 0.152s] nexus-deployment blueprint_builder::test::test_add_nexus_error_cases
39262024-02-28T13:05:43.841Z PASS [ 0.035s] nexus-deployment blueprint_builder::test::test_add_nexus_with_no_existing_nexus_zones
39272024-02-28T13:05:43.889Z PASS [ 0.046s] nexus-deployment blueprint_builder::test::test_basic
39282024-02-28T13:05:43.915Z PASS [ 0.026s] nexus-deployment blueprint_builder::test::test_initial
39292024-02-28T13:05:43.963Z PASS [ 0.049s] nexus-deployment blueprint_builder::test::test_invalid_parent_blueprint_two_nexus_zones_with_same_nic_ip
39302024-02-28T13:05:43.974Z PASS [ 4.922s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
39312024-02-28T13:05:44.000Z PASS [ 0.037s] nexus-deployment blueprint_builder::test::test_invalid_parent_blueprint_two_zones_with_same_external_ip
39322024-02-28T13:05:44.007Z PASS [ 0.034s] nexus-deployment blueprint_builder::test::test_invalid_parent_blueprint_two_zones_with_same_vnic_mac
39332024-02-28T13:05:44.026Z PASS [ 0.025s] nexus-deployment ip_allocator::test::test_basic
39342024-02-28T13:05:44.087Z PASS [ 0.056s] nexus-deployment planner::test::test_basic_add_sled
39352024-02-28T13:05:44.087Z PASS [ 0.074s] nexus-deployment planner::test::test_add_multiple_nexus_to_one_sled
39362024-02-28T13:05:44.136Z PASS [ 0.046s] nexus-deployment planner::test::test_spread_additional_nexus_zones_across_sleds
39372024-02-28T13:05:44.147Z PASS [ 0.065s] nexus-deployment planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
39382024-02-28T13:05:44.208Z PASS [ 0.061s] nexus-inventory builder::test::test_empty
39392024-02-28T13:05:44.273Z PASS [ 0.065s] nexus-inventory builder::test::test_problems
39402024-02-28T13:05:44.428Z PASS [ 0.294s] nexus-inventory builder::test::test_basic
39412024-02-28T13:05:44.674Z PASS [ 5.258s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query
39422024-02-28T13:05:45.115Z PASS [ 0.441s] nexus-inventory collector::test::test_multi_mgs_failure
39432024-02-28T13:05:45.334Z PASS [ 1.060s] nexus-inventory collector::test::test_basic
39442024-02-28T13:05:45.382Z PASS [ 0.049s] nexus-types external_api::shared::test::test_policy_parsing
39452024-02-28T13:05:45.399Z PASS [ 0.972s] nexus-inventory collector::test::test_multi_mgs
39462024-02-28T13:05:45.527Z PASS [ 0.120s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
39472024-02-28T13:05:45.527Z PASS [ 0.137s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
39482024-02-28T13:05:45.634Z PASS [ 0.114s] omicron-certificates tests::test_cert_extended_key_usage
39492024-02-28T13:05:45.640Z PASS [ 0.114s] omicron-certificates tests::test_common_name_is_validated
39502024-02-28T13:05:45.690Z PASS [ 0.045s] omicron-common address::test::test_dns_subnets
39512024-02-28T13:05:45.713Z PASS [ 0.580s] nexus-inventory collector::test::test_sled_agent_failure
39522024-02-28T13:05:45.729Z PASS [ 0.030s] omicron-common address::test::test_ip_range_checks_non_decreasing
39532024-02-28T13:05:45.739Z PASS [ 0.094s] omicron-certificates tests::test_subject_alternate_names_are_validated
39542024-02-28T13:05:45.746Z PASS [ 0.043s] omicron-common address::test::test_ip_range_enum_deserialization
39552024-02-28T13:05:45.751Z PASS [ 0.028s] omicron-common address::test::test_ip_range_iter
39562024-02-28T13:05:45.758Z PASS [ 0.023s] omicron-common address::test::test_ip_range_try_from
39572024-02-28T13:05:45.771Z PASS [ 0.022s] omicron-common address::test::test_sled_address
39582024-02-28T13:05:45.771Z PASS [ 0.030s] omicron-common address::test::test_ipv6_subnet_deserialize
39592024-02-28T13:05:45.777Z PASS [ 0.027s] omicron-common api::external::error::test::test_bail_unless
39602024-02-28T13:05:45.784Z PASS [ 0.019s] omicron-common api::external::error::test::test_context
39612024-02-28T13:05:45.811Z PASS [ 0.038s] omicron-common api::external::http_pagination::test::test_pagination_examples
39622024-02-28T13:05:45.823Z PASS [ 0.032s] omicron-common api::external::http_pagination::test::test_scan_by_id
39632024-02-28T13:05:45.826Z PASS [ 0.040s] omicron-common api::external::http_pagination::test::test_pagination_schemas
39642024-02-28T13:05:45.839Z PASS [ 0.030s] omicron-common api::external::http_pagination::test::test_scan_by_name
39652024-02-28T13:05:45.849Z PASS [ 0.022s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
39662024-02-28T13:05:45.850Z PASS [ 0.028s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
39672024-02-28T13:05:45.867Z PASS [ 0.028s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
39682024-02-28T13:05:45.876Z PASS [ 0.027s] omicron-common api::external::test::test_bytecount
39692024-02-28T13:05:45.880Z PASS [ 0.023s] omicron-common api::external::test::test_bytecount_display
39702024-02-28T13:05:45.895Z PASS [ 0.021s] omicron-common api::external::test::test_firewall_deserialization
39712024-02-28T13:05:45.904Z PASS [ 0.036s] omicron-common api::external::test::test_digest
39722024-02-28T13:05:45.911Z PASS [ 0.035s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
39732024-02-28T13:05:45.919Z PASS [ 0.026s] omicron-common api::external::test::test_firewall_rule_target_parse
39742024-02-28T13:05:45.928Z PASS [ 0.017s] omicron-common api::external::test::test_ip_port_range_from_str
39752024-02-28T13:05:45.934Z PASS [ 0.015s] omicron-common api::external::test::test_ip_port_range_into_str
39762024-02-28T13:05:45.939Z PASS [ 0.037s] omicron-common api::external::test::test_hostname_from_str
39772024-02-28T13:05:45.944Z PASS [ 0.016s] omicron-common api::external::test::test_ipnet_first_last_address
39782024-02-28T13:05:45.955Z PASS [ 0.019s] omicron-common api::external::test::test_ipnet_serde
39792024-02-28T13:05:45.960Z PASS [ 0.020s] omicron-common api::external::test::test_ipv4_net_operations
39802024-02-28T13:05:45.964Z PASS [ 0.019s] omicron-common api::external::test::test_ipv6_net_operations
39812024-02-28T13:05:45.975Z PASS [ 0.021s] omicron-common api::external::test::test_mac_system_iterator
39822024-02-28T13:05:45.979Z PASS [ 0.021s] omicron-common api::external::test::test_mac_to_int_conversions
39832024-02-28T13:05:45.988Z PASS [ 0.022s] omicron-common api::external::test::test_macaddr
39842024-02-28T13:05:45.993Z PASS [ 0.018s] omicron-common api::external::test::test_name_parse
39852024-02-28T13:05:45.997Z PASS [ 0.018s] omicron-common api::external::test::test_name_parse_from_param
39862024-02-28T13:05:46.002Z PASS [ 0.016s] omicron-common api::external::test::test_resource_name_parse
39872024-02-28T13:05:46.016Z PASS [ 0.022s] omicron-common api::external::test::test_role_name_parse
39882024-02-28T13:05:46.024Z PASS [ 0.026s] omicron-common api::external::test::test_route_destination_parse
39892024-02-28T13:05:46.028Z PASS [ 0.026s] omicron-common api::external::test::test_route_target_parse
39902024-02-28T13:05:46.034Z PASS [ 0.019s] omicron-common api::external::test::test_semver_serialize
39912024-02-28T13:05:46.041Z PASS [ 0.018s] omicron-common api::external::test::test_semver_validation
39922024-02-28T13:05:46.047Z PASS [ 0.018s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
39932024-02-28T13:05:46.067Z PASS [ 5.038s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered
39942024-02-28T13:05:46.086Z PASS [ 0.034s] omicron-common ledger::test::test_create_ledger_reads_from_storage
39952024-02-28T13:05:46.087Z PASS [ 0.039s] omicron-common ledger::test::test_create_default_ledger
39962024-02-28T13:05:46.096Z PASS [ 0.025s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
39972024-02-28T13:05:46.099Z PASS [ 0.057s] omicron-common ledger::test::test_commit_handles_write_failures
39982024-02-28T13:05:46.106Z PASS [ 0.020s] omicron-common nexus_config::test::test_config_bad_toml
39992024-02-28T13:05:46.115Z PASS [ 0.031s] omicron-common nexus_config::test::test_bad_authn_schemes
40002024-02-28T13:05:46.115Z PASS [ 0.020s] omicron-common nexus_config::test::test_config_empty
40012024-02-28T13:05:46.121Z PASS [ 0.024s] omicron-common nexus_config::test::test_config_nonexistent
40022024-02-28T13:05:46.130Z PASS [ 0.020s] omicron-common nexus_config::test::test_deployment_config_schema
40032024-02-28T13:05:46.134Z PASS [ 0.022s] omicron-common nexus_config::test::test_invalid_ipv4_prefix_tunable
40042024-02-28T13:05:46.151Z PASS [ 0.019s] omicron-common postgres_config::test::test_bad_url
40052024-02-28T13:05:46.226Z PASS [ 0.017s] omicron-common postgres_config::test::test_example_url
40062024-02-28T13:05:46.226Z PASS [ 0.035s] omicron-common nexus_config::test::test_repo_configs_are_valid
40072024-02-28T13:05:46.226Z PASS [ 0.030s] omicron-common nexus_config::test::test_valid
40082024-02-28T13:05:46.226Z PASS [ 0.019s] omicron-common update::tests::serde_artifact_kind
40092024-02-28T13:05:46.252Z PASS [ 0.076s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd
40102024-02-28T13:05:46.284Z PASS [ 0.126s] omicron-dev::test_omicron_dev test_cert_create
40112024-02-28T13:05:46.299Z PASS [ 0.058s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args
40122024-02-28T13:05:46.336Z PASS [ 0.057s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args
40132024-02-28T13:05:46.357Z PASS [ 0.058s] omicron-dev::test_omicron_dev test_omicron_dev_no_args
40142024-02-28T13:05:46.424Z PASS [ 0.065s] omicron-gateway management_switch::location_map::tests::test_config_validation
40152024-02-28T13:05:46.477Z PASS [ 0.053s] omicron-gateway management_switch::location_map::tests::test_resolve_location
40162024-02-28T13:05:46.543Z PASS [ 8.532s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
40172024-02-28T13:05:46.987Z PASS [ 0.445s] omicron-gateway::test_all integration_tests::component_list::component_list
40182024-02-28T13:05:47.132Z PASS [ 0.639s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled
40192024-02-28T13:05:47.320Z PASS [ 4.672s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
40202024-02-28T13:05:47.325Z PASS [ 0.211s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
40212024-02-28T13:05:47.341Z PASS [ 0.356s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
40222024-02-28T13:05:47.522Z PASS [ 0.201s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
40232024-02-28T13:05:48.373Z PASS [ 5.385s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
40242024-02-28T13:05:48.786Z PASS [ 5.185s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
40252024-02-28T13:05:50.410Z PASS [ 4.251s] omicron-dev::test_omicron_dev test_db_killed
40262024-02-28T13:05:59.234Z PASS [ 12.892s] omicron-dev::test_omicron_dev test_run_all
40272024-02-28T13:06:00.135Z PASS [ 13.971s] omicron-dev::test_omicron_dev test_db_run
40282024-02-28T13:06:01.325Z PASS [ 13.979s] omicron-nexus app::background::blueprint_load::test::test_load_blueprints
40292024-02-28T13:06:01.558Z PASS [ 14.219s] omicron-nexus app::background::blueprint_execution::test::test_deploy_omicron_zones
40302024-02-28T13:06:02.387Z PASS [ 13.600s] omicron-nexus app::background::common::test::test_saga_request_flow
40312024-02-28T13:06:02.766Z PASS [ 14.393s] omicron-nexus app::background::common::test::test_driver_basic
40322024-02-28T13:06:03.432Z PASS [ 15.907s] omicron-nexus app::background::common::test::test_activation_in_progress
40332024-02-28T13:06:03.483Z PASS [ 0.717s] omicron-nexus app::external_endpoints::test::test_authority
40342024-02-28T13:06:03.526Z PASS [ 0.093s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
40352024-02-28T13:06:03.619Z PASS [ 0.093s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
40362024-02-28T13:06:03.664Z PASS [ 0.046s] omicron-nexus app::external_endpoints::test::test_no_endpoint
40372024-02-28T13:06:03.711Z PASS [ 13.297s] omicron-nexus app::background::dns_config::test::test_basic
40382024-02-28T13:06:03.721Z PASS [ 0.054s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
40392024-02-28T13:06:04.473Z PASS [ 0.989s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
40402024-02-28T13:06:12.452Z PASS [ 13.218s] omicron-nexus app::background::dns_propagation::test::test_basic
40412024-02-28T13:06:13.378Z PASS [ 13.229s] omicron-nexus app::background::external_endpoints::test::test_basic
40422024-02-28T13:06:14.886Z PASS [ 13.556s] omicron-nexus app::background::init::test::test_dns_propagation_basic
40432024-02-28T13:06:16.537Z PASS [ 14.147s] omicron-nexus app::background::inventory_collection::test::test_db_sled_enumerator
40442024-02-28T13:06:18.073Z PASS [ 16.517s] omicron-nexus app::background::inventory_collection::test::test_basic
40452024-02-28T13:06:19.008Z PASS [ 14.534s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
40462024-02-28T13:06:19.721Z PASS [ 16.002s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
40472024-02-28T13:06:19.940Z PASS [ 16.210s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
40482024-02-28T13:06:25.927Z PASS [ 13.474s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
40492024-02-28T13:06:27.270Z PASS [ 13.900s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
40502024-02-28T13:06:29.047Z PASS [ 14.161s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
40512024-02-28T13:06:36.787Z PASS [ 17.070s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
40522024-02-28T13:06:38.620Z PASS [ 18.682s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
40532024-02-28T13:06:39.236Z PASS [ 20.223s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
40542024-02-28T13:06:44.455Z PASS [ 18.517s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
40552024-02-28T13:06:49.768Z PASS [ 22.487s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
40562024-02-28T13:06:51.264Z PASS [ 22.213s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
40572024-02-28T13:06:57.200Z PASS [ 20.397s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
40582024-02-28T13:06:58.462Z PASS [ 19.838s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
40592024-02-28T13:07:02.741Z PASS [ 23.492s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
40602024-02-28T13:07:07.813Z PASS [ 23.356s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
40612024-02-28T13:07:10.755Z PASS [ 20.987s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
40622024-02-28T13:07:11.249Z PASS [ 19.975s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
40632024-02-28T13:07:16.493Z PASS [ 18.030s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
40642024-02-28T13:07:16.548Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40652024-02-28T13:07:18.082Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40662024-02-28T13:07:24.471Z PASS [ 21.736s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
40672024-02-28T13:07:25.973Z PASS [ 18.162s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
40682024-02-28T13:07:28.728Z PASS [ 17.480s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
40692024-02-28T13:07:28.940Z PASS [ 18.185s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
40702024-02-28T13:07:28.992Z PASS [ 0.052s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
40712024-02-28T13:07:34.412Z PASS [ 37.217s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
40722024-02-28T13:07:35.340Z PASS [ 18.845s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
40732024-02-28T13:07:38.023Z PASS [ 13.551s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
40742024-02-28T13:07:45.347Z PASS [ 16.353s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
40752024-02-28T13:07:50.841Z PASS [ 12.815s] omicron-nexus app::sagas::test_saga::test_saga_stuck
40762024-02-28T13:07:51.639Z PASS [ 17.226s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
40772024-02-28T13:07:55.440Z PASS [ 20.097s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
40782024-02-28T13:07:55.485Z PASS [ 0.046s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
40792024-02-28T13:07:55.533Z PASS [ 0.047s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
40802024-02-28T13:07:55.585Z PASS [ 0.050s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
40812024-02-28T13:07:55.634Z PASS [ 0.049s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
40822024-02-28T13:07:55.678Z PASS [ 0.045s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
40832024-02-28T13:07:55.737Z PASS [ 0.055s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
40842024-02-28T13:07:55.787Z PASS [ 0.050s] omicron-nexus external_api::console_api::test::test_relative_uri
40852024-02-28T13:07:55.896Z PASS [ 0.111s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy
40862024-02-28T13:07:57.159Z PASS [ 5.518s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
40872024-02-28T13:08:00.930Z PASS [ 15.575s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
40882024-02-28T13:08:04.806Z PASS [ 13.962s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
40892024-02-28T13:08:05.555Z PASS [ 0.748s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
40902024-02-28T13:08:06.420Z PASS [ 0.866s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
40912024-02-28T13:08:06.523Z PASS [ 0.101s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
40922024-02-28T13:08:09.656Z PASS [ 12.495s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
40932024-02-28T13:08:13.345Z PASS [ 12.420s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
40942024-02-28T13:08:16.560Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40952024-02-28T13:08:18.093Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40962024-02-28T13:08:19.551Z PASS [ 13.026s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
40972024-02-28T13:08:22.559Z PASS [ 12.900s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
40982024-02-28T13:08:25.822Z PASS [ 12.473s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
40992024-02-28T13:08:25.984Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
41002024-02-28T13:08:27.378Z PASS [ 58.640s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
41012024-02-28T13:08:32.817Z PASS [ 13.264s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
41022024-02-28T13:08:36.010Z PASS [ 13.450s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
41032024-02-28T13:08:38.615Z PASS [ 12.791s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
41042024-02-28T13:08:40.298Z PASS [ 12.921s] omicron-nexus::test_all integration_tests::basic::test_ping
41052024-02-28T13:08:49.272Z PASS [ 16.453s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
41062024-02-28T13:08:51.407Z PASS [ 12.791s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
41072024-02-28T13:08:53.047Z PASS [ 12.747s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
41082024-02-28T13:08:53.689Z PASS [ 57.783s] omicron-nexus populate::test::test_populators
41092024-02-28T13:08:54.109Z PASS [ 18.095s] omicron-nexus::test_all integration_tests::basic::test_projects_list
41102024-02-28T13:09:02.572Z PASS [ 13.298s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
41112024-02-28T13:09:04.784Z PASS [ 13.376s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
41122024-02-28T13:09:06.007Z PASS [ 12.957s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
41132024-02-28T13:09:06.988Z PASS [ 12.878s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
41142024-02-28T13:09:07.109Z PASS [ 0.120s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
41152024-02-28T13:09:07.434Z PASS [ 13.744s] omicron-nexus::test_all integration_tests::certificates::test_crud
41162024-02-28T13:09:07.880Z PASS [ 0.446s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal
41172024-02-28T13:09:07.894Z PASS [ 3.103s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
41182024-02-28T13:09:07.894Z PASS [ 1.888s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
41192024-02-28T13:09:08.050Z PASS [ 0.938s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi
41202024-02-28T13:09:16.571Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
41212024-02-28T13:09:18.105Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41222024-02-28T13:09:19.579Z PASS [ 17.004s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
41232024-02-28T13:09:21.002Z PASS [ 13.119s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
41242024-02-28T13:09:21.019Z PASS [ 13.122s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
41252024-02-28T13:09:21.116Z PASS [ 13.224s] omicron-nexus::test_all integration_tests::console_api::test_assets
41262024-02-28T13:09:22.953Z PASS [ 14.903s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
41272024-02-28T13:09:25.995Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
41282024-02-28T13:09:34.724Z PASS [ 13.719s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
41292024-02-28T13:09:34.920Z PASS [ 13.898s] omicron-nexus::test_all integration_tests::console_api::test_session_me
41302024-02-28T13:09:34.964Z PASS [ 13.847s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
41312024-02-28T13:09:36.713Z PASS [ 17.128s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
41322024-02-28T13:09:39.071Z PASS [ 16.115s] omicron-nexus::test_all integration_tests::console_api::test_sessions
41332024-02-28T13:09:48.517Z PASS [ 13.792s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
41342024-02-28T13:09:48.657Z PASS [ 13.736s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
41352024-02-28T13:09:50.249Z PASS [ 15.283s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
41362024-02-28T13:09:54.653Z PASS [ 15.570s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
41372024-02-28T13:09:59.764Z PASS [ 153.762s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
41382024-02-28T13:09:59.867Z PASS [ 23.152s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
41392024-02-28T13:10:04.701Z PASS [ 16.039s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
41402024-02-28T13:10:04.827Z PASS [ 14.573s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
41412024-02-28T13:10:04.896Z PASS [ 16.373s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
41422024-02-28T13:10:16.583Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
41432024-02-28T13:10:17.507Z PASS [ 22.861s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
41442024-02-28T13:10:18.115Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41452024-02-28T13:10:18.975Z PASS [ 14.080s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
41462024-02-28T13:10:19.084Z PASS [ 14.382s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
41472024-02-28T13:10:19.976Z PASS [ 15.144s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
41482024-02-28T13:10:24.035Z PASS [ 24.268s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
41492024-02-28T13:10:28.175Z PASS [ 28.303s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
41502024-02-28T13:10:30.751Z PASS [ 13.241s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
41512024-02-28T13:10:32.354Z PASS [ 13.268s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
41522024-02-28T13:10:32.607Z PASS [ 13.630s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
41532024-02-28T13:10:35.395Z PASS [ 15.420s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
41542024-02-28T13:10:41.721Z PASS [ 13.543s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
41552024-02-28T13:10:46.086Z PASS [ 22.050s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
41562024-02-28T13:10:47.002Z PASS [ 16.248s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
41572024-02-28T13:10:47.403Z PASS [ 14.792s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
41582024-02-28T13:10:47.974Z PASS [ 15.618s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
41592024-02-28T13:10:51.024Z PASS [ 15.626s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
41602024-02-28T13:10:55.482Z PASS [ 13.761s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
41612024-02-28T13:11:05.755Z PASS [ 14.729s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
41622024-02-28T13:11:07.733Z PASS [ 20.718s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
41632024-02-28T13:11:10.528Z PASS [ 15.042s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
41642024-02-28T13:11:10.628Z PASS [ 24.536s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_detach_fail_if_in_use_by_other
41652024-02-28T13:11:15.180Z PASS [ 27.201s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
41662024-02-28T13:11:16.593Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
41672024-02-28T13:11:18.127Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41682024-02-28T13:11:18.293Z PASS [ 30.884s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
41692024-02-28T13:11:18.697Z PASS [ 0.403s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
41702024-02-28T13:11:19.238Z PASS [ 0.542s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
41712024-02-28T13:11:19.650Z PASS [ 0.411s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
41722024-02-28T13:11:20.137Z PASS [ 0.487s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
41732024-02-28T13:11:21.728Z PASS [ 14.002s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
41742024-02-28T13:11:24.321Z PASS [ 13.790s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
41752024-02-28T13:11:24.583Z PASS [ 13.954s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
41762024-02-28T13:11:25.679Z PASS [ 19.921s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
41772024-02-28T13:11:28.933Z PASS [ 13.749s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
41782024-02-28T13:11:33.834Z PASS [ 13.694s] omicron-nexus::test_all integration_tests::images::test_image_create
41792024-02-28T13:11:36.287Z PASS [ 14.556s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
41802024-02-28T13:11:38.797Z PASS [ 14.209s] omicron-nexus::test_all integration_tests::images::test_image_promotion
41812024-02-28T13:11:39.631Z PASS [ 13.950s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
41822024-02-28T13:11:41.002Z PASS [ 16.678s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
41832024-02-28T13:11:41.884Z PASS [ 12.951s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
41842024-02-28T13:11:44.533Z PASS [ 5.739s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
41852024-02-28T13:11:46.332Z PASS [ 6.701s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
41862024-02-28T13:11:47.431Z PASS [ 13.595s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
41872024-02-28T13:11:47.925Z PASS [ 6.922s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
41882024-02-28T13:11:48.629Z PASS [ 12.339s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
41892024-02-28T13:11:50.061Z PASS [ 8.175s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
41902024-02-28T13:12:02.970Z PASS [ 12.904s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
41912024-02-28T13:12:05.825Z PASS [ 18.390s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
41922024-02-28T13:12:06.777Z PASS [ 18.145s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
41932024-02-28T13:12:07.374Z PASS [ 22.836s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
41942024-02-28T13:12:11.456Z PASS [ 25.118s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
41952024-02-28T13:12:12.148Z PASS [ 24.218s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
41962024-02-28T13:12:15.959Z PASS [ 12.989s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
41972024-02-28T13:12:16.604Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
41982024-02-28T13:12:18.137Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41992024-02-28T13:12:20.508Z PASS [ 13.729s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
42002024-02-28T13:12:29.363Z PASS [ 13.403s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
42012024-02-28T13:12:29.597Z PASS [ 17.446s] omicron-nexus::test_all integration_tests::instances::test_instance_access
42022024-02-28T13:12:31.760Z PASS [ 25.932s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
42032024-02-28T13:12:33.435Z PASS [ 26.057s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
42042024-02-28T13:12:40.370Z PASS [ 19.858s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
42052024-02-28T13:12:50.197Z PASS [ 20.826s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
42062024-02-28T13:12:51.750Z PASS [ 22.150s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
42072024-02-28T13:12:52.045Z PASS [ 40.583s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
42082024-02-28T13:12:54.023Z PASS [ 22.259s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
42092024-02-28T13:12:54.087Z PASS [ 20.637s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
42102024-02-28T13:13:03.301Z PASS [ 22.927s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
42112024-02-28T13:13:11.263Z PASS [ 19.215s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
42122024-02-28T13:13:11.675Z PASS [ 17.648s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
42132024-02-28T13:13:13.104Z PASS [ 22.906s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
42142024-02-28T13:13:16.615Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
42152024-02-28T13:13:16.735Z PASS [ 22.654s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_error
42162024-02-28T13:13:18.148Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
42172024-02-28T13:13:21.878Z PASS [ 30.122s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
42182024-02-28T13:13:24.060Z PASS [ 427.452s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
42192024-02-28T13:13:27.577Z PASS [ 429.434s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
42202024-02-28T13:13:29.032Z PASS [ 25.724s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
42212024-02-28T13:13:31.424Z PASS [ 19.746s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
42222024-02-28T13:13:32.224Z PASS [ 20.958s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
42232024-02-28T13:13:34.640Z PASS [ 21.532s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p
42242024-02-28T13:13:35.788Z PASS [ 19.051s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
42252024-02-28T13:13:41.428Z PASS [ 13.849s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
42262024-02-28T13:13:44.046Z PASS [ 22.165s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
42272024-02-28T13:13:46.050Z PASS [ 14.623s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
42282024-02-28T13:13:47.099Z PASS [ 23.037s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
42292024-02-28T13:13:48.518Z PASS [ 12.728s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
42302024-02-28T13:13:49.699Z PASS [ 20.666s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
42312024-02-28T13:13:50.442Z PASS [ 18.215s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
42322024-02-28T13:13:51.191Z PASS [ 16.548s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
42332024-02-28T13:13:59.695Z PASS [ 12.592s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
42342024-02-28T13:14:01.423Z PASS [ 17.374s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
42352024-02-28T13:14:01.604Z PASS [ 13.082s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
42362024-02-28T13:14:02.735Z PASS [ 13.035s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
42372024-02-28T13:14:03.789Z PASS [ 13.345s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
42382024-02-28T13:14:04.056Z PASS [ 12.864s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
42392024-02-28T13:14:04.489Z PASS [ 23.060s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
42402024-02-28T13:14:05.132Z PASS [ 19.079s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
42412024-02-28T13:14:14.753Z PASS [ 13.150s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
42422024-02-28T13:14:14.758Z PASS [ 15.064s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
42432024-02-28T13:14:14.970Z PASS [ 13.546s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
42442024-02-28T13:14:16.460Z PASS [ 12.667s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
42452024-02-28T13:14:16.703Z PASS [ 13.960s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
42462024-02-28T13:14:17.258Z PASS [ 13.199s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
42472024-02-28T13:14:17.287Z PASS [ 12.793s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
42482024-02-28T13:14:18.607Z PASS [ 13.469s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
42492024-02-28T13:14:28.785Z PASS [ 14.019s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
42502024-02-28T13:14:29.655Z PASS [ 14.891s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
42512024-02-28T13:14:30.326Z PASS [ 13.864s] omicron-nexus::test_all integration_tests::loopback_address::test_anycast_loopback_address_basic_crud
42522024-02-28T13:14:30.590Z PASS [ 13.891s] omicron-nexus::test_all integration_tests::loopback_address::test_loopback_address_basic_crud
42532024-02-28T13:14:31.009Z PASS [ 12.404s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
42542024-02-28T13:14:33.488Z PASS [ 18.513s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
42552024-02-28T13:14:44.199Z PASS [ 13.606s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
42562024-02-28T13:14:44.712Z PASS [ 13.700s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
42572024-02-28T13:14:46.726Z PASS [ 13.237s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
42582024-02-28T13:14:47.417Z PASS [ 17.759s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
42592024-02-28T13:14:47.616Z PASS [ 18.831s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
42602024-02-28T13:14:51.712Z PASS [ 34.448s] omicron-nexus::test_all integration_tests::metrics::test_metrics
42612024-02-28T13:14:57.163Z PASS [ 26.834s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
42622024-02-28T13:15:00.956Z PASS [ 14.227s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
42632024-02-28T13:15:04.692Z PASS [ 47.396s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments
42642024-02-28T13:15:09.479Z PASS [ 21.865s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
42652024-02-28T13:15:09.491Z PASS [ 17.776s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
42662024-02-28T13:15:10.724Z PASS [ 26.519s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
42672024-02-28T13:15:11.361Z PASS [ 26.641s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
42682024-02-28T13:15:14.465Z PASS [ 27.038s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
42692024-02-28T13:15:14.925Z PASS [ 13.964s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
42702024-02-28T13:15:15.155Z PASS [ 17.987s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
42712024-02-28T13:15:24.535Z PASS [ 13.810s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
42722024-02-28T13:15:26.666Z PASS [ 15.305s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
42732024-02-28T13:15:28.864Z PASS [ 13.930s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
42742024-02-28T13:15:29.108Z PASS [ 14.644s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
42752024-02-28T13:15:31.114Z PASS [ 15.959s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
42762024-02-28T13:15:33.109Z PASS [ 28.416s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
42772024-02-28T13:15:39.846Z PASS [ 30.362s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
42782024-02-28T13:15:40.735Z PASS [ 14.066s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
42792024-02-28T13:15:42.008Z PASS [ 17.468s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
42802024-02-28T13:15:42.356Z PASS [ 13.498s] omicron-nexus::test_all integration_tests::projects::test_projects
42812024-02-28T13:15:43.249Z PASS [ 12.131s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
42822024-02-28T13:15:44.890Z PASS [ 11.778s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
42832024-02-28T13:15:49.037Z PASS [ 39.539s] omicron-nexus::test_all integration_tests::password_login::test_local_users
42842024-02-28T13:15:53.498Z PASS [ 13.650s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
42852024-02-28T13:15:53.872Z PASS [ 13.135s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
42862024-02-28T13:15:54.773Z PASS [ 12.766s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
42872024-02-28T13:15:55.118Z PASS [ 0.345s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
42882024-02-28T13:15:55.492Z PASS [ 13.135s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
42892024-02-28T13:15:55.592Z PASS [ 12.344s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
42902024-02-28T13:15:56.526Z PASS [ 27.418s] omicron-nexus::test_all integration_tests::quotas::test_quotas
42912024-02-28T13:15:56.597Z PASS [ 0.071s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
42922024-02-28T13:15:56.655Z PASS [ 0.058s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
42932024-02-28T13:15:56.727Z PASS [ 0.069s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
42942024-02-28T13:15:56.794Z PASS [ 0.067s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
42952024-02-28T13:15:56.801Z PASS [ 11.914s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
42962024-02-28T13:15:56.809Z PASS [ 3.313s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
42972024-02-28T13:15:56.870Z PASS [ 0.074s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
42982024-02-28T13:15:57.251Z PASS [ 3.379s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
42992024-02-28T13:15:58.456Z PASS [ 3.336s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
43002024-02-28T13:15:58.822Z PASS [ 3.328s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
43012024-02-28T13:16:00.212Z PASS [ 11.173s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
43022024-02-28T13:16:00.325Z PASS [ 0.102s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
43032024-02-28T13:16:09.618Z PASS [ 12.813s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
43042024-02-28T13:16:09.672Z PASS [ 12.856s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
43052024-02-28T13:16:09.777Z PASS [ 0.099s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
43062024-02-28T13:16:09.844Z PASS [ 0.074s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
43072024-02-28T13:16:09.880Z PASS [ 13.009s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
43082024-02-28T13:16:10.014Z PASS [ 14.412s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes
43092024-02-28T13:16:10.014Z PASS [ 12.755s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
43102024-02-28T13:16:11.121Z PASS [ 12.671s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
43112024-02-28T13:16:11.265Z PASS [ 12.450s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
43122024-02-28T13:16:12.807Z PASS [ 12.499s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
43132024-02-28T13:16:20.522Z PASS [ 10.514s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
43142024-02-28T13:16:20.554Z PASS [ 10.716s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
43152024-02-28T13:16:20.639Z PASS [ 11.026s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
43162024-02-28T13:16:20.653Z PASS [ 10.641s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
43172024-02-28T13:16:20.711Z PASS [ 10.833s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
43182024-02-28T13:16:28.398Z PASS [ 7.875s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
43192024-02-28T13:16:28.427Z PASS [ 7.715s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
43202024-02-28T13:16:36.319Z PASS [ 7.890s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
43212024-02-28T13:16:36.757Z PASS [ 8.358s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
43222024-02-28T13:16:44.548Z PASS [ 7.790s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
43232024-02-28T13:16:44.623Z PASS [ 8.302s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
43242024-02-28T13:16:49.015Z PASS [ 4.391s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
43252024-02-28T13:17:08.382Z PASS [ 19.360s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
43262024-02-28T13:17:12.619Z PASS [ 28.065s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
43272024-02-28T13:17:26.477Z PASS [ 18.096s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
43282024-02-28T13:17:29.143Z PASS [ 16.505s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
43292024-02-28T13:17:39.418Z PASS [ 10.289s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
43302024-02-28T13:17:39.764Z PASS [ 10.622s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
43312024-02-28T13:17:39.837Z PASS [ 10.701s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
43322024-02-28T13:17:40.023Z PASS [ 10.877s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
43332024-02-28T13:17:47.203Z PASS [ 20.707s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
43342024-02-28T13:17:50.681Z PASS [ 11.256s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
43352024-02-28T13:17:50.965Z PASS [ 11.199s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
43362024-02-28T13:17:51.073Z PASS [ 11.227s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
43372024-02-28T13:17:51.287Z PASS [ 11.260s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
43382024-02-28T13:18:00.463Z PASS [ 13.260s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
43392024-02-28T13:18:00.577Z PASS [ 13.380s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
43402024-02-28T13:18:00.583Z PASS [ 13.377s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
43412024-02-28T13:18:01.456Z PASS [ 14.262s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
43422024-02-28T13:18:04.206Z PASS [ 13.527s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
43432024-02-28T13:18:04.414Z PASS [ 13.447s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
43442024-02-28T13:18:04.641Z PASS [ 13.354s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
43452024-02-28T13:18:08.173Z PASS [ 17.104s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
43462024-02-28T13:18:13.848Z PASS [ 13.261s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
43472024-02-28T13:18:13.864Z PASS [ 13.284s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
43482024-02-28T13:18:14.583Z PASS [ 13.127s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
43492024-02-28T13:18:15.206Z PASS [ 14.735s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
43502024-02-28T13:18:17.143Z PASS [ 12.934s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
43512024-02-28T13:18:17.275Z PASS [ 12.859s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
43522024-02-28T13:18:19.038Z PASS [ 14.392s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
43532024-02-28T13:18:24.530Z PASS [ 16.351s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
43542024-02-28T13:18:27.578Z PASS [ 12.992s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
43552024-02-28T13:18:27.587Z PASS [ 13.738s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
43562024-02-28T13:18:29.404Z PASS [ 15.538s] omicron-nexus::test_all integration_tests::silos::test_silos
43572024-02-28T13:18:31.245Z PASS [ 13.967s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
43582024-02-28T13:18:31.335Z PASS [ 14.190s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
43592024-02-28T13:18:32.052Z PASS [ 13.013s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
43602024-02-28T13:18:32.730Z PASS [ 17.525s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
43612024-02-28T13:18:40.164Z PASS [ 12.572s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
43622024-02-28T13:18:43.095Z PASS [ 18.564s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
43632024-02-28T13:18:43.121Z PASS [ 13.713s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
43642024-02-28T13:18:44.642Z PASS [ 13.305s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
43652024-02-28T13:18:44.868Z PASS [ 13.622s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
43662024-02-28T13:18:45.969Z PASS [ 18.389s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
43672024-02-28T13:18:45.993Z PASS [ 1.351s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
43682024-02-28T13:18:47.486Z PASS [ 4.391s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
43692024-02-28T13:18:47.613Z PASS [ 4.489s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
43702024-02-28T13:18:48.929Z PASS [ 16.197s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
43712024-02-28T13:18:49.188Z PASS [ 4.318s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
43722024-02-28T13:18:49.386Z PASS [ 0.458s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
43732024-02-28T13:18:49.596Z PASS [ 17.541s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
43742024-02-28T13:18:50.278Z PASS [ 4.307s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
43752024-02-28T13:18:53.043Z PASS [ 12.877s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
43762024-02-28T13:18:58.698Z PASS [ 12.701s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
43772024-02-28T13:19:02.185Z PASS [ 12.994s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
43782024-02-28T13:19:02.409Z PASS [ 12.802s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized
43792024-02-28T13:19:03.047Z PASS [ 12.766s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
43802024-02-28T13:19:06.017Z PASS [ 16.626s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
43812024-02-28T13:19:09.449Z PASS [ 21.958s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
43822024-02-28T13:19:11.556Z PASS [ 18.511s] omicron-nexus::test_all integration_tests::utilization::test_utilization
43832024-02-28T13:19:14.787Z PASS [ 16.086s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
43842024-02-28T13:19:20.313Z PASS [ 17.906s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
43852024-02-28T13:19:20.777Z PASS [ 18.589s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
43862024-02-28T13:19:21.087Z PASS [ 18.037s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
43872024-02-28T13:19:23.559Z PASS [ 17.539s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
43882024-02-28T13:19:26.880Z PASS [ 17.428s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
43892024-02-28T13:19:29.666Z PASS [ 18.107s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
43902024-02-28T13:19:32.934Z PASS [ 18.146s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
43912024-02-28T13:19:33.834Z PASS [ 12.746s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
43922024-02-28T13:19:35.604Z PASS [ 14.825s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
43932024-02-28T13:19:35.763Z PASS [ 48.144s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
43942024-02-28T13:19:37.559Z PASS [ 17.248s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
43952024-02-28T13:19:44.559Z PASS [ 20.999s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
43962024-02-28T13:19:48.647Z PASS [ 21.763s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
43972024-02-28T13:19:51.978Z PASS [ 16.212s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
43982024-02-28T13:19:54.826Z PASS [ 25.156s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
43992024-02-28T13:19:56.270Z PASS [ 18.708s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
44002024-02-28T13:19:58.466Z PASS [ 25.526s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
44012024-02-28T13:19:59.308Z PASS [ 25.467s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
44022024-02-28T13:19:59.937Z PASS [ 11.288s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
44032024-02-28T13:20:00.110Z PASS [ 24.502s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
44042024-02-28T13:20:00.793Z PASS [ 16.229s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
44052024-02-28T13:20:03.576Z PASS [ 11.596s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
44062024-02-28T13:20:06.875Z PASS [ 12.046s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
44072024-02-28T13:20:08.427Z PASS [ 12.153s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
44082024-02-28T13:20:11.525Z PASS [ 13.058s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
44092024-02-28T13:20:11.758Z PASS [ 12.449s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
44102024-02-28T13:20:11.963Z PASS [ 12.024s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
44112024-02-28T13:20:12.169Z PASS [ 12.057s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
44122024-02-28T13:20:12.525Z PASS [ 11.730s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
44132024-02-28T13:20:15.424Z PASS [ 11.846s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
44142024-02-28T13:20:18.881Z PASS [ 12.006s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
44152024-02-28T13:20:20.464Z PASS [ 12.035s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
44162024-02-28T13:20:24.268Z PASS [ 12.742s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
44172024-02-28T13:20:24.358Z PASS [ 12.393s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
44182024-02-28T13:20:24.376Z PASS [ 12.616s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
44192024-02-28T13:20:24.961Z PASS [ 12.789s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
44202024-02-28T13:20:25.055Z PASS [ 12.527s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
44212024-02-28T13:20:28.820Z PASS [ 13.393s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
44222024-02-28T13:20:34.050Z PASS [ 15.164s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers
44232024-02-28T13:20:37.019Z PASS [ 12.640s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_physical_disk_returns_not_found
44242024-02-28T13:20:37.350Z PASS [ 12.388s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_sled_returns_not_found
44252024-02-28T13:20:37.403Z PASS [ 12.349s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_success
44262024-02-28T13:20:37.429Z PASS [ 0.080s] omicron-package dot::test::test_bad_dependency
44272024-02-28T13:20:37.435Z PASS [ 0.033s] omicron-package dot::test::test_dot_output
44282024-02-28T13:20:37.455Z PASS [ 0.018s] omicron-passwords test::test_password_constraints
44292024-02-28T13:20:38.802Z PASS [ 18.334s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
44302024-02-28T13:20:39.345Z PASS [ 15.075s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
44312024-02-28T13:20:39.394Z PASS [ 0.039s] omicron-passwords test::test_stable
44322024-02-28T13:20:39.408Z PASS [ 0.023s] omicron-passwords test::test_weak_hashes
44332024-02-28T13:20:39.429Z PASS [ 0.021s] omicron-rpaths internal::tests::test_configure_from_path
44342024-02-28T13:20:39.485Z PASS [ 0.048s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
44352024-02-28T13:20:39.488Z PASS [ 15.128s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
44362024-02-28T13:20:39.516Z PASS [ 0.019s] omicron-rpaths internal::tests::test_emit_rpath
44372024-02-28T13:20:39.704Z PASS [ 2.248s] omicron-passwords test::test_reproducible
44382024-02-28T13:20:39.731Z PASS [ 0.244s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
44392024-02-28T13:20:39.795Z PASS [ 0.090s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
44402024-02-28T13:20:39.878Z PASS [ 0.142s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
44412024-02-28T13:20:39.904Z PASS [ 0.091s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
44422024-02-28T13:20:39.986Z PASS [ 0.100s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v1_conversion
44432024-02-28T13:20:40.025Z PASS [ 0.035s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
44442024-02-28T13:20:40.088Z PASS [ 3.070s] omicron-omdb::test_all_output test_omdb_usage_errors
44452024-02-28T13:20:40.095Z PASS [ 0.074s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization
44462024-02-28T13:20:40.118Z PASS [ 0.029s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash
44472024-02-28T13:20:40.144Z PASS [ 0.050s] omicron-sled-agent bootstrap::params::tests::serialize_start_sled_agent_v0_deserialize_v1
44482024-02-28T13:20:40.180Z PASS [ 0.061s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
44492024-02-28T13:20:40.188Z PASS [ 0.042s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
44502024-02-28T13:20:40.203Z PASS [ 0.706s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
44512024-02-28T13:20:40.222Z PASS [ 0.034s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
44522024-02-28T13:20:40.229Z PASS [ 0.049s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
44532024-02-28T13:20:40.236Z PASS [ 0.034s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
44542024-02-28T13:20:40.259Z PASS [ 0.030s] omicron-sled-agent common::instance::test::migration_out_after_migration_in
44552024-02-28T13:20:40.262Z PASS [ 0.033s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
44562024-02-28T13:20:40.269Z PASS [ 0.033s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
44572024-02-28T13:20:40.296Z PASS [ 0.042s] omicron-sled-agent common::instance::test::test_migration_ids_already_set
44582024-02-28T13:20:40.307Z PASS [ 0.046s] omicron-sled-agent config::test::test_smf_configs
44592024-02-28T13:20:40.326Z PASS [ 0.055s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
44602024-02-28T13:20:40.331Z PASS [ 0.038s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
44612024-02-28T13:20:40.338Z PASS [ 0.031s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
44622024-02-28T13:20:40.360Z PASS [ 0.033s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
44632024-02-28T13:20:40.364Z PASS [ 0.033s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
44642024-02-28T13:20:40.371Z PASS [ 0.033s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
44652024-02-28T13:20:40.382Z PASS [ 0.025s] omicron-sled-agent profile::tests::empty_profile
44662024-02-28T13:20:40.390Z PASS [ 0.026s] omicron-sled-agent profile::tests::test_disabled_instance
44672024-02-28T13:20:40.396Z PASS [ 0.026s] omicron-sled-agent profile::tests::test_instance
44682024-02-28T13:20:40.411Z PASS [ 0.029s] omicron-sled-agent profile::tests::test_multiple
44692024-02-28T13:20:40.419Z PASS [ 0.027s] omicron-sled-agent profile::tests::test_property
44702024-02-28T13:20:40.448Z PASS [ 0.027s] omicron-sled-agent profile::tests::test_property_group
44712024-02-28T13:20:40.448Z PASS [ 0.560s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
44722024-02-28T13:20:40.448Z PASS [ 0.023s] omicron-sled-agent profile::tests::test_service
44732024-02-28T13:20:40.448Z PASS [ 0.030s] omicron-sled-agent profile::tests::test_service_property_group
44742024-02-28T13:20:40.464Z PASS [ 0.029s] omicron-sled-agent rack_setup::config::test::test_subnets
44752024-02-28T13:20:40.476Z PASS [ 0.029s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
44762024-02-28T13:20:40.476Z PASS [ 0.047s] omicron-sled-agent rack_setup::config::test::test_extra_certs
44772024-02-28T13:20:40.487Z PASS [ 0.036s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
44782024-02-28T13:20:40.510Z PASS [ 0.038s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v2_schema
44792024-02-28T13:20:40.537Z PASS [ 0.052s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
44802024-02-28T13:20:40.537Z PASS [ 0.040s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
44812024-02-28T13:20:40.537Z PASS [ 0.053s] omicron-sled-agent rack_setup::plan::sled::tests::test_read_known_rss_sled_plans
44822024-02-28T13:20:40.551Z PASS [ 0.034s] omicron-sled-agent services::test::test_all_zones_requests_schema
44832024-02-28T13:20:40.565Z PASS [ 0.049s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
44842024-02-28T13:20:40.568Z PASS [ 0.035s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
44852024-02-28T13:20:40.775Z PASS [ 0.214s] omicron-sled-agent services::test::test_ensure_service_before_timesync
44862024-02-28T13:20:40.804Z PASS [ 0.255s] omicron-sled-agent services::test::test_bad_generations
44872024-02-28T13:20:40.804Z PASS [ 0.214s] omicron-sled-agent services::test::test_ensure_service_which_already_exists
44882024-02-28T13:20:40.804Z PASS [ 0.228s] omicron-sled-agent services::test::test_ensure_service
44892024-02-28T13:20:40.897Z PASS [ 0.123s] omicron-sled-agent services::test::test_old_ledger_migration
44902024-02-28T13:20:40.913Z PASS [ 0.133s] omicron-sled-agent services::test::test_old_ledger_migration_bad
44912024-02-28T13:20:40.920Z PASS [ 0.131s] omicron-sled-agent services::test::test_services_do_not_persist_without_config
44922024-02-28T13:20:40.927Z PASS [ 0.032s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
44932024-02-28T13:20:40.950Z PASS [ 0.038s] omicron-sled-agent services_migration::test::test_all_services_requests_schema
44942024-02-28T13:20:40.964Z PASS [ 0.036s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
44952024-02-28T13:20:40.987Z PASS [ 0.033s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
44962024-02-28T13:20:40.996Z PASS [ 0.031s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
44972024-02-28T13:20:41.019Z PASS [ 0.034s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
44982024-02-28T13:20:41.034Z PASS [ 0.033s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
44992024-02-28T13:20:41.034Z PASS [ 0.109s] omicron-sled-agent services_migration::test::test_convert_known_ledgers
45002024-02-28T13:20:41.050Z PASS [ 0.032s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
45012024-02-28T13:20:41.064Z PASS [ 0.030s] omicron-sled-agent updates::test::test_query_no_components
45022024-02-28T13:20:41.081Z PASS [ 0.031s] omicron-sled-agent updates::test::test_query_sled_agent_version
45032024-02-28T13:20:41.107Z PASS [ 0.042s] omicron-sled-agent updates::test::test_query_zone_version
45042024-02-28T13:20:41.140Z PASS [ 0.031s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
45052024-02-28T13:20:41.252Z PASS [ 0.170s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
45062024-02-28T13:20:41.806Z PASS [ 0.553s] omicron-sled-agent zone_bundle::illumos_tests::test_context
45072024-02-28T13:20:41.846Z PASS [ 0.040s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
45082024-02-28T13:20:41.993Z PASS [ 1.208s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot
45092024-02-28T13:20:42.223Z PASS [ 1.083s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
45102024-02-28T13:20:42.414Z PASS [ 4.982s] omicron-passwords test::test_compatible
45112024-02-28T13:20:42.467Z PASS [ 0.053s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
45122024-02-28T13:20:42.496Z PASS [ 0.030s] omicron-sled-agent zone_bundle::tests::test_compare_bundles
45132024-02-28T13:20:42.543Z PASS [ 0.046s] omicron-sled-agent zone_bundle::tests::test_disk_usage
45142024-02-28T13:20:42.555Z PASS [ 0.561s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
45152024-02-28T13:20:42.572Z PASS [ 0.029s] omicron-sled-agent zone_bundle::tests::test_priority_dimension
45162024-02-28T13:20:42.582Z PASS [ 0.029s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause
45172024-02-28T13:20:42.602Z PASS [ 0.030s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available
45182024-02-28T13:20:43.100Z PASS [ 0.497s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
45192024-02-28T13:20:43.108Z PASS [ 2.078s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
45202024-02-28T13:20:43.433Z PASS [ 0.850s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled
45212024-02-28T13:20:43.450Z PASS [ 0.350s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled
45222024-02-28T13:20:43.484Z PASS [ 1.261s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
45232024-02-28T13:20:43.506Z PASS [ 0.056s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
45242024-02-28T13:20:43.545Z PASS [ 0.101s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
45252024-02-28T13:20:43.549Z PASS [ 0.035s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
45262024-02-28T13:20:43.554Z PASS [ 1.709s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
45272024-02-28T13:20:43.561Z PASS [ 0.028s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port
45282024-02-28T13:20:43.577Z PASS [ 0.469s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
45292024-02-28T13:20:43.583Z PASS [ 0.030s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout
45302024-02-28T13:20:43.632Z PASS [ 0.090s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write
45312024-02-28T13:20:43.818Z PASS [ 0.255s] omicron-test-utils dev::db::test::test_bad_cmd
45322024-02-28T13:20:43.878Z PASS [ 0.056s] omicron-test-utils dev::db::test::test_make_pg_config_fail
45332024-02-28T13:20:43.908Z PASS [ 0.033s] omicron-test-utils dev::db::test::test_make_pg_config_ok
45342024-02-28T13:20:43.925Z PASS [ 0.294s] omicron-test-utils dev::db::test::test_database_start_hang
45352024-02-28T13:20:43.941Z PASS [ 0.035s] omicron-test-utils dev::db::test::test_process_exit_abnormal
45362024-02-28T13:20:43.965Z PASS [ 0.039s] omicron-test-utils dev::db::test::test_process_exit_normal
45372024-02-28T13:20:44.055Z PASS [ 0.478s] omicron-test-utils dev::db::test::test_cmd_fails
45382024-02-28T13:20:44.466Z PASS [ 15.644s] omicron-omdb::test_all_output test_omdb_env_settings
45392024-02-28T13:20:44.497Z PASS [ 0.032s] omicron-test-utils dev::db::test::test_starter_tmpdir
45402024-02-28T13:20:44.519Z PASS [ 1.035s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
45412024-02-28T13:20:44.554Z PASS [ 0.053s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
45422024-02-28T13:20:44.558Z PASS [ 0.040s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
45432024-02-28T13:20:44.578Z PASS [ 0.027s] oximeter histogram::tests::test_bin_range
45442024-02-28T13:20:44.585Z PASS [ 0.027s] oximeter histogram::tests::test_bin_range_from
45452024-02-28T13:20:44.602Z PASS [ 0.024s] oximeter histogram::tests::test_bin_range_to
45462024-02-28T13:20:44.610Z PASS [ 0.025s] oximeter histogram::tests::test_empty_bins_not_supported
45472024-02-28T13:20:44.632Z PASS [ 0.030s] oximeter histogram::tests::test_ensure_finite
45482024-02-28T13:20:44.645Z PASS [ 0.034s] oximeter histogram::tests::test_histogram
45492024-02-28T13:20:44.665Z PASS [ 0.030s] oximeter histogram::tests::test_histogram_extreme_bins
45502024-02-28T13:20:44.677Z PASS [ 0.028s] oximeter histogram::tests::test_histogram_extreme_samples
45512024-02-28T13:20:44.695Z PASS [ 0.029s] oximeter histogram::tests::test_histogram_float_bins
45522024-02-28T13:20:44.728Z PASS [ 0.033s] oximeter histogram::tests::test_histogram_unbounded_samples
45532024-02-28T13:20:44.737Z PASS [ 0.063s] oximeter histogram::tests::test_histogram_to_arrays
45542024-02-28T13:20:44.760Z PASS [ 0.033s] oximeter histogram::tests::test_histogram_unsorted_bins
45552024-02-28T13:20:44.780Z PASS [ 0.038s] oximeter histogram::tests::test_histogram_with_bins
45562024-02-28T13:20:44.793Z PASS [ 0.032s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins
45572024-02-28T13:20:44.817Z PASS [ 0.036s] oximeter histogram::tests::test_histogram_with_overlapping_bins
45582024-02-28T13:20:44.869Z PASS [ 0.056s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
45592024-02-28T13:20:44.881Z PASS [ 0.084s] oximeter histogram::tests::test_log_linear_bins_all_representable
45602024-02-28T13:20:44.904Z PASS [ 0.031s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
45612024-02-28T13:20:44.922Z PASS [ 0.035s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
45622024-02-28T13:20:44.931Z PASS [ 0.033s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
45632024-02-28T13:20:44.947Z PASS [ 0.034s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks
45642024-02-28T13:20:44.956Z PASS [ 0.025s] oximeter histogram::tests::test_log_linear_bins_small_bin_count
45652024-02-28T13:20:44.976Z PASS [ 0.027s] oximeter histogram::tests::test_span_decades
45662024-02-28T13:20:44.990Z PASS [ 0.035s] oximeter histogram::tests::test_span_decades_other_counts_f64
45672024-02-28T13:20:45.003Z PASS [ 0.025s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok
45682024-02-28T13:20:45.022Z PASS [ 0.025s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
45692024-02-28T13:20:45.040Z PASS [ 0.032s] oximeter schema::tests::test_field_schema_ordering
45702024-02-28T13:20:45.090Z LEAK [ 1.144s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
45712024-02-28T13:20:45.121Z PASS [ 0.083s] oximeter schema::tests::test_schema_field_ordering_across_target_metric
45722024-02-28T13:20:45.121Z PASS [ 0.068s] oximeter schema::tests::test_timeseries_name
45732024-02-28T13:20:45.147Z PASS [ 0.031s] oximeter schema::tests::test_timeseries_schema_from_parts
45742024-02-28T13:20:45.150Z PASS [ 0.043s] oximeter schema::tests::test_timeseries_name_from_str
45752024-02-28T13:20:45.169Z PASS [ 0.050s] oximeter schema::tests::test_timeseries_schema_from_sample
45762024-02-28T13:20:45.179Z PASS [ 0.035s] oximeter test_util::tests::test_gen_test_samples
45772024-02-28T13:20:45.188Z PASS [ 0.034s] oximeter traits::tests::test_metric_trait
45782024-02-28T13:20:45.205Z PASS [ 0.041s] oximeter traits::tests::test_producer_trait
45792024-02-28T13:20:45.205Z PASS [ 0.032s] oximeter traits::tests::test_target_trait
45802024-02-28T13:20:45.328Z PASS [ 0.034s] oximeter types::tests::test_cumulative_f64
45812024-02-28T13:20:45.329Z PASS [ 0.027s] oximeter types::tests::test_cumulative_i64
45822024-02-28T13:20:45.329Z PASS [ 0.026s] oximeter types::tests::test_datum
45832024-02-28T13:20:45.332Z PASS [ 0.031s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string
45842024-02-28T13:20:45.332Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8
45852024-02-28T13:20:45.332Z PASS [ 0.047s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8
45862024-02-28T13:20:45.332Z PASS [ 0.043s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16
45872024-02-28T13:20:45.332Z PASS [ 0.060s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16
45882024-02-28T13:20:45.332Z PASS [ 0.046s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32
45892024-02-28T13:20:45.341Z PASS [ 0.052s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32
45902024-02-28T13:20:45.348Z PASS [ 0.032s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64
45912024-02-28T13:20:45.367Z PASS [ 0.026s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid
45922024-02-28T13:20:45.393Z PASS [ 0.026s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
45932024-02-28T13:20:45.393Z PASS [ 0.050s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64
45942024-02-28T13:20:45.399Z PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
45952024-02-28T13:20:45.406Z PASS [ 0.032s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
45962024-02-28T13:20:45.414Z PASS [ 0.031s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
45972024-02-28T13:20:45.423Z PASS [ 0.025s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
45982024-02-28T13:20:45.431Z PASS [ 0.025s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
45992024-02-28T13:20:45.438Z PASS [ 0.024s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
46002024-02-28T13:20:45.447Z PASS [ 0.024s] oximeter types::tests::test_measurement
46012024-02-28T13:20:45.455Z PASS [ 0.023s] oximeter types::tests::test_sample_struct
46022024-02-28T13:20:45.462Z PASS [ 0.024s] oximeter types::tests::test_verify_field_names
46032024-02-28T13:20:45.804Z PASS [ 0.327s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
46042024-02-28T13:20:45.804Z PASS [ 0.343s] oximeter-collector agent::tests::test_self_stat_collection_count
46052024-02-28T13:20:45.804Z PASS [ 0.335s] oximeter-collector agent::tests::test_self_stat_error_counter
46062024-02-28T13:20:45.814Z PASS [ 0.024s] oximeter-collector self_stats::tests::test_failure_reason_serialization
46072024-02-28T13:20:45.884Z PASS [ 0.086s] oximeter-collector self_stats::tests::test_no_schema_changes
46082024-02-28T13:20:46.195Z PASS [ 0.390s] oximeter-collector::test_commands test_oximeter_no_args
46092024-02-28T13:20:46.368Z PASS [ 0.553s] oximeter-collector::test_commands test_oximeter_openapi
46102024-02-28T13:20:47.165Z PASS [ 0.971s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
46112024-02-28T13:20:47.381Z PASS [ 1.013s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
46122024-02-28T13:20:48.264Z PASS [ 14.214s] omicron-omdb::test_all_output test_omdb_success_cases
46132024-02-28T13:20:48.294Z PASS [ 1.127s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
46142024-02-28T13:20:48.310Z PASS [ 0.046s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
46152024-02-28T13:20:48.323Z PASS [ 0.940s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
46162024-02-28T13:20:48.958Z PASS [ 3.074s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
46172024-02-28T13:20:49.306Z PASS [ 5.251s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
46182024-02-28T13:20:49.334Z PASS [ 0.027s] oximeter-db client::tests::test_unravel_index
46192024-02-28T13:20:49.365Z PASS [ 1.073s] oximeter-db client::tests::test_select_all_field_types
46202024-02-28T13:20:49.371Z PASS [ 0.038s] oximeter-db client::tests::test_verify_schema_upgrades
46212024-02-28T13:20:49.390Z PASS [ 0.026s] oximeter-db model::tests::test_db_bool
46222024-02-28T13:20:49.417Z PASS [ 0.026s] oximeter-db model::tests::test_db_datum_type_conversion
46232024-02-28T13:20:49.450Z PASS [ 0.033s] oximeter-db model::tests::test_db_field_list_conversion
46242024-02-28T13:20:49.479Z PASS [ 0.028s] oximeter-db model::tests::test_db_field_type_conversion
46252024-02-28T13:20:49.511Z PASS [ 0.033s] oximeter-db model::tests::test_db_histogram
46262024-02-28T13:20:49.537Z PASS [ 0.027s] oximeter-db model::tests::test_histogram_to_arrays
46272024-02-28T13:20:49.875Z PASS [ 11.073s] omicron-passwords test::test_smoke
46282024-02-28T13:20:49.887Z PASS [ 1.568s] oximeter-db client::tests::test_sql_query_output
46292024-02-28T13:20:49.903Z PASS [ 0.027s] oximeter-db model::tests::test_parse_bytes_measurement
46302024-02-28T13:20:49.919Z PASS [ 0.026s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
46312024-02-28T13:20:49.936Z PASS [ 0.032s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
46322024-02-28T13:20:49.948Z PASS [ 0.035s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
46332024-02-28T13:20:49.962Z PASS [ 0.026s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
46342024-02-28T13:20:49.985Z PASS [ 0.027s] oximeter-db model::tests::test_unroll_from_source
46352024-02-28T13:20:49.994Z PASS [ 0.031s] oximeter-db model::tests::test_unroll_measurement_row
46362024-02-28T13:20:50.017Z PASS [ 0.042s] oximeter-db model::tests::test_unroll_missing_measurement_row
46372024-02-28T13:20:50.036Z PASS [ 0.032s] oximeter-db query::tests::test_field_cmp
46382024-02-28T13:20:50.036Z PASS [ 0.487s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
46392024-02-28T13:20:50.036Z PASS [ 0.652s] oximeter-db model::tests::test_db_bool_bad
46402024-02-28T13:20:50.043Z PASS [ 0.027s] oximeter-db query::tests::test_field_selector_as_query
46412024-02-28T13:20:50.053Z PASS [ 0.028s] oximeter-db query::tests::test_field_value_as_db_str
46422024-02-28T13:20:50.083Z PASS [ 0.042s] oximeter-db query::tests::test_select_query_builder_field_selectors
46432024-02-28T13:20:50.083Z PASS [ 0.029s] oximeter-db query::tests::test_select_query_builder_from_parts
46442024-02-28T13:20:50.092Z PASS [ 6.507s] omicron-test-utils dev::db::test::test_database_concurrent
46452024-02-28T13:20:50.111Z PASS [ 0.062s] oximeter-db query::tests::test_select_query_builder_filter_raw
46462024-02-28T13:20:50.111Z PASS [ 0.047s] oximeter-db query::tests::test_select_query_builder_full
46472024-02-28T13:20:50.125Z PASS [ 0.039s] oximeter-db query::tests::test_select_query_builder_no_fields
46482024-02-28T13:20:50.125Z PASS [ 0.046s] oximeter-db query::tests::test_select_query_builder_limit_offset
46492024-02-28T13:20:50.141Z PASS [ 0.040s] oximeter-db query::tests::test_select_query_builder_no_selectors
46502024-02-28T13:20:50.141Z PASS [ 0.027s] oximeter-db query::tests::test_time_range
46512024-02-28T13:20:50.149Z PASS [ 0.049s] oximeter-db query::tests::test_string_field_selector
46522024-02-28T13:20:50.194Z PASS [ 0.038s] oximeter-db sql::tests::test_allow_limit_offset
46532024-02-28T13:20:50.194Z PASS [ 0.031s] oximeter-db sql::tests::test_allow_subqueries
46542024-02-28T13:20:50.194Z PASS [ 0.039s] oximeter-db sql::tests::test_cannot_name_database
46552024-02-28T13:20:50.197Z PASS [ 0.031s] oximeter-db sql::tests::test_ctes_are_not_supported
46562024-02-28T13:20:50.197Z PASS [ 0.039s] oximeter-db sql::tests::test_function_allow_list
46572024-02-28T13:20:50.197Z PASS [ 0.030s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
46582024-02-28T13:20:50.211Z PASS [ 0.039s] oximeter-db sql::tests::test_query_must_be_select_statement
46592024-02-28T13:20:50.224Z PASS [ 0.062s] oximeter-db sql::tests::test_join_must_be_inner
46602024-02-28T13:20:50.224Z PASS [ 0.038s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
46612024-02-28T13:20:50.238Z PASS [ 0.044s] oximeter-db sql::tests::test_require_table_is_timeseries_name
46622024-02-28T13:20:50.238Z PASS [ 0.038s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
46632024-02-28T13:20:50.254Z PASS [ 0.034s] oximeter-db sql::tests::test_with_comma_join_fails
46642024-02-28T13:20:50.257Z PASS [ 0.027s] oximeter-db tests::test_timeseries_key_field_stability
46652024-02-28T13:20:50.264Z PASS [ 0.033s] oximeter-db tests::test_timeseries_key_sample_stability
46662024-02-28T13:20:50.264Z PASS [ 0.033s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
46672024-02-28T13:20:50.296Z PASS [ 0.043s] oximeter-instruments http::tests::test_normalize_uri_path
46682024-02-28T13:20:50.311Z PASS [ 0.073s] oximeter-instruments http::tests::test_latency_tracker
46692024-02-28T13:20:50.480Z PASS [ 0.169s] oximeter-instruments kstat::link::tests::test_physical_datalink
46702024-02-28T13:20:50.503Z PASS [ 0.197s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
46712024-02-28T13:20:50.503Z PASS [ 0.222s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
46722024-02-28T13:20:50.503Z PASS [ 0.234s] oximeter-instruments kstat::link::tests::test_kstat_sampler
46732024-02-28T13:20:50.506Z PASS [ 0.228s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
46742024-02-28T13:20:50.530Z PASS [ 0.024s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
46752024-02-28T13:20:50.530Z PASS [ 0.034s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
46762024-02-28T13:20:50.548Z PASS [ 0.051s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
46772024-02-28T13:20:50.548Z PASS [ 0.058s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
46782024-02-28T13:20:50.548Z PASS [ 0.041s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
46792024-02-28T13:20:50.560Z PASS [ 0.029s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
46802024-02-28T13:20:50.560Z PASS [ 0.023s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
46812024-02-28T13:20:50.580Z PASS [ 0.030s] oximeter-macro-impl tests::test_metric_annotated_field
46822024-02-28T13:20:50.580Z PASS [ 0.024s] oximeter-macro-impl tests::test_metric_datum_field
46832024-02-28T13:20:50.583Z PASS [ 0.019s] oximeter-macro-impl tests::test_metric_enum
46842024-02-28T13:20:50.627Z PASS [ 0.032s] oximeter-macro-impl tests::test_metric_without_datum_field
46852024-02-28T13:20:50.627Z PASS [ 0.026s] oximeter-macro-impl tests::test_target
46862024-02-28T13:20:50.627Z PASS [ 0.025s] oximeter-macro-impl tests::test_target_enum
46872024-02-28T13:20:50.627Z PASS [ 0.019s] oximeter-macro-impl tests::test_target_unit_struct
46882024-02-28T13:20:50.627Z PASS [ 0.032s] oximeter-macro-impl tests::test_target_empty_struct
46892024-02-28T13:20:50.633Z PASS [ 0.029s] oximeter-macro-impl tests::test_target_with_datum_field
46902024-02-28T13:20:50.633Z PASS [ 0.023s] oxlog tests::test_is_oxide_smf_log_file
46912024-02-28T13:20:50.633Z PASS [ 0.017s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
46922024-02-28T13:20:50.647Z PASS [ 0.031s] sled-hardware disk::test::test_partition_device_paths
46932024-02-28T13:20:50.647Z PASS [ 0.036s] sled-hardware disk::test::test_disk_paths
46942024-02-28T13:20:50.713Z PASS [ 0.073s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
46952024-02-28T13:20:50.713Z PASS [ 0.067s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
46962024-02-28T13:20:50.713Z PASS [ 0.054s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
46972024-02-28T13:20:50.716Z PASS [ 0.078s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
46982024-02-28T13:20:50.719Z PASS [ 0.072s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
46992024-02-28T13:20:50.732Z PASS [ 0.025s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
47002024-02-28T13:20:50.733Z PASS [ 0.032s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
47012024-02-28T13:20:50.740Z PASS [ 0.032s] sled-hardware underlay::tests::test_mac_to_bootstrap_ip
47022024-02-28T13:20:50.770Z PASS [ 0.057s] sled-storage dataset::test::serialize_dataset_name
47032024-02-28T13:20:50.823Z PASS [ 0.104s] sled-storage manager::tests::add_u2_disk_while_not_in_normal_stage_and_ensure_it_gets_queued
47042024-02-28T13:20:51.918Z PASS [ 1.192s] sled-storage manager::tests::delete_disk_triggers_notification
47052024-02-28T13:20:52.000Z PASS [ 1.267s] sled-storage manager::tests::ensure_u2_gets_added_to_resources
47062024-02-28T13:20:52.085Z PASS [ 1.315s] sled-storage manager::tests::queued_disks_get_added_as_resources
47072024-02-28T13:20:52.186Z PASS [ 1.361s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
47082024-02-28T13:20:52.886Z PASS [ 0.967s] sled-storage manager::tests::upsert_filesystem
47092024-02-28T13:20:52.948Z PASS [ 0.944s] sled-storage manager::tests::wait_for_bootdisk
47102024-02-28T13:20:52.968Z PASS [ 0.781s] tufaceous::integration-tests command_tests::test_init_and_add
47112024-02-28T13:20:52.989Z PASS [ 0.043s] tufaceous-lib archive::tests::test_validate_path
47122024-02-28T13:20:53.030Z PASS [ 9.065s] omicron-test-utils dev::db::test::test_setup_database_default_dir
47132024-02-28T13:20:53.039Z PASS [ 0.052s] tufaceous-lib key::tests::test_from_str
47142024-02-28T13:20:53.053Z PASS [ 0.087s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
47152024-02-28T13:20:53.236Z PASS [ 0.205s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
47162024-02-28T13:20:53.338Z PASS [ 0.103s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
47172024-02-28T13:20:53.343Z PASS [ 1.259s] tufaceous::integration-tests command_tests::test_assemble_fake
47182024-02-28T13:20:53.599Z PASS [ 0.190s] update-engine display::group_display::tests::test_stats
47192024-02-28T13:20:53.602Z PASS [ 0.024s] update-engine display::line_display_shared::tests::test_format_progress_counter
47202024-02-28T13:20:53.602Z PASS [ 0.028s] update-engine engine::tests::error_exits_early
47212024-02-28T13:20:53.619Z PASS [ 0.033s] update-engine events::tests::progress_event_parse_unknown
47222024-02-28T13:20:53.646Z PASS [ 0.026s] update-engine events::tests::step_event_parse_unknown
47232024-02-28T13:20:53.667Z PASS [ 0.329s] update-engine buffer::tests::test_buffer
47242024-02-28T13:20:53.696Z PASS [ 0.029s] wicket state::inventory::tests::component_id_display
47252024-02-28T13:20:53.716Z PASS [ 0.832s] tufaceous::manifest-tests check_manifest::fake.toml
47262024-02-28T13:20:53.753Z PASS [ 0.108s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
47272024-02-28T13:20:53.847Z PASS [ 0.129s] wicketd installinator_progress::tests::test_states
47282024-02-28T13:20:54.036Z PASS [ 0.997s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
47292024-02-28T13:20:54.119Z PASS [ 0.422s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
47302024-02-28T13:20:54.557Z PASS [ 0.803s] wicketd::mod integration_tests::commands::test_wicketd_openapi
47312024-02-28T13:20:54.925Z PASS [ 1.085s] wicketd::mod integration_tests::inventory::test_inventory
47322024-02-28T13:20:56.625Z PASS [ 3.575s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
47332024-02-28T13:20:56.870Z PASS [ 2.319s] wicketd::mod integration_tests::updates::test_updates
47342024-02-28T13:20:57.532Z PASS [ 6.798s] sled-storage manager::tests::ensure_using_exactly_these_disks
47352024-02-28T13:20:57.558Z PASS [ 9.254s] oximeter-db client::tests::test_single_node
47362024-02-28T13:20:59.488Z PASS [ 5.375s] wicketd::mod integration_tests::updates::test_update_races
47372024-02-28T13:20:59.495Z PASS [ 5.459s] wicketd::mod integration_tests::updates::test_installinator_fetch
47382024-02-28T13:21:05.024Z PASS [ 16.066s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
47392024-02-28T13:22:05.035Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
47402024-02-28T13:23:05.047Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
47412024-02-28T13:24:05.056Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
47422024-02-28T13:25:05.068Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
47432024-02-28T13:25:30.608Z PASS [ 265.545s] oximeter-db client::tests::test_replicated
47442024-02-28T13:25:30.612Z------------
47452024-02-28T13:25:30.612Z Summary [1329.594s] 1071 tests run: 1071 passed (4 slow, 1 leaky), 2 skipped
47462024-02-28T13:25:30.640Z
47472024-02-28T13:25:30.643Zreal 22:35.629917171
47482024-02-28T13:25:30.643Zuser 1:33:37.817215806
47492024-02-28T13:25:30.643Zsys 22:04.845194402
47502024-02-28T13:25:30.643Ztrap 1:07.488041316
47512024-02-28T13:25:30.643Ztflt 22.149926668
47522024-02-28T13:25:30.643Zdflt 1:03.687209058
47532024-02-28T13:25:30.643Zkflt 0.445224357
47542024-02-28T13:25:30.643Zlock 443:50:14.809787998
47552024-02-28T13:25:30.643Zslp 26:12:25.421878061
47562024-02-28T13:25:30.644Zlat 1:06:16.750626119
47572024-02-28T13:25:30.644Zstop 29:26.555614997
47582024-02-28T13:25:30.644Z
47592024-02-28T13:25:30.644Z ##### #### #### ##### ###### #### #####
47602024-02-28T13:25:30.644Z # # # # # # # # # #
47612024-02-28T13:25:30.644Z # # # # # # ##### #### #
47622024-02-28T13:25:30.644Z # # # # # # # # #
47632024-02-28T13:25:30.644Z # # # # # # # # # # #
47642024-02-28T13:25:30.644Z ##### #### #### # ###### #### #
47652024-02-28T13:25:30.644Z
47662024-02-28T13:25:31.829Z Fresh unicode-ident v1.0.12
47672024-02-28T13:25:31.832Z Fresh cfg-if v1.0.0
47682024-02-28T13:25:31.832Z Fresh autocfg v1.1.0
47692024-02-28T13:25:31.832Z Fresh version_check v0.9.4
47702024-02-28T13:25:31.832Z Fresh memchr v2.6.3
47712024-02-28T13:25:31.832Z Fresh proc-macro2 v1.0.78
47722024-02-28T13:25:31.832Z Fresh byteorder v1.5.0
47732024-02-28T13:25:31.832Z Fresh once_cell v1.19.0
47742024-02-28T13:25:31.832Z Fresh log v0.4.20
47752024-02-28T13:25:31.832Z Fresh itoa v1.0.9
47762024-02-28T13:25:31.832Z Fresh quote v1.0.35
47772024-02-28T13:25:31.832Z Fresh libc v0.2.153
47782024-02-28T13:25:31.832Z Fresh scopeguard v1.2.0
47792024-02-28T13:25:31.833Z Fresh smallvec v1.13.1
47802024-02-28T13:25:31.836Z Fresh syn v2.0.48
47812024-02-28T13:25:31.836Z Fresh getrandom v0.2.10
47822024-02-28T13:25:31.836Z Fresh syn v1.0.109
47832024-02-28T13:25:31.836Z Fresh serde_derive v1.0.196
47842024-02-28T13:25:31.836Z Fresh lock_api v0.4.10
47852024-02-28T13:25:31.836Z Fresh zerocopy-derive v0.7.32
47862024-02-28T13:25:31.836Z Fresh parking_lot_core v0.9.8
47872024-02-28T13:25:31.836Z Fresh thiserror-impl v1.0.57
47882024-02-28T13:25:31.836Z Fresh ryu v1.0.15
47892024-02-28T13:25:31.836Z Fresh serde v1.0.196
47902024-02-28T13:25:31.836Z Fresh zerocopy v0.7.32
47912024-02-28T13:25:31.836Z Fresh parking_lot v0.12.1
47922024-02-28T13:25:31.836Z Fresh thiserror v1.0.57
47932024-02-28T13:25:31.836Z Fresh libm v0.2.7
47942024-02-28T13:25:31.837Z Fresh cc v1.0.83
47952024-02-28T13:25:31.837Z Fresh bytes v1.5.0
47962024-02-28T13:25:31.837Z Fresh num-traits v0.2.16
47972024-02-28T13:25:31.840Z Fresh bitflags v2.4.0
47982024-02-28T13:25:31.840Z Fresh pin-project-lite v0.2.13
47992024-02-28T13:25:31.840Z Fresh allocator-api2 v0.2.16
48002024-02-28T13:25:31.840Z Fresh signal-hook-registry v1.4.1
48012024-02-28T13:25:31.840Z Fresh ahash v0.8.7
48022024-02-28T13:25:31.841Z Fresh serde_json v1.0.114
48032024-02-28T13:25:31.841Z Fresh mio v0.8.9
48042024-02-28T13:25:31.841Z Fresh spin v0.5.2
48052024-02-28T13:25:31.841Z Fresh num_cpus v1.16.0
48062024-02-28T13:25:31.841Z Fresh futures-core v0.3.30
48072024-02-28T13:25:31.841Z Fresh fnv v1.0.7
48082024-02-28T13:25:31.841Z Fresh tokio-macros v2.2.0
48092024-02-28T13:25:31.841Z Fresh hashbrown v0.14.3
48102024-02-28T13:25:31.841Z Fresh socket2 v0.5.5
48112024-02-28T13:25:31.841Z Fresh rand_core v0.6.4
48122024-02-28T13:25:31.841Z Fresh equivalent v1.0.1
48132024-02-28T13:25:31.841Z Fresh heck v0.4.1
48142024-02-28T13:25:31.841Z Fresh zeroize_derive v1.4.2
48152024-02-28T13:25:31.841Z Fresh futures-sink v0.3.30
48162024-02-28T13:25:31.841Z Fresh tokio v1.36.0
48172024-02-28T13:25:31.841Z Fresh indexmap v2.2.3
48182024-02-28T13:25:31.841Z Fresh zeroize v1.7.0
48192024-02-28T13:25:31.841Z Fresh pin-utils v0.1.0
48202024-02-28T13:25:31.841Z Fresh futures-channel v0.3.30
48212024-02-28T13:25:31.841Z Fresh futures-macro v0.3.30
48222024-02-28T13:25:31.841Z Fresh futures-io v0.3.30
48232024-02-28T13:25:31.841Z Fresh slab v0.4.9
48242024-02-28T13:25:31.841Z Fresh futures-task v0.3.30
48252024-02-28T13:25:31.842Z Fresh regex-syntax v0.8.2
48262024-02-28T13:25:31.842Z Fresh iana-time-zone v0.1.57
48272024-02-28T13:25:31.842Z Fresh aho-corasick v1.0.4
48282024-02-28T13:25:31.842Z Fresh lazy_static v1.4.0
48292024-02-28T13:25:31.842Z Fresh errno v0.3.8
48302024-02-28T13:25:31.842Z Fresh futures-util v0.3.30
48312024-02-28T13:25:31.842Z Fresh chrono v0.4.31
48322024-02-28T13:25:31.842Z Fresh regex-automata v0.4.4
48332024-02-28T13:25:31.846Z Fresh uuid v1.7.0
48342024-02-28T13:25:31.846Z Fresh subtle v2.5.0
48352024-02-28T13:25:31.846Z Fresh regex v1.10.3
48362024-02-28T13:25:31.846Z Fresh rustix v0.38.31
48372024-02-28T13:25:31.846Z Fresh pkg-config v0.3.27
48382024-02-28T13:25:31.846Z Fresh tracing-attributes v0.1.26
48392024-02-28T13:25:31.846Z Fresh tracing-core v0.1.31
48402024-02-28T13:25:31.846Z Fresh tinyvec_macros v0.1.1
48412024-02-28T13:25:31.846Z Fresh typenum v1.16.0
48422024-02-28T13:25:31.846Z Fresh tracing v0.1.37
48432024-02-28T13:25:31.846Z Fresh tinyvec v1.6.0
48442024-02-28T13:25:31.846Z Fresh serde_derive_internals v0.26.0
48452024-02-28T13:25:31.846Z Fresh dyn-clone v1.0.17
48462024-02-28T13:25:31.846Z Fresh spin v0.9.8
48472024-02-28T13:25:31.846Z Fresh base64 v0.21.7
48482024-02-28T13:25:31.846Z Fresh generic-array v0.14.7
48492024-02-28T13:25:31.846Z Fresh schemars_derive v0.8.16
48502024-02-28T13:25:31.846Z Fresh unicode-normalization v0.1.22
48512024-02-28T13:25:31.846Z Fresh http v0.2.11
48522024-02-28T13:25:31.847Z Fresh unicode-width v0.1.11
48532024-02-28T13:25:31.847Z Fresh unicode-bidi v0.3.13
48542024-02-28T13:25:31.847Z Fresh const-oid v0.9.5
48552024-02-28T13:25:31.847Z Fresh schemars v0.8.16
48562024-02-28T13:25:31.847Z Fresh crypto-common v0.1.6
48572024-02-28T13:25:31.847Z Fresh percent-encoding v2.3.1
48582024-02-28T13:25:31.847Z Fresh either v1.10.0
48592024-02-28T13:25:31.847Z Fresh ucd-trie v0.1.6
48602024-02-28T13:25:31.847Z Fresh vcpkg v0.2.15
48612024-02-28T13:25:31.847Z Fresh form_urlencoded v1.2.1
48622024-02-28T13:25:31.847Z Fresh pest v2.7.6
48632024-02-28T13:25:31.847Z Fresh ppv-lite86 v0.2.17
48642024-02-28T13:25:31.847Z Fresh untrusted v0.9.0
48652024-02-28T13:25:31.847Z Fresh try-lock v0.2.4
48662024-02-28T13:25:31.847Z Fresh httparse v1.8.0
48672024-02-28T13:25:31.847Z Fresh rand_chacha v0.3.1
48682024-02-28T13:25:31.847Z Fresh ring v0.17.8
48692024-02-28T13:25:31.847Z Fresh want v0.3.1
48702024-02-28T13:25:31.847Z Fresh block-buffer v0.10.4
48712024-02-28T13:25:31.847Z Fresh idna v0.5.0
48722024-02-28T13:25:31.850Z Fresh rand v0.8.5
48732024-02-28T13:25:31.850Z Fresh tower-service v0.3.2
48742024-02-28T13:25:31.851Z Fresh url v2.5.0
48752024-02-28T13:25:31.851Z Fresh digest v0.10.7
48762024-02-28T13:25:31.851Z Fresh tokio-util v0.7.10
48772024-02-28T13:25:31.851Z Fresh socket2 v0.4.9
48782024-02-28T13:25:31.851Z Fresh semver v1.0.22
48792024-02-28T13:25:31.851Z Fresh httpdate v1.0.3
48802024-02-28T13:25:31.851Z Fresh h2 v0.3.24
48812024-02-28T13:25:31.851Z Fresh http-body v0.4.5
48822024-02-28T13:25:31.851Z Fresh serde_spanned v0.6.5
48832024-02-28T13:25:31.851Z Fresh toml_datetime v0.6.5
48842024-02-28T13:25:31.851Z Fresh adler v1.0.2
48852024-02-28T13:25:31.851Z Fresh foreign-types-shared v0.1.1
48862024-02-28T13:25:31.851Z Fresh openssl-probe v0.1.5
48872024-02-28T13:25:31.851Z Fresh crossbeam-utils v0.8.16
48882024-02-28T13:25:31.851Z Fresh hyper v0.14.27
48892024-02-28T13:25:31.854Z Fresh miniz_oxide v0.7.1
48902024-02-28T13:25:31.855Z Fresh foreign-types v0.3.2
48912024-02-28T13:25:31.855Z Fresh openssl-sys v0.9.96
48922024-02-28T13:25:31.855Z Fresh openssl-macros v0.1.1
48932024-02-28T13:25:31.855Z Fresh untrusted v0.7.1
48942024-02-28T13:25:31.855Z Fresh mime v0.3.17
48952024-02-28T13:25:31.855Z Fresh slog v2.7.0
48962024-02-28T13:25:31.855Z Fresh openssl v0.10.60
48972024-02-28T13:25:31.855Z Fresh ring v0.16.20
48982024-02-28T13:25:31.855Z Fresh cpufeatures v0.2.12
48992024-02-28T13:25:31.855Z Fresh ipnet v2.9.0
49002024-02-28T13:25:31.855Z Fresh sct v0.7.0
49012024-02-28T13:25:31.855Z Fresh rustls-webpki v0.101.7
49022024-02-28T13:25:31.855Z Fresh serde_urlencoded v0.7.1
49032024-02-28T13:25:31.855Z Fresh futures-executor v0.3.30
49042024-02-28T13:25:31.855Z Fresh encoding_rs v0.8.33
49052024-02-28T13:25:31.855Z Fresh async-trait v0.1.77
49062024-02-28T13:25:31.855Z Fresh rustls v0.21.9
49072024-02-28T13:25:31.855Z Fresh native-tls v0.2.11
49082024-02-28T13:25:31.855Z Fresh winnow v0.5.15
49092024-02-28T13:25:31.855Z Fresh openapiv3 v2.0.0
49102024-02-28T13:25:31.859Z Fresh gimli v0.28.0
49112024-02-28T13:25:31.859Z Fresh tokio-rustls v0.24.1
49122024-02-28T13:25:31.859Z Fresh tokio-native-tls v0.3.1
49132024-02-28T13:25:31.859Z Fresh toml_edit v0.19.15
49142024-02-28T13:25:31.859Z Fresh addr2line v0.21.0
49152024-02-28T13:25:31.859Z Fresh futures v0.3.30
49162024-02-28T13:25:31.859Z Fresh pest_meta v2.7.6
49172024-02-28T13:25:31.859Z Fresh hyper-tls v0.5.0
49182024-02-28T13:25:31.859Z Fresh hyper-rustls v0.24.2
49192024-02-28T13:25:31.860Z Fresh rustls-pemfile v1.0.3
49202024-02-28T13:25:31.860Z Fresh object v0.32.1
49212024-02-28T13:25:31.860Z Fresh webpki-roots v0.25.2
49222024-02-28T13:25:31.860Z Fresh rustc-demangle v0.1.23
49232024-02-28T13:25:31.860Z Fresh backtrace v0.3.69
49242024-02-28T13:25:31.860Z Fresh reqwest v0.11.22
49252024-02-28T13:25:31.860Z Fresh pest_generator v2.7.6
49262024-02-28T13:25:31.860Z Fresh rustversion v1.0.14
49272024-02-28T13:25:31.864Z Fresh utf8parse v0.2.1
49282024-02-28T13:25:31.864Z Fresh unicode-xid v0.2.4
49292024-02-28T13:25:31.864Z Fresh memoffset v0.9.0
49302024-02-28T13:25:31.864Z Fresh anyhow v1.0.75
49312024-02-28T13:25:31.864Z Fresh pest_derive v2.7.6
49322024-02-28T13:25:31.864Z Fresh base64ct v1.6.0
49332024-02-28T13:25:31.864Z Fresh crc32fast v1.3.2
49342024-02-28T13:25:31.864Z Fresh crossbeam-epoch v0.9.15
49352024-02-28T13:25:31.864Z Fresh rustc_version v0.4.0
49362024-02-28T13:25:31.864Z Fresh anstyle v1.0.2
49372024-02-28T13:25:31.864Z Fresh hex v0.4.3
49382024-02-28T13:25:31.864Z Fresh thread-id v4.2.0
49392024-02-28T13:25:31.864Z Fresh time-core v0.1.1
49402024-02-28T13:25:31.864Z Fresh bitflags v1.3.2
49412024-02-28T13:25:31.864Z Fresh time-macros v0.2.13
49422024-02-28T13:25:31.864Z Fresh pem-rfc7468 v0.7.0
49432024-02-28T13:25:31.865Z Fresh der_derive v0.7.2
49442024-02-28T13:25:31.865Z Fresh deranged v0.3.8
49452024-02-28T13:25:31.865Z Fresh unicode-segmentation v1.10.1
49462024-02-28T13:25:31.865Z Fresh num_threads v0.1.6
49472024-02-28T13:25:31.865Z Fresh flagset v0.4.3
49482024-02-28T13:25:31.865Z Fresh flate2 v1.0.28
49492024-02-28T13:25:31.865Z Fresh time v0.3.27
49502024-02-28T13:25:31.865Z Fresh der v0.7.8
49512024-02-28T13:25:31.865Z Fresh anstyle-parse v0.2.1
49522024-02-28T13:25:31.865Z Fresh num-integer v0.1.46
49532024-02-28T13:25:31.865Z Fresh siphasher v0.3.11
49542024-02-28T13:25:31.865Z Fresh anstyle-query v1.0.0
49552024-02-28T13:25:31.865Z Fresh colorchoice v1.0.0
49562024-02-28T13:25:31.865Z Fresh synstructure v0.12.6
49572024-02-28T13:25:31.865Z Fresh anstream v0.6.11
49582024-02-28T13:25:31.865Z Fresh spki v0.7.2
49592024-02-28T13:25:31.865Z Fresh terminal_size v0.3.0
49602024-02-28T13:25:31.865Z Fresh scroll_derive v0.12.0
49612024-02-28T13:25:31.865Z Fresh bit-vec v0.6.3
49622024-02-28T13:25:31.865Z Fresh winnow v0.6.1
49632024-02-28T13:25:31.865Z Fresh clap_lex v0.7.0
49642024-02-28T13:25:31.865Z Fresh strsim v0.11.0
49652024-02-28T13:25:31.865Z Fresh stable_deref_trait v1.2.0
49662024-02-28T13:25:31.866Z Fresh toml_edit v0.22.6
49672024-02-28T13:25:31.866Z Fresh clap_builder v4.5.0
49682024-02-28T13:25:31.866Z Fresh scroll v0.12.0
49692024-02-28T13:25:31.866Z Fresh zerocopy-derive v0.2.0
49702024-02-28T13:25:31.866Z Fresh toml v0.7.8
49712024-02-28T13:25:31.866Z Fresh clap_derive v4.5.0
49722024-02-28T13:25:31.866Z Fresh data-encoding v2.4.0
49732024-02-28T13:25:31.866Z Fresh plain v0.2.3
49742024-02-28T13:25:31.866Z Fresh zerocopy v0.3.0
49752024-02-28T13:25:31.866Z Fresh clap v4.5.0
49762024-02-28T13:25:31.866Z Fresh pkcs8 v0.10.2
49772024-02-28T13:25:31.866Z Fresh itertools v0.10.5
49782024-02-28T13:25:31.866Z Fresh zerocopy-derive v0.6.4
49792024-02-28T13:25:31.869Z Fresh goblin v0.8.0
49802024-02-28T13:25:31.870Z Fresh pretty-hex v0.4.1
49812024-02-28T13:25:31.870Z Fresh fixedbitset v0.4.2
49822024-02-28T13:25:31.870Z Fresh managed v0.8.0
49832024-02-28T13:25:31.870Z Fresh zerocopy v0.6.4
49842024-02-28T13:25:31.870Z Fresh petgraph v0.6.4
49852024-02-28T13:25:31.870Z Fresh dof v0.3.0
49862024-02-28T13:25:31.870Z Fresh dof v0.1.5
49872024-02-28T13:25:31.870Z Fresh bit-set v0.5.3
49882024-02-28T13:25:31.870Z Fresh phf_shared v0.10.0
49892024-02-28T13:25:31.870Z Fresh dtrace-parser v0.2.0
49902024-02-28T13:25:31.870Z Fresh dtrace-parser v0.1.14
49912024-02-28T13:25:31.870Z Fresh sha2 v0.10.8
49922024-02-28T13:25:31.870Z Fresh ipnetwork v0.20.0
49932024-02-28T13:25:31.870Z Fresh minimal-lexical v0.2.1
49942024-02-28T13:25:31.870Z Fresh static_assertions v1.1.0
49952024-02-28T13:25:31.870Z Fresh new_debug_unreachable v1.0.4
49962024-02-28T13:25:31.870Z Fresh precomputed-hash v0.1.1
49972024-02-28T13:25:31.870Z Fresh usdt-impl v0.5.0
49982024-02-28T13:25:31.870Z Fresh string_cache v0.8.7
49992024-02-28T13:25:31.870Z Fresh usdt-impl v0.3.5
50002024-02-28T13:25:31.870Z Fresh nom v7.1.3
50012024-02-28T13:25:31.871Z Fresh signal-hook v0.3.17
50022024-02-28T13:25:31.871Z Fresh num-iter v0.1.43
50032024-02-28T13:25:31.871Z Fresh strum_macros v0.25.2
50042024-02-28T13:25:31.871Z Fresh hmac v0.12.1
50052024-02-28T13:25:31.877Z Fresh serde_tokenstream v0.1.7
50062024-02-28T13:25:31.877Z Fresh regex-automata v0.1.10
50072024-02-28T13:25:31.877Z Fresh matches v0.1.10
50082024-02-28T13:25:31.877Z Fresh lalrpop-util v0.19.12
50092024-02-28T13:25:31.877Z Fresh signal-hook-mio v0.2.3
50102024-02-28T13:25:31.877Z Fresh usdt-macro v0.3.5
50112024-02-28T13:25:31.877Z Fresh bstr v0.2.17
50122024-02-28T13:25:31.877Z Fresh usdt-attr-macro v0.3.5
50132024-02-28T13:25:31.877Z Fresh idna v0.2.3
50142024-02-28T13:25:31.877Z Fresh block-padding v0.3.3
50152024-02-28T13:25:31.877Z Fresh bzip2-sys v0.1.11+1.0.8
50162024-02-28T13:25:31.877Z Fresh enum-as-inner v0.5.1
50172024-02-28T13:25:31.878Z Fresh scheduled-thread-pool v0.2.7
50182024-02-28T13:25:31.878Z Fresh diesel_table_macro_syntax v0.1.0
50192024-02-28T13:25:31.878Z Fresh hash32 v0.2.1
50202024-02-28T13:25:31.878Z Fresh regex-automata v0.3.8
50212024-02-28T13:25:31.878Z Fresh predicates-core v1.0.6
50222024-02-28T13:25:31.878Z Fresh heapless v0.7.16
50232024-02-28T13:25:31.878Z Fresh diesel_derives v2.1.2
50242024-02-28T13:25:31.878Z Fresh bstr v1.6.0
50252024-02-28T13:25:31.878Z Fresh r2d2 v0.8.10
50262024-02-28T13:25:31.878Z Fresh trust-dns-proto v0.22.0
50272024-02-28T13:25:31.878Z Fresh bzip2 v0.4.4
50282024-02-28T13:25:31.878Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
50292024-02-28T13:25:31.878Z Fresh inout v0.1.3
50302024-02-28T13:25:31.878Z Fresh usdt v0.3.5
50312024-02-28T13:25:31.878Z Fresh crossterm v0.27.0
50322024-02-28T13:25:31.878Z Fresh strum v0.25.0
50332024-02-28T13:25:31.878Z Fresh md-5 v0.10.5
50342024-02-28T13:25:31.878Z Fresh console v0.15.8
50352024-02-28T13:25:31.878Z Fresh stringprep v0.1.3
50362024-02-28T13:25:31.878Z Fresh ff v0.13.0
50372024-02-28T13:25:31.878Z Fresh float-cmp v0.9.0
50382024-02-28T13:25:31.878Z Fresh hubpack_derive v0.1.1
50392024-02-28T13:25:31.882Z Fresh difflib v0.4.0
50402024-02-28T13:25:31.882Z Fresh base16ct v0.2.0
50412024-02-28T13:25:31.882Z Fresh normalize-line-endings v0.3.0
50422024-02-28T13:25:31.882Z Fresh fallible-iterator v0.2.0
50432024-02-28T13:25:31.882Z Fresh predicates v3.1.0
50442024-02-28T13:25:31.882Z Fresh group v0.13.0
50452024-02-28T13:25:31.882Z Fresh hubpack v0.1.2
50462024-02-28T13:25:31.882Z Fresh postgres-protocol v0.6.6
50472024-02-28T13:25:31.882Z Fresh sec1 v0.7.3
50482024-02-28T13:25:31.882Z Fresh diesel v2.1.4
50492024-02-28T13:25:31.882Z Fresh zip v0.6.6
50502024-02-28T13:25:31.882Z Fresh cipher v0.4.4
50512024-02-28T13:25:31.883Z Fresh smoltcp v0.9.1
50522024-02-28T13:25:31.883Z Fresh num-bigint v0.4.4
50532024-02-28T13:25:31.883Z Fresh similar v2.3.0
50542024-02-28T13:25:31.883Z Fresh hkdf v0.12.4
50552024-02-28T13:25:31.883Z Fresh phf_shared v0.11.2
50562024-02-28T13:25:31.883Z Fresh crypto-bigint v0.5.2
50572024-02-28T13:25:31.883Z Fresh serde_repr v0.1.16
50582024-02-28T13:25:31.883Z Fresh postgres-types v0.2.6
50592024-02-28T13:25:31.883Z Fresh yasna v0.5.2
50602024-02-28T13:25:31.883Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
50612024-02-28T13:25:31.883Z Fresh phf v0.11.2
50622024-02-28T13:25:31.883Z Fresh elliptic-curve v0.13.8
50632024-02-28T13:25:31.883Z Fresh whoami v1.4.1
50642024-02-28T13:25:31.883Z Fresh tokio-stream v0.1.14
50652024-02-28T13:25:31.883Z Fresh serde_tokenstream v0.2.0
50662024-02-28T13:25:31.883Z Fresh regress v0.8.0
50672024-02-28T13:25:31.883Z Fresh tokio-postgres v0.7.10
50682024-02-28T13:25:31.883Z Fresh typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
50692024-02-28T13:25:31.883Z Fresh getopts v0.2.21
50702024-02-28T13:25:31.883Z Fresh unsafe-libyaml v0.2.10
50712024-02-28T13:25:31.883Z Fresh progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
50722024-02-28T13:25:31.883Z Fresh fastrand v2.0.1
50732024-02-28T13:25:31.883Z Fresh strsim v0.10.0
50742024-02-28T13:25:31.888Z Fresh typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
50752024-02-28T13:25:31.888Z Fresh serde_yaml v0.9.25
50762024-02-28T13:25:31.888Z Fresh tempfile v3.10.0
50772024-02-28T13:25:31.888Z Fresh ident_case v1.0.1
50782024-02-28T13:25:31.888Z Fresh dirs-sys-next v0.1.2
50792024-02-28T13:25:31.889Z Fresh toml v0.8.10
50802024-02-28T13:25:31.889Z Fresh typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
50812024-02-28T13:25:31.889Z Fresh camino v1.1.6
50822024-02-28T13:25:31.889Z Fresh dirs-next v2.0.0
50832024-02-28T13:25:31.889Z Fresh rustls-pki-types v1.3.0
50842024-02-28T13:25:31.889Z Fresh match_cfg v0.1.0
50852024-02-28T13:25:31.889Z Fresh http v1.0.0
50862024-02-28T13:25:31.889Z Fresh atty v0.2.14
50872024-02-28T13:25:31.889Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
50882024-02-28T13:25:31.889Z Fresh progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
50892024-02-28T13:25:31.890Z Fresh term v0.7.0
50902024-02-28T13:25:31.890Z Fresh hostname v0.3.1
50912024-02-28T13:25:31.890Z Fresh quick-error v1.2.3
50922024-02-28T13:25:31.890Z Fresh darling_core v0.20.3
50932024-02-28T13:25:31.890Z Fresh sha1 v0.10.6
50942024-02-28T13:25:31.890Z Fresh progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
50952024-02-28T13:25:31.890Z Fresh darling_macro v0.20.3
50962024-02-28T13:25:31.890Z Fresh rustls-webpki v0.102.1
50972024-02-28T13:25:31.890Z Fresh crossbeam-channel v0.5.8
50982024-02-28T13:25:31.890Z Fresh thread_local v1.1.7
50992024-02-28T13:25:31.891Z Fresh instant v0.1.12
51002024-02-28T13:25:31.891Z Fresh progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
51012024-02-28T13:25:31.891Z Fresh paste v1.0.14
51022024-02-28T13:25:31.891Z Fresh darling v0.20.3
51032024-02-28T13:25:31.891Z Fresh rustls-pemfile v2.1.0
51042024-02-28T13:25:31.891Z Fresh debug-ignore v1.0.5
51052024-02-28T13:25:31.891Z Fresh rustls v0.22.2
51062024-02-28T13:25:31.891Z Fresh take_mut v0.2.2
51072024-02-28T13:25:31.891Z Fresh serde_with_macros v3.6.1
51082024-02-28T13:25:31.891Z Fresh slog-term v2.9.0
51092024-02-28T13:25:31.892Z Fresh slog-json v2.6.1
51102024-02-28T13:25:31.892Z Fresh async-stream-impl v0.3.5
51112024-02-28T13:25:31.892Z Fresh tokio-rustls v0.25.0
51122024-02-28T13:25:31.892Z Fresh slog-async v2.8.0
51132024-02-28T13:25:31.892Z Fresh wait-timeout v0.2.0
51142024-02-28T13:25:31.892Z Fresh atomic-waker v1.1.1
51152024-02-28T13:25:31.892Z Fresh serde_with v3.6.1
51162024-02-28T13:25:31.892Z Fresh multer v3.0.0
51172024-02-28T13:25:31.892Z Fresh slog-bunyan v2.5.0
51182024-02-28T13:25:31.892Z Fresh waitgroup v0.1.2
51192024-02-28T13:25:31.893Z Fresh async-stream v0.3.5
51202024-02-28T13:25:31.893Z Fresh dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
51212024-02-28T13:25:31.893Z Fresh strum_macros v0.26.1
51222024-02-28T13:25:31.893Z Fresh serde_path_to_error v0.1.15
51232024-02-28T13:25:31.893Z Fresh structmeta-derive v0.3.0
51242024-02-28T13:25:31.893Z Fresh rusty-fork v0.3.0
51252024-02-28T13:25:31.893Z Fresh dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
51262024-02-28T13:25:31.893Z Fresh strum v0.26.1
51272024-02-28T13:25:31.893Z Fresh structmeta v0.3.0
51282024-02-28T13:25:31.894Z Fresh newtype-uuid v1.0.1
51292024-02-28T13:25:31.894Z Fresh rand_xorshift v0.3.0
51302024-02-28T13:25:31.894Z Fresh structmeta-derive v0.2.0
51312024-02-28T13:25:31.894Z Fresh unarray v0.1.4
51322024-02-28T13:25:31.894Z Fresh backoff v0.4.0
51332024-02-28T13:25:31.894Z Fresh parse-display-derive v0.9.0
51342024-02-28T13:25:31.894Z Fresh structmeta v0.2.0
51352024-02-28T13:25:31.894Z Fresh proptest v1.4.0
51362024-02-28T13:25:31.894Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
51372024-02-28T13:25:31.894Z Fresh serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
51382024-02-28T13:25:31.894Z Fresh macaddr v1.0.1
51392024-02-28T13:25:31.894Z Fresh camino-tempfile v1.1.1
51402024-02-28T13:25:31.894Z Fresh parse-display v0.9.0
51412024-02-28T13:25:31.895Z Fresh test-strategy v0.3.1
51422024-02-28T13:25:31.905Z Fresh is-terminal v0.4.9
51432024-02-28T13:25:31.905Z Fresh same-file v1.0.6
51442024-02-28T13:25:31.905Z Fresh proc-macro-crate v1.3.1
51452024-02-28T13:25:31.906Z Fresh walkdir v2.4.0
51462024-02-28T13:25:31.906Z Fresh num_enum_derive v0.5.11
51472024-02-28T13:25:31.906Z Fresh hash32 v0.3.1
51482024-02-28T13:25:31.906Z Fresh proc-macro-error-attr v1.0.4
51492024-02-28T13:25:31.906Z Fresh num_enum v0.5.11
51502024-02-28T13:25:31.906Z Fresh heapless v0.8.0
51512024-02-28T13:25:31.906Z Fresh cobs v0.2.3
51522024-02-28T13:25:31.907Z Fresh proc-macro-error v1.0.4
51532024-02-28T13:25:31.907Z Fresh embedded-io v0.4.0
51542024-02-28T13:25:31.907Z Fresh foreign-types-macros v0.2.3
51552024-02-28T13:25:31.907Z Fresh termtree v0.4.1
51562024-02-28T13:25:31.907Z Fresh smoltcp v0.11.0
51572024-02-28T13:25:31.907Z Fresh postcard v1.0.8
51582024-02-28T13:25:31.907Z Fresh foreign-types-shared v0.3.1
51592024-02-28T13:25:31.908Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
51602024-02-28T13:25:31.908Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
51612024-02-28T13:25:31.908Z Fresh predicates-tree v1.0.9
51622024-02-28T13:25:31.908Z Fresh foreign-types v0.5.0
51632024-02-28T13:25:31.908Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
51642024-02-28T13:25:31.908Z Fresh crucible-workspace-hack v0.1.0
51652024-02-28T13:25:31.908Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
51662024-02-28T13:25:31.909Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
51672024-02-28T13:25:31.909Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
51682024-02-28T13:25:31.909Z Fresh filetime v0.2.23
51692024-02-28T13:25:31.909Z Fresh xattr v1.0.1
51702024-02-28T13:25:31.909Z Fresh cstr-argument v0.1.2
51712024-02-28T13:25:31.909Z Fresh pretty-hex v0.2.1
51722024-02-28T13:25:31.909Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
51732024-02-28T13:25:31.909Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
51742024-02-28T13:25:31.910Z Fresh colored v2.0.4
51752024-02-28T13:25:31.910Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
51762024-02-28T13:25:31.910Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
51772024-02-28T13:25:31.910Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
51782024-02-28T13:25:31.910Z Fresh tar v0.4.40
51792024-02-28T13:25:31.910Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
51802024-02-28T13:25:31.911Z Fresh zone_cfg_derive v0.3.0
51812024-02-28T13:25:31.911Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
51822024-02-28T13:25:31.911Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
51832024-02-28T13:25:31.911Z Fresh num-derive v0.4.0
51842024-02-28T13:25:31.911Z Fresh mockall_derive v0.12.0
51852024-02-28T13:25:31.911Z Fresh downcast v0.11.0
51862024-02-28T13:25:31.911Z Fresh fragile v2.0.0
51872024-02-28T13:25:31.911Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
51882024-02-28T13:25:31.911Z Fresh zone v0.3.0
51892024-02-28T13:25:31.911Z Fresh smf v0.2.2
51902024-02-28T13:25:31.911Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
51912024-02-28T13:25:31.911Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
51922024-02-28T13:25:31.911Z Fresh mockall v0.12.0
51932024-02-28T13:25:31.911Z Fresh usdt-attr-macro v0.5.0
51942024-02-28T13:25:31.912Z Fresh usdt-macro v0.5.0
51952024-02-28T13:25:31.912Z Fresh memmap v0.7.0
51962024-02-28T13:25:31.912Z Fresh crossbeam-deque v0.8.3
51972024-02-28T13:25:31.912Z Fresh usdt v0.5.0
51982024-02-28T13:25:31.912Z Fresh pem v3.0.2
51992024-02-28T13:25:31.912Z Fresh password-hash v0.5.0
52002024-02-28T13:25:31.912Z Fresh blake2 v0.10.6
52012024-02-28T13:25:31.912Z Fresh derive-where v1.2.7
52022024-02-28T13:25:31.912Z Fresh rayon-core v1.12.0
52032024-02-28T13:25:31.912Z Fresh argon2 v0.5.3
52042024-02-28T13:25:31.912Z Fresh swrite v0.1.0
52052024-02-28T13:25:31.912Z Fresh itertools v0.12.1
52062024-02-28T13:25:31.912Z Fresh headers-core v0.2.0
52072024-02-28T13:25:31.912Z Fresh home v0.5.5
52082024-02-28T13:25:31.912Z Fresh arrayref v0.3.7
52092024-02-28T13:25:31.912Z Fresh rayon v1.8.0
52102024-02-28T13:25:31.912Z Fresh arrayvec v0.7.4
52112024-02-28T13:25:31.912Z Fresh headers v0.3.9
52122024-02-28T13:25:31.917Z Fresh termcolor v1.2.0
52132024-02-28T13:25:31.917Z Fresh constant_time_eq v0.3.0
52142024-02-28T13:25:31.917Z Fresh linked-hash-map v0.5.6
52152024-02-28T13:25:31.917Z Fresh heck v0.3.3
52162024-02-28T13:25:31.917Z Fresh textwrap v0.11.0
52172024-02-28T13:25:31.917Z Fresh toml v0.5.11
52182024-02-28T13:25:31.917Z Fresh lru-cache v0.1.2
52192024-02-28T13:25:31.917Z Fresh semver v0.1.20
52202024-02-28T13:25:31.917Z Fresh ansi_term v0.12.1
52212024-02-28T13:25:31.918Z Fresh strsim v0.8.0
52222024-02-28T13:25:31.918Z Fresh vec_map v0.8.2
52232024-02-28T13:25:31.918Z Fresh tap v1.0.1
52242024-02-28T13:25:31.918Z Fresh cancel-safe-futures v0.1.5
52252024-02-28T13:25:31.918Z Fresh clap v2.34.0
52262024-02-28T13:25:31.918Z Fresh wyz v0.5.1
52272024-02-28T13:25:31.918Z Fresh rustc_version v0.1.7
52282024-02-28T13:25:31.918Z Fresh radium v0.7.0
52292024-02-28T13:25:31.918Z Fresh structopt-derive v0.4.18
52302024-02-28T13:25:31.918Z Fresh memmap2 v0.7.1
52312024-02-28T13:25:31.918Z Fresh half v2.3.1
52322024-02-28T13:25:31.918Z Fresh ciborium-io v0.2.2
52332024-02-28T13:25:31.918Z Fresh funty v2.0.0
52342024-02-28T13:25:31.918Z Fresh crc-catalog v2.2.0
52352024-02-28T13:25:31.918Z Fresh crc v3.0.1
52362024-02-28T13:25:31.918Z Fresh blake3 v1.5.0
52372024-02-28T13:25:31.918Z Fresh ciborium-ll v0.2.2
52382024-02-28T13:25:31.918Z Fresh bitvec v1.0.1
52392024-02-28T13:25:31.918Z Fresh maybe-uninit v2.0.0
52402024-02-28T13:25:31.918Z Fresh libefi-sys v0.1.0
52412024-02-28T13:25:31.918Z Fresh structopt v0.3.26
52422024-02-28T13:25:31.918Z Fresh rcgen v0.12.1
52432024-02-28T13:25:31.918Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
52442024-02-28T13:25:31.919Z Fresh atomicwrites v0.4.3
52452024-02-28T13:25:31.919Z Fresh semver-parser v0.10.2
52462024-02-28T13:25:31.919Z Fresh libsw v3.3.1
52472024-02-28T13:25:31.919Z Fresh packed_struct_codegen v0.10.1
52482024-02-28T13:25:31.919Z Fresh subprocess v0.2.9
52492024-02-28T13:25:31.919Z Fresh glob v0.3.1
52502024-02-28T13:25:31.919Z Fresh nodrop v0.1.14
52512024-02-28T13:25:31.919Z Fresh topological-sort v0.2.2
52522024-02-28T13:25:31.919Z Fresh owo-colors v4.0.0
52532024-02-28T13:25:31.919Z Fresh linear-map v1.2.0
52542024-02-28T13:25:31.919Z Fresh packed_struct v0.10.1
52552024-02-28T13:25:31.919Z Fresh omicron-zone-package v0.11.0
52562024-02-28T13:25:31.919Z Fresh array-init v0.0.4
52572024-02-28T13:25:31.919Z Fresh tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
52582024-02-28T13:25:31.919Z Fresh semver v0.11.0
52592024-02-28T13:25:31.919Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
52602024-02-28T13:25:31.919Z Fresh smallvec v0.6.14
52612024-02-28T13:25:31.919Z Fresh ciborium v0.2.2
52622024-02-28T13:25:31.919Z Fresh num-bigint-dig v0.8.4
52632024-02-28T13:25:31.919Z Fresh pkcs1 v0.7.5
52642024-02-28T13:25:31.919Z Fresh signature v2.1.0
52652024-02-28T13:25:31.919Z Fresh gethostname v0.4.3
52662024-02-28T13:25:31.919Z Fresh bitfield v0.14.0
52672024-02-28T13:25:31.920Z Fresh hashbrown v0.12.3
52682024-02-28T13:25:31.920Z Fresh serde-hex v0.1.0
52692024-02-28T13:25:31.920Z Fresh toolchain_find v0.2.0
52702024-02-28T13:25:31.920Z Fresh rsa v0.9.2
52712024-02-28T13:25:31.920Z Fresh newtype_derive v0.1.6
52722024-02-28T13:25:31.920Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
52732024-02-28T13:25:31.920Z Fresh lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
52742024-02-28T13:25:31.920Z Fresh indexmap v1.9.3
52752024-02-28T13:25:31.920Z Fresh env_logger v0.10.0
52762024-02-28T13:25:31.920Z Fresh x509-cert v0.2.4
52772024-02-28T13:25:31.920Z Fresh ron v0.8.1
52782024-02-28T13:25:31.920Z Fresh hashbrown v0.13.2
52792024-02-28T13:25:31.920Z Fresh crc-any v2.4.3
52802024-02-28T13:25:31.920Z Fresh object v0.30.4
52812024-02-28T13:25:31.920Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
52822024-02-28T13:25:31.920Z Fresh steno v0.4.0
52832024-02-28T13:25:31.920Z Fresh rustfmt-wrapper v0.2.0
52842024-02-28T13:25:31.920Z Fresh path-slash v0.1.5
52852024-02-28T13:25:31.920Z Fresh lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
52862024-02-28T13:25:31.920Z Fresh arc-swap v1.6.0
52872024-02-28T13:25:31.920Z Fresh resolv-conf v0.7.0
52882024-02-28T13:25:31.920Z Fresh convert_case v0.4.0
52892024-02-28T13:25:31.921Z Fresh hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
52902024-02-28T13:25:31.921Z Fresh slog-scope v4.4.0
52912024-02-28T13:25:31.921Z Fresh slog-dtrace v0.3.0
52922024-02-28T13:25:31.921Z Fresh derive_more v0.99.17
52932024-02-28T13:25:31.921Z Fresh trust-dns-resolver v0.22.0
52942024-02-28T13:25:31.921Z Fresh num-rational v0.4.1
52952024-02-28T13:25:31.921Z Fresh num-complex v0.4.4
52962024-02-28T13:25:31.921Z Fresh slog-stdlog v4.1.1
52972024-02-28T13:25:31.921Z Fresh pin-project-internal v1.1.3
52982024-02-28T13:25:31.921Z Fresh num v0.4.1
52992024-02-28T13:25:31.921Z Fresh display-error-chain v0.2.0
53002024-02-28T13:25:31.921Z Fresh nibble_vec v0.1.0
53012024-02-28T13:25:31.925Z Fresh fxhash v0.2.1
53022024-02-28T13:25:31.925Z Fresh endian-type v0.1.2
53032024-02-28T13:25:31.925Z Fresh slog-envlogger v2.2.0
53042024-02-28T13:25:31.925Z Fresh pin-project v1.1.3
53052024-02-28T13:25:31.925Z Fresh utf-8 v0.7.6
53062024-02-28T13:25:31.925Z Fresh radix_trie v0.2.1
53072024-02-28T13:25:31.925Z Fresh newline-converter v0.3.0
53082024-02-28T13:25:31.925Z Fresh buf-list v1.0.3
53092024-02-28T13:25:31.925Z Fresh tungstenite v0.20.1
53102024-02-28T13:25:31.925Z Fresh expectorate v1.1.0
53112024-02-28T13:25:31.925Z Fresh keccak v0.1.4
53122024-02-28T13:25:31.925Z Fresh secrecy v0.8.0
53132024-02-28T13:25:31.925Z Fresh tokio-tungstenite v0.20.1
53142024-02-28T13:25:31.925Z Fresh doc-comment v0.3.3
53152024-02-28T13:25:31.925Z Fresh sha3 v0.10.8
53162024-02-28T13:25:31.925Z Fresh snafu-derive v0.7.5
53172024-02-28T13:25:31.925Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
53182024-02-28T13:25:31.929Z Fresh signature v1.6.4
53192024-02-28T13:25:31.929Z Fresh memoffset v0.7.1
53202024-02-28T13:25:31.929Z Fresh ed25519 v1.5.3
53212024-02-28T13:25:31.929Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
53222024-02-28T13:25:31.929Z Fresh snafu v0.7.5
53232024-02-28T13:25:31.929Z Fresh globset v0.4.13
53242024-02-28T13:25:31.929Z Fresh olpc-cjson v0.1.3
53252024-02-28T13:25:31.929Z Fresh serde_plain v1.0.2
53262024-02-28T13:25:31.929Z Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
53272024-02-28T13:25:31.929Z Fresh async-recursion v1.0.5
53282024-02-28T13:25:31.929Z Fresh vte_generate_state_changes v0.1.1
53292024-02-28T13:25:31.932Z Fresh diff v0.1.13
53302024-02-28T13:25:31.932Z Fresh typed-path v0.7.0
53312024-02-28T13:25:31.932Z Fresh tough v0.16.0
53322024-02-28T13:25:31.932Z Fresh vte v0.11.1
53332024-02-28T13:25:31.933Z Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
53342024-02-28T13:25:31.933Z Fresh nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
53352024-02-28T13:25:31.933Z Fresh salty v0.2.0
53362024-02-28T13:25:31.933Z Fresh platforms v3.0.2
53372024-02-28T13:25:31.933Z Fresh fs-err v2.11.0
53382024-02-28T13:25:31.933Z Fresh crunchy v0.2.2
53392024-02-28T13:25:31.933Z Fresh prettyplease v0.2.16
53402024-02-28T13:25:31.933Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
53412024-02-28T13:25:31.933Z Fresh darling_core v0.14.4
53422024-02-28T13:25:31.933Z Fresh serde-big-array v0.4.1
53432024-02-28T13:25:31.933Z Fresh serde-big-array v0.5.1
53442024-02-28T13:25:31.933Z Fresh parse-size v1.0.0
53452024-02-28T13:25:31.933Z Fresh tiny-keccak v2.0.2
53462024-02-28T13:25:31.937Z Fresh sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
53472024-02-28T13:25:31.937Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
53482024-02-28T13:25:31.937Z Fresh darling_macro v0.14.4
53492024-02-28T13:25:31.937Z Fresh strip-ansi-escapes v0.2.0
53502024-02-28T13:25:31.937Z Fresh unicase v2.7.0
53512024-02-28T13:25:31.937Z Fresh parking_lot_core v0.8.6
53522024-02-28T13:25:31.937Z Fresh ascii-canvas v3.0.0
53532024-02-28T13:25:31.937Z Fresh progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
53542024-02-28T13:25:31.937Z Fresh signal-hook-tokio v0.3.1
53552024-02-28T13:25:31.937Z Fresh fd-lock v3.0.13
53562024-02-28T13:25:31.937Z Fresh ena v0.14.2
53572024-02-28T13:25:31.937Z Fresh libloading v0.7.4
53582024-02-28T13:25:31.937Z Fresh nu-ansi-term v0.50.0
53592024-02-28T13:25:31.937Z Fresh corncobs v0.1.3
53602024-02-28T13:25:31.937Z Fresh regex-syntax v0.6.29
53612024-02-28T13:25:31.937Z Fresh progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
53622024-02-28T13:25:31.937Z Fresh clang-sys v1.6.1
53632024-02-28T13:25:31.938Z Fresh darling v0.14.4
53642024-02-28T13:25:31.938Z Fresh sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
53652024-02-28T13:25:31.938Z Fresh lalrpop v0.19.12
53662024-02-28T13:25:31.938Z Fresh reedline v0.29.0
53672024-02-28T13:25:31.938Z Fresh parking_lot v0.11.2
53682024-02-28T13:25:31.938Z Fresh trust-dns-client v0.22.0
53692024-02-28T13:25:31.938Z Fresh cexpr v0.6.0
53702024-02-28T13:25:31.938Z Fresh progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
53712024-02-28T13:25:31.938Z Fresh universal-hash v0.5.1
53722024-02-28T13:25:31.938Z Fresh which v4.4.0
53732024-02-28T13:25:31.938Z Fresh curve25519-dalek-derive v0.1.0
53742024-02-28T13:25:31.938Z Fresh thiserror-impl-no-std v2.0.2
53752024-02-28T13:25:31.938Z Fresh rustc-hash v1.1.0
53762024-02-28T13:25:31.938Z Fresh bytecount v0.6.3
53772024-02-28T13:25:31.938Z Fresh opaque-debug v0.3.0
53782024-02-28T13:25:31.938Z Fresh shlex v1.3.0
53792024-02-28T13:25:31.938Z Fresh lazycell v1.3.0
53802024-02-28T13:25:31.942Z Fresh peeking_take_while v0.1.2
53812024-02-28T13:25:31.942Z Fresh poly1305 v0.8.0
53822024-02-28T13:25:31.942Z Fresh thiserror-no-std v2.0.2
53832024-02-28T13:25:31.942Z Fresh papergrid v0.11.0
53842024-02-28T13:25:31.942Z Fresh progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
53852024-02-28T13:25:31.942Z Fresh trust-dns-server v0.22.1
53862024-02-28T13:25:31.942Z Fresh bindgen v0.69.2
53872024-02-28T13:25:31.942Z Fresh curve25519-dalek v4.1.1
53882024-02-28T13:25:31.942Z Fresh sled v0.34.7
53892024-02-28T13:25:31.942Z Fresh derive_builder_core v0.12.0
53902024-02-28T13:25:31.942Z Fresh tabled_derive v0.7.0
53912024-02-28T13:25:31.942Z Fresh chacha20 v0.9.1
53922024-02-28T13:25:31.942Z Fresh aead v0.5.2
53932024-02-28T13:25:31.942Z Fresh fd-lock v4.0.2
53942024-02-28T13:25:31.942Z Fresh nix v0.27.1
53952024-02-28T13:25:31.943Z Fresh kstat-rs v0.2.3
53962024-02-28T13:25:31.943Z Fresh ref-cast-impl v1.0.20
53972024-02-28T13:25:31.943Z Fresh sqlparser_derive v0.2.2
53982024-02-28T13:25:31.943Z Fresh unicode_categories v0.1.1
53992024-02-28T13:25:31.943Z Fresh sqlformat v0.2.3
54002024-02-28T13:25:31.943Z Fresh sqlparser v0.43.1
54012024-02-28T13:25:31.943Z Fresh ref-cast v1.0.20
54022024-02-28T13:25:31.943Z Fresh rustyline v13.0.0
54032024-02-28T13:25:31.943Z Fresh tabled v0.15.0
54042024-02-28T13:25:31.943Z Fresh chacha20poly1305 v0.10.1
54052024-02-28T13:25:31.943Z Fresh derive_builder_macro v0.12.0
54062024-02-28T13:25:31.943Z Fresh vsss-rs v3.3.4
54072024-02-28T13:25:31.943Z Fresh mime_guess v2.0.4
54082024-02-28T13:25:31.948Z Fresh portable-atomic v1.4.3
54092024-02-28T13:25:31.948Z Fresh strum_macros v0.24.3
54102024-02-28T13:25:31.948Z Fresh bcs v0.1.6
54112024-02-28T13:25:31.948Z Fresh number_prefix v0.4.0
54122024-02-28T13:25:31.948Z Fresh maplit v1.0.2
54132024-02-28T13:25:31.948Z Fresh humantime v2.1.0
54142024-02-28T13:25:31.948Z Fresh highway v1.1.0
54152024-02-28T13:25:31.948Z Fresh indoc v1.0.9
54162024-02-28T13:25:31.948Z Fresh indicatif v0.17.8
54172024-02-28T13:25:31.948Z Fresh polar-core v0.27.0
54182024-02-28T13:25:31.948Z Fresh derive_builder v0.12.0
54192024-02-28T13:25:31.948Z Fresh libxml v0.3.3
54202024-02-28T13:25:31.948Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
54212024-02-28T13:25:31.948Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
54222024-02-28T13:25:31.948Z Fresh castaway v0.2.2
54232024-02-28T13:25:31.948Z Fresh bb8 v0.8.3
54242024-02-28T13:25:31.948Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
54252024-02-28T13:25:31.948Z Fresh quick-xml v0.30.0
54262024-02-28T13:25:31.948Z Fresh impl-trait-for-tuples v0.2.2
54272024-02-28T13:25:31.949Z Fresh oso-derive v0.27.0
54282024-02-28T13:25:31.949Z Fresh http-range v0.1.5
54292024-02-28T13:25:31.949Z Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
54302024-02-28T13:25:31.949Z Fresh samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
54312024-02-28T13:25:31.949Z Fresh compact_str v0.7.1
54322024-02-28T13:25:31.949Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
54332024-02-28T13:25:31.949Z Fresh hyper-staticfile v0.9.5
54342024-02-28T13:25:31.949Z Fresh oso v0.27.0
54352024-02-28T13:25:31.949Z Fresh diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
54362024-02-28T13:25:31.949Z Fresh cookie v0.18.0
54372024-02-28T13:25:31.949Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
54382024-02-28T13:25:31.949Z Fresh lru v0.12.1
54392024-02-28T13:25:31.949Z Fresh stability v0.1.1
54402024-02-28T13:25:31.949Z Fresh cassowary v0.3.0
54412024-02-28T13:25:31.949Z Fresh is_ci v1.2.0
54422024-02-28T13:25:31.949Z Fresh assert_matches v1.5.0
54432024-02-28T13:25:31.949Z Fresh indoc v2.0.3
54442024-02-28T13:25:31.949Z Fresh supports-color v3.0.0
54452024-02-28T13:25:31.949Z Fresh ratatui v0.26.1
54462024-02-28T13:25:31.949Z Fresh rtoolbox v0.0.1
54472024-02-28T13:25:31.953Z Fresh smawk v0.3.1
54482024-02-28T13:25:31.953Z Fresh unicode-linebreak v0.1.5
54492024-02-28T13:25:31.953Z Fresh textwrap v0.16.1
54502024-02-28T13:25:31.953Z Fresh rpassword v7.3.1
54512024-02-28T13:25:31.953Z Fresh tui-tree-widget v0.17.0
54522024-02-28T13:25:31.953Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
54532024-02-28T13:25:31.953Z Fresh http-body v1.0.0
54542024-02-28T13:25:31.953Z Fresh tower-layer v0.3.2
54552024-02-28T13:25:31.953Z Fresh plotters-backend v0.3.5
54562024-02-28T13:25:31.953Z Fresh shell-words v1.1.0
54572024-02-28T13:25:31.953Z Fresh tower v0.4.13
54582024-02-28T13:25:31.953Z Fresh hyper v1.1.0
54592024-02-28T13:25:31.954Z Fresh target-lexicon v0.12.13
54602024-02-28T13:25:31.954Z Fresh plotters-svg v0.3.5
54612024-02-28T13:25:31.957Z Fresh cast v0.3.0
54622024-02-28T13:25:31.957Z Fresh yansi v0.5.1
54632024-02-28T13:25:31.957Z Fresh criterion-plot v0.5.0
54642024-02-28T13:25:31.957Z Fresh plotters v0.3.5
54652024-02-28T13:25:31.957Z Fresh guppy-workspace-hack v0.1.0
54662024-02-28T13:25:31.957Z Fresh pretty_assertions v1.4.0
54672024-02-28T13:25:31.957Z Fresh hyper-util v0.1.2
54682024-02-28T13:25:31.957Z Fresh cfg-expr v0.15.6
54692024-02-28T13:25:31.957Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
54702024-02-28T13:25:31.957Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
54712024-02-28T13:25:31.957Z Fresh rustls-native-certs v0.7.0
54722024-02-28T13:25:31.957Z Fresh fatfs v0.3.6
54732024-02-28T13:25:31.957Z Fresh threadpool v1.8.1
54742024-02-28T13:25:31.958Z Fresh tinytemplate v1.2.1
54752024-02-28T13:25:31.958Z Fresh cargo-platform v0.1.3
54762024-02-28T13:25:31.958Z Fresh nanorand v0.7.0
54772024-02-28T13:25:31.958Z Fresh constant_time_eq v0.2.6
54782024-02-28T13:25:31.962Z Fresh anes v0.1.6
54792024-02-28T13:25:31.963Z Fresh relative-path v1.9.0
54802024-02-28T13:25:31.963Z Fresh oorandom v11.1.3
54812024-02-28T13:25:31.963Z Fresh libtest-mimic v0.6.1
54822024-02-28T13:25:31.963Z Fresh hyper-rustls v0.26.0
54832024-02-28T13:25:31.963Z Fresh blake2b_simd v1.0.1
54842024-02-28T13:25:31.963Z Fresh flume v0.11.0
54852024-02-28T13:25:31.963Z Fresh criterion v0.5.1
54862024-02-28T13:25:31.963Z Fresh rstest_macros v0.18.2
54872024-02-28T13:25:31.963Z Fresh cargo_metadata v0.18.1
54882024-02-28T13:25:31.963Z Fresh target-spec v3.1.0
54892024-02-28T13:25:31.963Z Fresh assert_cmd v2.0.14
54902024-02-28T13:25:31.963Z Fresh httptest v0.15.5
54912024-02-28T13:25:31.963Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
54922024-02-28T13:25:31.963Z Fresh pathdiff v0.2.1
54932024-02-28T13:25:31.963Z Fresh basic-toml v0.1.8
54942024-02-28T13:25:31.963Z Fresh rand v0.4.6
54952024-02-28T13:25:31.963Z Fresh nested v0.1.1
54962024-02-28T13:25:31.963Z Fresh futures-timer v3.0.2
54972024-02-28T13:25:31.963Z Fresh remove_dir_all v0.5.3
54982024-02-28T13:25:31.963Z Fresh trybuild v1.0.89
54992024-02-28T13:25:31.963Z Fresh guppy v0.17.5
55002024-02-28T13:25:31.963Z Fresh tempdir v0.3.7
55012024-02-28T13:25:31.964Z Fresh rstest v0.18.2
55022024-02-28T13:25:31.964Z Fresh datatest-stable v0.2.3
55032024-02-28T13:25:31.964Z Fresh rust-argon2 v1.0.1
55042024-02-28T13:25:31.964Z Fresh partial-io v0.5.4
55052024-02-28T13:25:31.964Z Fresh similar-asserts v1.5.0
55062024-02-28T13:25:31.964Z Fresh approx v0.5.1
55072024-02-28T13:25:31.964Z Fresh hex-literal v0.4.1
55082024-02-28T13:25:31.964Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
55092024-02-28T13:25:31.964Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
55102024-02-28T13:25:31.964Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
55112024-02-28T13:25:31.964Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
55122024-02-28T13:25:31.964Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
55132024-02-28T13:25:31.964Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
55142024-02-28T13:25:31.964Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
55152024-02-28T13:25:31.964Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
55162024-02-28T13:25:31.964Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
55172024-02-28T13:25:31.964Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
55182024-02-28T13:25:31.964Z Fresh nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
55192024-02-28T13:25:31.964Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
55202024-02-28T13:25:31.964Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
55212024-02-28T13:25:31.964Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
55222024-02-28T13:25:31.964Z Fresh installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
55232024-02-28T13:25:31.965Z Fresh installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
55242024-02-28T13:25:31.965Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
55252024-02-28T13:25:31.965Z Fresh nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
55262024-02-28T13:25:31.965Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
55272024-02-28T13:25:31.965Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
55282024-02-28T13:25:31.965Z Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
55292024-02-28T13:25:31.965Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
55302024-02-28T13:25:31.965Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
55312024-02-28T13:25:31.965Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
55322024-02-28T13:25:31.965Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
55332024-02-28T13:25:31.965Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
55342024-02-28T13:25:31.965Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
55352024-02-28T13:25:31.965Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
55362024-02-28T13:25:31.965Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
55372024-02-28T13:25:31.965Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
55382024-02-28T13:25:31.965Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
55392024-02-28T13:25:31.965Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
55402024-02-28T13:25:31.965Z Fresh mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
55412024-02-28T13:25:31.965Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
55422024-02-28T13:25:31.965Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
55432024-02-28T13:25:31.965Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
55442024-02-28T13:25:31.965Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
55452024-02-28T13:25:31.965Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
55462024-02-28T13:25:31.966Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
55472024-02-28T13:25:31.966Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
55482024-02-28T13:25:31.966Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
55492024-02-28T13:25:31.966Z Fresh ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
55502024-02-28T13:25:31.966Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
55512024-02-28T13:25:31.966Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
55522024-02-28T13:25:31.966Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
55532024-02-28T13:25:31.966Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
55542024-02-28T13:25:31.966Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
55552024-02-28T13:25:31.966Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
55562024-02-28T13:25:31.966Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
55572024-02-28T13:25:31.966Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
55582024-02-28T13:25:31.966Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
55592024-02-28T13:25:31.966Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
55602024-02-28T13:25:31.966Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
55612024-02-28T13:25:31.966Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
55622024-02-28T13:25:31.966Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
55632024-02-28T13:25:31.966Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
55642024-02-28T13:25:31.966Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
55652024-02-28T13:25:31.966Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
55662024-02-28T13:25:31.966Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
55672024-02-28T13:25:31.966Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
55682024-02-28T13:25:31.966Z Finished test [unoptimized + debuginfo] target(s) in 1.26s
55692024-02-28T13:25:31.985Z Doc-tests authz-macros
55702024-02-28T13:25:31.988Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-c51bbcf5253e88f2.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-790cb631f1a524c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-487d71315671361b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-954c00f31b8bbf7b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
55712024-02-28T13:25:32.218Z
55722024-02-28T13:25:32.218Zrunning 7 tests
55732024-02-28T13:25:32.222Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 109) ... ignored
55742024-02-28T13:25:32.222Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 122) ... ignored
55752024-02-28T13:25:32.222Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 27) ... ignored
55762024-02-28T13:25:32.222Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 46) ... ignored
55772024-02-28T13:25:32.222Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 59) ... ignored
55782024-02-28T13:25:32.222Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 76) ... ignored
55792024-02-28T13:25:32.222Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 94) ... ignored
55802024-02-28T13:25:32.222Z
55812024-02-28T13:25:32.227Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.01s
55822024-02-28T13:25:32.227Z
55832024-02-28T13:25:32.235Z Doc-tests bootstore
55842024-02-28T13:25:32.238Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1529016b6d9c47e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-7c10a31600b0da60.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c864af77070b9fcf.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1840ba39f4ff13d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1ad5003fd936fc8a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-44aac42af2daaf63.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8cbda95784c09cb7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fdcb72815d61ea5f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
55852024-02-28T13:25:33.281Z
55862024-02-28T13:25:33.281Zrunning 0 tests
55872024-02-28T13:25:33.281Z
55882024-02-28T13:25:33.281Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55892024-02-28T13:25:33.281Z
55902024-02-28T13:25:33.307Z Doc-tests bootstrap-agent-client
55912024-02-28T13:25:33.311Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-114f8f7884d59e86.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c1c0ca8903c4a8e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -C embed-bitcode=no -D warnings --error-format human`
55922024-02-28T13:25:34.024Z
55932024-02-28T13:25:34.024Zrunning 0 tests
55942024-02-28T13:25:34.024Z
55952024-02-28T13:25:34.024Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55962024-02-28T13:25:34.024Z
55972024-02-28T13:25:34.050Z Doc-tests db-macros
55982024-02-28T13:25:34.053Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3f68849ea9f46a77.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-790cb631f1a524c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-487d71315671361b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-954c00f31b8bbf7b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
55992024-02-28T13:25:34.309Z
56002024-02-28T13:25:34.309Zrunning 4 tests
56012024-02-28T13:25:34.328Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 32) ... ignored
56022024-02-28T13:25:34.328Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 52) ... ignored
56032024-02-28T13:25:34.328Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 77) ... ignored
56042024-02-28T13:25:34.328Ztest nexus/db-macros/src/lib.rs - subquery_target (line 150) ... ignored
56052024-02-28T13:25:34.328Z
56062024-02-28T13:25:34.328Ztest result: ok. 0 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.00s
56072024-02-28T13:25:34.328Z
56082024-02-28T13:25:34.332Z Doc-tests ddm-admin-client
56092024-02-28T13:25:34.332Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name 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-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-982a67797fa6d4d7.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7594a365b03daaf1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d4a59564ad5b75ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib -C embed-bitcode=no -D warnings --error-format human`
56102024-02-28T13:25:34.666Z
56112024-02-28T13:25:34.666Zrunning 0 tests
56122024-02-28T13:25:34.666Z
56132024-02-28T13:25:34.666Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56142024-02-28T13:25:34.666Z
56152024-02-28T13:25:34.687Z Doc-tests dns-server
56162024-02-28T13:25:34.690Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-5eb973361d530be2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e65c884699ef6dcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-9a42209ce3b5c41a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-5dadcf8bed763818.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-798bb45d4c70359e.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fcbf1a71e5caea3e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-6deffeb81dc9d514.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -C embed-bitcode=no -D warnings --error-format human`
56172024-02-28T13:25:35.140Z
56182024-02-28T13:25:35.140Zrunning 0 tests
56192024-02-28T13:25:35.140Z
56202024-02-28T13:25:35.140Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56212024-02-28T13:25:35.140Z
56222024-02-28T13:25:35.158Z Doc-tests dns-service-client
56232024-02-28T13:25:35.161Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib -C embed-bitcode=no -D warnings --error-format human`
56242024-02-28T13:25:35.412Z
56252024-02-28T13:25:35.412Zrunning 0 tests
56262024-02-28T13:25:35.412Z
56272024-02-28T13:25:35.412Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56282024-02-28T13:25:35.412Z
56292024-02-28T13:25:35.427Z Doc-tests dpd-client
56302024-02-28T13:25:35.430Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dpd_client --test clients/dpd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dpd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-dae60454e816c25c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d4a59564ad5b75ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c1c0ca8903c4a8e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -C embed-bitcode=no -D warnings --error-format human`
56312024-02-28T13:25:36.713Z
56322024-02-28T13:25:36.713Zrunning 0 tests
56332024-02-28T13:25:36.713Z
56342024-02-28T13:25:36.713Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56352024-02-28T13:25:36.713Z
56362024-02-28T13:25:36.749Z Doc-tests gateway-client
56372024-02-28T13:25:36.752Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -C embed-bitcode=no -D warnings --error-format human`
56382024-02-28T13:25:37.695Z
56392024-02-28T13:25:37.695Zrunning 0 tests
56402024-02-28T13:25:37.695Z
56412024-02-28T13:25:37.695Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56422024-02-28T13:25:37.695Z
56432024-02-28T13:25:37.716Z Doc-tests gateway-test-utils
56442024-02-28T13:25:37.719Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-41f03b3705aca2c7.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d0a1d9915472473e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16979e98a4917953.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -C embed-bitcode=no -D warnings --error-format human`
56452024-02-28T13:25:38.258Z
56462024-02-28T13:25:38.258Zrunning 0 tests
56472024-02-28T13:25:38.258Z
56482024-02-28T13:25:38.258Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56492024-02-28T13:25:38.258Z
56502024-02-28T13:25:38.274Z Doc-tests illumos-utils
56512024-02-28T13:25:38.278Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-0ab9c272fd6ab666.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-20493bf2711065e2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d7af578b01205b68.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-d370449767f06d09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d66ec92e5ffa2128.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-95ace81411a3575c.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-1ea61efff4ad46fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c1c0ca8903c4a8e0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0cc9eeb58d475786.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ff0f2c74b5ccb553.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -D warnings --error-format human`
56522024-02-28T13:25:40.168Z
56532024-02-28T13:25:40.168Zrunning 0 tests
56542024-02-28T13:25:40.168Z
56552024-02-28T13:25:40.168Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56562024-02-28T13:25:40.168Z
56572024-02-28T13:25:40.216Z Doc-tests installinator
56582024-02-28T13:25:40.219Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5a089f4e82cce547.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fd6793eb2ba4cd1e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-982a67797fa6d4d7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-085e4acea661f57d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-fda3a220b7656d7b.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-32ac54339a751dbf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7a39760243b02ffc.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-143996161e173edd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-0632da7e314d3ede.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1ad5003fd936fc8a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d77411df0b2ec88a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-9a42209ce3b5c41a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0cc9eeb58d475786.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-b6d49f743b40c6ec.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-81052139e9b8ba8e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ee0d2445b457794b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -C embed-bitcode=no -D warnings --error-format human`
56592024-02-28T13:25:40.892Z
56602024-02-28T13:25:40.892Zrunning 0 tests
56612024-02-28T13:25:40.892Z
56622024-02-28T13:25:40.892Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56632024-02-28T13:25:40.892Z
56642024-02-28T13:25:40.916Z Doc-tests installinator-artifact-client
56652024-02-28T13:25:40.919Z Running `/home/build/.rustup/toolchains/1.74.1-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-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-32ac54339a751dbf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7a39760243b02ffc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c1c0ca8903c4a8e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ee0d2445b457794b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -C embed-bitcode=no -D warnings --error-format human`
56662024-02-28T13:25:41.822Z
56672024-02-28T13:25:41.823Zrunning 0 tests
56682024-02-28T13:25:41.823Z
56692024-02-28T13:25:41.823Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56702024-02-28T13:25:41.823Z
56712024-02-28T13:25:41.852Z Doc-tests installinator-artifactd
56722024-02-28T13:25:41.861Z Running `/home/build/.rustup/toolchains/1.74.1-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-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-0b8f587f500130bb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7a39760243b02ffc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -C embed-bitcode=no -D warnings --error-format human`
56732024-02-28T13:25:42.135Z
56742024-02-28T13:25:42.135Zrunning 0 tests
56752024-02-28T13:25:42.135Z
56762024-02-28T13:25:42.135Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56772024-02-28T13:25:42.135Z
56782024-02-28T13:25:42.154Z Doc-tests installinator-common
56792024-02-28T13:25:42.157Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7a39760243b02ffc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1ad5003fd936fc8a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8cbda95784c09cb7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ee0d2445b457794b.rlib -C embed-bitcode=no -D warnings --error-format human`
56802024-02-28T13:25:42.556Z
56812024-02-28T13:25:42.557Zrunning 0 tests
56822024-02-28T13:25:42.557Z
56832024-02-28T13:25:42.557Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56842024-02-28T13:25:42.557Z
56852024-02-28T13:25:42.578Z Doc-tests internal-dns
56862024-02-28T13:25:42.582Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name internal_dns --test internal-dns/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-5eb973361d530be2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e65c884699ef6dcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -C embed-bitcode=no -D warnings --error-format human`
56872024-02-28T13:25:42.855Z
56882024-02-28T13:25:42.855Zrunning 0 tests
56892024-02-28T13:25:42.855Z
56902024-02-28T13:25:42.855Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56912024-02-28T13:25:42.855Z
56922024-02-28T13:25:42.874Z Doc-tests ipcc
56932024-02-28T13:25:42.877Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c864af77070b9fcf.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-143996161e173edd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1ad5003fd936fc8a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ -D warnings --error-format human`
56942024-02-28T13:25:43.109Z
56952024-02-28T13:25:43.109Zrunning 0 tests
56962024-02-28T13:25:43.109Z
56972024-02-28T13:25:43.109Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56982024-02-28T13:25:43.109Z
56992024-02-28T13:25:43.128Z Doc-tests key-manager
57002024-02-28T13:25:43.131Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1840ba39f4ff13d1.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-204f19bf747f71db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-44aac42af2daaf63.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -C embed-bitcode=no -D warnings --error-format human`
57012024-02-28T13:25:43.361Z
57022024-02-28T13:25:43.361Zrunning 0 tests
57032024-02-28T13:25:43.361Z
57042024-02-28T13:25:43.361Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57052024-02-28T13:25:43.361Z
57062024-02-28T13:25:43.375Z Doc-tests mg-admin-client
57072024-02-28T13:25:43.379Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name mg_admin_client --test clients/mg-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/mg-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-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7594a365b03daaf1.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6779d7bf9f1f661f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d4a59564ad5b75ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib -C embed-bitcode=no -D warnings --error-format human`
57082024-02-28T13:25:43.817Z
57092024-02-28T13:25:43.817Zrunning 0 tests
57102024-02-28T13:25:43.817Z
57112024-02-28T13:25:43.817Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57122024-02-28T13:25:43.818Z
57132024-02-28T13:25:43.840Z Doc-tests nexus-blueprint-execution
57142024-02-28T13:25:43.844Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_blueprint_execution --test nexus/blueprint-execution/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/blueprint-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-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-3c8e78b0eef0625a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8300448f6a8e23c1.rlib --extern nexus_blueprint_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_blueprint_execution-2fb15386163e74fa.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-dca14e5bbea5fdf7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7608ec9adc0598db.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-c4b2d18dbdfc4325.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-152b6736d2c4837c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6d297bb8aaf35e7a.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-733778925bcabb33.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-79fbde070d56fa42.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
57152024-02-28T13:25:44.680Z
57162024-02-28T13:25:44.680Zrunning 0 tests
57172024-02-28T13:25:44.680Z
57182024-02-28T13:25:44.680Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57192024-02-28T13:25:44.680Z
57202024-02-28T13:25:44.706Z Doc-tests nexus-client
57212024-02-28T13:25:44.709Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc70cd53ab27b5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d908c75643dd57ca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c1c0ca8903c4a8e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -C embed-bitcode=no -D warnings --error-format human`
57222024-02-28T13:25:47.260Z
57232024-02-28T13:25:47.260Zrunning 0 tests
57242024-02-28T13:25:47.260Z
57252024-02-28T13:25:47.260Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57262024-02-28T13:25:47.260Z
57272024-02-28T13:25:47.311Z Doc-tests nexus-db-model
57282024-02-28T13:25:47.314Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3f68849ea9f46a77.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-99137e97c3cb7edd.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cf18b29608d3a4d6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d7af578b01205b68.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-dca14e5bbea5fdf7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-180fca28be2a2bad.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ff033e5abbc1e4cb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d908c75643dd57ca.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f8cc4821330dc39c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-424fdc2ba1ca0090.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b9d7b47b5b132c55.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d4f2d576e24c812.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
57292024-02-28T13:25:57.493Z
57302024-02-28T13:25:57.494Zrunning 2 tests
57312024-02-28T13:25:59.734Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
57322024-02-28T13:25:59.747Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
57332024-02-28T13:25:59.747Z
57342024-02-28T13:25:59.747Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.24s
57352024-02-28T13:25:59.747Z
57362024-02-28T13:25:59.905Z Doc-tests nexus-db-queries
57372024-02-28T13:25:59.909Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c8be0153e1f03ddd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-c51bbcf5253e88f2.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-065ee71cec821029.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-e0aea0e2d381da33.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-3f68849ea9f46a77.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cf18b29608d3a4d6.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-75f6c801faf451ae.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c3113d731711bf62.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-acb1be97d4c56cc9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d7af578b01205b68.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-dca14e5bbea5fdf7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7608ec9adc0598db.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-c4b2d18dbdfc4325.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-152b6736d2c4837c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6d297bb8aaf35e7a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d908c75643dd57ca.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d8496766bb3ff8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f8cc4821330dc39c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5bda086a58e72578.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-39c357822878bd3e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-73d67c3b05892acd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3f9a1ee4ab3fa8c8.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dac9514b36432b89.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-04f65e79f00d2d92.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-bf540fe11b61f22d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8cbda95784c09cb7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d4f2d576e24c812.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-597d459fab2c8513.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a91eaea439c73ae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
57382024-02-28T13:26:02.175Z
57392024-02-28T13:26:02.175Zrunning 2 tests
57402024-02-28T13:26:02.178Ztest nexus/db-queries/src/db/alias.rs - db::alias::ExpressionAlias (line 20) ... ignored
57412024-02-28T13:26:16.747Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 193) ... ok
57422024-02-28T13:26:16.747Z
57432024-02-28T13:26:16.747Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 14.57s
57442024-02-28T13:26:16.747Z
57452024-02-28T13:26:16.812Z Doc-tests nexus-defaults
57462024-02-28T13:26:16.815Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-180fca28be2a2bad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib -C embed-bitcode=no -D warnings --error-format human`
57472024-02-28T13:26:17.015Z
57482024-02-28T13:26:17.015Zrunning 0 tests
57492024-02-28T13:26:17.015Z
57502024-02-28T13:26:17.015Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57512024-02-28T13:26:17.015Z
57522024-02-28T13:26:17.030Z Doc-tests nexus-deployment
57532024-02-28T13:26:17.035Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_deployment --test nexus/deployment/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/deployment -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8300448f6a8e23c1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-c4b2d18dbdfc4325.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-152b6736d2c4837c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -C embed-bitcode=no -D warnings --error-format human`
57542024-02-28T13:26:17.307Z
57552024-02-28T13:26:17.307Zrunning 0 tests
57562024-02-28T13:26:17.307Z
57572024-02-28T13:26:17.307Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57582024-02-28T13:26:17.307Z
57592024-02-28T13:26:17.324Z Doc-tests nexus-inventory
57602024-02-28T13:26:17.327Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-41f03b3705aca2c7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-152b6736d2c4837c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d8496766bb3ff8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -C embed-bitcode=no -D warnings --error-format human`
57612024-02-28T13:26:17.610Z
57622024-02-28T13:26:17.610Zrunning 0 tests
57632024-02-28T13:26:17.610Z
57642024-02-28T13:26:17.610Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57652024-02-28T13:26:17.610Z
57662024-02-28T13:26:17.630Z Doc-tests nexus-macros-common
57672024-02-28T13:26:17.636Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_macros_common --test nexus/macros-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/macros-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-790cb631f1a524c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib -C embed-bitcode=no -D warnings --error-format human`
57682024-02-28T13:26:17.703Z
57692024-02-28T13:26:17.703Zrunning 0 tests
57702024-02-28T13:26:17.703Z
57712024-02-28T13:26:17.703Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57722024-02-28T13:26:17.703Z
57732024-02-28T13:26:17.712Z Doc-tests nexus-types
57742024-02-28T13:26:17.715Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-debbe0c98d2c26ea.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d908c75643dd57ca.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f8cc4821330dc39c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5bda086a58e72578.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-424fdc2ba1ca0090.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d4f2d576e24c812.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -C embed-bitcode=no -D warnings --error-format human`
57752024-02-28T13:26:20.125Z
57762024-02-28T13:26:20.125Zrunning 0 tests
57772024-02-28T13:26:20.125Z
57782024-02-28T13:26:20.125Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57792024-02-28T13:26:20.125Z
57802024-02-28T13:26:20.179Z Doc-tests omicron-certificates
57812024-02-28T13:26:20.179Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1e6848bdbd9674f1.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ff033e5abbc1e4cb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5bda086a58e72578.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-d5415d38200233f6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3f9a1ee4ab3fa8c8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib -C embed-bitcode=no -D warnings --error-format human`
57822024-02-28T13:26:20.417Z
57832024-02-28T13:26:20.418Zrunning 0 tests
57842024-02-28T13:26:20.418Z
57852024-02-28T13:26:20.418Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57862024-02-28T13:26:20.418Z
57872024-02-28T13:26:20.435Z Doc-tests omicron-common
57882024-02-28T13:26:20.439Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-debbe0c98d2c26ea.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-b22c2c3d410270f4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d7af578b01205b68.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f8cc4821330dc39c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-424fdc2ba1ca0090.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1ad5003fd936fc8a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c1c0ca8903c4a8e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b9d7b47b5b132c55.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-3fb1e700f549add8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-bf540fe11b61f22d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8cbda95784c09cb7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-e3ba4c32d0e352b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -D warnings --error-format human`
57892024-02-28T13:26:22.144Z
57902024-02-28T13:26:22.144Zrunning 2 tests
57912024-02-28T13:26:22.147Ztest common/src/lib.rs - FileKv (line 59) ... ignored
57922024-02-28T13:26:28.403Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 563) ... ok
57932024-02-28T13:26:28.403Z
57942024-02-28T13:26:28.406Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 6.26s
57952024-02-28T13:26:28.406Z
57962024-02-28T13:26:28.461Z Doc-tests omicron-gateway
57972024-02-28T13:26:28.471Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b223f08348c42977.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-41f03b3705aca2c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-143996161e173edd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d0a1d9915472473e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-42a6f77439465836.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f09c9d64a57c3346.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16979e98a4917953.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-b6d49f743b40c6ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4fdb308b153ea4a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -C embed-bitcode=no -D warnings --error-format human`
57982024-02-28T13:26:29.494Z
57992024-02-28T13:26:29.494Zrunning 0 tests
58002024-02-28T13:26:29.494Z
58012024-02-28T13:26:29.494Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58022024-02-28T13:26:29.495Z
58032024-02-28T13:26:29.537Z Doc-tests omicron-nexus
58042024-02-28T13:26:29.543Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c8be0153e1f03ddd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5a089f4e82cce547.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fd6793eb2ba4cd1e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0129bec5133f2912.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-35d94beb41085a77.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fd7bcf6d521b1898.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cf18b29608d3a4d6.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-5eb973361d530be2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-dae60454e816c25c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-faa0dc159920d3e6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-41f03b3705aca2c7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c3113d731711bf62.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-3c8e78b0eef0625a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c6a90c04ebbf6044.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-acb1be97d4c56cc9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d7af578b01205b68.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6779d7bf9f1f661f.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_blueprint_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_blueprint_execution-2fb15386163e74fa.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-dca14e5bbea5fdf7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7608ec9adc0598db.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-180fca28be2a2bad.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-c4b2d18dbdfc4325.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-152b6736d2c4837c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-85b1856162289b86.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6d297bb8aaf35e7a.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-733778925bcabb33.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-33256b3e4aeb7fa6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-79fbde070d56fa42.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d908c75643dd57ca.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d8496766bb3ff8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5bda086a58e72578.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8fbac199c25b1d23.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-60040436200452f9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aa7e4a33c0aeef7d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-e44ae069656636aa.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e707aea3c4da88a6.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-424fdc2ba1ca0090.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-73d67c3b05892acd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d4a59564ad5b75ae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cbde48bec1d6bb6e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3f9a1ee4ab3fa8c8.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-943e2e71b9f2061c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dac9514b36432b89.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-05c5afb9df5c7029.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-04f65e79f00d2d92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b9d7b47b5b132c55.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-bf540fe11b61f22d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8cbda95784c09cb7.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d1c6d25805d01abe.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16979e98a4917953.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-1d4f2d576e24c812.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-597d459fab2c8513.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-e3ba4c32d0e352b8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-97b21d1d51322205.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3b5e28ac9f67493d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-81052139e9b8ba8e.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ce0cad0f797b1da6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
58052024-02-28T13:26:32.580Z
58062024-02-28T13:26:32.580Zrunning 5 tests
58072024-02-28T13:26:32.584Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 238) ... ignored
58082024-02-28T13:26:36.445Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 744) ... ok
58092024-02-28T13:26:36.449Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 774) ... ok
58102024-02-28T13:26:36.454Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 680) ... ok
58112024-02-28T13:26:36.457Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 702) ... ok
58122024-02-28T13:26:36.457Z
58132024-02-28T13:26:36.458Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.87s
58142024-02-28T13:26:36.458Z
58152024-02-28T13:26:36.526Z Doc-tests omicron-package
58162024-02-28T13:26:36.529Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-05858b82cfb4ef84.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-2a2931a1f49c7407.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-104d2e9a1ebfe6e5.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-73d67c3b05892acd.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-40fc1b2a98c87d3e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-943e2e71b9f2061c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b9d7b47b5b132c55.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-3fc2e0e76c9a9e9b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0cc9eeb58d475786.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -C embed-bitcode=no -D warnings --error-format human`
58172024-02-28T13:26:36.732Z
58182024-02-28T13:26:36.732Zrunning 0 tests
58192024-02-28T13:26:36.732Z
58202024-02-28T13:26:36.732Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58212024-02-28T13:26:36.732Z
58222024-02-28T13:26:36.745Z Doc-tests omicron-passwords
58232024-02-28T13:26:36.748Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-c60818d518355126.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0129bec5133f2912.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d908c75643dd57ca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-9c5e6539b335665d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8cbda95784c09cb7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib -C embed-bitcode=no -D warnings --error-format human`
58242024-02-28T13:26:36.849Z
58252024-02-28T13:26:36.849Zrunning 0 tests
58262024-02-28T13:26:36.850Z
58272024-02-28T13:26:36.850Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58282024-02-28T13:26:36.850Z
58292024-02-28T13:26:36.859Z Doc-tests omicron-rpaths
58302024-02-28T13:26:36.862Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f71920ce82d17658.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib -C embed-bitcode=no -D warnings --error-format human`
58312024-02-28T13:26:36.917Z
58322024-02-28T13:26:36.917Zrunning 0 tests
58332024-02-28T13:26:36.917Z
58342024-02-28T13:26:36.917Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58352024-02-28T13:26:36.917Z
58362024-02-28T13:26:36.922Z Doc-tests omicron-sled-agent
58372024-02-28T13:26:36.926Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a1529016b6d9c47e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-114f8f7884d59e86.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fd6793eb2ba4cd1e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-35d94beb41085a77.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-982a67797fa6d4d7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-5eb973361d530be2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d988ce2a24589f71.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-dae60454e816c25c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-319f9877675dfcfd.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5273a9f1beeaa98c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7a39760243b02ffc.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-204f19bf747f71db.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d7af578b01205b68.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6779d7bf9f1f661f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc70cd53ab27b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-41d8496766bb3ff8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d66ec92e5ffa2128.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-e44ae069656636aa.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e707aea3c4da88a6.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cbde48bec1d6bb6e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-63af01500de80ffd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3f9a1ee4ab3fa8c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b9d7b47b5b132c55.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-3fb1e700f549add8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-063c9d9e1cc01f7e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d77411df0b2ec88a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0cc9eeb58d475786.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ad5e62427f4cec6e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-b6d49f743b40c6ec.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cbd289bff9588229.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a91eaea439c73ae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ff0f2c74b5ccb553.rlib -C embed-bitcode=no -D warnings --error-format human`
58382024-02-28T13:26:39.464Z
58392024-02-28T13:26:39.464Zrunning 0 tests
58402024-02-28T13:26:39.464Z
58412024-02-28T13:26:39.464Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58422024-02-28T13:26:39.464Z
58432024-02-28T13:26:39.528Z Doc-tests omicron-test-utils
58442024-02-28T13:26:39.531Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-98c4a3b2b1f7ceb2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-9fc834b5cc8db937.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c3113d731711bf62.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3f9a1ee4ab3fa8c8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-943e2e71b9f2061c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dac9514b36432b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-e3ba4c32d0e352b8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a91eaea439c73ae.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' -D warnings --error-format human`
58452024-02-28T13:26:39.838Z
58462024-02-28T13:26:39.838Zrunning 0 tests
58472024-02-28T13:26:39.838Z
58482024-02-28T13:26:39.838Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58492024-02-28T13:26:39.838Z
58502024-02-28T13:26:39.857Z Doc-tests omicron-uuid-kinds
58512024-02-28T13:26:39.862Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_uuid_kinds --test uuid-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/uuid-kinds -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-6d3dcee644e628e8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f8cc4821330dc39c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.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`
58522024-02-28T13:26:40.965Z
58532024-02-28T13:26:40.966Zrunning 0 tests
58542024-02-28T13:26:40.966Z
58552024-02-28T13:26:40.966Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58562024-02-28T13:26:40.966Z
58572024-02-28T13:26:40.966Z Doc-tests oxide-client
58582024-02-28T13:26:40.966Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8fbac199c25b1d23.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c1c0ca8903c4a8e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -C embed-bitcode=no -D warnings --error-format human`
58592024-02-28T13:26:44.538Z
58602024-02-28T13:26:44.538Zrunning 173 tests
58612024-02-28T13:26:44.544Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
58622024-02-28T13:26:44.547Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
58632024-02-28T13:26:44.547Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
58642024-02-28T13:26:44.547Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
58652024-02-28T13:26:44.550Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
58662024-02-28T13:26:44.550Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
58672024-02-28T13:26:44.550Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
58682024-02-28T13:26:44.550Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
58692024-02-28T13:26:44.553Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
58702024-02-28T13:26:44.553Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
58712024-02-28T13:26:44.553Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
58722024-02-28T13:26:44.553Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
58732024-02-28T13:26:44.556Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
58742024-02-28T13:26:44.556Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
58752024-02-28T13:26:44.556Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
58762024-02-28T13:26:44.556Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
58772024-02-28T13:26:44.559Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
58782024-02-28T13:26:44.560Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
58792024-02-28T13:26:44.560Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
58802024-02-28T13:26:44.560Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
58812024-02-28T13:26:44.563Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
58822024-02-28T13:26:44.563Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
58832024-02-28T13:26:44.563Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
58842024-02-28T13:26:44.566Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
58852024-02-28T13:26:44.566Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
58862024-02-28T13:26:44.566Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
58872024-02-28T13:26:44.566Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
58882024-02-28T13:26:44.569Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
58892024-02-28T13:26:44.569Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
58902024-02-28T13:26:44.569Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
58912024-02-28T13:26:44.569Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
58922024-02-28T13:26:44.572Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
58932024-02-28T13:26:44.572Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
58942024-02-28T13:26:44.573Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
58952024-02-28T13:26:44.573Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored
58962024-02-28T13:26:44.575Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
58972024-02-28T13:26:44.575Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
58982024-02-28T13:26:44.575Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
58992024-02-28T13:26:44.576Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
59002024-02-28T13:26:44.578Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
59012024-02-28T13:26:44.579Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
59022024-02-28T13:26:44.579Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
59032024-02-28T13:26:44.579Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
59042024-02-28T13:26:44.582Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
59052024-02-28T13:26:44.582Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
59062024-02-28T13:26:44.582Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
59072024-02-28T13:26:44.582Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
59082024-02-28T13:26:44.588Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
59092024-02-28T13:26:44.588Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
59102024-02-28T13:26:44.588Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 30) ... ignored
59112024-02-28T13:26:44.591Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
59122024-02-28T13:26:44.591Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
59132024-02-28T13:26:44.591Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
59142024-02-28T13:26:44.591Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
59152024-02-28T13:26:44.591Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
59162024-02-28T13:26:44.591Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
59172024-02-28T13:26:44.591Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
59182024-02-28T13:26:44.591Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
59192024-02-28T13:26:44.594Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
59202024-02-28T13:26:44.594Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
59212024-02-28T13:26:44.594Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
59222024-02-28T13:26:44.594Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
59232024-02-28T13:26:44.597Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
59242024-02-28T13:26:44.597Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
59252024-02-28T13:26:44.597Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
59262024-02-28T13:26:44.597Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
59272024-02-28T13:26:44.597Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
59282024-02-28T13:26:44.600Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
59292024-02-28T13:26:44.600Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
59302024-02-28T13:26:44.600Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
59312024-02-28T13:26:44.600Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored
59322024-02-28T13:26:44.604Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
59332024-02-28T13:26:44.604Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored
59342024-02-28T13:26:44.604Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
59352024-02-28T13:26:44.604Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
59362024-02-28T13:26:44.607Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
59372024-02-28T13:26:44.607Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
59382024-02-28T13:26:44.607Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
59392024-02-28T13:26:44.607Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
59402024-02-28T13:26:44.607Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
59412024-02-28T13:26:44.611Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
59422024-02-28T13:26:44.611Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
59432024-02-28T13:26:44.611Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
59442024-02-28T13:26:44.611Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
59452024-02-28T13:26:44.611Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
59462024-02-28T13:26:44.614Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
59472024-02-28T13:26:44.614Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
59482024-02-28T13:26:44.614Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
59492024-02-28T13:26:44.614Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
59502024-02-28T13:26:44.617Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
59512024-02-28T13:26:44.617Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
59522024-02-28T13:26:44.617Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
59532024-02-28T13:26:44.617Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
59542024-02-28T13:26:44.617Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
59552024-02-28T13:26:44.620Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
59562024-02-28T13:26:44.620Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
59572024-02-28T13:26:44.620Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
59582024-02-28T13:26:44.620Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
59592024-02-28T13:26:44.624Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 30) ... ignored
59602024-02-28T13:26:44.624Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored
59612024-02-28T13:26:44.624Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored
59622024-02-28T13:26:44.624Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored
59632024-02-28T13:26:44.627Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 25) ... ignored
59642024-02-28T13:26:44.627Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored
59652024-02-28T13:26:44.627Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored
59662024-02-28T13:26:44.627Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 22) ... ignored
59672024-02-28T13:26:44.627Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored
59682024-02-28T13:26:44.631Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored
59692024-02-28T13:26:44.631Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored
59702024-02-28T13:26:44.631Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_link (line 27) ... ignored
59712024-02-28T13:26:44.631Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_list (line 27) ... ignored
59722024-02-28T13:26:44.635Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_unlink (line 24) ... ignored
59732024-02-28T13:26:44.635Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_update (line 24) ... ignored
59742024-02-28T13:26:44.635Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored
59752024-02-28T13:26:44.635Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored
59762024-02-28T13:26:44.635Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
59772024-02-28T13:26:44.635Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
59782024-02-28T13:26:44.638Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
59792024-02-28T13:26:44.638Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
59802024-02-28T13:26:44.638Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
59812024-02-28T13:26:44.638Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
59822024-02-28T13:26:44.641Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
59832024-02-28T13:26:44.641Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_create (line 22) ... ignored
59842024-02-28T13:26:44.642Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
59852024-02-28T13:26:44.642Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored
59862024-02-28T13:26:44.642Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
59872024-02-28T13:26:44.645Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
59882024-02-28T13:26:44.645Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
59892024-02-28T13:26:44.645Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
59902024-02-28T13:26:44.645Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
59912024-02-28T13:26:44.648Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
59922024-02-28T13:26:44.648Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
59932024-02-28T13:26:44.648Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
59942024-02-28T13:26:44.648Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
59952024-02-28T13:26:44.648Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
59962024-02-28T13:26:44.654Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
59972024-02-28T13:26:44.654Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
59982024-02-28T13:26:44.654Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
59992024-02-28T13:26:44.655Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
60002024-02-28T13:26:44.660Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
60012024-02-28T13:26:44.660Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
60022024-02-28T13:26:44.660Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
60032024-02-28T13:26:44.660Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
60042024-02-28T13:26:44.660Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
60052024-02-28T13:26:44.660Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
60062024-02-28T13:26:44.660Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
60072024-02-28T13:26:44.660Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
60082024-02-28T13:26:44.661Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
60092024-02-28T13:26:44.661Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
60102024-02-28T13:26:44.661Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
60112024-02-28T13:26:44.661Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
60122024-02-28T13:26:44.664Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
60132024-02-28T13:26:44.664Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
60142024-02-28T13:26:44.665Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
60152024-02-28T13:26:44.665Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
60162024-02-28T13:26:44.665Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
60172024-02-28T13:26:44.665Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
60182024-02-28T13:26:44.667Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
60192024-02-28T13:26:44.668Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
60202024-02-28T13:26:44.668Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
60212024-02-28T13:26:44.668Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
60222024-02-28T13:26:44.668Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
60232024-02-28T13:26:44.671Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 26) ... ignored
60242024-02-28T13:26:44.671Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
60252024-02-28T13:26:44.671Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
60262024-02-28T13:26:44.671Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
60272024-02-28T13:26:44.671Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
60282024-02-28T13:26:44.672Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
60292024-02-28T13:26:44.672Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
60302024-02-28T13:26:44.672Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
60312024-02-28T13:26:44.672Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
60322024-02-28T13:26:44.672Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
60332024-02-28T13:26:44.672Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
60342024-02-28T13:26:44.672Z
60352024-02-28T13:26:44.672Ztest result: ok. 0 passed; 0 failed; 173 ignored; 0 measured; 0 filtered out; finished in 0.13s
60362024-02-28T13:26:44.672Z
60372024-02-28T13:26:44.783Z Doc-tests oximeter
60382024-02-28T13:26:44.786Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-4f8b84f57001d30c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0917ee0c66dc3fdf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-a5c1a93fb91429c0.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-8be8eb5964e3d7a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-237823a65f72e028.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -C embed-bitcode=no -D warnings --error-format human`
60392024-02-28T13:26:45.384Z
60402024-02-28T13:26:45.384Zrunning 8 tests
60412024-02-28T13:26:46.022Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 72) - compile fail ... ok
60422024-02-28T13:26:46.131Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 164) - compile fail ... ok
60432024-02-28T13:26:46.771Ztest oximeter/oximeter/src/lib.rs - (line 24) ... ok
60442024-02-28T13:26:53.332Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::with_bins (line 357) ... ok
60452024-02-28T13:26:53.861Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 46) ... ok
60462024-02-28T13:26:54.108Ztest oximeter/oximeter/src/traits.rs - traits::Producer (line 334) ... ok
60472024-02-28T13:26:54.895Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 143) ... ok
60482024-02-28T13:26:55.044Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::span_decades (line 597) ... ok
60492024-02-28T13:26:55.044Z
60502024-02-28T13:26:55.053Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.66s
60512024-02-28T13:26:55.053Z
60522024-02-28T13:26:55.074Z Doc-tests oximeter-client
60532024-02-28T13:26:55.079Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-60040436200452f9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -C embed-bitcode=no -D warnings --error-format human`
60542024-02-28T13:26:55.373Z
60552024-02-28T13:26:55.373Zrunning 0 tests
60562024-02-28T13:26:55.373Z
60572024-02-28T13:26:55.378Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60582024-02-28T13:26:55.378Z
60592024-02-28T13:26:55.401Z Doc-tests oximeter-collector
60602024-02-28T13:26:55.409Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc70cd53ab27b5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-96bc8d49609a6b7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-60040436200452f9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-48bf12122b351eb8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aa7e4a33c0aeef7d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -C embed-bitcode=no -D warnings --error-format human`
60612024-02-28T13:26:55.803Z
60622024-02-28T13:26:55.803Zrunning 0 tests
60632024-02-28T13:26:55.803Z
60642024-02-28T13:26:55.804Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60652024-02-28T13:26:55.804Z
60662024-02-28T13:26:55.830Z Doc-tests oximeter-db
60672024-02-28T13:26:55.837Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-832e9aeb4ba95f83.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-a460a3da56e42aa6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9e5585621ce62178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-aa7e4a33c0aeef7d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-05edde44eab689aa.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b574fcf26a08df61.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-0cfa17ee5e85b6a3.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-90736736a0f4005e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5329fd02da5d53d9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-1cefd18f671566b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6a91eaea439c73ae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -C embed-bitcode=no -D warnings --error-format human`
60682024-02-28T13:26:56.746Z
60692024-02-28T13:26:56.747Zrunning 0 tests
60702024-02-28T13:26:56.747Z
60712024-02-28T13:26:56.747Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60722024-02-28T13:26:56.747Z
60732024-02-28T13:26:56.777Z Doc-tests oximeter-instruments
60742024-02-28T13:26:56.780Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-a7be816084513547.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-e44ae069656636aa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -D warnings --error-format human`
60752024-02-28T13:26:57.080Z
60762024-02-28T13:26:57.080Zrunning 0 tests
60772024-02-28T13:26:57.080Z
60782024-02-28T13:26:57.080Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60792024-02-28T13:26:57.080Z
60802024-02-28T13:26:57.100Z Doc-tests oximeter-macro-impl
60812024-02-28T13:26:57.103Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-a5c1a93fb91429c0.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
60822024-02-28T13:26:57.181Z
60832024-02-28T13:26:57.182Zrunning 0 tests
60842024-02-28T13:26:57.182Z
60852024-02-28T13:26:57.182Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60862024-02-28T13:26:57.182Z
60872024-02-28T13:26:57.188Z Doc-tests oximeter-producer
60882024-02-28T13:26:57.188Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc70cd53ab27b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cc74088b3828745f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e707aea3c4da88a6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -C embed-bitcode=no -D warnings --error-format human`
60892024-02-28T13:26:57.471Z
60902024-02-28T13:26:57.471Zrunning 0 tests
60912024-02-28T13:26:57.471Z
60922024-02-28T13:26:57.471Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60932024-02-28T13:26:57.471Z
60942024-02-28T13:26:57.493Z Doc-tests oxlog
60952024-02-28T13:26:57.494Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-1ea61efff4ad46fc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -C embed-bitcode=no -D warnings --error-format human`
60962024-02-28T13:26:57.568Z
60972024-02-28T13:26:57.568Zrunning 0 tests
60982024-02-28T13:26:57.568Z
60992024-02-28T13:26:57.568Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61002024-02-28T13:26:57.568Z
61012024-02-28T13:26:57.577Z Doc-tests sled-agent-client
61022024-02-28T13:26:57.579Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c1c0ca8903c4a8e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-7098155071a8e757.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -C embed-bitcode=no -D warnings --error-format human`
61032024-02-28T13:27:00.291Z
61042024-02-28T13:27:00.291Zrunning 0 tests
61052024-02-28T13:27:00.291Z
61062024-02-28T13:27:00.294Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61072024-02-28T13:27:00.294Z
61082024-02-28T13:27:00.344Z Doc-tests sled-hardware
61092024-02-28T13:27:00.347Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-d64f3a5fae41bc0f.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-46780f1e48e2f50f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-072d063d2a089037.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-7e43975d98c679c4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d7af578b01205b68.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ad5e62427f4cec6e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -C embed-bitcode=no -D warnings --error-format human`
61102024-02-28T13:27:00.698Z
61112024-02-28T13:27:00.698Zrunning 0 tests
61122024-02-28T13:27:00.698Z
61132024-02-28T13:27:00.698Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61142024-02-28T13:27:00.698Z
61152024-02-28T13:27:00.723Z Doc-tests sled-storage
61162024-02-28T13:27:00.727Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-204f19bf747f71db.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d77411df0b2ec88a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -C embed-bitcode=no --cfg 'feature="testing"' -D warnings --error-format human`
61172024-02-28T13:27:01.092Z
61182024-02-28T13:27:01.092Zrunning 0 tests
61192024-02-28T13:27:01.092Z
61202024-02-28T13:27:01.092Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61212024-02-28T13:27:01.092Z
61222024-02-28T13:27:01.115Z Doc-tests sp-sim
61232024-02-28T13:27:01.120Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d0a1d9915472473e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16979e98a4917953.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-c6f80cfcec446e3a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib -C embed-bitcode=no -D warnings --error-format human`
61242024-02-28T13:27:01.626Z
61252024-02-28T13:27:01.626Zrunning 0 tests
61262024-02-28T13:27:01.626Z
61272024-02-28T13:27:01.626Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61282024-02-28T13:27:01.626Z
61292024-02-28T13:27:01.652Z Doc-tests tufaceous
61302024-02-28T13:27:01.655Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous --test tufaceous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-9b543e68df6eb768.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-78e92f0a938305c3.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4ef9920b3d25a54a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-9a42209ce3b5c41a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3b5e28ac9f67493d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-81052139e9b8ba8e.rlib -C embed-bitcode=no -D warnings --error-format human`
61312024-02-28T13:27:01.936Z
61322024-02-28T13:27:01.936Zrunning 0 tests
61332024-02-28T13:27:01.936Z
61342024-02-28T13:27:01.936Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61352024-02-28T13:27:01.936Z
61362024-02-28T13:27:01.956Z Doc-tests tufaceous-lib
61372024-02-28T13:27:01.960Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous_lib --test tufaceous-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5a089f4e82cce547.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c6a90c04ebbf6044.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8e24ec9991093909.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-943e2e71b9f2061c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-3bcb2aad01b1c17a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-97b21d1d51322205.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-81052139e9b8ba8e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f959e24eb3a10109.rlib -C embed-bitcode=no -D warnings --error-format human`
61382024-02-28T13:27:02.383Z
61392024-02-28T13:27:02.383Zrunning 0 tests
61402024-02-28T13:27:02.383Z
61412024-02-28T13:27:02.384Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61422024-02-28T13:27:02.384Z
61432024-02-28T13:27:02.409Z Doc-tests update-common
61442024-02-28T13:27:02.421Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_common --test update-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c6a90c04ebbf6044.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cbd289bff9588229.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-97b21d1d51322205.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3b5e28ac9f67493d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-81052139e9b8ba8e.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ce0cad0f797b1da6.rlib -C embed-bitcode=no -D warnings --error-format human`
61452024-02-28T13:27:02.699Z
61462024-02-28T13:27:02.699Zrunning 0 tests
61472024-02-28T13:27:02.699Z
61482024-02-28T13:27:02.699Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61492024-02-28T13:27:02.699Z
61502024-02-28T13:27:02.720Z Doc-tests update-engine
61512024-02-28T13:27:02.724Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5a089f4e82cce547.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fd6793eb2ba4cd1e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-99137e97c3cb7edd.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7594a365b03daaf1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9e5585621ce62178.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-05858b82cfb4ef84.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-8ad7024144cc130d.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-abfded384cdfb682.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-809f059798a7cc9f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-73d67c3b05892acd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8cbda95784c09cb7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-f961b7166d8df368.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-b6d49f743b40c6ec.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ee0d2445b457794b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib -C embed-bitcode=no -D warnings --error-format human`
61522024-02-28T13:27:03.246Z
61532024-02-28T13:27:03.246Zrunning 3 tests
61542024-02-28T13:27:03.250Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
61552024-02-28T13:27:03.250Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
61562024-02-28T13:27:03.250Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
61572024-02-28T13:27:03.250Z
61582024-02-28T13:27:03.251Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
61592024-02-28T13:27:03.251Z
61602024-02-28T13:27:03.270Z Doc-tests wicket
61612024-02-28T13:27:03.274Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-9b543e68df6eb768.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5a089f4e82cce547.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c864af77070b9fcf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7dbcce7b60b2a3da.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9e5585621ce62178.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-05858b82cfb4ef84.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d908c75643dd57ca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-c8053360841d1d26.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-809f059798a7cc9f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-1ad5003fd936fc8a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-c44db0e13b34354f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-c7ae3c74da971e16.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-9a42209ce3b5c41a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-f961b7166d8df368.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8fccea4d2fc27625.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-af4f04d942f04cdb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cbd289bff9588229.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2952e0e0b5d43a22.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-55000f8397d8a6e9.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ee0d2445b457794b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f81de01d26a116b3.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6eda82a510b4643c.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4e5a474272d93784.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -C embed-bitcode=no -D warnings --error-format human`
61622024-02-28T13:27:04.146Z
61632024-02-28T13:27:04.146Zrunning 0 tests
61642024-02-28T13:27:04.146Z
61652024-02-28T13:27:04.146Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61662024-02-28T13:27:04.146Z
61672024-02-28T13:27:04.176Z Doc-tests wicket-common
61682024-02-28T13:27:04.179Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ee0d2445b457794b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6eda82a510b4643c.rlib -C embed-bitcode=no -D warnings --error-format human`
61692024-02-28T13:27:04.530Z
61702024-02-28T13:27:04.530Zrunning 0 tests
61712024-02-28T13:27:04.530Z
61722024-02-28T13:27:04.531Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61732024-02-28T13:27:04.531Z
61742024-02-28T13:27:04.551Z Doc-tests wicket-dbg
61752024-02-28T13:27:04.554Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-c864af77070b9fcf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7dbcce7b60b2a3da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-05edde44eab689aa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8080405907be4f40.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-9a42209ce3b5c41a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8a1970c8060eb060.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f81de01d26a116b3.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-70c36c2d9caa3524.rlib -C embed-bitcode=no -D warnings --error-format human`
61762024-02-28T13:27:04.877Z
61772024-02-28T13:27:04.877Zrunning 0 tests
61782024-02-28T13:27:04.877Z
61792024-02-28T13:27:04.877Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61802024-02-28T13:27:04.877Z
61812024-02-28T13:27:04.898Z Doc-tests wicketd
61822024-02-28T13:27:04.902Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4c1d44a749a352fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-114f8f7884d59e86.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5a089f4e82cce547.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-2e8387afa3274f85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1e883e8fff4ba58.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-63bde6ab50e29ff6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-62c51bf51dff2185.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-982a67797fa6d4d7.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-dae60454e816c25c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-fc2928e97aea4511.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7594a365b03daaf1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-58d0f28ea0b24078.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2457e8c20933f505.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-06a67d105e44b67e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4e5635c4a2276e3f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-41f03b3705aca2c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fcde3d8a13cc3201.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-5ebf63397ec79566.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c6a90c04ebbf6044.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-dd61fc49a5793d43.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fc4042028ce6e0be.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-fda3a220b7656d7b.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-32ac54339a751dbf.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-0b8f587f500130bb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7a39760243b02ffc.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-9ebda94f988616dc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-28532e949855a5f9.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ff033e5abbc1e4cb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7162855bc93e7955.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d908c75643dd57ca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e4309c15417cf863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-664cac3690d379b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5196b1b774dc5b3b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-cf3fb015319b4763.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b61046672a860c5d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-681ea25b94f3f3bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a18217dd45bc4d9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c38f3536090460f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f52fbb710d46b57b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-03d2355fee6798dc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-1899c00795bb3710.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-b6d49f743b40c6ec.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cbd289bff9588229.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-81046cb69e4966e2.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-97b21d1d51322205.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4d9aab4e8c8bf449.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3b5e28ac9f67493d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-81052139e9b8ba8e.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ce0cad0f797b1da6.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ee0d2445b457794b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f81de01d26a116b3.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6eda82a510b4643c.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-ff6c4d296d3cd6b3.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4e5a474272d93784.rlib -C embed-bitcode=no -D warnings --error-format human`
61832024-02-28T13:27:05.794Z
61842024-02-28T13:27:05.794Zrunning 0 tests
61852024-02-28T13:27:05.794Z
61862024-02-28T13:27:05.794Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61872024-02-28T13:27:05.794Z
61882024-02-28T13:27:05.827Z Doc-tests wicketd-client
61892024-02-28T13:27:05.832Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-accafd0a47646028/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbf64c6ee8d29268/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0dbbea9979509ac3/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-623b36ae07f8f8c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-b7d79802fe443f08/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-898a42c87a6ff7fe.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-7a39760243b02ffc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-13b6e14ba16a5c3b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84e742cfc30fd143.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-081b515ce7736ed3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c1c0ca8903c4a8e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-47514ebe05737ebb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3b85b17348f4e8ea.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1acb9b56b176e664.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-37527f6c510a7660.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ee0d2445b457794b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-928941aca298bcfb.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6eda82a510b4643c.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4e5a474272d93784.rlib -C embed-bitcode=no -D warnings --error-format human`
61902024-02-28T13:27:07.611Z
61912024-02-28T13:27:07.611Zrunning 0 tests
61922024-02-28T13:27:07.611Z
61932024-02-28T13:27:07.611Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61942024-02-28T13:27:07.611Z
61952024-02-28T13:27:07.692Z
61962024-02-28T13:27:07.708Zreal 1:37.021154092
61972024-02-28T13:27:07.708Zuser 1:38.134264313
61982024-02-28T13:27:07.708Zsys 37.327809449
61992024-02-28T13:27:07.708Ztrap 0.018058193
62002024-02-28T13:27:07.708Ztflt 0.854257730
62012024-02-28T13:27:07.708Zdflt 6.699006081
62022024-02-28T13:27:07.708Zkflt 0.022501456
62032024-02-28T13:27:07.708Zlock 1:38.679849116
62042024-02-28T13:27:07.708Zslp 10:21.088361675
62052024-02-28T13:27:07.708Zlat 0.710249847
62062024-02-28T13:27:07.708Zstop 5.106314775
62072024-02-28T13:27:07.708Zfiles in /var/tmp/omicron_tmp (none expected on success):
62082024-02-28T13:27:07.708Z164161 11 drwxr-xr-x 2 build build 2 Feb 28 13:27 /var/tmp/omicron_tmp
62092024-02-28T13:27:07.969Zprocess exited: duration 3558012 ms, exit code 0
 
62102024-02-28T13:27:07.983Zfound 1 output files
62112024-02-28T13:27:07.984Zuploading: /work/crate-build-timings.json (493542 bytes)
62122024-02-28T13:27:09.012Zuploaded: /work/crate-build-timings.json