01HCG34FDTW7PSDXRJCZ905WVE: build-and-test (helios)

BasicConfig {
    output_rules: [
        "/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: 01HCG35Q2PSSZAY25HVV96HRX8

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-11T19:26:17.316Zjob assigned to worker 01HCG35JX36Q4SF5Z59SKGE9D0 (queued for 1 m 31 s)
 
22023-10-11T19:26:17.538Zstarting task 0: "setup"
32023-10-11T19:26:17.825Z++ uname -s
42023-10-11T19:26:17.828Z+ kern=SunOS
52023-10-11T19:26:17.831Z+ case "$kern" in
62023-10-11T19:26:17.834Z+ groupadd -g 12345 build
72023-10-11T19:26:17.837Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-11T19:26:19.842Z+ zfs create -o mountpoint=/work rpool/work
92023-10-11T19:26:19.976Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-11T19:26:19.980Z+ home_fs=zfs
112023-10-11T19:26:19.983Z+ [[ zfs == autofs ]]
122023-10-11T19:26:19.986Z+ mkdir -p /home/build
132023-10-11T19:26:19.994Z+ chown build:build /home/build /work
142023-10-11T19:26:21.985Z+ chmod 0700 /home/build /work
152023-10-11T19:26:21.988Zprocess exited: duration 4447 ms, exit code 0
 
162023-10-11T19:26:21.994Zstarting task 1: "rust-toolchain"
172023-10-11T19:26:22.007Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-11T19:26:22.018Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-11T19:26:22.178Zinfo: downloading installer
202023-10-11T19:26:23.911Zwarning: it looks like you have an existing installation of Rust at:
212023-10-11T19:26:23.926Zwarning: /opt/ooce/bin
222023-10-11T19:26:23.949Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-11T19:26:23.955Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-11T19:26:23.972Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-11T19:26:23.986Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-11T19:26:24.002Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-11T19:26:24.017Zerror: cannot install while Rust is installed
282023-10-11T19:26:24.029Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-11T19:26:24.155Zinfo: profile set to 'default'
302023-10-11T19:26:24.166Zinfo: default host triple is x86_64-unknown-illumos
312023-10-11T19:26:24.175Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-11T19:26:24.297Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-11T19:26:24.300Zinfo: downloading component 'cargo'
342023-10-11T19:26:24.910Zinfo: downloading component 'clippy'
352023-10-11T19:26:25.123Zinfo: downloading component 'rust-docs'
362023-10-11T19:26:25.888Zinfo: downloading component 'rust-std'
372023-10-11T19:26:27.248Zinfo: downloading component 'rustc'
382023-10-11T19:26:30.474Zinfo: downloading component 'rustfmt'
392023-10-11T19:26:30.665Zinfo: installing component 'cargo'
402023-10-11T19:26:32.428Zinfo: installing component 'clippy'
412023-10-11T19:26:33.209Zinfo: installing component 'rust-docs'
422023-10-11T19:26:35.958Zinfo: installing component 'rust-std'
432023-10-11T19:26:39.866Zinfo: installing component 'rustc'
442023-10-11T19:26:49.056Zinfo: installing component 'rustfmt'
452023-10-11T19:26:49.508Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-11T19:26:49.513Z
472023-10-11T19:26:49.715Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-11T19:26:49.721Z
492023-10-11T19:26:49.727Z
502023-10-11T19:26:49.733ZRust is installed now. Great!
512023-10-11T19:26:49.743Z
522023-10-11T19:26:49.759ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-11T19:26:49.776Zenvironment variable. This has not been done automatically.
542023-10-11T19:26:49.794Z
552023-10-11T19:26:49.812ZTo configure your current shell, run:
562023-10-11T19:26:49.833Zsource "$HOME/.cargo/env"
572023-10-11T19:26:49.850Z+ rustc --version
582023-10-11T19:26:49.923Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-11T19:26:49.944Zprocess exited: duration 27926 ms, exit code 0
 
602023-10-11T19:26:49.981Zstarting task 2: "authentication"
612023-10-11T19:26:50.048Zprocess exited: duration 44 ms, exit code 0
 
622023-10-11T19:26:50.082Zstarting task 3: "clone repository"
632023-10-11T19:26:50.104Z+ mkdir -p /work/oxidecomputer/omicron
642023-10-11T19:26:50.122Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-10-11T19:26:50.380ZCloning into '/work/oxidecomputer/omicron'...
662023-10-11T19:26:57.428Z+ cd /work/oxidecomputer/omicron
672023-10-11T19:26:57.432Z+ [[ -n sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir ]]
682023-10-11T19:26:57.435Z+ git fetch origin sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir
692023-10-11T19:26:57.865ZFrom https://github.com/oxidecomputer/omicron
702023-10-11T19:26:57.869Z * branch sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir -> FETCH_HEAD
712023-10-11T19:26:57.877Z+ git checkout -B sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir remotes/origin/sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir
722023-10-11T19:26:57.963ZSwitched to a new branch 'sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir'
732023-10-11T19:26:57.967Zbranch 'sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir' set up to track 'origin/sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir'.
742023-10-11T19:26:57.970Z+ git reset --hard 6200e35e697b068e2105c6b265d7eb8b09b3b2f5
752023-10-11T19:26:58.101ZHEAD is now at 6200e35e [𝘀𝗽𝗿] initial version
762023-10-11T19:26:58.104Zprocess exited: duration 8016 ms, exit code 0
 
772023-10-11T19:26:58.110Zstarting task 4: "build"
782023-10-11T19:26:58.125Z+ NEXTEST_VERSION=0.9.59
792023-10-11T19:26:58.128Z+ cargo --version
802023-10-11T19:26:58.211Zcargo 1.72.1 (103a7ff2e 2023-08-15)
812023-10-11T19:26:58.214Z+ rustc --version
822023-10-11T19:26:58.314Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
832023-10-11T19:26:58.320Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.59/illumos
842023-10-11T19:26:58.323Z+ gunzip
852023-10-11T19:26:58.325Z+ tar -xvf - -C /home/build/.cargo/bin
862023-10-11T19:26:59.685Zx cargo-nextest, 11418632 bytes, 22303 tape blocks
872023-10-11T19:26:59.688Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
882023-10-11T19:26:59.691Z+ echo 'tests will store output in /var/tmp/omicron_tmp'
892023-10-11T19:26:59.694Ztests will store output in /var/tmp/omicron_tmp
902023-10-11T19:26:59.697Z+ mkdir /var/tmp/omicron_tmp
912023-10-11T19:26:59.700Z+ source ./env.sh
922023-10-11T19:26:59.703Z++ set -o xtrace
932023-10-11T19:26:59.706Z++++ dirname ./env.sh
942023-10-11T19:26:59.709Z+++ cd .
952023-10-11T19:26:59.712Z+++ echo /work/oxidecomputer/omicron
962023-10-11T19:26:59.715Z++ OMICRON_WS=/work/oxidecomputer/omicron
972023-10-11T19:26:59.719Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982023-10-11T19:26:59.722Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992023-10-11T19:26:59.725Z++ 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
1002023-10-11T19:26:59.728Z++ 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
1012023-10-11T19:26:59.733Z++ 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
1022023-10-11T19:26:59.738Z++ 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
1032023-10-11T19:26:59.746Z++ unset OMICRON_WS
1042023-10-11T19:26:59.749Z++ set +o xtrace
1052023-10-11T19:26:59.775Z
1062023-10-11T19:26:59.778Z ##### ##### ###### ##### ###### #### # # # #### #
1072023-10-11T19:26:59.780Z # # # # # # # # # # # # # # #
1082023-10-11T19:26:59.783Z # # # # ##### # # ##### # # # # # #### #
1092023-10-11T19:26:59.787Z ##### ##### # ##### # # # # # # # # #
1102023-10-11T19:26:59.790Z # # # # # # # # # # # # # # #
1112023-10-11T19:26:59.793Z # # # ###### # # ###### ### # #### # #### #
1122023-10-11T19:26:59.796Z
1132023-10-11T19:27:10.199Z Startup: Refreshing catalog 'helios-dev' ... Done
1142023-10-11T19:27:11.245Z Startup: Caching catalogs ... Done
1152023-10-11T19:27:13.916ZPlanning: Solver setup ... Done (2.870s)
1162023-10-11T19:27:14.000ZPlanning: Running solver ... Done (0.083s)
1172023-10-11T19:27:14.042ZPlanning: Finding local manifests ... Done (0.005s)
1182023-10-11T19:27:14.061ZPlanning: Fetching manifests: 0/4 0% complete
1192023-10-11T19:27:14.359ZPlanning: Fetching manifests: 4/4 100% complete
1202023-10-11T19:27:14.437ZPlanning: Package planning ... Done (0.080s)
1212023-10-11T19:27:14.522ZPlanning: Merging actions ... Done (0.086s)
1222023-10-11T19:27:15.458ZPlanning: Checking for conflicting actions ... Done (0.934s)
1232023-10-11T19:27:15.477ZPlanning: Consolidating action changes ... Done (0.017s)
1242023-10-11T19:27:20.413ZPlanning: Evaluating mediators ... Done (4.931s)
1252023-10-11T19:27:20.432ZPlanning: Planning completed in 9.53 seconds
1262023-10-11T19:27:20.452Z Packages to install: 4
1272023-10-11T19:27:20.468Z Mediators to change: 2
1282023-10-11T19:27:20.900Z Services to change: 1
1292023-10-11T19:27:20.921Z Estimated space available: 149.39 GB
1302023-10-11T19:27:20.942ZEstimated space to be consumed: 1.35 GB
1312023-10-11T19:27:20.957Z Create boot environment: No
1322023-10-11T19:27:20.969ZCreate backup boot environment: No
1332023-10-11T19:27:20.980Z Rebuild boot archive: No
1342023-10-11T19:27:21.401Z
1352023-10-11T19:27:21.413ZChanged mediators:
1362023-10-11T19:27:21.422Z mediator clang:
1372023-10-11T19:27:21.434Z version: None -> 15 (system default)
1382023-10-11T19:27:21.447Z
1392023-10-11T19:27:21.462Z mediator llvm:
1402023-10-11T19:27:21.475Z version: 14 (system default) -> 15 (system default)
1412023-10-11T19:27:21.489Z
1422023-10-11T19:27:21.503ZChanged packages:
1432023-10-11T19:27:21.932Zhelios-dev
1442023-10-11T19:27:21.945Z developer/build-essential
1452023-10-11T19:27:21.972Z None -> 11-2.0
1462023-10-11T19:27:22.415Z library/libxmlsec1
1472023-10-11T19:27:22.431Z None -> 1.2.35-2.0
1482023-10-11T19:27:22.444Z ooce/developer/clang-15
1492023-10-11T19:27:22.458Z None -> 15.0.7-2.0
1502023-10-11T19:27:22.474Z ooce/developer/llvm-15
1512023-10-11T19:27:22.489Z None -> 15.0.7-2.0
1522023-10-11T19:27:22.504Z
1532023-10-11T19:27:22.518ZServices:
1542023-10-11T19:27:22.531Z restart_fmri:
1552023-10-11T19:27:22.542Z svc:/system/update-man-index:default
1562023-10-11T19:27:22.557Z
1572023-10-11T19:27:22.574ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1582023-10-11T19:27:27.103ZDownload: 205/3290 items 1.1/212.6MB 0% complete (228k/s)
1592023-10-11T19:27:33.330ZDownload: 211/3290 items 1.3/212.6MB 0% complete (214k/s)
1602023-10-11T19:27:51.221ZDownload: 212/3290 items 1.3/212.6MB 0% complete
1612023-10-11T19:27:56.192ZDownload: 360/3290 items 14.5/212.6MB 6% complete (3.0M/s)
1622023-10-11T19:28:01.223ZDownload: 792/3290 items 18.4/212.6MB 8% complete (1.8M/s)
1632023-10-11T19:28:16.991ZDownload: 1197/3290 items 83.5/212.6MB 39% complete
1642023-10-11T19:28:22.000ZDownload: 1722/3290 items 115.4/212.6MB 54% complete (6.4M/s)
1652023-10-11T19:28:27.024ZDownload: 2214/3290 items 119.2/212.6MB 56% complete (3.7M/s)
1662023-10-11T19:28:32.147ZDownload: 2243/3290 items 119.3/212.6MB 56% complete (790k/s)
1672023-10-11T19:28:37.153ZDownload: 3092/3290 items 121.5/212.6MB 57% complete (232k/s)
1682023-10-11T19:28:42.162ZDownload: 3256/3290 items 204.0/212.6MB 95% complete (8.5M/s)
1692023-10-11T19:28:48.416ZDownload: 3289/3290 items 212.6/212.6MB 100% complete (9.1M/s)
1702023-10-11T19:28:48.459ZDownload: Completed 212.60 MB in 87.74 seconds (2.4M/s)
1712023-10-11T19:28:48.757Z Actions: 1/3687 actions (Installing new actions)
1722023-10-11T19:28:53.779Z Actions: 2226/3687 actions (Installing new actions)
1732023-10-11T19:28:56.975Z Actions: Completed 3687 actions in 8.23 seconds.
1742023-10-11T19:28:58.263Z Done (0.056s)
1752023-10-11T19:28:58.267Z Done (0.000s)
1762023-10-11T19:28:58.270Z Done (0.160s)
1772023-10-11T19:29:05.020Z Done (7.713s)
1782023-10-11T19:29:05.345Z Done (0.219s)
1792023-10-11T19:29:05.358Z Done (0.000s)
1802023-10-11T19:29:05.559Z Done (0.000s)
1812023-10-11T19:29:06.220ZPlanning: Evaluating mediator changes ... Done
1822023-10-11T19:29:06.717ZPlanning: Checking for conflicting actions ... Done
1832023-10-11T19:29:07.153ZPlanning: Consolidating action changes ... Done
1842023-10-11T19:29:07.592ZPlanning: Evaluating mediators ... Done
1852023-10-11T19:29:07.614ZPlanning: Planning completed in 0.72 seconds
1862023-10-11T19:29:08.043Z Mediators to change: 2
1872023-10-11T19:29:08.074Z Create boot environment: No
1882023-10-11T19:29:08.097ZCreate backup boot environment: No
1892023-10-11T19:29:08.115Z Done
1902023-10-11T19:29:08.127Z Done
1912023-10-11T19:29:08.144Z Done
1922023-10-11T19:29:13.009Z Done
1932023-10-11T19:29:13.113Z Done
1942023-10-11T19:29:13.117Z Done
1952023-10-11T19:29:13.311Z Done
1962023-10-11T19:29:14.315ZPlanning: Evaluating mediator changes ... Done
1972023-10-11T19:29:14.738ZPlanning: Merging actions ... Done
1982023-10-11T19:29:14.757ZPlanning: Checking for conflicting actions ... Done
1992023-10-11T19:29:14.774ZPlanning: Consolidating action changes ... Done
2002023-10-11T19:29:15.080ZPlanning: Evaluating mediators ... Done
2012023-10-11T19:29:15.175ZPlanning: Planning completed in 1.29 seconds
2022023-10-11T19:29:15.222Z Packages to change: 1
2032023-10-11T19:29:15.234Z Mediators to change: 1
2042023-10-11T19:29:15.244Z Services to change: 1
2052023-10-11T19:29:15.261Z Create boot environment: No
2062023-10-11T19:29:15.273ZCreate backup boot environment: Yes
2072023-10-11T19:29:17.442Z Actions: 1/6 actions (Updating modified actions)
2082023-10-11T19:29:17.880Z Actions: Completed 6 actions in 0.00 seconds.
2092023-10-11T19:29:17.895Z Done
2102023-10-11T19:29:17.932Z Done
2112023-10-11T19:29:17.957Z Done
2122023-10-11T19:29:23.203Z Done
2132023-10-11T19:29:23.323Z Done
2142023-10-11T19:29:23.339Z Done
2152023-10-11T19:29:23.822Z Done
2162023-10-11T19:29:24.090ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2172023-10-11T19:29:24.111Zclang system 15 system
2182023-10-11T19:29:24.132Zcsh system system illumos
2192023-10-11T19:29:24.155Zctags system system illumos
2202023-10-11T19:29:24.182Zgcc vendor 12 vendor
2212023-10-11T19:29:24.195Zgcc system 10 system
2222023-10-11T19:29:24.210Zgcc system 7 system
2232023-10-11T19:29:24.231Zgo system 1.20 system
2242023-10-11T19:29:24.256Zgo system 1.19 system
2252023-10-11T19:29:24.274Zllvm system 15 system
2262023-10-11T19:29:24.289Zllvm system 14 system
2272023-10-11T19:29:24.333Zmariadb system 10.6 system
2282023-10-11T19:29:24.360Zmta vendor vendor dma
2292023-10-11T19:29:24.801Zopenjdk system 17 system
2302023-10-11T19:29:24.818Zopenjdk system 11 system
2312023-10-11T19:29:25.257Zopenjdk system 1.8 system
2322023-10-11T19:29:25.274Zopenssl vendor 3 vendor
2332023-10-11T19:29:25.290Zperl system 5.36 system
2342023-10-11T19:29:25.306Zpostgresql system 15 system
2352023-10-11T19:29:25.323Zpostgresql system 13 system
2362023-10-11T19:29:25.341Zpython vendor 3 vendor
2372023-10-11T19:29:25.771Zpython system 2 system
2382023-10-11T19:29:26.210Zpython3 system 3.11 system
2392023-10-11T19:29:26.633Zruby system 3.0 system
2402023-10-11T19:29:26.650Zwords vendor vendor american-english
2412023-10-11T19:29:26.662Zwords system system australian-english
2422023-10-11T19:29:26.677Zwords system system british-english
2432023-10-11T19:29:26.692Zwords system system canadian-english
2442023-10-11T19:29:26.724Zwords system system french
2452023-10-11T19:29:26.761Zwords system system italian
2462023-10-11T19:29:26.778Zwords system system ngerman
2472023-10-11T19:29:26.805Zwords system system ogerman
2482023-10-11T19:29:26.825Zwords system system spanish
2492023-10-11T19:29:26.835ZFMRI IFO
2502023-10-11T19:29:26.849Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2512023-10-11T19:29:26.874Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2522023-10-11T19:29:26.896Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2532023-10-11T19:29:26.926Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2542023-10-11T19:29:26.939Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2552023-10-11T19:29:26.961Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2562023-10-11T19:29:26.979Z+ set -o errexit
2572023-10-11T19:29:26.999Z+++ dirname ./tools/ci_download_cockroachdb
2582023-10-11T19:29:27.427Z++ cd ./tools
2592023-10-11T19:29:27.442Z++ pwd
2602023-10-11T19:29:27.460Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2612023-10-11T19:29:27.476Z++ basename ./tools/ci_download_cockroachdb
2622023-10-11T19:29:27.902Z+ ARG0=ci_download_cockroachdb
2632023-10-11T19:29:28.336Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2642023-10-11T19:29:28.360Z+ CIDL_VERSION=v22.1.9
2652023-10-11T19:29:28.409Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2662023-10-11T19:29:28.422Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2672023-10-11T19:29:28.434Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2682023-10-11T19:29:28.453Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2692023-10-11T19:29:28.881Z+ TARGET_DIR=out
2702023-10-11T19:29:28.905Z+ DOWNLOAD_DIR=out/downloads
2712023-10-11T19:29:29.327Z+ DEST_DIR=./out/cockroachdb
2722023-10-11T19:29:29.345Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2732023-10-11T19:29:29.792Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2742023-10-11T19:29:29.812Z+ main
2752023-10-11T19:29:29.842Z+ [[ 0 != 0 ]]
2762023-10-11T19:29:30.274Z+ CIDL_OS=solaris2.11
2772023-10-11T19:29:30.285Z+ [[ 0 != 0 ]]
2782023-10-11T19:29:30.296Z+ configure_os solaris2.11
2792023-10-11T19:29:30.307Z+ echo 'current directory: /work/oxidecomputer/omicron'
2802023-10-11T19:29:30.316Zcurrent directory: /work/oxidecomputer/omicron
2812023-10-11T19:29:30.325Z+ echo 'configuring based on OS: "solaris2.11"'
2822023-10-11T19:29:30.334Zconfiguring based on OS: "solaris2.11"
2832023-10-11T19:29:30.344Z+ case "$1" in
2842023-10-11T19:29:30.822Z+ CIDL_BUILD=illumos
2852023-10-11T19:29:30.836Z+ CIDL_SUFFIX=tar.gz
2862023-10-11T19:29:30.850Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2872023-10-11T19:29:30.860Z+ CIDL_MD5FUNC=do_md5sum
2882023-10-11T19:29:31.288Z+ CIDL_URL_BASE=https://illumos.org/downloads
2892023-10-11T19:29:31.305Z+ CIDL_ASSEMBLE=do_assemble_illumos
2902023-10-11T19:29:31.327Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2912023-10-11T19:29:31.346Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2922023-10-11T19:29:31.365Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2932023-10-11T19:29:31.384Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2942023-10-11T19:29:33.036Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2952023-10-11T19:29:33.046ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2962023-10-11T19:29:33.056Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2972023-10-11T19:29:33.110ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2982023-10-11T19:29:33.538Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2992023-10-11T19:29:33.560ZDownloading...
3002023-10-11T19:29:33.581Z+ mkdir -p out/downloads
3012023-10-11T19:29:33.593Z+ mkdir -p ./out/cockroachdb
3022023-10-11T19:29:33.601Z+ local DO_DOWNLOAD=true
3032023-10-11T19:29:33.627Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3042023-10-11T19:29:33.647Z+ '[' true == true ']'
3052023-10-11T19:29:33.677Z+ echo Downloading...
3062023-10-11T19:29:33.689Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3072023-10-11T19:29:33.702Z+ 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
3082023-10-11T19:29:33.720Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3092023-10-11T19:29:34.155Z++ md5sum
3102023-10-11T19:29:34.167Z++ awk '{print $1}'
3112023-10-11T19:29:34.182Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
3122023-10-11T19:29:34.197Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
3132023-10-11T19:29:34.221Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3142023-10-11T19:29:34.246Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3152023-10-11T19:29:34.270Z+ do_assemble_illumos
3162023-10-11T19:29:34.292Z+ rm -r ./out/cockroachdb
3172023-10-11T19:29:34.313Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3182023-10-11T19:29:34.736Z+ ./out/cockroachdb/bin/cockroach version
3192023-10-11T19:29:34.759ZBuild Tag: v22.1.9-dirty
3202023-10-11T19:29:34.778ZBuild Time: 2022/10/26 21:17:46
3212023-10-11T19:29:34.799ZDistribution: OSS
3222023-10-11T19:29:34.817ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3232023-10-11T19:29:34.835ZGo Version: go1.17.13
3242023-10-11T19:29:34.858ZC Compiler: gcc 10.3.0
3252023-10-11T19:29:35.711ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3262023-10-11T19:29:35.729ZBuild Type: release
3272023-10-11T19:29:35.747Z+ set -o errexit
3282023-10-11T19:29:35.763Z+++ dirname ./tools/ci_download_clickhouse
3292023-10-11T19:29:35.778Z++ cd ./tools
3302023-10-11T19:29:35.794Z++ pwd
3312023-10-11T19:29:35.808Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3322023-10-11T19:29:35.826Z++ basename ./tools/ci_download_clickhouse
3332023-10-11T19:29:35.845Z+ ARG0=ci_download_clickhouse
3342023-10-11T19:29:36.280Z+ TARGET_DIR=out
3352023-10-11T19:29:36.300Z+ DOWNLOAD_DIR=out/downloads
3362023-10-11T19:29:36.324Z+ DEST_DIR=./out/clickhouse
3372023-10-11T19:29:36.353Z+ CIDL_VERSION=v22.8.9.24
3382023-10-11T19:29:36.373Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3392023-10-11T19:29:36.392Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3402023-10-11T19:29:36.408Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3412023-10-11T19:29:37.648Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3422023-10-11T19:29:37.660Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3432023-10-11T19:29:37.677Z+ main
3442023-10-11T19:29:37.698Z+ [[ 0 != 0 ]]
3452023-10-11T19:29:37.717Z+ CIDL_OS=solaris2.11
3462023-10-11T19:29:37.737Z+ [[ 0 != 0 ]]
3472023-10-11T19:29:37.795Z+ configure_os solaris2.11
3482023-10-11T19:29:37.816Z+ echo 'current directory: /work/oxidecomputer/omicron'
3492023-10-11T19:29:37.836Zcurrent directory: /work/oxidecomputer/omicron
3502023-10-11T19:29:37.861Z+ echo 'configuring based on OS: "solaris2.11"'
3512023-10-11T19:29:37.888Zconfiguring based on OS: "solaris2.11"
3522023-10-11T19:29:37.911Z+ CIDL_DASHREV=
3532023-10-11T19:29:37.927Z+ case "$1" in
3542023-10-11T19:29:37.951Z+ CIDL_PLATFORM=illumos
3552023-10-11T19:29:37.972Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3562023-10-11T19:29:38.403Z+ CIDL_MD5FUNC=do_md5sum
3572023-10-11T19:29:38.424Z+ CIDL_DASHREV=-1
3582023-10-11T19:29:38.435Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3592023-10-11T19:29:38.444Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3602023-10-11T19:29:38.461ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3612023-10-11T19:29:38.476Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3622023-10-11T19:29:38.491ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3632023-10-11T19:29:38.509Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3642023-10-11T19:29:38.532ZDownloading...
3652023-10-11T19:29:38.544Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3662023-10-11T19:29:38.558Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3672023-10-11T19:29:38.573Z+ mkdir -p out/downloads
3682023-10-11T19:29:38.582Z+ mkdir -p ./out/clickhouse
3692023-10-11T19:29:38.598Z+ local DO_DOWNLOAD=true
3702023-10-11T19:29:38.615Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3712023-10-11T19:29:38.627Z+ '[' true == true ']'
3722023-10-11T19:29:38.638Z+ echo Downloading...
3732023-10-11T19:29:38.647Z+ 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
3742023-10-11T19:29:38.665Z+ 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
3752023-10-11T19:29:38.680Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3762023-10-11T19:29:39.107Z++ md5sum
3772023-10-11T19:29:39.120Z++ awk '{print $1}'
3782023-10-11T19:29:39.137Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3792023-10-11T19:29:39.156Z+ [[ 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 ]]
3802023-10-11T19:29:39.176Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3812023-10-11T19:29:39.193Z+ mkdir -p ./out/clickhouse
3822023-10-11T19:29:39.209Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3832023-10-11T19:29:39.482Z+ ./out/clickhouse/clickhouse server --version
3842023-10-11T19:29:39.535ZClickHouse server version 22.8.9.1.
3852023-10-11T19:29:39.565Z+ set -o errexit
3862023-10-11T19:29:39.573Z+++ dirname ./tools/ci_download_console
3872023-10-11T19:29:39.583Z++ cd ./tools
3882023-10-11T19:29:39.594Z++ pwd
3892023-10-11T19:29:39.617Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3902023-10-11T19:29:39.634Z++ basename ./tools/ci_download_console
3912023-10-11T19:29:40.069Z+ ARG0=ci_download_console
3922023-10-11T19:29:40.513Z+ TARGET_DIR=out
3932023-10-11T19:29:40.536Z+ DOWNLOAD_DIR=out/downloads
3942023-10-11T19:29:40.552Z+ DEST_DIR=./out/console-assets
3952023-10-11T19:29:40.573Z+ source /work/oxidecomputer/omicron/tools/console_version
3962023-10-11T19:29:40.591Z++ COMMIT=0cc1e03a24b3f5da275d15b969978a385d6b3b27
3972023-10-11T19:29:40.609Z++ SHA2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee
3982023-10-11T19:29:40.628Z+ URL=https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
3992023-10-11T19:29:40.644Z+ TARBALL_FILE=out/downloads/console.tar.gz
4002023-10-11T19:29:40.684Z+ main
4012023-10-11T19:29:40.705Z+ [[ 0 != 0 ]]
4022023-10-11T19:29:40.727Z+ echo 'URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz'
4032023-10-11T19:29:41.150ZURL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
4042023-10-11T19:29:41.171Z+ echo 'Local file: out/downloads/console.tar.gz'
4052023-10-11T19:29:41.192ZLocal file: out/downloads/console.tar.gz
4062023-10-11T19:29:41.218Z+ local DO_DOWNLOAD=true
4072023-10-11T19:29:41.237Z+ [[ -f out/downloads/console.tar.gz ]]
4082023-10-11T19:29:41.261Z+ mkdir -p out/downloads
4092023-10-11T19:29:41.285Z+ '[' true == true ']'
4102023-10-11T19:29:41.308Z+ echo Downloading...
4112023-10-11T19:29:41.383ZDownloading...
4122023-10-11T19:29:41.398Z+ do_download_curl https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz out/downloads/console.tar.gz
4132023-10-11T19:29:41.413Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
4142023-10-11T19:29:41.440Z++ do_sha256sum out/downloads/console.tar.gz
4152023-10-11T19:29:41.464Z++ case "$OSTYPE" in
4162023-10-11T19:29:41.473Z++ SHA=sha256sum
4172023-10-11T19:29:41.481Z++ sha256sum
4182023-10-11T19:29:41.906Z++ awk '{print $1}'
4192023-10-11T19:29:41.919Z+ calculated_sha2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee
4202023-10-11T19:29:43.169Z+ [[ 46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee != \4\6\a\1\8\6\f\c\3\b\f\9\1\9\a\3\a\a\2\8\7\1\a\e\a\b\8\4\4\1\e\4\a\1\3\e\d\1\3\4\f\9\1\2\b\5\d\7\6\c\7\f\f\8\9\1\f\e\d\6\6\c\e\e ]]
4212023-10-11T19:29:43.216Z+ rm -rf ./out/console-assets
4222023-10-11T19:29:44.458Z+ mkdir -p ./out/console-assets
4232023-10-11T19:29:44.481Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4242023-10-11T19:29:44.558Z+ mkdir -p ./out/console-assets
4252023-10-11T19:29:44.582Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4262023-10-11T19:29:44.597Z+ set -o errexit
4272023-10-11T19:29:44.608Z+++ dirname ./tools/ci_download_maghemite_openapi
4282023-10-11T19:29:44.616Z++ cd ./tools
4292023-10-11T19:29:44.626Z++ pwd
4302023-10-11T19:29:44.640Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4312023-10-11T19:29:45.485Z++ basename ./tools/ci_download_maghemite_openapi
4322023-10-11T19:29:45.506Z+ ARG0=ci_download_maghemite_openapi
4332023-10-11T19:29:45.520Z+ TARGET_DIR=out
4342023-10-11T19:29:45.541Z+ DOWNLOAD_DIR=out/downloads
4352023-10-11T19:29:45.963Z+ source /work/oxidecomputer/omicron/tools/maghemite_openapi_version
4362023-10-11T19:29:45.973Z++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d
4372023-10-11T19:29:45.988Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4382023-10-11T19:29:46.003Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4392023-10-11T19:29:46.421Z+ LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4402023-10-11T19:29:46.433Z+ main
4412023-10-11T19:29:46.446Z+ [[ 0 != 0 ]]
4422023-10-11T19:29:46.456Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json'
4432023-10-11T19:29:46.466ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4442023-10-11T19:29:46.482Z+ echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json'
4452023-10-11T19:29:46.493ZLocal file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4462023-10-11T19:29:46.513Z+ local DO_DOWNLOAD=true
4472023-10-11T19:29:46.536Z+ [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]]
4482023-10-11T19:29:46.550Z+ mkdir -p out/downloads
4492023-10-11T19:29:46.563Z+ '[' true == true ']'
4502023-10-11T19:29:46.708Z+ echo Downloading...
4512023-10-11T19:29:46.737ZDownloading...
4522023-10-11T19:29:46.757Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4532023-10-11T19:29:46.781Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4542023-10-11T19:29:46.804Z++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4552023-10-11T19:29:46.824Z++ case "$OSTYPE" in
4562023-10-11T19:29:46.844Z++ SHA=sha256sum
4572023-10-11T19:29:46.865Z++ sha256sum
4582023-10-11T19:29:46.885Z++ awk '{print $1}'
4592023-10-11T19:29:47.327Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4602023-10-11T19:29:47.758Z+ [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]]
4612023-10-11T19:29:47.784Z+ set -o errexit
4622023-10-11T19:29:47.803Z+++ dirname ./tools/ci_download_dendrite_openapi
4632023-10-11T19:29:48.711Z++ cd ./tools
4642023-10-11T19:29:48.733Z++ pwd
4652023-10-11T19:29:48.773Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4662023-10-11T19:29:48.798Z++ basename ./tools/ci_download_dendrite_openapi
4672023-10-11T19:29:49.225Z+ ARG0=ci_download_dendrite_openapi
4682023-10-11T19:29:49.235Z+ TARGET_DIR=out
4692023-10-11T19:29:49.246ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json
4702023-10-11T19:29:49.677Z+ DOWNLOAD_DIR=out/downloads
4712023-10-11T19:29:49.694ZLocal file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4722023-10-11T19:29:49.713Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4732023-10-11T19:29:49.731ZDownloading...
4742023-10-11T19:29:49.748Z++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d
4752023-10-11T19:29:50.177Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4762023-10-11T19:29:50.201Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json
4772023-10-11T19:29:50.217Z+ LOCAL_FILE=out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4782023-10-11T19:29:50.236Z+ main
4792023-10-11T19:29:50.254Z+ [[ 0 != 0 ]]
4802023-10-11T19:29:50.268Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json'
4812023-10-11T19:29:51.495Z+ echo 'Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json'
4822023-10-11T19:29:51.511Z+ local DO_DOWNLOAD=true
4832023-10-11T19:29:51.520Z+ [[ -f out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json ]]
4842023-10-11T19:29:51.530Z+ mkdir -p out/downloads
4852023-10-11T19:29:51.965Z+ '[' true == true ']'
4862023-10-11T19:29:51.985Z+ echo Downloading...
4872023-10-11T19:29:52.006Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4882023-10-11T19:29:52.032Zcurrent directory: /work/oxidecomputer/omicron
4892023-10-11T19:29:52.078Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json
4902023-10-11T19:29:52.115Zconfiguring based on OS: "solaris2.11"
4912023-10-11T19:29:52.140Z++ do_sha256sum out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4922023-10-11T19:29:52.165ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz
4932023-10-11T19:29:52.187Z++ case "$OSTYPE" in
4942023-10-11T19:29:52.213ZLocal file: out/downloads/dendrite-stub.tar.gz
4952023-10-11T19:29:52.249Z++ SHA=sha256sum
4962023-10-11T19:29:52.704ZDownloading...
4972023-10-11T19:29:52.728Z++ sha256sum
4982023-10-11T19:29:53.176Z++ awk '{print $1}'
4992023-10-11T19:29:53.639Z+ calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
5002023-10-11T19:29:53.660Z+ [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]]
5012023-10-11T19:29:53.682Z+ set -o errexit
5022023-10-11T19:29:53.724Z+++ dirname ./tools/ci_download_dendrite_stub
5032023-10-11T19:29:54.156Z++ cd ./tools
5042023-10-11T19:29:54.166Z++ pwd
5052023-10-11T19:29:54.177Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5062023-10-11T19:29:54.192Z++ basename ./tools/ci_download_dendrite_stub
5072023-10-11T19:29:54.211Z+ ARG0=ci_download_dendrite_stub
5082023-10-11T19:29:54.238Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5092023-10-11T19:29:54.253Z++ CIDL_SHA256_ILLUMOS=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
5102023-10-11T19:29:54.267Z++ CIDL_SHA256_LINUX_DPD=af97aaf7e1046a5c651d316c384171df6387b4c54c8ae4a3ef498e532eaa5a4c
5112023-10-11T19:29:54.698Z++ CIDL_SHA256_LINUX_SWADM=909e400dcc9880720222c6dc3919404d83687f773f668160f66f38b51a81c188
5122023-10-11T19:29:54.717Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5132023-10-11T19:29:54.731Z++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d
5142023-10-11T19:29:55.156Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
5152023-10-11T19:29:55.179Z+ TARGET_DIR=out
5162023-10-11T19:29:55.195Z+ DOWNLOAD_DIR=out/downloads
5172023-10-11T19:29:55.210Z+ DEST_DIR=./out/dendrite-stub
5182023-10-11T19:29:55.225Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5192023-10-11T19:29:55.238Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5202023-10-11T19:29:55.253Z+ REPO=oxidecomputer/dendrite
5212023-10-11T19:29:55.272Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d
5222023-10-11T19:29:55.698Z+ main
5232023-10-11T19:29:55.708Z+ [[ 0 != 0 ]]
5242023-10-11T19:29:55.732Z+ CIDL_OS=solaris2.11
5252023-10-11T19:29:55.752Z+ [[ 0 != 0 ]]
5262023-10-11T19:29:55.776Z+ configure_os solaris2.11
5272023-10-11T19:29:55.787Z+ echo 'current directory: /work/oxidecomputer/omicron'
5282023-10-11T19:29:55.798Z+ echo 'configuring based on OS: "solaris2.11"'
5292023-10-11T19:29:55.812Z+ case "$1" in
5302023-10-11T19:29:55.827Z+ SET_BINARIES=
5312023-10-11T19:29:55.840Z+ CIDL_SHA256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
5322023-10-11T19:29:55.855Z+ CIDL_SHA256FUNC=do_sha256sum
5332023-10-11T19:29:55.865Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5342023-10-11T19:29:55.877Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz
5352023-10-11T19:29:55.889Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5362023-10-11T19:29:55.905Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz'
5372023-10-11T19:29:55.923Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5382023-10-11T19:29:56.351Z+ mkdir -p out/downloads
5392023-10-11T19:29:56.370Z+ mkdir -p ./out/dendrite-stub
5402023-10-11T19:29:56.391Z+ fetch_and_verify
5412023-10-11T19:29:56.818Z+ local DO_DOWNLOAD=true
5422023-10-11T19:29:56.842Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5432023-10-11T19:29:58.092Z+ '[' true == true ']'
5442023-10-11T19:29:58.105Z+ echo Downloading...
5452023-10-11T19:29:58.668Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5462023-10-11T19:29:58.679Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz
5472023-10-11T19:30:21.783Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5482023-10-11T19:30:21.803Z++ sha256sum
5492023-10-11T19:30:22.232Z++ awk '{print $1}'
5502023-10-11T19:30:22.269Z+ calculated_sha256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
5512023-10-11T19:30:22.703Z+ [[ 486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 != \4\8\6\b\0\b\0\1\6\c\0\d\f\0\6\9\4\7\8\1\0\b\9\0\f\3\a\3\d\d\4\0\4\2\3\f\0\e\e\6\f\2\5\5\e\d\0\7\9\d\c\8\e\5\6\1\8\c\9\a\7\2\8\1 ]]
5522023-10-11T19:30:22.756Z+ do_untar out/downloads/dendrite-stub.tar.gz
5532023-10-11T19:30:23.219Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5542023-10-11T19:30:23.254Z+ do_assemble
5552023-10-11T19:30:23.272Z+ rm -r ./out/dendrite-stub
5562023-10-11T19:30:23.277Z+ mkdir ./out/dendrite-stub
5572023-10-11T19:30:23.284Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5582023-10-11T19:30:23.288Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5592023-10-11T19:30:23.296Z+ set -o errexit
5602023-10-11T19:30:23.311Z+++ dirname ./tools/ci_download_transceiver_control
5612023-10-11T19:30:23.331Z++ cd ./tools
5622023-10-11T19:30:23.758Z++ pwd
5632023-10-11T19:30:23.766Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5642023-10-11T19:30:23.771Z++ basename ./tools/ci_download_transceiver_control
5652023-10-11T19:30:23.775Z+ ARG0=ci_download_transceiver_control
5662023-10-11T19:30:23.780Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5672023-10-11T19:30:23.786Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5682023-10-11T19:30:23.790Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5692023-10-11T19:30:23.797Z+ TARGET_DIR=out
5702023-10-11T19:30:23.804Z+ DOWNLOAD_DIR=out/downloads
5712023-10-11T19:30:23.811Z+ DEST_DIR=./out/transceiver-control
5722023-10-11T19:30:23.816Z+ BIN_DIR=/opt/oxide/bin
5732023-10-11T19:30:23.820Z+ BINARY=xcvradm
5742023-10-11T19:30:23.826Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5752023-10-11T19:30:23.831Z+ REPO=oxidecomputer/transceiver-control
5762023-10-11T19:30:23.836Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5772023-10-11T19:30:23.847Z+ main
5782023-10-11T19:30:23.864Z+ [[ 0 != 0 ]]
5792023-10-11T19:30:23.879Z+ CIDL_OS=solaris2.11
5802023-10-11T19:30:23.885Z+ [[ 0 != 0 ]]
5812023-10-11T19:30:23.889Z+ configure_os solaris2.11
5822023-10-11T19:30:23.892Z+ echo 'current directory: /work/oxidecomputer/omicron'
5832023-10-11T19:30:23.902Zcurrent directory: /work/oxidecomputer/omicron
5842023-10-11T19:30:23.906Zconfiguring based on OS: "solaris2.11"
5852023-10-11T19:30:23.910Z+ echo 'configuring based on OS: "solaris2.11"'
5862023-10-11T19:30:23.914Z+ case "$1" in
5872023-10-11T19:30:23.917Z+ SET_BINARIES=
5882023-10-11T19:30:23.921Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5892023-10-11T19:30:23.925Z+ CIDL_SHA256FUNC=do_sha256sum
5902023-10-11T19:30:23.929Z+ ARCHIVE_FILENAME=xcvradm.gz
5912023-10-11T19:30:23.936Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5922023-10-11T19:30:23.940Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5932023-10-11T19:30:23.955Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
5942023-10-11T19:30:23.964ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5952023-10-11T19:30:23.982Z+ echo 'Local file: out/downloads/xcvradm.gz'
5962023-10-11T19:30:23.996ZLocal file: out/downloads/xcvradm.gz
5972023-10-11T19:30:24.012Z+ mkdir -p out/downloads
5982023-10-11T19:30:24.050Z+ mkdir -p ./out/transceiver-control
5992023-10-11T19:30:24.079Z+ fetch_and_verify
6002023-10-11T19:30:24.114Z+ local DO_DOWNLOAD=true
6012023-10-11T19:30:24.146Z+ [[ -f out/downloads/xcvradm.gz ]]
6022023-10-11T19:30:24.201Z+ '[' true == true ']'
6032023-10-11T19:30:24.212Z+ echo Downloading...
6042023-10-11T19:30:24.225ZDownloading...
6052023-10-11T19:30:24.655Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6062023-10-11T19:30:24.670Z+ 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
6072023-10-11T19:30:30.696Z++ do_sha256sum out/downloads/xcvradm.gz
6082023-10-11T19:30:30.717Z++ sha256sum
6092023-10-11T19:30:31.151Z++ awk '{print $1}'
6102023-10-11T19:30:31.177Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6112023-10-11T19:30:31.618Z+ [[ 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 ]]
6122023-10-11T19:30:31.642Z+ do_unpack out/downloads/xcvradm.gz
6132023-10-11T19:30:31.672Z+ mkdir -p out/downloads/root//opt/oxide/bin
6142023-10-11T19:30:31.698Z+ gzip -dc out/downloads/xcvradm.gz
6152023-10-11T19:30:31.717Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6162023-10-11T19:30:32.151Z+ do_assemble
6172023-10-11T19:30:32.171Z+ rm -r ./out/transceiver-control
6182023-10-11T19:30:32.191Z+ mkdir ./out/transceiver-control
6192023-10-11T19:30:32.648Z+ cp -r out/downloads/root ./out/transceiver-control/root
6202023-10-11T19:30:32.666ZAll builder prerequisites installed successfully, and PATH looks valid
6212023-10-11T19:30:32.686Z
6222023-10-11T19:30:32.706Zreal 3:31.270993389
6232023-10-11T19:30:32.738Zuser 48.852787188
6242023-10-11T19:30:32.770Zsys 9.864861446
6252023-10-11T19:30:32.784Ztrap 0.025522932
6262023-10-11T19:30:32.800Ztflt 0.190666828
6272023-10-11T19:30:32.816Zdflt 0.895590900
6282023-10-11T19:30:32.836Zkflt 0.197601465
6292023-10-11T19:30:32.921Zlock 2.087433806
6302023-10-11T19:30:32.982Zslp 7:17.042947232
6312023-10-11T19:30:33.025Zlat 4.099012364
6322023-10-11T19:30:33.043Zstop 0.072373092
6332023-10-11T19:30:33.067Z
6342023-10-11T19:30:33.084Z ##### # # # # #####
6352023-10-11T19:30:33.094Z # # # # # # # #
6362023-10-11T19:30:33.110Z ##### # # # # # #
6372023-10-11T19:30:33.129Z # # # # # # # #
6382023-10-11T19:30:33.142Z # # # # # # # #
6392023-10-11T19:30:33.164Z ##### #### # ###### #####
6402023-10-11T19:30:33.183Z
6412023-10-11T19:30:33.212Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6422023-10-11T19:30:33.226Z Updating crates.io index
6432023-10-11T19:30:33.240Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6442023-10-11T19:30:33.254Z Updating git repository `https://github.com/oxidecomputer/progenitor`
6452023-10-11T19:30:34.354Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
6462023-10-11T19:30:35.419Z Updating git repository `http://github.com/oxidecomputer/tofino`
6472023-10-11T19:30:35.490Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
6482023-10-11T19:30:35.824Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
6492023-10-11T19:30:36.127Z Updating git repository `https://github.com/oxidecomputer/propolis`
6502023-10-11T19:30:37.011Z Updating git repository `https://github.com/oxidecomputer/opte`
6512023-10-11T19:30:38.009Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
6522023-10-11T19:30:38.338Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
6532023-10-11T19:30:38.742Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
6542023-10-11T19:30:39.740Z Updating git repository `https://github.com/oxidecomputer/crucible`
6552023-10-11T19:30:40.990Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
6562023-10-11T19:30:41.693Z Updating git repository `http://github.com/oxidecomputer/sprockets`
6572023-10-11T19:30:42.140Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
6582023-10-11T19:30:42.929Z Updating git repository `https://github.com/njaremko/samael`
6592023-10-11T19:30:42.985Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
6602023-10-11T19:30:43.982Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
6612023-10-11T19:30:43.997Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
6622023-10-11T19:30:44.280Z Updating git repository `https://github.com/jgallagher/nix`
6632023-10-11T19:30:45.530Z Updating git repository `https://github.com/cbiffle/hubpack`
6642023-10-11T19:30:45.890Z Updating git repository `https://github.com/oxidecomputer/omicron`
6652023-10-11T19:30:59.978Z Updating git repository `https://github.com/oxidecomputer/rfb`
6662023-10-11T19:31:00.594Z Updating git repository `https://github.com/oxidecomputer/typify`
6672023-10-11T19:31:01.843Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
6682023-10-11T19:31:02.271Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
6692023-10-11T19:31:02.652Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
6702023-10-11T19:31:04.106Z Downloading crates ...
6712023-10-11T19:31:04.402Z Downloaded aead v0.5.2
6722023-10-11T19:31:04.429Z Downloaded async-stream-impl v0.3.5
6732023-10-11T19:31:04.435Z Downloaded bitstruct v0.1.1
6742023-10-11T19:31:04.442Z Downloaded http-body v0.4.5
6752023-10-11T19:31:04.447Z Downloaded arc-swap v1.6.0
6762023-10-11T19:31:04.454Z Downloaded hubpack v0.1.2
6772023-10-11T19:31:04.460Z Downloaded anes v0.1.6
6782023-10-11T19:31:04.465Z Downloaded hubpack_derive v0.1.1
6792023-10-11T19:31:04.472Z Downloaded cipher v0.4.4
6802023-10-11T19:31:04.479Z Downloaded hostname v0.3.1
6812023-10-11T19:31:04.485Z Downloaded colorchoice v1.0.0
6822023-10-11T19:31:04.490Z Downloaded hashlink v0.8.3
6832023-10-11T19:31:04.496Z Downloaded allocator-api2 v0.2.16
6842023-10-11T19:31:04.502Z Downloaded instant v0.1.12
6852023-10-11T19:31:04.508Z Downloaded match_cfg v0.1.0
6862023-10-11T19:31:04.514Z Downloaded lazy_static v1.4.0
6872023-10-11T19:31:04.519Z Downloaded hyper-staticfile v0.9.5
6882023-10-11T19:31:04.525Z Downloaded humantime v2.1.0
6892023-10-11T19:31:04.532Z Downloaded hex-literal v0.4.1
6902023-10-11T19:31:04.538Z Downloaded md-5 v0.10.5
6912023-10-11T19:31:04.543Z Downloaded jobserver v0.1.26
6922023-10-11T19:31:04.550Z Downloaded atomicwrites v0.4.1
6932023-10-11T19:31:04.555Z Downloaded lalrpop-util v0.19.12
6942023-10-11T19:31:04.560Z Downloaded globset v0.4.13
6952023-10-11T19:31:04.566Z Downloaded hyper-rustls v0.24.1
6962023-10-11T19:31:04.571Z Downloaded matches v0.1.10
6972023-10-11T19:31:04.577Z Downloaded indoc v2.0.3
6982023-10-11T19:31:04.580Z Downloaded ciborium-io v0.2.1
6992023-10-11T19:31:04.588Z Downloaded hmac v0.12.1
7002023-10-11T19:31:04.592Z Downloaded impl-trait-for-tuples v0.2.2
7012023-10-11T19:31:04.596Z Downloaded memoffset v0.9.0
7022023-10-11T19:31:04.601Z Downloaded adler v1.0.2
7032023-10-11T19:31:04.605Z Downloaded bitflags v1.3.2
7042023-10-11T19:31:04.609Z Downloaded ref-cast-impl v1.0.20
7052023-10-11T19:31:04.613Z Downloaded constant_time_eq v0.3.0
7062023-10-11T19:31:04.620Z Downloaded nanorand v0.7.0
7072023-10-11T19:31:04.631Z Downloaded hash32 v0.2.1
7082023-10-11T19:31:04.681Z Downloaded time-core v0.1.1
7092023-10-11T19:31:04.708Z Downloaded group v0.13.0
7102023-10-11T19:31:05.148Z Downloaded signal-hook-tokio v0.3.1
7112023-10-11T19:31:05.174Z Downloaded heck v0.4.1
7122023-10-11T19:31:05.619Z Downloaded const-oid v0.9.5
7132023-10-11T19:31:05.658Z Downloaded addr2line v0.21.0
7142023-10-11T19:31:05.720Z Downloaded async-trait v0.1.73
7152023-10-11T19:31:05.744Z Downloaded lru-cache v0.1.2
7162023-10-11T19:31:05.769Z Downloaded convert_case v0.4.0
7172023-10-11T19:31:05.787Z Downloaded filetime v0.2.22
7182023-10-11T19:31:05.799Z Downloaded serde_tokenstream v0.2.0
7192023-10-11T19:31:05.812Z Downloaded backtrace v0.3.69
7202023-10-11T19:31:05.825Z Downloaded multer v2.1.0
7212023-10-11T19:31:05.841Z Downloaded ascii-canvas v3.0.0
7222023-10-11T19:31:05.862Z Downloaded getrandom v0.2.10
7232023-10-11T19:31:05.884Z Downloaded vte_generate_state_changes v0.1.1
7242023-10-11T19:31:05.903Z Downloaded version_check v0.9.4
7252023-10-11T19:31:05.921Z Downloaded crossbeam v0.8.2
7262023-10-11T19:31:05.934Z Downloaded errno v0.3.2
7272023-10-11T19:31:05.942Z Downloaded blake2b_simd v1.0.1
7282023-10-11T19:31:05.951Z Downloaded ahash v0.7.6
7292023-10-11T19:31:05.973Z Downloaded rusty-fork v0.3.0
7302023-10-11T19:31:05.994Z Downloaded stable_deref_trait v1.2.0
7312023-10-11T19:31:06.019Z Downloaded structmeta-derive v0.1.6
7322023-10-11T19:31:06.050Z Downloaded indicatif v0.17.6
7332023-10-11T19:31:06.475Z Downloaded strsim v0.10.0
7342023-10-11T19:31:06.492Z Downloaded derive_builder_macro v0.12.0
7352023-10-11T19:31:06.504Z Downloaded tower-service v0.3.2
7362023-10-11T19:31:06.526Z Downloaded xattr v1.0.1
7372023-10-11T19:31:06.549Z Downloaded similar-asserts v1.5.0
7382023-10-11T19:31:06.567Z Downloaded foreign-types-shared v0.3.1
7392023-10-11T19:31:06.590Z Downloaded http v0.2.9
7402023-10-11T19:31:06.609Z Downloaded utf8parse v0.2.1
7412023-10-11T19:31:06.625Z Downloaded zeroize_derive v1.4.2
7422023-10-11T19:31:06.645Z Downloaded vec_map v0.8.2
7432023-10-11T19:31:06.666Z Downloaded log v0.4.20
7442023-10-11T19:31:07.099Z Downloaded crunchy v0.2.2
7452023-10-11T19:31:07.131Z Downloaded half v1.8.2
7462023-10-11T19:31:07.556Z Downloaded schemars_derive v0.8.13
7472023-10-11T19:31:07.583Z Downloaded proc-macro-error v1.0.4
7482023-10-11T19:31:07.998Z Downloaded zerocopy v0.6.3
7492023-10-11T19:31:08.012Z Downloaded try-lock v0.2.4
7502023-10-11T19:31:08.056Z Downloaded which v4.4.0
7512023-10-11T19:31:08.133Z Downloaded radium v0.7.0
7522023-10-11T19:31:08.152Z Downloaded slog-stdlog v4.1.1
7532023-10-11T19:31:08.167Z Downloaded futures-macro v0.3.28
7542023-10-11T19:31:08.178Z Downloaded ringbuffer v0.15.0
7552023-10-11T19:31:08.196Z Downloaded tabled_derive v0.6.0
7562023-10-11T19:31:08.206Z Downloaded diesel_table_macro_syntax v0.1.0
7572023-10-11T19:31:08.226Z Downloaded argon2 v0.5.2
7582023-10-11T19:31:08.241Z Downloaded rand_xorshift v0.3.0
7592023-10-11T19:31:08.246Z Downloaded stringprep v0.1.3
7602023-10-11T19:31:08.269Z Downloaded untrusted v0.7.1
7612023-10-11T19:31:08.285Z Downloaded omicron-zone-package v0.8.3
7622023-10-11T19:31:08.301Z Downloaded universal-hash v0.5.1
7632023-10-11T19:31:08.322Z Downloaded display-error-chain v0.1.1
7642023-10-11T19:31:08.754Z Downloaded tokio-tungstenite v0.20.1
7652023-10-11T19:31:09.184Z Downloaded percent-encoding v2.3.0
7662023-10-11T19:31:09.206Z Downloaded number_prefix v0.4.0
7672023-10-11T19:31:09.231Z Downloaded ctr v0.9.2
7682023-10-11T19:31:09.665Z Downloaded whoami v1.4.1
7692023-10-11T19:31:09.682Z Downloaded base64 v0.21.4
7702023-10-11T19:31:09.699Z Downloaded termtree v0.4.1
7712023-10-11T19:31:09.724Z Downloaded openssl-macros v0.1.1
7722023-10-11T19:31:09.746Z Downloaded path-slash v0.1.5
7732023-10-11T19:31:10.179Z Downloaded downcast v0.11.0
7742023-10-11T19:31:10.202Z Downloaded rand_core v0.6.4
7752023-10-11T19:31:10.221Z Downloaded rustc-demangle v0.1.23
7762023-10-11T19:31:10.234Z Downloaded os_str_bytes v6.5.1
7772023-10-11T19:31:10.239Z Downloaded termcolor v1.2.0
7782023-10-11T19:31:10.262Z Downloaded slog v2.7.0
7792023-10-11T19:31:10.307Z Downloaded tap v1.0.1
7802023-10-11T19:31:10.337Z Downloaded packed_struct_codegen v0.10.1
7812023-10-11T19:31:10.353Z Downloaded rustc-hash v1.1.0
7822023-10-11T19:31:10.369Z Downloaded rustfmt-wrapper v0.2.0
7832023-10-11T19:31:10.795Z Downloaded foreign-types-macros v0.2.3
7842023-10-11T19:31:10.807Z Downloaded endian-type v0.1.2
7852023-10-11T19:31:10.817Z Downloaded olpc-cjson v0.1.3
7862023-10-11T19:31:11.247Z Downloaded unarray v0.1.4
7872023-10-11T19:31:11.667Z Downloaded tempdir v0.3.7
7882023-10-11T19:31:11.676Z Downloaded dyn-clone v1.0.13
7892023-10-11T19:31:11.691Z Downloaded serde_derive v1.0.188
7902023-10-11T19:31:11.711Z Downloaded newline-converter v0.3.0
7912023-10-11T19:31:12.147Z Downloaded predicates-tree v1.0.9
7922023-10-11T19:31:12.166Z Downloaded toml v0.5.11
7932023-10-11T19:31:12.185Z Downloaded plotters-svg v0.3.5
7942023-10-11T19:31:12.197Z Downloaded serial_test v0.10.0
7952023-10-11T19:31:12.220Z Downloaded ucd-trie v0.1.6
7962023-10-11T19:31:12.236Z Downloaded structmeta v0.1.6
7972023-10-11T19:31:12.252Z Downloaded static_assertions v1.1.0
7982023-10-11T19:31:12.269Z Downloaded wait-timeout v0.2.0
7992023-10-11T19:31:12.284Z Downloaded fnv v1.0.7
8002023-10-11T19:31:12.298Z Downloaded crc32fast v1.3.2
8012023-10-11T19:31:12.314Z Downloaded usdt-attr-macro v0.3.5
8022023-10-11T19:31:12.331Z Downloaded fixedbitset v0.4.2
8032023-10-11T19:31:12.347Z Downloaded serde_yaml v0.9.25
8042023-10-11T19:31:12.364Z Downloaded signal-hook-mio v0.2.3
8052023-10-11T19:31:12.379Z Downloaded toolchain_find v0.2.0
8062023-10-11T19:31:12.396Z Downloaded cstr-argument v0.1.2
8072023-10-11T19:31:12.414Z Downloaded proc-macro-crate v1.3.1
8082023-10-11T19:31:12.437Z Downloaded toml v0.8.0
8092023-10-11T19:31:12.454Z Downloaded rsa v0.9.2
8102023-10-11T19:31:12.477Z Downloaded curve25519-dalek-derive v0.1.0
8112023-10-11T19:31:12.494Z Downloaded foreign-types v0.3.2
8122023-10-11T19:31:12.515Z Downloaded tempfile v3.8.0
8132023-10-11T19:31:12.955Z Downloaded darling_macro v0.14.4
8142023-10-11T19:31:12.989Z Downloaded shlex v1.1.0
8152023-10-11T19:31:13.835Z Downloaded num_enum_derive v0.7.0
8162023-10-11T19:31:13.841Z Downloaded schemars v0.8.13
8172023-10-11T19:31:13.847Z Downloaded parse-display v0.7.0
8182023-10-11T19:31:13.870Z Downloaded crypto-common v0.1.6
8192023-10-11T19:31:13.878Z Downloaded dirs-next v2.0.0
8202023-10-11T19:31:13.882Z Downloaded form_urlencoded v1.2.0
8212023-10-11T19:31:13.891Z Downloaded pest_generator v2.7.2
8222023-10-11T19:31:13.896Z Downloaded tiny-keccak v2.0.2
8232023-10-11T19:31:13.904Z Downloaded fallible-streaming-iterator v0.1.9
8242023-10-11T19:31:13.912Z Downloaded thiserror-no-std v2.0.2
8252023-10-11T19:31:13.926Z Downloaded path-absolutize v3.1.0
8262023-10-11T19:31:13.948Z Downloaded dirs-sys-next v0.1.2
8272023-10-11T19:31:14.020Z Downloaded digest v0.10.7
8282023-10-11T19:31:14.048Z Downloaded criterion-plot v0.5.0
8292023-10-11T19:31:14.064Z Downloaded tokio-tungstenite v0.18.0
8302023-10-11T19:31:14.082Z Downloaded openssl-probe v0.1.5
8312023-10-11T19:31:14.504Z Downloaded num_enum v0.7.0
8322023-10-11T19:31:14.515Z Downloaded ref-cast v1.0.20
8332023-10-11T19:31:14.528Z Downloaded take_mut v0.2.2
8342023-10-11T19:31:14.543Z Downloaded num-derive v0.4.0
8352023-10-11T19:31:14.559Z Downloaded fd-lock v3.0.13
8362023-10-11T19:31:14.574Z Downloaded serde-big-array v0.5.1
8372023-10-11T19:31:14.998Z Downloaded tar v0.4.40
8382023-10-11T19:31:15.040Z Downloaded darling_macro v0.20.3
8392023-10-11T19:31:15.055Z Downloaded itertools v0.10.5
8402023-10-11T19:31:15.064Z Downloaded oorandom v11.1.3
8412023-10-11T19:31:15.074Z Downloaded thread-id v4.2.0
8422023-10-11T19:31:15.079Z Downloaded steno v0.4.0
8432023-10-11T19:31:15.083Z Downloaded ppv-lite86 v0.2.17
8442023-10-11T19:31:15.087Z Downloaded plotters-backend v0.3.5
8452023-10-11T19:31:15.092Z Downloaded num-integer v0.1.45
8462023-10-11T19:31:15.097Z Downloaded string_cache v0.8.7
8472023-10-11T19:31:15.107Z Downloaded relative-path v1.9.0
8482023-10-11T19:31:15.111Z Downloaded prettyplease v0.2.12
8492023-10-11T19:31:15.115Z Downloaded want v0.3.1
8502023-10-11T19:31:15.118Z Downloaded der_derive v0.7.2
8512023-10-11T19:31:15.124Z Downloaded num_enum v0.5.11
8522023-10-11T19:31:15.128Z Downloaded nibble_vec v0.1.0
8532023-10-11T19:31:15.132Z Downloaded slog-json v2.6.1
8542023-10-11T19:31:15.139Z Downloaded foreign-types-shared v0.1.1
8552023-10-11T19:31:15.144Z Downloaded structopt-derive v0.4.18
8562023-10-11T19:31:15.149Z Downloaded num-iter v0.1.43
8572023-10-11T19:31:15.153Z Downloaded pretty-hex v0.2.1
8582023-10-11T19:31:15.158Z Downloaded rayon v1.7.0
8592023-10-11T19:31:15.163Z Downloaded path-dedot v3.1.0
8602023-10-11T19:31:15.169Z Downloaded waitgroup v0.1.2
8612023-10-11T19:31:15.174Z Downloaded crossbeam-queue v0.3.8
8622023-10-11T19:31:15.181Z Downloaded phf v0.11.2
8632023-10-11T19:31:15.186Z Downloaded newtype_derive v0.1.6
8642023-10-11T19:31:15.191Z Downloaded yansi v0.5.1
8652023-10-11T19:31:15.196Z Downloaded secrecy v0.8.0
8662023-10-11T19:31:15.202Z Downloaded futures-channel v0.3.28
8672023-10-11T19:31:15.209Z Downloaded env_logger v0.10.0
8682023-10-11T19:31:15.214Z Downloaded signal-hook-registry v1.4.1
8692023-10-11T19:31:15.220Z Downloaded siphasher v0.3.11
8702023-10-11T19:31:15.226Z Downloaded num_enum_derive v0.5.11
8712023-10-11T19:31:15.232Z Downloaded slog-bunyan v2.4.0
8722023-10-11T19:31:15.246Z Downloaded either v1.9.0
8732023-10-11T19:31:15.252Z Downloaded oso-derive v0.26.4
8742023-10-11T19:31:15.266Z Downloaded nodrop v0.1.14
8752023-10-11T19:31:15.276Z Downloaded new_debug_unreachable v1.0.4
8762023-10-11T19:31:15.286Z Downloaded ff v0.13.0
8772023-10-11T19:31:15.294Z Downloaded phf_shared v0.10.0
8782023-10-11T19:31:15.301Z Downloaded futures-executor v0.3.28
8792023-10-11T19:31:15.309Z Downloaded unicode-bidi v0.3.13
8802023-10-11T19:31:15.317Z Downloaded num_threads v0.1.6
8812023-10-11T19:31:15.321Z Downloaded tokio-rustls v0.24.1
8822023-10-11T19:31:15.326Z Downloaded normalize-line-endings v0.3.0
8832023-10-11T19:31:15.333Z Downloaded poly1305 v0.8.0
8842023-10-11T19:31:15.337Z Downloaded smallvec v1.11.0
8852023-10-11T19:31:15.342Z Downloaded postcard v0.7.3
8862023-10-11T19:31:15.347Z Downloaded peeking_take_while v0.1.2
8872023-10-11T19:31:15.353Z Downloaded spki v0.7.2
8882023-10-11T19:31:15.358Z Downloaded crypto-bigint v0.5.2
8892023-10-11T19:31:15.363Z Downloaded smawk v0.3.1
8902023-10-11T19:31:15.371Z Downloaded rand_chacha v0.3.1
8912023-10-11T19:31:15.379Z Downloaded derive_builder_core v0.12.0
8922023-10-11T19:31:15.387Z Downloaded toml_edit v0.20.0
8932023-10-11T19:31:15.394Z Downloaded opaque-debug v0.3.0
8942023-10-11T19:31:15.402Z Downloaded pkcs8 v0.10.2
8952023-10-11T19:31:15.410Z Downloaded slog-async v2.8.0
8962023-10-11T19:31:15.419Z Downloaded dtrace-parser v0.1.14
8972023-10-11T19:31:15.428Z Downloaded float-cmp v0.9.0
8982023-10-11T19:31:15.438Z Downloaded futures-task v0.3.28
8992023-10-11T19:31:15.447Z Downloaded crc-catalog v2.2.0
9002023-10-11T19:31:15.462Z Downloaded scopeguard v1.2.0
9012023-10-11T19:31:15.468Z Downloaded num v0.4.1
9022023-10-11T19:31:15.478Z Downloaded ed25519 v1.5.3
9032023-10-11T19:31:15.492Z Downloaded vergen v8.2.4
9042023-10-11T19:31:15.510Z Downloaded phf_shared v0.11.2
9052023-10-11T19:31:15.527Z Downloaded smallvec v0.6.14
9062023-10-11T19:31:15.945Z Downloaded ena v0.14.2
9072023-10-11T19:31:15.960Z Downloaded fallible-iterator v0.2.0
9082023-10-11T19:31:15.970Z Downloaded corncobs v0.1.3
9092023-10-11T19:31:15.989Z Downloaded thread_local v1.1.7
9102023-10-11T19:31:16.004Z Downloaded pin-utils v0.1.0
9112023-10-11T19:31:16.020Z Downloaded strum_macros v0.24.3
9122023-10-11T19:31:16.078Z Downloaded derive-where v1.2.5
9132023-10-11T19:31:16.104Z Downloaded pin-project-internal v1.1.3
9142023-10-11T19:31:16.523Z Downloaded hkdf v0.12.3
9152023-10-11T19:31:16.528Z Downloaded sct v0.7.0
9162023-10-11T19:31:16.537Z Downloaded socket2 v0.4.9
9172023-10-11T19:31:16.547Z Downloaded cookie v0.16.2
9182023-10-11T19:31:16.560Z Downloaded uuid v1.4.1
9192023-10-11T19:31:16.570Z Downloaded spin v0.5.2
9202023-10-11T19:31:16.580Z Downloaded usdt v0.3.5
9212023-10-11T19:31:16.586Z Downloaded tokio-postgres v0.7.10
9222023-10-11T19:31:16.593Z Downloaded parking_lot_core v0.9.8
9232023-10-11T19:31:16.604Z Downloaded structopt v0.3.26
9242023-10-11T19:31:16.614Z Downloaded unicode-ident v1.0.12
9252023-10-11T19:31:16.629Z Downloaded flate2 v1.0.27
9262023-10-11T19:31:16.644Z Downloaded serde v1.0.188
9272023-10-11T19:31:16.648Z Downloaded num-bigint v0.4.4
9282023-10-11T19:31:16.661Z Downloaded pin-project v1.1.3
9292023-10-11T19:31:16.671Z Downloaded crossbeam-epoch v0.9.15
9302023-10-11T19:31:16.676Z Downloaded tokio-util v0.7.8
9312023-10-11T19:31:16.682Z Downloaded trust-dns-client v0.22.0
9322023-10-11T19:31:16.687Z Downloaded lalrpop v0.19.12
9332023-10-11T19:31:16.693Z Downloaded pretty_assertions v1.4.0
9342023-10-11T19:31:16.698Z Downloaded toml_edit v0.19.15
9352023-10-11T19:31:16.710Z Downloaded regress v0.7.1
9362023-10-11T19:31:16.715Z Downloaded rustls-webpki v0.101.4
9372023-10-11T19:31:16.721Z Downloaded criterion v0.5.1
9382023-10-11T19:31:16.728Z Downloaded idna v0.4.0
9392023-10-11T19:31:16.737Z Downloaded openssl v0.10.57
9402023-10-11T19:31:16.743Z Downloaded smoltcp v0.8.2
9412023-10-11T19:31:16.749Z Downloaded bstr v0.2.17
9422023-10-11T19:31:16.754Z Downloaded winnow v0.5.15
9432023-10-11T19:31:16.759Z Downloaded tabled v0.14.0
9442023-10-11T19:31:16.764Z Downloaded syn v2.0.32
9452023-10-11T19:31:16.773Z Downloaded proptest v1.2.0
9462023-10-11T19:31:16.779Z Downloaded object v0.30.4
9472023-10-11T19:31:16.788Z Downloaded regex-syntax v0.6.29
9482023-10-11T19:31:16.797Z Downloaded nix v0.26.2
9492023-10-11T19:31:16.817Z Downloaded vcpkg v0.2.15
9502023-10-11T19:31:16.826Z Downloaded object v0.32.1
9512023-10-11T19:31:16.834Z Downloaded trust-dns-proto v0.22.0
9522023-10-11T19:31:16.841Z Downloaded regex-syntax v0.7.5
9532023-10-11T19:31:16.848Z Downloaded zerocopy-derive v0.2.0
9542023-10-11T19:31:16.860Z Downloaded regex-automata v0.3.8
9552023-10-11T19:31:16.886Z Downloaded sled v0.34.7
9562023-10-11T19:31:16.897Z Downloaded zerocopy-derive v0.6.3
9572023-10-11T19:31:16.912Z Downloaded libc v0.2.148
9582023-10-11T19:31:16.928Z Downloaded bzip2-sys v0.1.11+1.0.8
9592023-10-11T19:31:16.940Z Downloaded tokio v1.32.0
9602023-10-11T19:31:16.954Z Downloaded sha3 v0.10.8
9612023-10-11T19:31:16.969Z Downloaded smoltcp v0.9.1
9622023-10-11T19:31:16.988Z Downloaded rustix v0.37.23
9632023-10-11T19:31:17.001Z Downloaded encoding_rs v0.8.33
9642023-10-11T19:31:17.431Z Downloaded openapiv3 v1.0.3
9652023-10-11T19:31:17.448Z Downloaded diesel v2.1.1
9662023-10-11T19:31:18.793Z Downloaded bstr v1.6.0
9672023-10-11T19:31:18.824Z Downloaded libgit2-sys v0.15.2+1.6.4
9682023-10-11T19:31:18.842Z Downloaded webpki-roots v0.25.2
9692023-10-11T19:31:18.852Z Downloaded polar-core v0.26.4
9702023-10-11T19:31:18.864Z Downloaded curve25519-dalek v4.1.0
9712023-10-11T19:31:18.885Z Downloaded rustix v0.38.9
9722023-10-11T19:31:19.335Z Downloaded libtest-mimic v0.5.2
9732023-10-11T19:31:19.343Z Downloaded rustls v0.21.7
9742023-10-11T19:31:19.352Z Downloaded libz-sys v1.1.12
9752023-10-11T19:31:19.371Z Downloaded idna v0.2.3
9762023-10-11T19:31:19.379Z Downloaded num-bigint-dig v0.8.4
9772023-10-11T19:31:19.391Z Downloaded x509-cert v0.2.4
9782023-10-11T19:31:19.405Z Downloaded portable-atomic v1.4.3
9792023-10-11T19:31:19.430Z Downloaded rusqlite v0.29.0
9802023-10-11T19:31:19.446Z Downloaded crossterm v0.27.0
9812023-10-11T19:31:19.470Z Downloaded syn v1.0.109
9822023-10-11T19:31:19.485Z Downloaded petgraph v0.6.4
9832023-10-11T19:31:19.506Z Downloaded ratatui v0.23.0
9842023-10-11T19:31:19.523Z Downloaded pest v2.7.2
9852023-10-11T19:31:19.533Z Downloaded regex-automata v0.1.10
9862023-10-11T19:31:19.548Z Downloaded regex v1.9.5
9872023-10-11T19:31:19.972Z Downloaded radix_trie v0.2.1
9882023-10-11T19:31:20.396Z Downloaded gimli v0.28.0
9892023-10-11T19:31:20.401Z Downloaded nom v7.1.3
9902023-10-11T19:31:20.412Z Downloaded plotters v0.3.5
9912023-10-11T19:31:20.418Z Downloaded reedline v0.23.0
9922023-10-11T19:31:20.430Z Downloaded chrono v0.4.31
9932023-10-11T19:31:20.440Z Downloaded bitvec v1.0.1
9942023-10-11T19:31:20.451Z Downloaded openssl-sys v0.9.93
9952023-10-11T19:31:20.466Z Downloaded bindgen v0.65.1
9962023-10-11T19:31:20.476Z Downloaded futures-util v0.3.28
9972023-10-11T19:31:20.485Z Downloaded clap v3.2.25
9982023-10-11T19:31:20.504Z Downloaded time v0.3.27
9992023-10-11T19:31:20.516Z Downloaded tracing v0.1.37
10002023-10-11T19:31:20.527Z Downloaded unicode-normalization v0.1.22
10012023-10-11T19:31:20.538Z Downloaded darling_core v0.20.3
10022023-10-11T19:31:20.964Z Downloaded crossterm v0.26.1
10032023-10-11T19:31:20.969Z Downloaded snafu v0.7.5
10042023-10-11T19:31:20.978Z Downloaded rust-argon2 v1.0.1
10052023-10-11T19:31:20.987Z Downloaded parking_lot v0.11.2
10062023-10-11T19:31:20.994Z Downloaded rpassword v7.2.0
10072023-10-11T19:31:21.000Z Downloaded unicode-segmentation v1.10.1
10082023-10-11T19:31:21.008Z Downloaded hyper v0.14.27
10092023-10-11T19:31:21.018Z Downloaded libsqlite3-sys v0.26.0
10102023-10-11T19:31:21.030Z Downloaded ring v0.16.20
10112023-10-11T19:31:21.048Z Downloaded clap v2.34.0
10122023-10-11T19:31:21.061Z Downloaded clap_builder v4.4.2
10132023-10-11T19:31:21.078Z Downloaded flume v0.11.0
10142023-10-11T19:31:21.093Z Downloaded trust-dns-resolver v0.22.0
10152023-10-11T19:31:21.107Z Downloaded term v0.7.0
10162023-10-11T19:31:21.121Z Downloaded slog-dtrace v0.2.3
10172023-10-11T19:31:21.131Z Downloaded serde_with_macros v2.3.3
10182023-10-11T19:31:21.555Z Downloaded owo-colors v3.5.0
10192023-10-11T19:31:21.572Z Downloaded crc-any v2.4.3
10202023-10-11T19:31:21.585Z Downloaded git2 v0.17.2
10212023-10-11T19:31:21.600Z Downloaded nu-ansi-term v0.49.0
10222023-10-11T19:31:21.627Z Downloaded textwrap v0.16.0
10232023-10-11T19:31:21.658Z Downloaded parking_lot v0.12.1
10242023-10-11T19:31:21.680Z Downloaded serde_with v2.3.3
10252023-10-11T19:31:21.701Z Downloaded serde_json v1.0.107
10262023-10-11T19:31:21.718Z Downloaded strsim v0.8.0
10272023-10-11T19:31:21.749Z Downloaded serde_path_to_error v0.1.14
10282023-10-11T19:31:21.764Z Downloaded serde-hex v0.1.0
10292023-10-11T19:31:21.779Z Downloaded fatfs v0.3.6
10302023-10-11T19:31:21.792Z Downloaded toml v0.7.8
10312023-10-11T19:31:21.806Z Downloaded tough v0.12.5
10322023-10-11T19:31:21.829Z Downloaded futures-sink v0.3.28
10332023-10-11T19:31:21.847Z Downloaded crossbeam-deque v0.8.3
10342023-10-11T19:31:21.864Z Downloaded fragile v2.0.0
10352023-10-11T19:31:21.881Z Downloaded crossbeam-channel v0.5.8
10362023-10-11T19:31:21.894Z Downloaded trust-dns-server v0.22.1
10372023-10-11T19:31:21.908Z Downloaded remove_dir_all v0.5.3
10382023-10-11T19:31:21.923Z Downloaded fs-err v2.9.0
10392023-10-11T19:31:21.937Z Downloaded proc-macro2 v1.0.67
10402023-10-11T19:31:21.953Z Downloaded unsafe-libyaml v0.2.9
10412023-10-11T19:31:22.381Z Downloaded semver v0.1.20
10422023-10-11T19:31:22.408Z Downloaded darling_core v0.14.4
10432023-10-11T19:31:22.436Z Downloaded der v0.7.8
10442023-10-11T19:31:22.442Z Downloaded derive_builder v0.12.0
10452023-10-11T19:31:22.453Z Downloaded tungstenite v0.20.1
10462023-10-11T19:31:22.466Z Downloaded h2 v0.3.21
10472023-10-11T19:31:22.475Z Downloaded usdt-macro v0.3.5
10482023-10-11T19:31:22.491Z Downloaded proc-macro-error-attr v1.0.4
10492023-10-11T19:31:22.507Z Downloaded textwrap v0.11.0
10502023-10-11T19:31:22.532Z Downloaded walkdir v2.4.0
10512023-10-11T19:31:22.544Z Downloaded tracing-core v0.1.31
10522023-10-11T19:31:22.563Z Downloaded cpufeatures v0.2.9
10532023-10-11T19:31:22.568Z Downloaded parking_lot_core v0.8.6
10542023-10-11T19:31:22.634Z Downloaded num-complex v0.4.4
10552023-10-11T19:31:22.647Z Downloaded url v2.4.1
10562023-10-11T19:31:22.652Z Downloaded salty v0.2.0
10572023-10-11T19:31:22.678Z Downloaded trybuild v1.0.85
10582023-10-11T19:31:22.691Z Downloaded yasna v0.5.2
10592023-10-11T19:31:22.709Z Downloaded futures v0.3.28
10602023-10-11T19:31:22.721Z Downloaded libxml v0.3.3
10612023-10-11T19:31:22.733Z Downloaded polyval v0.6.1
10622023-10-11T19:31:22.744Z Downloaded rstest v0.18.2
10632023-10-11T19:31:22.760Z Downloaded deranged v0.3.8
10642023-10-11T19:31:22.790Z Downloaded diff v0.1.13
10652023-10-11T19:31:23.218Z Downloaded elliptic-curve v0.13.5
10662023-10-11T19:31:23.231Z Downloaded tokio-stream v0.1.14
10672023-10-11T19:31:23.251Z Downloaded itertools v0.11.0
10682023-10-11T19:31:23.677Z Downloaded semver v0.11.0
10692023-10-11T19:31:23.682Z Downloaded futures-io v0.3.28
10702023-10-11T19:31:23.699Z Downloaded rayon-core v1.11.0
10712023-10-11T19:31:23.729Z Downloaded funty v2.0.0
10722023-10-11T19:31:23.749Z Downloaded expectorate v1.1.0
10732023-10-11T19:31:24.165Z Downloaded dashmap v5.5.1
10742023-10-11T19:31:24.169Z Downloaded dof v0.1.5
10752023-10-11T19:31:24.173Z Downloaded thiserror-impl v1.0.49
10762023-10-11T19:31:24.177Z Downloaded synstructure v0.12.6
10772023-10-11T19:31:24.180Z Downloaded strip-ansi-escapes v0.2.0
10782023-10-11T19:31:24.191Z Downloaded tui-tree-widget v0.13.0
10792023-10-11T19:31:24.203Z Downloaded semver v1.0.18
10802023-10-11T19:31:24.229Z Downloaded reqwest v0.11.20
10812023-10-11T19:31:24.238Z Downloaded quick-xml v0.23.1
10822023-10-11T19:31:24.248Z Downloaded packed_struct v0.10.1
10832023-10-11T19:31:25.476Z Downloaded postgres-protocol v0.6.6
10842023-10-11T19:31:25.481Z Downloaded diesel_derives v2.1.1
10852023-10-11T19:31:25.494Z Downloaded quick-error v1.2.3
10862023-10-11T19:31:25.504Z Downloaded predicates v2.1.5
10872023-10-11T19:31:25.514Z Downloaded pest_derive v2.7.2
10882023-10-11T19:31:25.518Z Downloaded slog-envlogger v2.2.0
10892023-10-11T19:31:25.528Z Downloaded oso v0.26.4
10902023-10-11T19:31:25.543Z Downloaded slab v0.4.9
10912023-10-11T19:31:25.561Z Downloaded darling v0.14.4
10922023-10-11T19:31:25.575Z Downloaded datatest-stable v0.1.3
10932023-10-11T19:31:25.589Z Downloaded tracing-attributes v0.1.26
10942023-10-11T19:31:25.600Z Downloaded aho-corasick v1.0.4
10952023-10-11T19:31:25.614Z Downloaded postgres-types v0.2.6
10962023-10-11T19:31:25.622Z Downloaded pin-project-lite v0.2.13
10972023-10-11T19:31:25.642Z Downloaded test-strategy v0.2.1
10982023-10-11T19:31:25.648Z Downloaded ron v0.8.1
10992023-10-11T19:31:25.652Z Downloaded rand v0.8.5
11002023-10-11T19:31:25.661Z Downloaded env_logger v0.9.3
11012023-10-11T19:31:25.669Z Downloaded darling v0.20.3
11022023-10-11T19:31:25.678Z Downloaded snafu-derive v0.7.5
11032023-10-11T19:31:25.688Z Downloaded quote v1.0.33
11042023-10-11T19:31:25.698Z Downloaded socket2 v0.5.3
11052023-10-11T19:31:25.706Z Downloaded libm v0.2.7
11062023-10-11T19:31:25.710Z Downloaded mio v0.8.8
11072023-10-11T19:31:25.716Z Downloaded typenum v1.16.0
11082023-10-11T19:31:25.723Z Downloaded tungstenite v0.18.0
11092023-10-11T19:31:25.732Z Downloaded derive_more v0.99.17
11102023-10-11T19:31:25.738Z Downloaded r2d2 v0.8.10
11112023-10-11T19:31:25.746Z Downloaded predicates v3.0.3
11122023-10-11T19:31:25.753Z Downloaded minimal-lexical v0.2.1
11132023-10-11T19:31:25.759Z Downloaded hashbrown v0.12.3
11142023-10-11T19:31:25.764Z Downloaded flagset v0.4.3
11152023-10-11T19:31:25.773Z Downloaded enum-as-inner v0.5.1
11162023-10-11T19:31:25.777Z Downloaded serde-big-array v0.4.1
11172023-10-11T19:31:25.787Z Downloaded platforms v3.0.2
11182023-10-11T19:31:25.796Z Downloaded pkcs1 v0.7.5
11192023-10-11T19:31:25.801Z Downloaded unicode-xid v0.2.4
11202023-10-11T19:31:25.809Z Downloaded spin v0.9.8
11212023-10-11T19:31:25.816Z Downloaded slog-term v2.9.0
11222023-10-11T19:31:25.821Z Downloaded rcgen v0.10.0
11232023-10-11T19:31:25.830Z Downloaded signal-hook v0.3.17
11242023-10-11T19:31:25.846Z Downloaded rand v0.4.6
11252023-10-11T19:31:25.854Z Downloaded unicode-width v0.1.10
11262023-10-11T19:31:25.862Z Downloaded num-traits v0.2.16
11272023-10-11T19:31:25.872Z Downloaded papergrid v0.10.0
11282023-10-11T19:31:25.876Z Downloaded vte v0.11.1
11292023-10-11T19:31:25.881Z Downloaded termios v0.3.3
11302023-10-11T19:31:25.888Z Downloaded ron v0.7.1
11312023-10-11T19:31:25.894Z Downloaded predicates-core v1.0.6
11322023-10-11T19:31:25.910Z Downloaded precomputed-hash v0.1.1
11332023-10-11T19:31:25.916Z Downloaded foreign-types v0.5.0
11342023-10-11T19:31:25.920Z Downloaded pretty-hex v0.3.0
11352023-10-11T19:31:25.926Z Downloaded crossbeam-utils v0.8.16
11362023-10-11T19:31:25.932Z Downloaded pest_meta v2.7.2
11372023-10-11T19:31:25.954Z Downloaded twox-hash v1.6.3
11382023-10-11T19:31:25.985Z Downloaded hashbrown v0.14.0
11392023-10-11T19:31:25.999Z Downloaded crc v3.0.1
11402023-10-11T19:31:26.012Z Downloaded unicode-linebreak v0.1.5
11412023-10-11T19:31:26.020Z Downloaded terminal_size v0.2.6
11422023-10-11T19:31:26.027Z Downloaded pem-rfc7468 v0.7.0
11432023-10-11T19:31:26.031Z Downloaded memchr v2.6.3
11442023-10-11T19:31:26.041Z Downloaded once_cell v1.18.0
11452023-10-11T19:31:26.046Z Downloaded unicase v2.7.0
11462023-10-11T19:31:26.054Z Downloaded smf v0.2.2
11472023-10-11T19:31:26.059Z Downloaded thiserror v1.0.49
11482023-10-11T19:31:26.067Z Downloaded num_cpus v1.16.0
11492023-10-11T19:31:26.074Z Downloaded num-rational v0.4.1
11502023-10-11T19:31:26.083Z Downloaded data-encoding v2.4.0
11512023-10-11T19:31:26.090Z Downloaded partial-io v0.5.4
11522023-10-11T19:31:26.098Z Downloaded vsss-rs v3.3.1
11532023-10-11T19:31:26.108Z Downloaded pem v1.1.1
11542023-10-11T19:31:26.115Z Downloaded zip v0.6.6
11552023-10-11T19:31:26.122Z Downloaded similar v2.2.1
11562023-10-11T19:31:26.131Z Downloaded ryu v1.0.15
11572023-10-11T19:31:26.138Z Downloaded hashbrown v0.13.2
11582023-10-11T19:31:26.148Z Downloaded subprocess v0.2.9
11592023-10-11T19:31:26.154Z Downloaded cc v1.0.83
11602023-10-11T19:31:26.162Z Downloaded blake2 v0.10.6
11612023-10-11T19:31:26.169Z Downloaded thiserror-impl-no-std v2.0.2
11622023-10-11T19:31:26.177Z Downloaded erased-serde v0.3.30
11632023-10-11T19:31:26.191Z Downloaded const_format v0.2.31
11642023-10-11T19:31:26.201Z Downloaded chacha20poly1305 v0.10.1
11652023-10-11T19:31:26.211Z Downloaded doc-comment v0.3.3
11662023-10-11T19:31:26.222Z Downloaded difflib v0.4.0
11672023-10-11T19:31:26.236Z Downloaded slog-scope v4.4.0
11682023-10-11T19:31:26.262Z Downloaded password-hash v0.5.0
11692023-10-11T19:31:26.276Z Downloaded parse-display-derive v0.7.0
11702023-10-11T19:31:26.282Z Downloaded toml_datetime v0.6.3
11712023-10-11T19:31:26.287Z Downloaded semver-parser v0.10.2
11722023-10-11T19:31:26.292Z Downloaded paste v1.0.14
11732023-10-11T19:31:26.297Z Downloaded rstest_macros v0.18.2
11742023-10-11T19:31:26.301Z Downloaded topological-sort v0.2.2
11752023-10-11T19:31:26.307Z Downloaded indexmap v2.0.0
11762023-10-11T19:31:26.311Z Downloaded tinyvec v1.6.0
11772023-10-11T19:31:26.316Z Downloaded indexmap v1.9.3
11782023-10-11T19:31:26.319Z Downloaded utf-8 v0.7.6
11792023-10-11T19:31:26.324Z Downloaded usdt-impl v0.3.5
11802023-10-11T19:31:26.330Z Downloaded miniz_oxide v0.7.1
11812023-10-11T19:31:26.335Z Downloaded futures-timer v3.0.2
11822023-10-11T19:31:26.339Z Downloaded time-macros v0.2.13
11832023-10-11T19:31:26.343Z Downloaded signature v2.1.0
11842023-10-11T19:31:26.347Z Downloaded heapless v0.7.16
11852023-10-11T19:31:26.351Z Downloaded headers v0.3.9
11862023-10-11T19:31:26.354Z Downloaded bytes v1.5.0
11872023-10-11T19:31:26.357Z Downloaded debug-ignore v1.0.5
11882023-10-11T19:31:26.360Z Downloaded signature v1.6.4
11892023-10-11T19:31:26.365Z Downloaded shell-words v1.1.0
11902023-10-11T19:31:26.370Z Downloaded same-file v1.0.6
11912023-10-11T19:31:26.375Z Downloaded rustversion v1.0.14
11922023-10-11T19:31:26.381Z Downloaded tinytemplate v1.2.1
11932023-10-11T19:31:26.393Z Downloaded resolv-conf v0.7.0
11942023-10-11T19:31:26.419Z Downloaded pkg-config v0.3.27
11952023-10-11T19:31:26.848Z Downloaded serde_urlencoded v0.7.1
11962023-10-11T19:31:26.857Z Downloaded mockall_derive v0.11.4
11972023-10-11T19:31:26.872Z Downloaded rustls-pemfile v1.0.3
11982023-10-11T19:31:26.879Z Downloaded zone v0.2.0
11992023-10-11T19:31:26.887Z Downloaded base64 v0.13.1
12002023-10-11T19:31:26.898Z Downloaded anyhow v1.0.75
12012023-10-11T19:31:26.909Z Downloaded console v0.15.7
12022023-10-11T19:31:26.918Z Downloaded serde_derive_internals v0.26.0
12032023-10-11T19:31:26.927Z Downloaded mime_guess v2.0.4
12042023-10-11T19:31:26.941Z Downloaded httptest v0.15.4
12052023-10-11T19:31:26.960Z Downloaded ciborium v0.2.1
12062023-10-11T19:31:27.005Z Downloaded cargo-platform v0.1.3
12072023-10-11T19:31:27.023Z Downloaded assert_cmd v2.0.12
12082023-10-11T19:31:27.037Z Downloaded ascii v1.1.0
12092023-10-11T19:31:27.042Z Downloaded bincode v1.3.3
12102023-10-11T19:31:27.059Z Downloaded threadpool v1.8.1
12112023-10-11T19:31:27.072Z Downloaded strum_macros v0.25.2
12122023-10-11T19:31:27.086Z Downloaded rtoolbox v0.0.1
12132023-10-11T19:31:27.094Z Downloaded futures-core v0.3.28
12142023-10-11T19:31:27.102Z Downloaded tokio-native-tls v0.3.1
12152023-10-11T19:31:27.118Z Downloaded subtle v2.5.0
12162023-10-11T19:31:27.127Z Downloaded bzip2 v0.4.4
12172023-10-11T19:31:27.142Z Downloaded tokio-macros v2.1.0
12182023-10-11T19:31:27.166Z Downloaded tinyvec_macros v0.1.1
12192023-10-11T19:31:27.203Z Downloaded postcard-cobs v0.1.5-pre
12202023-10-11T19:31:27.226Z Downloaded serial_test_derive v0.10.0
12212023-10-11T19:31:27.256Z Downloaded ipnetwork v0.20.0
12222023-10-11T19:31:27.271Z Downloaded fastrand v2.0.0
12232023-10-11T19:31:27.282Z Downloaded zerocopy v0.3.0
12242023-10-11T19:31:27.288Z Downloaded sha2 v0.10.7
12252023-10-11T19:31:27.295Z Downloaded sha1 v0.10.5
12262023-10-11T19:31:27.303Z Downloaded serde_tokenstream v0.1.7
12272023-10-11T19:31:27.308Z Downloaded serde_spanned v0.6.3
12282023-10-11T19:31:27.323Z Downloaded serde_repr v0.1.16
12292023-10-11T19:31:27.345Z Downloaded serde_arrays v0.1.0
12302023-10-11T19:31:27.358Z Downloaded rustls-native-certs v0.6.3
12312023-10-11T19:31:27.365Z Downloaded rustc_version v0.4.0
12322023-10-11T19:31:27.389Z Downloaded equivalent v1.0.1
12332023-10-11T19:31:27.411Z Downloaded zeroize v1.6.0
12342023-10-11T19:31:27.424Z Downloaded scheduled-thread-pool v0.2.7
12352023-10-11T19:31:27.435Z Downloaded wyz v0.5.1
12362023-10-11T19:31:27.443Z Downloaded serde_plain v1.0.2
12372023-10-11T19:31:27.458Z Downloaded arrayvec v0.7.4
12382023-10-11T19:31:27.519Z Downloaded hyper-tls v0.5.0
12392023-10-11T19:31:27.537Z Downloaded home v0.5.5
12402023-10-11T19:31:27.972Z Downloaded clap_derive v3.2.25
12412023-10-11T19:31:27.990Z Downloaded camino v1.1.6
12422023-10-11T19:31:28.006Z Downloaded base64ct v1.6.0
12432023-10-11T19:31:28.043Z Downloaded libloading v0.7.4
12442023-10-11T19:31:28.056Z Downloaded bytesize v1.3.0
12452023-10-11T19:31:28.066Z Downloaded anstyle-parse v0.2.1
12462023-10-11T19:31:28.083Z Downloaded cexpr v0.6.0
12472023-10-11T19:31:28.098Z Downloaded cast v0.3.0
12482023-10-11T19:31:28.116Z Downloaded backoff v0.4.0
12492023-10-11T19:31:28.127Z Downloaded buf-list v1.0.3
12502023-10-11T19:31:28.137Z Downloaded autocfg v1.1.0
12512023-10-11T19:31:28.154Z Downloaded strum v0.25.0
12522023-10-11T19:31:28.165Z Downloaded zone_cfg_derive v0.2.0
12532023-10-11T19:31:28.182Z Downloaded keccak v0.1.4
12542023-10-11T19:31:28.191Z Downloaded ipnet v2.8.0
12552023-10-11T19:31:28.201Z Downloaded io-lifetimes v1.0.11
12562023-10-11T19:31:28.212Z Downloaded anstyle-query v1.0.0
12572023-10-11T19:31:28.234Z Downloaded rustc_version v0.1.7
12582023-10-11T19:31:28.247Z Downloaded lazycell v1.3.0
12592023-10-11T19:31:28.259Z Downloaded clap_lex v0.5.1
12602023-10-11T19:31:28.272Z Downloaded macaddr v1.0.1
12612023-10-11T19:31:28.283Z Downloaded libefi-sys v0.1.0
12622023-10-11T19:31:28.299Z Downloaded getopts v0.2.21
12632023-10-11T19:31:28.314Z Downloaded generic-array v0.14.7
12642023-10-11T19:31:28.329Z Downloaded const_format_proc_macros v0.2.31
12652023-10-11T19:31:28.342Z Downloaded aes-gcm-siv v0.11.1
12662023-10-11T19:31:28.358Z Downloaded native-tls v0.2.11
12672023-10-11T19:31:28.375Z Downloaded memoffset v0.7.1
12682023-10-11T19:31:28.395Z Downloaded maybe-uninit v2.0.0
12692023-10-11T19:31:28.417Z Downloaded clap_lex v0.2.4
12702023-10-11T19:31:28.433Z Downloaded bitfield v0.14.0
12712023-10-11T19:31:28.452Z Downloaded bit-set v0.5.3
12722023-10-11T19:31:28.468Z Downloaded basic-toml v0.1.4
12732023-10-11T19:31:28.484Z Downloaded ident_case v1.0.1
12742023-10-11T19:31:28.500Z Downloaded http-range v0.1.5
12752023-10-11T19:31:28.921Z Downloaded bit_field v0.10.2
12762023-10-11T19:31:28.933Z Downloaded mime v0.3.17
12772023-10-11T19:31:28.939Z Downloaded lock_api v0.4.10
12782023-10-11T19:31:28.946Z Downloaded linear-map v1.2.0
12792023-10-11T19:31:28.953Z Downloaded is-terminal v0.4.9
12802023-10-11T19:31:28.958Z Downloaded base16ct v0.2.0
12812023-10-11T19:31:28.967Z Downloaded bitstruct_derive v0.1.0
12822023-10-11T19:31:28.973Z Downloaded httpdate v1.0.3
12832023-10-11T19:31:28.979Z Downloaded async-stream v0.3.5
12842023-10-11T19:31:28.987Z Downloaded fxhash v0.2.1
12852023-10-11T19:31:28.995Z Downloaded linked-hash-map v0.5.6
12862023-10-11T19:31:29.000Z Downloaded clap v4.4.3
12872023-10-11T19:31:29.005Z Downloaded cargo_toml v0.16.3
12882023-10-11T19:31:29.018Z Downloaded approx v0.5.1
12892023-10-11T19:31:29.047Z Downloaded aes v0.8.3
12902023-10-11T19:31:29.071Z Downloaded httparse v1.8.0
12912023-10-11T19:31:29.102Z Downloaded async-recursion v1.0.5
12922023-10-11T19:31:29.119Z Downloaded anstyle v1.0.2
12932023-10-11T19:31:29.130Z Downloaded itoa v1.0.9
12942023-10-11T19:31:29.142Z Downloaded inout v0.1.3
12952023-10-11T19:31:29.149Z Downloaded iana-time-zone v0.1.57
12962023-10-11T19:31:29.154Z Downloaded anstream v0.5.0
12972023-10-11T19:31:29.161Z Downloaded mockall v0.11.4
12982023-10-11T19:31:29.172Z Downloaded maplit v1.0.2
12992023-10-11T19:31:29.178Z Downloaded constant_time_eq v0.2.6
13002023-10-11T19:31:29.183Z Downloaded bb8 v0.8.1
13012023-10-11T19:31:29.188Z Downloaded heck v0.3.3
13022023-10-11T19:31:29.194Z Downloaded managed v0.8.0
13032023-10-11T19:31:29.199Z Downloaded glob v0.3.1
13042023-10-11T19:31:29.205Z Downloaded atty v0.2.14
13052023-10-11T19:31:29.212Z Downloaded chacha20 v0.9.1
13062023-10-11T19:31:29.220Z Downloaded cancel-safe-futures v0.1.2
13072023-10-11T19:31:29.226Z Downloaded block-padding v0.3.3
13082023-10-11T19:31:29.232Z Downloaded indoc v1.0.9
13092023-10-11T19:31:29.240Z Downloaded hex v0.4.3
13102023-10-11T19:31:29.246Z Downloaded clap_derive v4.4.2
13112023-10-11T19:31:29.255Z Downloaded bitflags v2.4.0
13122023-10-11T19:31:29.263Z Downloaded ansi_term v0.12.1
13132023-10-11T19:31:29.284Z Downloaded headers-core v0.2.0
13142023-10-11T19:31:29.294Z Downloaded block-buffer v0.10.4
13152023-10-11T19:31:29.308Z Downloaded arrayref v0.3.7
13162023-10-11T19:31:29.734Z Downloaded colored v2.0.4
13172023-10-11T19:31:29.753Z Downloaded array-init v0.0.4
13182023-10-11T19:31:29.757Z Downloaded clang-sys v1.6.1
13192023-10-11T19:31:29.762Z Downloaded cfg-if v1.0.0
13202023-10-11T19:31:29.765Z Downloaded cfg-if v0.1.10
13212023-10-11T19:31:29.770Z Downloaded cargo_metadata v0.18.0
13222023-10-11T19:31:29.774Z Downloaded byteorder v1.4.3
13232023-10-11T19:31:29.777Z Downloaded bytecount v0.6.3
13242023-10-11T19:31:29.781Z Downloaded bit-vec v0.6.3
13252023-10-11T19:31:29.784Z Downloaded ahash v0.8.3
13262023-10-11T19:31:29.788Z Downloaded cassowary v0.3.0
13272023-10-11T19:31:29.791Z Downloaded camino-tempfile v1.0.2
13282023-10-11T19:31:29.795Z Downloaded ciborium-ll v0.2.1
13292023-10-11T19:31:29.800Z Downloaded atomic-waker v1.1.1
13302023-10-11T19:31:29.804Z Downloaded assert_matches v1.5.0
13312023-10-11T19:31:29.807Z Compiling proc-macro2 v1.0.67
13322023-10-11T19:31:29.811Z Compiling unicode-ident v1.0.12
13332023-10-11T19:31:29.814Z Compiling libc v0.2.148
13342023-10-11T19:31:29.817Z Compiling serde v1.0.188
13352023-10-11T19:31:29.821Z Compiling autocfg v1.1.0
13362023-10-11T19:31:29.830Z Compiling version_check v0.9.4
13372023-10-11T19:31:30.254Z Compiling cfg-if v1.0.0
13382023-10-11T19:31:30.260Z Compiling syn v1.0.109
13392023-10-11T19:31:30.265Z Running `/home/build/.rustup/toolchains/1.72.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.67/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=7ec7d57a9fea354b -C extra-filename=-7ec7d57a9fea354b --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-7ec7d57a9fea354b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13402023-10-11T19:31:30.270Z Running `/home/build/.rustup/toolchains/1.72.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=da60536db468fe1f -C extra-filename=-da60536db468fe1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13412023-10-11T19:31:30.277Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.148/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=02d4e73abb70a194 -C extra-filename=-02d4e73abb70a194 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-02d4e73abb70a194 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13422023-10-11T19:31:30.281Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=301657b8e75fa34a -C extra-filename=-301657b8e75fa34a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13432023-10-11T19:31:30.285Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=fa824d592d428e82 -C extra-filename=-fa824d592d428e82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13442023-10-11T19:31:30.290Z Running `/home/build/.rustup/toolchains/1.72.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=cb012b6dc451b338 -C extra-filename=-cb012b6dc451b338 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13452023-10-11T19:31:30.295Z Running `/home/build/.rustup/toolchains/1.72.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 --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=39a4d65f10fe7529 -C extra-filename=-39a4d65f10fe7529 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-39a4d65f10fe7529 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13462023-10-11T19:31:30.300Z Running `/home/build/.rustup/toolchains/1.72.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.188/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=8b7d4688ff6ec7d2 -C extra-filename=-8b7d4688ff6ec7d2 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-8b7d4688ff6ec7d2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13472023-10-11T19:31:30.306Z Compiling once_cell v1.18.0
13482023-10-11T19:31:30.313Z Compiling lock_api v0.4.10
13492023-10-11T19:31:30.318Z Compiling parking_lot_core v0.9.8
13502023-10-11T19:31:30.323Z Compiling libm v0.2.7
13512023-10-11T19:31:30.333Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-7ec7d57a9fea354b/build-script-build`
13522023-10-11T19:31:30.338Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-39a4d65f10fe7529/build-script-build`
13532023-10-11T19:31:30.341Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="default"' -C metadata=c84985744f7ea911 -C extra-filename=-c84985744f7ea911 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-c84985744f7ea911 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13542023-10-11T19:31:30.344Z Running `/home/build/.rustup/toolchains/1.72.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.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --cfg 'feature="unstable"' -C metadata=dffc32915439d36d -C extra-filename=-dffc32915439d36d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13552023-10-11T19:31:30.349Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=66ea596ae03a17af -C extra-filename=-66ea596ae03a17af --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-66ea596ae03a17af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13562023-10-11T19:31:30.355Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=8685a19bd2588e85 -C extra-filename=-8685a19bd2588e85 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-8685a19bd2588e85 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
13572023-10-11T19:31:30.360Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-8b7d4688ff6ec7d2/build-script-build`
13582023-10-11T19:31:30.367Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-02d4e73abb70a194/build-script-build`
13592023-10-11T19:31:30.375Z Compiling num-traits v0.2.16
13602023-10-11T19:31:30.388Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=1b7851bfe210c606 -C extra-filename=-1b7851bfe210c606 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-1b7851bfe210c606 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
13612023-10-11T19:31:30.397Z Running `/home/build/.rustup/toolchains/1.72.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.67/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=577a284e9bcc389a -C extra-filename=-577a284e9bcc389a --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-da60536db468fe1f.rmeta --cap-lints allow -D warnings --cfg wrap_proc_macro`
13622023-10-11T19:31:30.412Z Compiling quote v1.0.33
13632023-10-11T19:31:30.426Z Compiling memchr v2.6.3
13642023-10-11T19:31:30.440Z Compiling log v0.4.20
13652023-10-11T19:31:30.452Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=8512bc6ae7bced04 -C extra-filename=-8512bc6ae7bced04 --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-577a284e9bcc389a.rmeta --cap-lints allow -D warnings`
13662023-10-11T19:31:30.457Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-8685a19bd2588e85/build-script-build`
13672023-10-11T19:31:30.460Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-1b7851bfe210c606/build-script-build`
13682023-10-11T19:31:30.463Z Running `/home/build/.rustup/toolchains/1.72.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=2b9cc4e8f0305d0f -C extra-filename=-2b9cc4e8f0305d0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13692023-10-11T19:31:30.469Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-c84985744f7ea911/build-script-build`
13702023-10-11T19:31:30.473Z Running `/home/build/.rustup/toolchains/1.72.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=7d9cf9ba132625c1 -C extra-filename=-7d9cf9ba132625c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13712023-10-11T19:31:30.477Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-66ea596ae03a17af/build-script-build`
13722023-10-11T19:31:30.481Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.148/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=b1078066b701b737 -C extra-filename=-b1078066b701b737 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --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`
13732023-10-11T19:31:30.489Z Compiling itoa v1.0.9
13742023-10-11T19:31:30.493Z Running `/home/build/.rustup/toolchains/1.72.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=5cfbcdc992ada6c2 -C extra-filename=-5cfbcdc992ada6c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13752023-10-11T19:31:30.497Z Compiling thiserror v1.0.49
13762023-10-11T19:31:30.501Z Running `/home/build/.rustup/toolchains/1.72.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.49/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=7f571bfd1a0d0ba2 -C extra-filename=-7f571bfd1a0d0ba2 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-7f571bfd1a0d0ba2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13772023-10-11T19:31:30.505Z Compiling futures-core v0.3.28
13782023-10-11T19:31:30.509Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.28/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=40748a9ee1ce3883 -C extra-filename=-40748a9ee1ce3883 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-core-40748a9ee1ce3883 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13792023-10-11T19:31:30.513Z Compiling ahash v0.8.3
13802023-10-11T19:31:30.517Z Running `/home/build/.rustup/toolchains/1.72.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.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 metadata=615e4bddd6779bcd -C extra-filename=-615e4bddd6779bcd --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-615e4bddd6779bcd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
13812023-10-11T19:31:30.533Z Compiling syn v2.0.32
13822023-10-11T19:31:30.552Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.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="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=b33ad495b446e2a7 -C extra-filename=-b33ad495b446e2a7 --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-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings`
13832023-10-11T19:31:30.564Z Running `/home/build/.rustup/toolchains/1.72.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"' --cfg 'feature="visit-mut"' -C metadata=46598a4ade7a2922 -C extra-filename=-46598a4ade7a2922 --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-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings --cfg syn_disable_nightly_tests`
13842023-10-11T19:31:30.570Z Compiling getrandom v0.2.10
13852023-10-11T19:31:30.577Z Compiling jobserver v0.1.26
13862023-10-11T19:31:30.590Z Compiling typenum v1.16.0
13872023-10-11T19:31:30.598Z Running `/home/build/.rustup/toolchains/1.72.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=5d87f6ac6fc0aeac -C extra-filename=-5d87f6ac6fc0aeac --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-cb012b6dc451b338.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --cap-lints allow -D warnings`
13882023-10-11T19:31:30.617Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.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 metadata=64027e865577f06e -C extra-filename=-64027e865577f06e --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-b1078066b701b737.rmeta --cap-lints allow -D warnings`
13892023-10-11T19:31:31.036Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-7f571bfd1a0d0ba2/build-script-build`
13902023-10-11T19:31:31.051Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=ce2f6f3ba70c12d6 -C extra-filename=-ce2f6f3ba70c12d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-ce2f6f3ba70c12d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13912023-10-11T19:31:31.061Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-615e4bddd6779bcd/build-script-build`
13922023-10-11T19:31:31.076Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-core-40748a9ee1ce3883/build-script-build`
13932023-10-11T19:31:31.080Z Compiling generic-array v0.14.7
13942023-10-11T19:31:31.086Z Running `/home/build/.rustup/toolchains/1.72.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 debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=c5834cbc42a6ca13 -C extra-filename=-c5834cbc42a6ca13 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-c5834cbc42a6ca13 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
13952023-10-11T19:31:31.090Z Compiling ryu v1.0.15
13962023-10-11T19:31:31.095Z Running `/home/build/.rustup/toolchains/1.72.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=4a3577197cfd5900 -C extra-filename=-4a3577197cfd5900 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13972023-10-11T19:31:31.101Z Compiling cc v1.0.83
13982023-10-11T19:31:31.106Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="jobserver"' --cfg 'feature="parallel"' -C metadata=b5ca8d4cdca539c9 -C extra-filename=-b5ca8d4cdca539c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern jobserver=/work/oxidecomputer/omicron/target/debug/deps/libjobserver-64027e865577f06e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --cap-lints allow -D warnings`
13992023-10-11T19:31:31.114Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-c5834cbc42a6ca13/build-script-build`
14002023-10-11T19:31:31.539Z Running `/home/build/.rustup/toolchains/1.72.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=40f40ed9b79fa7d8 -C extra-filename=-40f40ed9b79fa7d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14012023-10-11T19:31:31.558Z Compiling slab v0.4.9
14022023-10-11T19:31:31.577Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1ba3ca3c11bcdc50 -C extra-filename=-1ba3ca3c11bcdc50 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-1ba3ca3c11bcdc50 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
14032023-10-11T19:31:31.606Z Compiling futures-task v0.3.28
14042023-10-11T19:31:31.624Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.28/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=5de16dc38943ef6e -C extra-filename=-5de16dc38943ef6e --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-task-5de16dc38943ef6e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14052023-10-11T19:31:31.641Z Compiling futures-channel v0.3.28
14062023-10-11T19:31:31.743Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.28/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=feb52f6851514f87 -C extra-filename=-feb52f6851514f87 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-channel-feb52f6851514f87 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14072023-10-11T19:31:32.199Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-1ba3ca3c11bcdc50/build-script-build`
14082023-10-11T19:31:32.215Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-task-5de16dc38943ef6e/build-script-build`
14092023-10-11T19:31:32.236Z Compiling futures-util v0.3.28
14102023-10-11T19:31:32.253Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --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=373e6bf0208f26cc -C extra-filename=-373e6bf0208f26cc --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-util-373e6bf0208f26cc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14112023-10-11T19:31:32.268Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-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 -C metadata=8276e47ef83e0a61 -C extra-filename=-8276e47ef83e0a61 --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-cb012b6dc451b338.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --cap-lints allow -D warnings --cfg 'feature="folded_multiply"'`
14122023-10-11T19:31:32.276Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-ce2f6f3ba70c12d6/build-script-main`
14132023-10-11T19:31:32.285Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-channel-feb52f6851514f87/build-script-build`
14142023-10-11T19:31:32.289Z Compiling pkg-config v0.3.27
14152023-10-11T19:31:32.293Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=b2bde0cde8c99b7a -C extra-filename=-b2bde0cde8c99b7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14162023-10-11T19:31:32.304Z Compiling heck v0.4.1
14172023-10-11T19:31:32.319Z Running `/home/build/.rustup/toolchains/1.72.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=58e6b367499d83fa -C extra-filename=-58e6b367499d83fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14182023-10-11T19:31:32.334Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-util-373e6bf0208f26cc/build-script-build`
14192023-10-11T19:31:32.347Z Compiling scopeguard v1.2.0
14202023-10-11T19:31:32.356Z Running `/home/build/.rustup/toolchains/1.72.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=4dda9e26a75f327a -C extra-filename=-4dda9e26a75f327a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14212023-10-11T19:31:32.362Z Compiling smallvec v1.11.0
14222023-10-11T19:31:32.367Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9c6b3c03d28d4365 -C extra-filename=-9c6b3c03d28d4365 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14232023-10-11T19:31:32.371Z Compiling allocator-api2 v0.2.16
14242023-10-11T19:31:32.374Z Running `/home/build/.rustup/toolchains/1.72.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=65fb5bbe93c488fa -C extra-filename=-65fb5bbe93c488fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14252023-10-11T19:31:32.379Z Running `/home/build/.rustup/toolchains/1.72.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=50180e8112bf05bb -C extra-filename=-50180e8112bf05bb --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-40f40ed9b79fa7d8.rmeta --cap-lints allow -D warnings --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`
14262023-10-11T19:31:32.386Z Running `/home/build/.rustup/toolchains/1.72.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=4e1c5de4b4146de7 -C extra-filename=-4e1c5de4b4146de7 --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-4dda9e26a75f327a.rmeta --cap-lints allow -D warnings --cfg has_const_fn_trait_bound`
14272023-10-11T19:31:32.391Z Compiling rand_core v0.6.4
14282023-10-11T19:31:32.395Z Running `/home/build/.rustup/toolchains/1.72.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=261ecd513a9709d1 -C extra-filename=-261ecd513a9709d1 --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-5d87f6ac6fc0aeac.rmeta --cap-lints allow -D warnings`
14292023-10-11T19:31:32.464Z Compiling hashbrown v0.14.0
14302023-10-11T19:31:32.478Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-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 --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -C metadata=2c1bab4f653c68c5 -C extra-filename=-2c1bab4f653c68c5 --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-8276e47ef83e0a61.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-65fb5bbe93c488fa.rmeta --cap-lints allow -D warnings`
14312023-10-11T19:31:32.507Z Compiling equivalent v1.0.1
14322023-10-11T19:31:32.551Z Running `/home/build/.rustup/toolchains/1.72.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=2fccbc822ca879d0 -C extra-filename=-2fccbc822ca879d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14332023-10-11T19:31:32.566Z Compiling fnv v1.0.7
14342023-10-11T19:31:32.573Z Running `/home/build/.rustup/toolchains/1.72.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=1a818be490fdad0e -C extra-filename=-1a818be490fdad0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14352023-10-11T19:31:32.673Z Running `/home/build/.rustup/toolchains/1.72.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=602b29662c4fabbd -C extra-filename=-602b29662c4fabbd --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-cb012b6dc451b338.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9c6b3c03d28d4365.rmeta --cap-lints allow -D warnings`
14362023-10-11T19:31:32.787Z Compiling schemars v0.8.13
14372023-10-11T19:31:32.810Z Running `/home/build/.rustup/toolchains/1.72.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.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=61fde5c49e14e297 -C extra-filename=-61fde5c49e14e297 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-61fde5c49e14e297 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14382023-10-11T19:31:32.925Z Compiling byteorder v1.4.3
14392023-10-11T19:31:32.956Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-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="std"' -C metadata=d0b5a9931f42a80a -C extra-filename=-d0b5a9931f42a80a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14402023-10-11T19:31:33.331Z Compiling serde_derive_internals v0.26.0
14412023-10-11T19:31:33.343Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=aa23d27698ba1621 -C extra-filename=-aa23d27698ba1621 --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-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rmeta --cap-lints allow -D warnings`
14422023-10-11T19:31:33.747Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-61fde5c49e14e297/build-script-build`
14432023-10-11T19:31:33.827Z Compiling vcpkg v0.2.15
14442023-10-11T19:31:33.840Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=6d26e2d840f26489 -C extra-filename=-6d26e2d840f26489 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14452023-10-11T19:31:33.846Z Compiling parking_lot v0.12.1
14462023-10-11T19:31:33.868Z Running `/home/build/.rustup/toolchains/1.72.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"' --cfg 'feature="send_guard"' -C metadata=65f97b686f8023b7 -C extra-filename=-65f97b686f8023b7 --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-4e1c5de4b4146de7.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-602b29662c4fabbd.rmeta --cap-lints allow -D warnings`
14472023-10-11T19:31:34.210Z Compiling ahash v0.7.6
14482023-10-11T19:31:34.220Z Running `/home/build/.rustup/toolchains/1.72.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.7.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 metadata=ba457adef05c1bb0 -C extra-filename=-ba457adef05c1bb0 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-ba457adef05c1bb0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
14492023-10-11T19:31:34.441Z Compiling iana-time-zone v0.1.57
14502023-10-11T19:31:34.489Z Running `/home/build/.rustup/toolchains/1.72.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=14efeeed8496d54e -C extra-filename=-14efeeed8496d54e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14512023-10-11T19:31:34.880Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-ba457adef05c1bb0/build-script-build`
14522023-10-11T19:31:34.928Z Compiling indexmap v1.9.3
14532023-10-11T19:31:34.949Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="std"' -C metadata=255b7aee4fa84c34 -C extra-filename=-255b7aee4fa84c34 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-255b7aee4fa84c34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
14542023-10-11T19:31:35.522Z Compiling serde_json v1.0.107
14552023-10-11T19:31:35.531Z Running `/home/build/.rustup/toolchains/1.72.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.107/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' -C metadata=abb7fe9df46f5fa1 -C extra-filename=-abb7fe9df46f5fa1 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-abb7fe9df46f5fa1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14562023-10-11T19:31:35.545Z Running `/home/build/.rustup/toolchains/1.72.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.107/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=89b40c9e6f1b8d8b -C extra-filename=-89b40c9e6f1b8d8b --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-89b40c9e6f1b8d8b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14572023-10-11T19:31:36.786Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-255b7aee4fa84c34/build-script-build`
14582023-10-11T19:31:36.800Z Compiling spin v0.5.2
14592023-10-11T19:31:36.807Z Compiling httparse v1.8.0
14602023-10-11T19:31:36.815Z Running `/home/build/.rustup/toolchains/1.72.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=067a8add982d410a -C extra-filename=-067a8add982d410a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14612023-10-11T19:31:36.823Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5236cc9fa07aafa3 -C extra-filename=-5236cc9fa07aafa3 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-5236cc9fa07aafa3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14622023-10-11T19:31:36.831Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-abb7fe9df46f5fa1/build-script-build`
14632023-10-11T19:31:36.839Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-89b40c9e6f1b8d8b/build-script-build`
14642023-10-11T19:31:36.848Z Compiling pin-project-lite v0.2.13
14652023-10-11T19:31:36.855Z Running `/home/build/.rustup/toolchains/1.72.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=2335542551612e97 -C extra-filename=-2335542551612e97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14662023-10-11T19:31:36.867Z Compiling signal-hook-registry v1.4.1
14672023-10-11T19:31:36.877Z Running `/home/build/.rustup/toolchains/1.72.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=f690a79dae4b2c1a -C extra-filename=-f690a79dae4b2c1a --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-b1078066b701b737.rmeta --cap-lints allow -D warnings`
14682023-10-11T19:31:36.886Z Compiling dyn-clone v1.0.13
14692023-10-11T19:31:36.895Z Running `/home/build/.rustup/toolchains/1.72.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.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=0ddc113e7e9f4a26 -C extra-filename=-0ddc113e7e9f4a26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14702023-10-11T19:31:36.910Z Compiling ring v0.16.20
14712023-10-11T19:31:36.925Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=c5865f6d974c76b1 -C extra-filename=-c5865f6d974c76b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-c5865f6d974c76b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b5ca8d4cdca539c9.rlib --cap-lints allow -D warnings`
14722023-10-11T19:31:36.947Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-5236cc9fa07aafa3/build-script-build`
14732023-10-11T19:31:37.002Z Compiling aho-corasick v1.0.4
14742023-10-11T19:31:37.412Z Running `/home/build/.rustup/toolchains/1.72.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=626d69baada25e63 -C extra-filename=-626d69baada25e63 --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-2b9cc4e8f0305d0f.rmeta --cap-lints allow -D warnings`
14752023-10-11T19:31:37.421Z Compiling num_cpus v1.16.0
14762023-10-11T19:31:37.427Z Running `/home/build/.rustup/toolchains/1.72.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=2a9d00e4736a7412 -C extra-filename=-2a9d00e4736a7412 --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-b1078066b701b737.rmeta --cap-lints allow -D warnings`
14772023-10-11T19:31:37.432Z Compiling mio v0.8.8
14782023-10-11T19:31:37.437Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=0f763c45bd2d6012 -C extra-filename=-0f763c45bd2d6012 --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-b1078066b701b737.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --cap-lints allow -D warnings`
14792023-10-11T19:31:37.444Z Compiling semver v1.0.18
14802023-10-11T19:31:37.451Z Running `/home/build/.rustup/toolchains/1.72.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.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=1462877d469b7aa0 -C extra-filename=-1462877d469b7aa0 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-1462877d469b7aa0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14812023-10-11T19:31:37.458Z Compiling regex-syntax v0.7.5
14822023-10-11T19:31:37.464Z Running `/home/build/.rustup/toolchains/1.72.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.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="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=0198c14610a57b32 -C extra-filename=-0198c14610a57b32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14832023-10-11T19:31:37.475Z Compiling openssl-sys v0.9.93
14842023-10-11T19:31:37.485Z Running `/home/build/.rustup/toolchains/1.72.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.93/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 metadata=385be9ac62b73cba -C extra-filename=-385be9ac62b73cba --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-385be9ac62b73cba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b5ca8d4cdca539c9.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-6d26e2d840f26489.rlib --cap-lints allow -D warnings`
14852023-10-11T19:31:37.513Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-1462877d469b7aa0/build-script-build`
14862023-10-11T19:31:37.626Z Running `/home/build/.rustup/toolchains/1.72.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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=26ddbb2f438a5030 -C extra-filename=-26ddbb2f438a5030 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14872023-10-11T19:31:37.701Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-c5865f6d974c76b1/build-script-build`
14882023-10-11T19:31:37.952Z Compiling unicode-xid v0.2.4
14892023-10-11T19:31:38.385Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="default"' -C metadata=9d8f12589899f678 -C extra-filename=-9d8f12589899f678 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14902023-10-11T19:31:38.394Z Compiling socket2 v0.5.3
14912023-10-11T19:31:38.413Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-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="all"' -C metadata=ab562698f326a2b0 -C extra-filename=-ab562698f326a2b0 --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-b1078066b701b737.rmeta --cap-lints allow -D warnings`
14922023-10-11T19:31:38.427Z Compiling ucd-trie v0.1.6
14932023-10-11T19:31:38.441Z Running `/home/build/.rustup/toolchains/1.72.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=963b26a2aa59b261 -C extra-filename=-963b26a2aa59b261 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14942023-10-11T19:31:39.184Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-385be9ac62b73cba/build-script-main`
14952023-10-11T19:31:39.328Z Compiling openssl v0.10.57
14962023-10-11T19:31:39.333Z Running `/home/build/.rustup/toolchains/1.72.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.57/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=f20da6aca1599289 -C extra-filename=-f20da6aca1599289 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-f20da6aca1599289 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14972023-10-11T19:31:39.975Z Compiling tinyvec_macros v0.1.1
14982023-10-11T19:31:39.988Z Running `/home/build/.rustup/toolchains/1.72.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=144c4a4853a1d827 -C extra-filename=-144c4a4853a1d827 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14992023-10-11T19:31:40.009Z Compiling tinyvec v1.6.0
15002023-10-11T19:31:40.439Z Running `/home/build/.rustup/toolchains/1.72.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=85963be74ba39079 -C extra-filename=-85963be74ba39079 --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-144c4a4853a1d827.rmeta --cap-lints allow -D warnings`
15012023-10-11T19:31:40.448Z Compiling ppv-lite86 v0.2.17
15022023-10-11T19:31:40.464Z Running `/home/build/.rustup/toolchains/1.72.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=3adf9bc5ea2a15e8 -C extra-filename=-3adf9bc5ea2a15e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15032023-10-11T19:31:40.489Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-f20da6aca1599289/build-script-build`
15042023-10-11T19:31:40.934Z Compiling winnow v0.5.15
15052023-10-11T19:31:40.958Z Running `/home/build/.rustup/toolchains/1.72.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=016aea2942a95061 -C extra-filename=-016aea2942a95061 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15062023-10-11T19:31:41.044Z Compiling rand_chacha v0.3.1
15072023-10-11T19:31:41.066Z Running `/home/build/.rustup/toolchains/1.72.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="default"' --cfg 'feature="std"' -C metadata=5eabb5c7a332b5f6 -C extra-filename=-5eabb5c7a332b5f6 --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-3adf9bc5ea2a15e8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-261ecd513a9709d1.rmeta --cap-lints allow -D warnings`
15082023-10-11T19:31:42.074Z Compiling crossbeam-utils v0.8.16
15092023-10-11T19:31:42.082Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2b72d92b204211df -C extra-filename=-2b72d92b204211df --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-2b72d92b204211df -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15102023-10-11T19:31:42.875Z Compiling regex-automata v0.3.8
15112023-10-11T19:31:42.886Z Running `/home/build/.rustup/toolchains/1.72.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="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' -C metadata=53dcddb5f0118cd2 -C extra-filename=-53dcddb5f0118cd2 --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-626d69baada25e63.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0198c14610a57b32.rmeta --cap-lints allow -D warnings`
15122023-10-11T19:31:43.450Z Compiling futures-sink v0.3.28
15132023-10-11T19:31:43.469Z Running `/home/build/.rustup/toolchains/1.72.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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=162a734bab52ecae -C extra-filename=-162a734bab52ecae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15142023-10-11T19:31:43.671Z Compiling rustls v0.21.7
15152023-10-11T19:31:43.685Z Running `/home/build/.rustup/toolchains/1.72.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.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=eb9c35056792b1cf -C extra-filename=-eb9c35056792b1cf --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-eb9c35056792b1cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15162023-10-11T19:31:44.080Z Compiling time-core v0.1.1
15172023-10-11T19:31:44.110Z Running `/home/build/.rustup/toolchains/1.72.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=db894d590c93f55e -C extra-filename=-db894d590c93f55e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15182023-10-11T19:31:44.563Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-2b72d92b204211df/build-script-build`
15192023-10-11T19:31:44.577Z Compiling unicode-normalization v0.1.22
15202023-10-11T19:31:44.591Z Running `/home/build/.rustup/toolchains/1.72.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=ac138eb008fbc34d -C extra-filename=-ac138eb008fbc34d --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-85963be74ba39079.rmeta --cap-lints allow -D warnings`
15212023-10-11T19:31:44.602Z Compiling time-macros v0.2.13
15222023-10-11T19:31:44.610Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="formatting"' --cfg 'feature="parsing"' -C metadata=3f56d02e742d9deb -C extra-filename=-3f56d02e742d9deb --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-db894d590c93f55e.rlib --extern proc_macro --cap-lints allow -D warnings`
15232023-10-11T19:31:44.686Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-eb9c35056792b1cf/build-script-build`
15242023-10-11T19:31:44.732Z Compiling rand v0.8.5
15252023-10-11T19:31:44.752Z Running `/home/build/.rustup/toolchains/1.72.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="min_const_gen"' --cfg 'feature="rand_chacha"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=8f6e08fe2063ba60 -C extra-filename=-8f6e08fe2063ba60 --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-b1078066b701b737.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-5eabb5c7a332b5f6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-261ecd513a9709d1.rmeta --cap-lints allow -D warnings`
15262023-10-11T19:31:44.954Z Compiling serde_derive v1.0.188
15272023-10-11T19:31:44.969Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.188/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' -C metadata=aeb4063bf79bcef0 -C extra-filename=-aeb4063bf79bcef0 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
15282023-10-11T19:31:46.091Z Compiling zeroize_derive v1.4.2
15292023-10-11T19:31:46.112Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=c8f54ebde8160f23 -C extra-filename=-c8f54ebde8160f23 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
15302023-10-11T19:31:46.376Z Compiling thiserror-impl v1.0.49
15312023-10-11T19:31:46.393Z Running `/home/build/.rustup/toolchains/1.72.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.49/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=9da73fdce886a303 -C extra-filename=-9da73fdce886a303 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
15322023-10-11T19:31:46.708Z Compiling tokio-macros v2.1.0
15332023-10-11T19:31:46.724Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.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 metadata=a227de3d2402746e -C extra-filename=-a227de3d2402746e --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
15342023-10-11T19:31:48.562Z Compiling futures-macro v0.3.28
15352023-10-11T19:31:48.569Z Running `/home/build/.rustup/toolchains/1.72.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.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=03ba96fd56d60571 -C extra-filename=-03ba96fd56d60571 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
15362023-10-11T19:31:48.819Z Compiling tracing-attributes v0.1.26
15372023-10-11T19:31:48.822Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=72a1983bdf5f8eeb -C extra-filename=-72a1983bdf5f8eeb --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
15382023-10-11T19:31:48.956Z Compiling schemars_derive v0.8.13
15392023-10-11T19:31:48.960Z Running `/home/build/.rustup/toolchains/1.72.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.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 metadata=b40d79b85d0daf79 -C extra-filename=-b40d79b85d0daf79 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-aa23d27698ba1621.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rlib --extern proc_macro --cap-lints allow -D warnings`
15402023-10-11T19:31:49.445Z Compiling zeroize v1.6.0
15412023-10-11T19:31:49.454Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-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="zeroize_derive"' -C metadata=be0cb31ca6c36c77 -C extra-filename=-be0cb31ca6c36c77 --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-c8f54ebde8160f23.so --cap-lints allow -D warnings`
15422023-10-11T19:31:49.481Z Compiling openssl-macros v0.1.1
15432023-10-11T19:31:49.489Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=d56300f5e0859093 -C extra-filename=-d56300f5e0859093 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
15442023-10-11T19:31:50.040Z Running `/home/build/.rustup/toolchains/1.72.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=04e3f21d815cd8b9 -C extra-filename=-04e3f21d815cd8b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15452023-10-11T19:31:50.808Z Compiling rustix v0.38.9
15462023-10-11T19:31:50.825Z Running `/home/build/.rustup/toolchains/1.72.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.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=f4a3b5516a1033b5 -C extra-filename=-f4a3b5516a1033b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-f4a3b5516a1033b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15472023-10-11T19:31:51.239Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.49/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5da9f46e1a667f5e -C extra-filename=-5da9f46e1a667f5e --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-9da73fdce886a303.so --cap-lints allow -D warnings`
15482023-10-11T19:31:51.857Z Compiling regex v1.9.5
15492023-10-11T19:31:51.875Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.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="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=b1c45f2103d94ced -C extra-filename=-b1c45f2103d94ced --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-626d69baada25e63.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-53dcddb5f0118cd2.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0198c14610a57b32.rmeta --cap-lints allow -D warnings`
15502023-10-11T19:31:52.300Z Compiling pest v2.7.2
15512023-10-11T19:31:52.308Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9aa5a03f5d78a745 -C extra-filename=-9aa5a03f5d78a745 --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-5da9f46e1a667f5e.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-963b26a2aa59b261.rmeta --cap-lints allow -D warnings`
15522023-10-11T19:31:52.321Z Compiling pin-utils v0.1.0
15532023-10-11T19:31:52.334Z Running `/home/build/.rustup/toolchains/1.72.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=258679e4375c153a -C extra-filename=-258679e4375c153a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15542023-10-11T19:31:52.756Z Compiling slog v2.7.0
15552023-10-11T19:31:52.764Z Running `/home/build/.rustup/toolchains/1.72.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 --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=50f19adf750f9175 -C extra-filename=-50f19adf750f9175 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-50f19adf750f9175 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15562023-10-11T19:31:52.780Z Running `/home/build/.rustup/toolchains/1.72.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=f8fea248a8ef80ee -C extra-filename=-f8fea248a8ef80ee --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-04e3f21d815cd8b9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings --cfg relaxed_coherence`
15572023-10-11T19:31:52.827Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-50f19adf750f9175/build-script-build`
15582023-10-11T19:31:52.934Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-f4a3b5516a1033b5/build-script-build`
15592023-10-11T19:31:53.126Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-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=08d9bcf9f19f5d08 -C extra-filename=-08d9bcf9f19f5d08 --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-5d87f6ac6fc0aeac.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --cap-lints allow -D warnings --cfg 'feature="runtime-rng"' --cfg 'feature="folded_multiply"'`
15602023-10-11T19:31:53.358Z Compiling native-tls v0.2.11
15612023-10-11T19:31:53.362Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=81bcf05595811fab -C extra-filename=-81bcf05595811fab --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-81bcf05595811fab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15622023-10-11T19:31:53.839Z Compiling unicode-bidi v0.3.13
15632023-10-11T19:31:53.856Z Running `/home/build/.rustup/toolchains/1.72.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=a79322ee08f170c2 -C extra-filename=-a79322ee08f170c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15642023-10-11T19:31:54.332Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-81bcf05595811fab/build-script-build`
15652023-10-11T19:31:54.339Z Compiling hashbrown v0.12.3
15662023-10-11T19:31:54.345Z Running `/home/build/.rustup/toolchains/1.72.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="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -C metadata=c7fa620f2cfd72a4 -C extra-filename=-c7fa620f2cfd72a4 --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-08d9bcf9f19f5d08.rmeta --cap-lints allow -D warnings`
15672023-10-11T19:31:54.352Z Running `/home/build/.rustup/toolchains/1.72.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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=9475083db9bb56c9 -C extra-filename=-9475083db9bb56c9 --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-26ddbb2f438a5030.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --cap-lints allow -D warnings`
15682023-10-11T19:31:54.711Z Running `/home/build/.rustup/toolchains/1.72.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=82ba02363acc9ab8 -C extra-filename=-82ba02363acc9ab8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15692023-10-11T19:31:54.982Z Running `/home/build/.rustup/toolchains/1.72.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.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="alloc"' --cfg 'feature="std"' -C metadata=6c267024c249b587 -C extra-filename=-6c267024c249b587 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15702023-10-11T19:31:55.012Z Compiling futures-io v0.3.28
15712023-10-11T19:31:55.018Z Running `/home/build/.rustup/toolchains/1.72.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.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="std"' -C metadata=1281c81b1e26ac4e -C extra-filename=-1281c81b1e26ac4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15722023-10-11T19:31:55.109Z Compiling unicode-width v0.1.10
15732023-10-11T19:31:55.129Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-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 --cfg 'feature="default"' -C metadata=22d2e5808eee9062 -C extra-filename=-22d2e5808eee9062 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15742023-10-11T19:31:55.352Z Running `/home/build/.rustup/toolchains/1.72.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.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="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=41b3cacfdb8b8658 -C extra-filename=-41b3cacfdb8b8658 --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-9475083db9bb56c9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1281c81b1e26ac4e.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-03ba96fd56d60571.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6c267024c249b587.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-258679e4375c153a.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-82ba02363acc9ab8.rmeta --cap-lints allow -D warnings`
15752023-10-11T19:31:55.474Z Compiling lazy_static v1.4.0
15762023-10-11T19:31:55.489Z Compiling percent-encoding v2.3.0
15772023-10-11T19:31:55.503Z Running `/home/build/.rustup/toolchains/1.72.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=31315c5ec54d9eb8 -C extra-filename=-31315c5ec54d9eb8 --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-067a8add982d410a.rmeta --cap-lints allow -D warnings`
15782023-10-11T19:31:55.514Z Running `/home/build/.rustup/toolchains/1.72.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=58aac9722dc74e91 -C extra-filename=-58aac9722dc74e91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15792023-10-11T19:31:55.653Z Compiling subtle v2.5.0
15802023-10-11T19:31:55.668Z Running `/home/build/.rustup/toolchains/1.72.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=5aae046eb05ace35 -C extra-filename=-5aae046eb05ace35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15812023-10-11T19:31:55.943Z Compiling form_urlencoded v1.2.0
15822023-10-11T19:31:56.362Z Running `/home/build/.rustup/toolchains/1.72.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=bdee90b95eb7999e -C extra-filename=-bdee90b95eb7999e --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-58aac9722dc74e91.rmeta --cap-lints allow -D warnings`
15832023-10-11T19:31:56.369Z Compiling crypto-common v0.1.6
15842023-10-11T19:31:56.382Z Running `/home/build/.rustup/toolchains/1.72.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=a7708e37c466faa5 -C extra-filename=-a7708e37c466faa5 --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-f8fea248a8ef80ee.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-261ecd513a9709d1.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-04e3f21d815cd8b9.rmeta --cap-lints allow -D warnings`
15852023-10-11T19:31:56.809Z Compiling synstructure v0.12.6
15862023-10-11T19:31:57.231Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=8404dadd14881c16 -C extra-filename=-8404dadd14881c16 --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-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-9d8f12589899f678.rmeta --cap-lints allow -D warnings`
15872023-10-11T19:31:57.260Z Compiling pest_meta v2.7.2
15882023-10-11T19:31:57.279Z Compiling bitflags v1.3.2
15892023-10-11T19:31:57.770Z Compiling idna v0.4.0
15902023-10-11T19:31:57.791Z Running `/home/build/.rustup/toolchains/1.72.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=c8b8319e74150075 -C extra-filename=-c8b8319e74150075 --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-dffc32915439d36d.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-9aa5a03f5d78a745.rmeta --cap-lints allow -D warnings`
15912023-10-11T19:31:57.813Z Running `/home/build/.rustup/toolchains/1.72.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=237bfdbc957aefc2 -C extra-filename=-237bfdbc957aefc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15922023-10-11T19:31:57.840Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f45dd1b1e77af6bc -C extra-filename=-f45dd1b1e77af6bc --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-a79322ee08f170c2.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rmeta --cap-lints allow -D warnings`
15932023-10-11T19:31:57.933Z Compiling backtrace v0.3.69
15942023-10-11T19:31:57.973Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d27dc759eeecb612 -C extra-filename=-d27dc759eeecb612 --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-d27dc759eeecb612 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b5ca8d4cdca539c9.rlib --cap-lints allow -D warnings`
15952023-10-11T19:31:58.001Z Compiling usdt-impl v0.3.5
15962023-10-11T19:31:58.032Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="asm"' -C metadata=82b28e27bd76deeb -C extra-filename=-82b28e27bd76deeb --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-82b28e27bd76deeb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
15972023-10-11T19:31:58.052Z Compiling async-trait v0.1.73
15982023-10-11T19:31:58.074Z Running `/home/build/.rustup/toolchains/1.72.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.73/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=db64b9bb2c68bb7a -C extra-filename=-db64b9bb2c68bb7a --out-dir /work/oxidecomputer/omicron/target/debug/build/async-trait-db64b9bb2c68bb7a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15992023-10-11T19:31:58.504Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-82b28e27bd76deeb/build-script-build`
16002023-10-11T19:31:58.512Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-d27dc759eeecb612/build-script-build`
16012023-10-11T19:31:58.519Z Compiling const-oid v0.9.5
16022023-10-11T19:31:58.527Z Running `/home/build/.rustup/toolchains/1.72.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=61bf72856c116b87 -C extra-filename=-61bf72856c116b87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16032023-10-11T19:31:58.538Z Compiling url v2.4.1
16042023-10-11T19:31:58.550Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=4ddeb6fc7fa00215 -C extra-filename=-4ddeb6fc7fa00215 --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-bdee90b95eb7999e.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-f45dd1b1e77af6bc.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --cap-lints allow -D warnings`
16052023-10-11T19:31:58.567Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.188/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=e5099f1082b7c4e8 -C extra-filename=-e5099f1082b7c4e8 --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-aeb4063bf79bcef0.so --cap-lints allow -D warnings`
16062023-10-11T19:31:58.885Z Compiling zerocopy-derive v0.2.0
16072023-10-11T19:31:58.889Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=d186c36fb0999337 -C extra-filename=-d186c36fb0999337 --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-577a284e9bcc389a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-8404dadd14881c16.rlib --extern proc_macro --cap-lints allow -D warnings`
16082023-10-11T19:31:59.276Z Compiling pest_generator v2.7.2
16092023-10-11T19:31:59.706Z Running `/home/build/.rustup/toolchains/1.72.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' -C metadata=fac6609892be980c -C extra-filename=-fac6609892be980c --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-9aa5a03f5d78a745.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-c8b8319e74150075.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --cap-lints allow -D warnings`
16102023-10-11T19:32:01.377Z Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-db64b9bb2c68bb7a/build-script-build`
16112023-10-11T19:32:01.399Z Running `/home/build/.rustup/toolchains/1.72.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.73/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=5e1b7200ff6e80bb -C extra-filename=-5e1b7200ff6e80bb --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
16122023-10-11T19:32:01.483Z Compiling thread-id v4.2.0
16132023-10-11T19:32:01.493Z Running `/home/build/.rustup/toolchains/1.72.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=98f40e18ef456ae7 -C extra-filename=-98f40e18ef456ae7 --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-b1078066b701b737.rmeta --cap-lints allow -D warnings`
16142023-10-11T19:32:01.531Z Compiling anyhow v1.0.75
16152023-10-11T19:32:01.560Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6e4c0cf124b807de -C extra-filename=-6e4c0cf124b807de --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-6e4c0cf124b807de -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16162023-10-11T19:32:02.075Z Compiling tracing-core v0.1.31
16172023-10-11T19:32:02.094Z Running `/home/build/.rustup/toolchains/1.72.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="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=185f52a339e2f007 -C extra-filename=-185f52a339e2f007 --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-dffc32915439d36d.rmeta --cap-lints allow -D warnings`
16182023-10-11T19:32:02.123Z Compiling zerocopy v0.3.0
16192023-10-11T19:32:02.154Z Running `/home/build/.rustup/toolchains/1.72.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=3d9e778d8adf6126 -C extra-filename=-3d9e778d8adf6126 --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-d0b5a9931f42a80a.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-d186c36fb0999337.so --cap-lints allow -D warnings`
16202023-10-11T19:32:02.458Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-6e4c0cf124b807de/build-script-build`
16212023-10-11T19:32:02.881Z Compiling hashbrown v0.13.2
16222023-10-11T19:32:02.907Z Running `/home/build/.rustup/toolchains/1.72.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"' --cfg 'feature="default"' --cfg 'feature="inline-more"' -C metadata=bb614e6fdd6f35be -C extra-filename=-bb614e6fdd6f35be --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-8276e47ef83e0a61.rmeta --cap-lints allow -D warnings`
16232023-10-11T19:32:02.996Z Compiling tracing v0.1.37
16242023-10-11T19:32:03.023Z Running `/home/build/.rustup/toolchains/1.72.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=35c96b580c9578f1 -C extra-filename=-35c96b580c9578f1 --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-cb012b6dc451b338.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-72a1983bdf5f8eeb.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-185f52a339e2f007.rmeta --cap-lints allow -D warnings`
16252023-10-11T19:32:03.376Z Compiling dof v0.1.5
16262023-10-11T19:32:03.380Z Running `/home/build/.rustup/toolchains/1.72.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=789d3d58ac817312 -C extra-filename=-789d3d58ac817312 --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-5da9f46e1a667f5e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3d9e778d8adf6126.rmeta --cap-lints allow -D warnings`
16272023-10-11T19:32:03.806Z Compiling base64 v0.21.4
16282023-10-11T19:32:03.811Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7153363a1fac6343 -C extra-filename=-7153363a1fac6343 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16292023-10-11T19:32:03.861Z Compiling pest_derive v2.7.2
16302023-10-11T19:32:03.886Z Running `/home/build/.rustup/toolchains/1.72.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.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=407ee505ea788947 -C extra-filename=-407ee505ea788947 --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-9aa5a03f5d78a745.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-fac6609892be980c.rlib --extern proc_macro --cap-lints allow -D warnings`
16312023-10-11T19:32:04.231Z Compiling strsim v0.10.0
16322023-10-11T19:32:04.276Z Running `/home/build/.rustup/toolchains/1.72.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=1c46220253478178 -C extra-filename=-1c46220253478178 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16332023-10-11T19:32:04.332Z Compiling block-buffer v0.10.4
16342023-10-11T19:32:04.370Z Running `/home/build/.rustup/toolchains/1.72.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=09a3fa0da8c3127f -C extra-filename=-09a3fa0da8c3127f --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-f8fea248a8ef80ee.rmeta --cap-lints allow -D warnings`
16352023-10-11T19:32:04.740Z Compiling num_threads v0.1.6
16362023-10-11T19:32:05.212Z Running `/home/build/.rustup/toolchains/1.72.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=da6d32e9bc61a244 -C extra-filename=-da6d32e9bc61a244 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16372023-10-11T19:32:05.636Z Compiling siphasher v0.3.11
16382023-10-11T19:32:06.081Z Running `/home/build/.rustup/toolchains/1.72.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=c4468728d2f7b64b -C extra-filename=-c4468728d2f7b64b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16392023-10-11T19:32:06.514Z Compiling deranged v0.3.8
16402023-10-11T19:32:06.531Z Running `/home/build/.rustup/toolchains/1.72.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=303fb4e3118eacb2 -C extra-filename=-303fb4e3118eacb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16412023-10-11T19:32:06.563Z Compiling digest v0.10.7
16422023-10-11T19:32:06.601Z Running `/home/build/.rustup/toolchains/1.72.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=67ca5f41bdde404f -C extra-filename=-67ca5f41bdde404f --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-09a3fa0da8c3127f.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-a7708e37c466faa5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --cap-lints allow -D warnings`
16432023-10-11T19:32:06.623Z Compiling dtrace-parser v0.1.14
16442023-10-11T19:32:06.646Z Running `/home/build/.rustup/toolchains/1.72.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=8d1811b655a45751 -C extra-filename=-8d1811b655a45751 --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-9aa5a03f5d78a745.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-407ee505ea788947.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --cap-lints allow -D warnings`
16452023-10-11T19:32:06.666Z Compiling errno v0.3.2
16462023-10-11T19:32:06.686Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-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=8899ea680ef4d88e -C extra-filename=-8899ea680ef4d88e --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-b1078066b701b737.rmeta --cap-lints allow -D warnings`
16472023-10-11T19:32:06.709Z Compiling adler v1.0.2
16482023-10-11T19:32:06.766Z Running `/home/build/.rustup/toolchains/1.72.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=132009fb6b2f5d87 -C extra-filename=-132009fb6b2f5d87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16492023-10-11T19:32:06.780Z Running `/home/build/.rustup/toolchains/1.72.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=20277456fa976614 -C extra-filename=-20277456fa976614 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg httparse_simd`
16502023-10-11T19:32:06.797Z Compiling socket2 v0.4.9
16512023-10-11T19:32:06.814Z Running `/home/build/.rustup/toolchains/1.72.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=27d2ec1b4f6cd9d1 -C extra-filename=-27d2ec1b4f6cd9d1 --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-b1078066b701b737.rmeta --cap-lints allow -D warnings`
16522023-10-11T19:32:06.828Z Compiling miniz_oxide v0.7.1
16532023-10-11T19:32:06.843Z Running `/home/build/.rustup/toolchains/1.72.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=035fa96984d9041a -C extra-filename=-035fa96984d9041a --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-132009fb6b2f5d87.rmeta --cap-lints allow -D warnings`
16542023-10-11T19:32:06.868Z Compiling either v1.9.0
16552023-10-11T19:32:06.895Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-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"' --cfg 'feature="use_std"' -C metadata=7299ccd4570522b5 -C extra-filename=-7299ccd4570522b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16562023-10-11T19:32:06.905Z Compiling untrusted v0.7.1
16572023-10-11T19:32:06.920Z Running `/home/build/.rustup/toolchains/1.72.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=52284948578e7ef4 -C extra-filename=-52284948578e7ef4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16582023-10-11T19:32:06.935Z Running `/home/build/.rustup/toolchains/1.72.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"' --cfg 'feature="std"' -C metadata=ab830bac25aeb8d2 -C extra-filename=-ab830bac25aeb8d2 --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-dffc32915439d36d.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-067a8add982d410a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-52284948578e7ef4.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -l static=ring-core -l static=ring-test`
16592023-10-11T19:32:06.953Z Compiling try-lock v0.2.4
16602023-10-11T19:32:06.972Z Running `/home/build/.rustup/toolchains/1.72.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=a0689cb3b8d3ef72 -C extra-filename=-a0689cb3b8d3ef72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16612023-10-11T19:32:06.998Z Compiling httpdate v1.0.3
16622023-10-11T19:32:07.028Z Running `/home/build/.rustup/toolchains/1.72.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=88a461b76c14f00c -C extra-filename=-88a461b76c14f00c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16632023-10-11T19:32:07.052Z Compiling gimli v0.28.0
16642023-10-11T19:32:07.075Z Running `/home/build/.rustup/toolchains/1.72.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=8d144ba13270a568 -C extra-filename=-8d144ba13270a568 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16652023-10-11T19:32:07.150Z Compiling want v0.3.1
16662023-10-11T19:32:07.186Z Running `/home/build/.rustup/toolchains/1.72.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=6b2eae4baf2de863 -C extra-filename=-6b2eae4baf2de863 --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-a0689cb3b8d3ef72.rmeta --cap-lints allow -D warnings`
16672023-10-11T19:32:07.369Z Compiling object v0.32.1
16682023-10-11T19:32:07.399Z Running `/home/build/.rustup/toolchains/1.72.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=016447daf50e197e -C extra-filename=-016447daf50e197e --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-2b9cc4e8f0305d0f.rmeta --cap-lints allow -D warnings`
16692023-10-11T19:32:08.108Z Compiling tower-service v0.3.2
16702023-10-11T19:32:08.120Z Running `/home/build/.rustup/toolchains/1.72.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=f8ddbbf870aaffb5 -C extra-filename=-f8ddbbf870aaffb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16712023-10-11T19:32:08.135Z Compiling openssl-probe v0.1.5
16722023-10-11T19:32:08.147Z Running `/home/build/.rustup/toolchains/1.72.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=41c6f4d0ac14140f -C extra-filename=-41c6f4d0ac14140f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16732023-10-11T19:32:08.162Z Compiling time v0.3.27
16742023-10-11T19:32:08.173Z Running `/home/build/.rustup/toolchains/1.72.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=80d16594467ebc43 -C extra-filename=-80d16594467ebc43 --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-303fb4e3118eacb2.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-da6d32e9bc61a244.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-db894d590c93f55e.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-3f56d02e742d9deb.so --cap-lints allow -D warnings`
16752023-10-11T19:32:08.720Z Compiling cpufeatures v0.2.9
16762023-10-11T19:32:08.728Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=9833e47a7666dcf6 -C extra-filename=-9833e47a7666dcf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16772023-10-11T19:32:08.734Z Compiling foreign-types-shared v0.1.1
16782023-10-11T19:32:08.737Z Running `/home/build/.rustup/toolchains/1.72.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=7e8221a6300258b6 -C extra-filename=-7e8221a6300258b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16792023-10-11T19:32:08.743Z Compiling rustc-demangle v0.1.23
16802023-10-11T19:32:08.756Z Running `/home/build/.rustup/toolchains/1.72.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=4069d6958baa4f33 -C extra-filename=-4069d6958baa4f33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16812023-10-11T19:32:08.780Z Compiling foreign-types v0.3.2
16822023-10-11T19:32:08.792Z Running `/home/build/.rustup/toolchains/1.72.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=7361b1a016d3615a -C extra-filename=-7361b1a016d3615a --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-7e8221a6300258b6.rmeta --cap-lints allow -D warnings`
16832023-10-11T19:32:08.802Z Compiling bytes v1.5.0
16842023-10-11T19:32:08.814Z Running `/home/build/.rustup/toolchains/1.72.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=999a16c5ebd06ca3 -C extra-filename=-999a16c5ebd06ca3 --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
16852023-10-11T19:32:08.877Z Compiling indexmap v2.0.0
16862023-10-11T19:32:09.333Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=db744c94c8df920e -C extra-filename=-db744c94c8df920e --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-2fccbc822ca879d0.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2c1bab4f653c68c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
16872023-10-11T19:32:09.359Z Compiling chrono v0.4.31
16882023-10-11T19:32:09.381Z Running `/home/build/.rustup/toolchains/1.72.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=65f0a5b9aa27f6b0 -C extra-filename=-65f0a5b9aa27f6b0 --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-14efeeed8496d54e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
16892023-10-11T19:32:10.115Z Compiling uuid v1.4.1
16902023-10-11T19:32:10.118Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=e5efa5ff78491fa8 -C extra-filename=-e5efa5ff78491fa8 --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-5d87f6ac6fc0aeac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
16912023-10-11T19:32:10.870Z Running `/home/build/.rustup/toolchains/1.72.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.107/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a8310cddaf0eaa9f -C extra-filename=-a8310cddaf0eaa9f --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-5cfbcdc992ada6c2.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4a3577197cfd5900.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings --cfg limb_width_64`
16922023-10-11T19:32:10.926Z Compiling bitflags v2.4.0
16932023-10-11T19:32:11.010Z Running `/home/build/.rustup/toolchains/1.72.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=be38ad5d671379f5 -C extra-filename=-be38ad5d671379f5 --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
16942023-10-11T19:32:11.628Z Compiling tokio v1.32.0
16952023-10-11T19:32:12.531Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.32.0/src/lib.rs --error-format=json --json=diagnostic-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=cd14d3678e914467 -C extra-filename=-cd14d3678e914467 --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-999a16c5ebd06ca3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0f763c45bd2d6012.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-2a9d00e4736a7412.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-65f97b686f8023b7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-f690a79dae4b2c1a.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-ab562698f326a2b0.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-a227de3d2402746e.so --cap-lints allow -D warnings`
16962023-10-11T19:32:12.553Z Compiling http v0.2.9
16972023-10-11T19:32:12.565Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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=b5f2f8fd72808bca -C extra-filename=-b5f2f8fd72808bca --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-999a16c5ebd06ca3.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-1a818be490fdad0e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --cap-lints allow -D warnings`
16982023-10-11T19:32:12.710Z Compiling toml_datetime v0.6.3
16992023-10-11T19:32:12.720Z Running `/home/build/.rustup/toolchains/1.72.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.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="serde"' -C metadata=c4eb9ff68796655c -C extra-filename=-c4eb9ff68796655c --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
17002023-10-11T19:32:13.887Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=93b3f34f41f42e9b -C extra-filename=-93b3f34f41f42e9b --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
17012023-10-11T19:32:14.678Z Compiling serde_spanned v0.6.3
17022023-10-11T19:32:14.688Z Running `/home/build/.rustup/toolchains/1.72.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.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="serde"' -C metadata=3c82b7b6f5cfc630 -C extra-filename=-3c82b7b6f5cfc630 --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
17032023-10-11T19:32:15.057Z Compiling toml_edit v0.19.15
17042023-10-11T19:32:15.063Z Running `/home/build/.rustup/toolchains/1.72.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=7554649587e1441a -C extra-filename=-7554649587e1441a --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-db744c94c8df920e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-3c82b7b6f5cfc630.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-016aea2942a95061.rmeta --cap-lints allow -D warnings`
17052023-10-11T19:32:15.164Z Running `/home/build/.rustup/toolchains/1.72.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="serde"' --cfg 'feature="serde-1"' --cfg 'feature="std"' -C metadata=f21f85b211e7cbc1 -C extra-filename=-f21f85b211e7cbc1 --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-c7fa620f2cfd72a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings --cfg has_std`
17062023-10-11T19:32:15.285Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=2a0f5906101456ab -C extra-filename=-2a0f5906101456ab --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-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0ddc113e7e9f4a26.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-b40d79b85d0daf79.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a8310cddaf0eaa9f.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
17072023-10-11T19:32:16.037Z Compiling openapiv3 v1.0.3
17082023-10-11T19:32:16.458Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-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="skip_serializing_defaults"' -C metadata=3b74e2c7e7429827 -C extra-filename=-3b74e2c7e7429827 --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-db744c94c8df920e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a8310cddaf0eaa9f.rmeta --cap-lints allow -D warnings`
17092023-10-11T19:32:16.883Z Running `/home/build/.rustup/toolchains/1.72.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=228503f38b2cc9ab -C extra-filename=-228503f38b2cc9ab --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-d0b5a9931f42a80a.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-789d3d58ac817312.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-8d1811b655a45751.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a8310cddaf0eaa9f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-98f40e18ef456ae7.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard`
17102023-10-11T19:32:16.892Z Compiling serde_tokenstream v0.1.7
17112023-10-11T19:32:16.901Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=1046f6274044f553 -C extra-filename=-1046f6274044f553 --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-577a284e9bcc389a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rmeta --cap-lints allow -D warnings`
17122023-10-11T19:32:17.573Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=dab22f7c9a37f33c -C extra-filename=-dab22f7c9a37f33c --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-be38ad5d671379f5.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-8899ea680ef4d88e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
17132023-10-11T19:32:17.581Z Compiling http-body v0.4.5
17142023-10-11T19:32:17.588Z Running `/home/build/.rustup/toolchains/1.72.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=138567e5bd7d7a97 -C extra-filename=-138567e5bd7d7a97 --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-999a16c5ebd06ca3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --cap-lints allow -D warnings`
17152023-10-11T19:32:18.210Z Compiling addr2line v0.21.0
17162023-10-11T19:32:18.221Z Running `/home/build/.rustup/toolchains/1.72.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=6bfe5fd753e39208 -C extra-filename=-6bfe5fd753e39208 --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-8d144ba13270a568.rmeta --cap-lints allow -D warnings`
17172023-10-11T19:32:19.145Z Running `/home/build/.rustup/toolchains/1.72.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=2df964ca0ae49b1c -C extra-filename=-2df964ca0ae49b1c --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-6bfe5fd753e39208.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-035fa96984d9041a.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-016447daf50e197e.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-4069d6958baa4f33.rmeta --cap-lints allow -D warnings`
17182023-10-11T19:32:19.296Z Compiling rustc_version v0.4.0
17192023-10-11T19:32:19.378Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=a8217c8e972a0c2f -C extra-filename=-a8217c8e972a0c2f --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-93b3f34f41f42e9b.rmeta --cap-lints allow -D warnings`
17202023-10-11T19:32:19.612Z Compiling usdt-macro v0.3.5
17212023-10-11T19:32:19.631Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="asm"' -C metadata=b916a784de735325 -C extra-filename=-b916a784de735325 --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-8d1811b655a45751.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-1046f6274044f553.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-228503f38b2cc9ab.rlib --extern proc_macro --cap-lints allow -D warnings`
17222023-10-11T19:32:20.698Z Compiling usdt-attr-macro v0.3.5
17232023-10-11T19:32:20.709Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="asm"' -C metadata=3a34f398955d87ef -C extra-filename=-3a34f398955d87ef --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-8d1811b655a45751.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-1046f6274044f553.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-228503f38b2cc9ab.rlib --extern proc_macro --cap-lints allow -D warnings`
17242023-10-11T19:32:21.454Z Running `/home/build/.rustup/toolchains/1.72.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.93/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0d9a196b096a38cf -C extra-filename=-0d9a196b096a38cf --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-b1078066b701b737.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg openssl --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --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`
17252023-10-11T19:32:21.836Z Compiling mime v0.3.17
17262023-10-11T19:32:21.850Z Running `/home/build/.rustup/toolchains/1.72.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=00ced72cf6a670b3 -C extra-filename=-00ced72cf6a670b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17272023-10-11T19:32:22.738Z Running `/home/build/.rustup/toolchains/1.72.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=476b9f9fc2bea332 -C extra-filename=-476b9f9fc2bea332 --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-2df964ca0ae49b1c.rmeta --cap-lints allow -D warnings`
17282023-10-11T19:32:22.810Z Compiling rustls-webpki v0.101.4
17292023-10-11T19:32:22.814Z Running `/home/build/.rustup/toolchains/1.72.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.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="default"' --cfg 'feature="std"' -C metadata=619bbd5440edff90 -C extra-filename=-619bbd5440edff90 --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-ab830bac25aeb8d2.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-52284948578e7ef4.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
17302023-10-11T19:32:22.907Z Compiling sct v0.7.0
17312023-10-11T19:32:22.929Z Running `/home/build/.rustup/toolchains/1.72.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=9a662ca02a5224cb -C extra-filename=-9a662ca02a5224cb --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-ab830bac25aeb8d2.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-52284948578e7ef4.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
17322023-10-11T19:32:23.397Z Compiling phf_shared v0.11.2
17332023-10-11T19:32:23.451Z Running `/home/build/.rustup/toolchains/1.72.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="default"' --cfg 'feature="std"' -C metadata=24eed84f1d19fd41 -C extra-filename=-24eed84f1d19fd41 --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-c4468728d2f7b64b.rmeta --cap-lints allow -D warnings`
17342023-10-11T19:32:23.825Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.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="default"' -C metadata=8c07526d368c44e5 -C extra-filename=-8c07526d368c44e5 --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-be38ad5d671379f5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-7361b1a016d3615a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-d56300f5e0859093.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rmeta --cap-lints allow -D warnings -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`
17352023-10-11T19:32:24.028Z Compiling ipnet v2.8.0
17362023-10-11T19:32:24.066Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.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=35134d9c336f9f34 -C extra-filename=-35134d9c336f9f34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17372023-10-11T19:32:24.212Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-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="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=353c2dc91b54d196 -C extra-filename=-353c2dc91b54d196 --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-7d9cf9ba132625c1.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-619bbd5440edff90.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-9a662ca02a5224cb.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
17382023-10-11T19:32:24.424Z Compiling rustls-pemfile v1.0.3
17392023-10-11T19:32:24.431Z Running `/home/build/.rustup/toolchains/1.72.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=00c5fdd0b096d370 -C extra-filename=-00c5fdd0b096d370 --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-7153363a1fac6343.rmeta --cap-lints allow -D warnings`
17402023-10-11T19:32:25.023Z Compiling tokio-util v0.7.8
17412023-10-11T19:32:25.026Z Running `/home/build/.rustup/toolchains/1.72.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.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="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' -C metadata=c4c0ee8f356931ff -C extra-filename=-c4c0ee8f356931ff --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-999a16c5ebd06ca3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35c96b580c9578f1.rmeta --cap-lints allow -D warnings`
17422023-10-11T19:32:25.535Z Compiling serde_urlencoded v0.7.1
17432023-10-11T19:32:25.542Z Running `/home/build/.rustup/toolchains/1.72.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=fb7604a1a33787a3 -C extra-filename=-fb7604a1a33787a3 --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-bdee90b95eb7999e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4a3577197cfd5900.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
17442023-10-11T19:32:26.221Z Compiling encoding_rs v0.8.33
17452023-10-11T19:32:26.228Z Compiling rustls-native-certs v0.6.3
17462023-10-11T19:32:26.250Z Running `/home/build/.rustup/toolchains/1.72.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=146e8c3028ef8e1d -C extra-filename=-146e8c3028ef8e1d --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-cb012b6dc451b338.rmeta --cap-lints allow -D warnings`
17472023-10-11T19:32:26.268Z Running `/home/build/.rustup/toolchains/1.72.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.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=0add2a4e1b053e04 -C extra-filename=-0add2a4e1b053e04 --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-41c6f4d0ac14140f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-00c5fdd0b096d370.rmeta --cap-lints allow -D warnings`
17482023-10-11T19:32:26.361Z Running `/home/build/.rustup/toolchains/1.72.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=cb42a0ce36ac2cc8 -C extra-filename=-cb42a0ce36ac2cc8 --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-cb012b6dc451b338.rmeta --cap-lints allow -D warnings`
17492023-10-11T19:32:26.912Z Compiling h2 v0.3.21
17502023-10-11T19:32:26.917Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.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=53172ae2f7a639e1 -C extra-filename=-53172ae2f7a639e1 --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-999a16c5ebd06ca3.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-1a818be490fdad0e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f21f85b211e7cbc1.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-82ba02363acc9ab8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c4c0ee8f356931ff.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35c96b580c9578f1.rmeta --cap-lints allow -D warnings`
17512023-10-11T19:32:27.463Z Compiling webpki-roots v0.25.2
17522023-10-11T19:32:27.473Z Running `/home/build/.rustup/toolchains/1.72.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=dcf542e5ad3b008a -C extra-filename=-dcf542e5ad3b008a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17532023-10-11T19:32:27.717Z Running `/home/build/.rustup/toolchains/1.72.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=c980b89733709780 -C extra-filename=-c980b89733709780 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg integer128`
17542023-10-11T19:32:28.353Z Compiling futures-executor v0.3.28
17552023-10-11T19:32:28.365Z Running `/home/build/.rustup/toolchains/1.72.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.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="default"' --cfg 'feature="std"' -C metadata=fa6b6a0e7db319ce -C extra-filename=-fa6b6a0e7db319ce --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-26ddbb2f438a5030.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6c267024c249b587.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --cap-lints allow -D warnings`
17562023-10-11T19:32:28.955Z Compiling num-integer v0.1.45
17572023-10-11T19:32:28.973Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=d9ca64d7c2f876f0 -C extra-filename=-d9ca64d7c2f876f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-integer-d9ca64d7c2f876f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
17582023-10-11T19:32:29.172Z Compiling io-lifetimes v1.0.11
17592023-10-11T19:32:29.195Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=e9a5acc5d9972050 -C extra-filename=-e9a5acc5d9972050 --out-dir /work/oxidecomputer/omicron/target/debug/build/io-lifetimes-e9a5acc5d9972050 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17602023-10-11T19:32:29.371Z Compiling hex v0.4.3
17612023-10-11T19:32:29.392Z Running `/home/build/.rustup/toolchains/1.72.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=fa48ed58b25dfdb3 -C extra-filename=-fa48ed58b25dfdb3 --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
17622023-10-11T19:32:29.481Z Running `/work/oxidecomputer/omicron/target/debug/build/num-integer-d9ca64d7c2f876f0/build-script-build`
17632023-10-11T19:32:29.521Z Compiling crc32fast v1.3.2
17642023-10-11T19:32:29.526Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=199133b893487988 -C extra-filename=-199133b893487988 --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-199133b893487988 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17652023-10-11T19:32:30.042Z Running `/work/oxidecomputer/omicron/target/debug/build/io-lifetimes-e9a5acc5d9972050/build-script-build`
17662023-10-11T19:32:30.287Z Compiling rustix v0.37.23
17672023-10-11T19:32:30.302Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=f76b0edd76c4d5c9 -C extra-filename=-f76b0edd76c4d5c9 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-f76b0edd76c4d5c9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17682023-10-11T19:32:30.377Z Compiling tokio-rustls v0.24.1
17692023-10-11T19:32:30.385Z Running `/home/build/.rustup/toolchains/1.72.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=3c30e262128fcf8f -C extra-filename=-3c30e262128fcf8f --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-353c2dc91b54d196.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
17702023-10-11T19:32:30.408Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-199133b893487988/build-script-build`
17712023-10-11T19:32:30.505Z Compiling zerocopy-derive v0.6.3
17722023-10-11T19:32:30.538Z Running `/home/build/.rustup/toolchains/1.72.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.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 metadata=101470f5fdc93b55 -C extra-filename=-101470f5fdc93b55 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
17732023-10-11T19:32:30.993Z Compiling futures v0.3.28
17742023-10-11T19:32:30.996Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.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="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=36b42b905a61e708 -C extra-filename=-36b42b905a61e708 --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-9475083db9bb56c9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-fa6b6a0e7db319ce.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1281c81b1e26ac4e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6c267024c249b587.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --cap-lints allow -D warnings`
17752023-10-11T19:32:31.169Z Compiling toml v0.7.8
17762023-10-11T19:32:31.222Z Running `/home/build/.rustup/toolchains/1.72.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=712f4fe4409e1f22 -C extra-filename=-712f4fe4409e1f22 --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-e5099f1082b7c4e8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-3c82b7b6f5cfc630.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rmeta --cap-lints allow -D warnings`
17772023-10-11T19:32:31.231Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-f76b0edd76c4d5c9/build-script-build`
17782023-10-11T19:32:31.373Z Compiling sha2 v0.10.7
17792023-10-11T19:32:31.376Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-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="default"' --cfg 'feature="oid"' --cfg 'feature="std"' -C metadata=c0716d2143b26d1a -C extra-filename=-c0716d2143b26d1a --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-cb012b6dc451b338.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-67ca5f41bdde404f.rmeta --cap-lints allow -D warnings`
17802023-10-11T19:32:34.019Z Running `/home/build/.rustup/toolchains/1.72.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=0ac9d5088c1d6696 -C extra-filename=-0ac9d5088c1d6696 --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-7d9cf9ba132625c1.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
17812023-10-11T19:32:34.145Z Compiling hmac v0.12.1
17822023-10-11T19:32:34.152Z Running `/home/build/.rustup/toolchains/1.72.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 -C metadata=e2fa31f9ec4bde72 -C extra-filename=-e2fa31f9ec4bde72 --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-67ca5f41bdde404f.rmeta --cap-lints allow -D warnings`
17832023-10-11T19:32:34.502Z Compiling fallible-iterator v0.2.0
17842023-10-11T19:32:34.505Z Running `/home/build/.rustup/toolchains/1.72.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=9b2ba017a2617756 -C extra-filename=-9b2ba017a2617756 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17852023-10-11T19:32:34.637Z Compiling tokio-native-tls v0.3.1
17862023-10-11T19:32:34.645Z Running `/home/build/.rustup/toolchains/1.72.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=ed0215b8281476fe -C extra-filename=-ed0215b8281476fe --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-0ac9d5088c1d6696.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
17872023-10-11T19:32:34.979Z Compiling spin v0.9.8
17882023-10-11T19:32:35.010Z Running `/home/build/.rustup/toolchains/1.72.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=b00a5544072d924c -C extra-filename=-b00a5544072d924c --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-4e1c5de4b4146de7.rmeta --cap-lints allow -D warnings`
17892023-10-11T19:32:35.049Z Compiling memoffset v0.9.0
17902023-10-11T19:32:35.103Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="default"' -C metadata=2c1a6f3fbb5f75fb -C extra-filename=-2c1a6f3fbb5f75fb --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-2c1a6f3fbb5f75fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
17912023-10-11T19:32:35.927Z Compiling radium v0.7.0
17922023-10-11T19:32:35.964Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=6c036c648e9e5156 -C extra-filename=-6c036c648e9e5156 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-6c036c648e9e5156 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17932023-10-11T19:32:35.990Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-2c1a6f3fbb5f75fb/build-script-build`
17942023-10-11T19:32:36.007Z Compiling console v0.15.7
17952023-10-11T19:32:36.426Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.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="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=17fb685b1d269b14 -C extra-filename=-17fb685b1d269b14 --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-31315c5ec54d9eb8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-22d2e5808eee9062.rmeta --cap-lints allow -D warnings`
17962023-10-11T19:32:36.429Z Compiling itertools v0.10.5
17972023-10-11T19:32:36.432Z Running `/home/build/.rustup/toolchains/1.72.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=7530193c025b34c1 -C extra-filename=-7530193c025b34c1 --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-7299ccd4570522b5.rmeta --cap-lints allow -D warnings`
17982023-10-11T19:32:36.435Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-6c036c648e9e5156/build-script-build`
17992023-10-11T19:32:36.438Z Compiling md-5 v0.10.5
18002023-10-11T19:32:36.441Z Running `/home/build/.rustup/toolchains/1.72.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=ce4e94e94faf42d1 -C extra-filename=-ce4e94e94faf42d1 --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-67ca5f41bdde404f.rmeta --cap-lints allow -D warnings`
18012023-10-11T19:32:36.749Z Compiling stringprep v0.1.3
18022023-10-11T19:32:36.755Z Running `/home/build/.rustup/toolchains/1.72.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=4418b0a7ad445004 -C extra-filename=-4418b0a7ad445004 --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-a79322ee08f170c2.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rmeta --cap-lints allow -D warnings`
18032023-10-11T19:32:37.393Z Compiling crossbeam-epoch v0.9.15
18042023-10-11T19:32:37.410Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b2f2f72c2b72c485 -C extra-filename=-b2f2f72c2b72c485 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-b2f2f72c2b72c485 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
18052023-10-11T19:32:37.919Z Compiling num-iter v0.1.43
18062023-10-11T19:32:37.931Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="i128"' -C metadata=5b17227da7a1cf80 -C extra-filename=-5b17227da7a1cf80 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-iter-5b17227da7a1cf80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
18072023-10-11T19:32:38.161Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-b2f2f72c2b72c485/build-script-build`
18082023-10-11T19:32:38.277Z Compiling postgres-protocol v0.6.6
18092023-10-11T19:32:38.306Z Running `/home/build/.rustup/toolchains/1.72.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=e4f5114d23259fb3 -C extra-filename=-e4f5114d23259fb3 --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-7153363a1fac6343.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-e2fa31f9ec4bde72.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-ce4e94e94faf42d1.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c0716d2143b26d1a.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-4418b0a7ad445004.rmeta --cap-lints allow -D warnings`
18102023-10-11T19:32:38.347Z Compiling clap_derive v4.4.2
18112023-10-11T19:32:38.364Z Running `/home/build/.rustup/toolchains/1.72.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.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 --cfg 'feature="default"' -C metadata=56a40df49fab5657 -C extra-filename=-56a40df49fab5657 --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-58e6b367499d83fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
18122023-10-11T19:32:38.461Z Running `/work/oxidecomputer/omicron/target/debug/build/num-iter-5b17227da7a1cf80/build-script-build`
18132023-10-11T19:32:38.494Z Compiling utf8parse v0.2.1
18142023-10-11T19:32:38.507Z Running `/home/build/.rustup/toolchains/1.72.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=bc77fe51f95b120d -C extra-filename=-bc77fe51f95b120d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18152023-10-11T19:32:38.670Z Compiling hyper v0.14.27
18162023-10-11T19:32:38.683Z Running `/home/build/.rustup/toolchains/1.72.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=b943de2f630e40d4 -C extra-filename=-b943de2f630e40d4 --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-999a16c5ebd06ca3.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-53172ae2f7a639e1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-138567e5bd7d7a97.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-20277456fa976614.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-88a461b76c14f00c.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-27d2ec1b4f6cd9d1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-f8ddbbf870aaffb5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35c96b580c9578f1.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-6b2eae4baf2de863.rmeta --cap-lints allow -D warnings`
18172023-10-11T19:32:38.767Z Running `/home/build/.rustup/toolchains/1.72.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=d98ad8c6574b550d -C extra-filename=-d98ad8c6574b550d --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-cb012b6dc451b338.rmeta --cap-lints allow -D warnings --cfg crc32fast_stdarchx86`
18182023-10-11T19:32:38.839Z Compiling serde_tokenstream v0.2.0
18192023-10-11T19:32:38.859Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=c8099370d93784b3 -C extra-filename=-c8099370d93784b3 --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-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --cap-lints allow -D warnings`
18202023-10-11T19:32:39.344Z Compiling unicode-segmentation v1.10.1
18212023-10-11T19:32:39.357Z Running `/home/build/.rustup/toolchains/1.72.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=c95636952c6f45c1 -C extra-filename=-c95636952c6f45c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18222023-10-11T19:32:39.640Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name io_lifetimes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=f2520b00666820c7 -C extra-filename=-f2520b00666820c7 --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-b1078066b701b737.rmeta --cap-lints allow -D warnings --cfg io_safety_is_in_std`
18232023-10-11T19:32:39.706Z Compiling phf v0.11.2
18242023-10-11T19:32:39.722Z Running `/home/build/.rustup/toolchains/1.72.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=d0d2bf74d273fe5e -C extra-filename=-d0d2bf74d273fe5e --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-24eed84f1d19fd41.rmeta --cap-lints allow -D warnings`
18252023-10-11T19:32:39.895Z Compiling block-padding v0.3.3
18262023-10-11T19:32:39.902Z Running `/home/build/.rustup/toolchains/1.72.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=201cd00becd1ac6a -C extra-filename=-201cd00becd1ac6a --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-f8fea248a8ef80ee.rmeta --cap-lints allow -D warnings`
18272023-10-11T19:32:40.158Z Compiling enum-as-inner v0.5.1
18282023-10-11T19:32:40.161Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=a3311a65730d5b1f -C extra-filename=-a3311a65730d5b1f --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-58e6b367499d83fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rlib --extern proc_macro --cap-lints allow -D warnings`
18292023-10-11T19:32:40.330Z Compiling whoami v1.4.1
18302023-10-11T19:32:40.346Z Running `/home/build/.rustup/toolchains/1.72.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=64f1f626f1df7a0f -C extra-filename=-64f1f626f1df7a0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18312023-10-11T19:32:40.599Z Compiling anstyle v1.0.2
18322023-10-11T19:32:40.635Z Running `/home/build/.rustup/toolchains/1.72.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=0d512a45c2a75978 -C extra-filename=-0d512a45c2a75978 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18332023-10-11T19:32:40.729Z Compiling static_assertions v1.1.0
18342023-10-11T19:32:40.736Z Running `/home/build/.rustup/toolchains/1.72.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=44ced2ee8af48a54 -C extra-filename=-44ced2ee8af48a54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18352023-10-11T19:32:40.827Z Compiling bit-vec v0.6.3
18362023-10-11T19:32:40.867Z Running `/home/build/.rustup/toolchains/1.72.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=3e6e8d9c6d807e80 -C extra-filename=-3e6e8d9c6d807e80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18372023-10-11T19:32:41.286Z Compiling inout v0.1.3
18382023-10-11T19:32:41.296Z Running `/home/build/.rustup/toolchains/1.72.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=37cda74f035f52e6 -C extra-filename=-37cda74f035f52e6 --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-201cd00becd1ac6a.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --cap-lints allow -D warnings`
18392023-10-11T19:32:41.316Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=36a32008dc7cd9be -C extra-filename=-36a32008dc7cd9be --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-237bfdbc957aefc2.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-8899ea680ef4d88e.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-f2520b00666820c7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
18402023-10-11T19:32:41.350Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_integer /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=bb0070c692d0fca2 -C extra-filename=-bb0070c692d0fca2 --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-50180e8112bf05bb.rmeta --cap-lints allow -D warnings --cfg has_i128`
18412023-10-11T19:32:41.356Z Compiling bzip2-sys v0.1.11+1.0.8
18422023-10-11T19:32:41.367Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=12685e57de5df85e -C extra-filename=-12685e57de5df85e --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-12685e57de5df85e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b5ca8d4cdca539c9.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --cap-lints allow -D warnings`
18432023-10-11T19:32:41.537Z Compiling cipher v0.4.4
18442023-10-11T19:32:41.540Z Running `/home/build/.rustup/toolchains/1.72.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=0dfbde122c134ccb -C extra-filename=-0dfbde122c134ccb --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-a7708e37c466faa5.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-37cda74f035f52e6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
18452023-10-11T19:32:41.947Z Compiling flate2 v1.0.27
18462023-10-11T19:32:41.951Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.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="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=ce48581fbc14b01d -C extra-filename=-ce48581fbc14b01d --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-d98ad8c6574b550d.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-035fa96984d9041a.rmeta --cap-lints allow -D warnings`
18472023-10-11T19:32:42.212Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-12685e57de5df85e/build-script-build`
18482023-10-11T19:32:42.375Z Compiling anstyle-parse v0.2.1
18492023-10-11T19:32:42.400Z Running `/home/build/.rustup/toolchains/1.72.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=c9e93be608a174b4 -C extra-filename=-c9e93be608a174b4 --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-bc77fe51f95b120d.rmeta --cap-lints allow -D warnings`
18502023-10-11T19:32:42.787Z Compiling zerocopy v0.6.3
18512023-10-11T19:32:42.791Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-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=4ac7171c55386a7a -C extra-filename=-4ac7171c55386a7a --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-d0b5a9931f42a80a.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-101470f5fdc93b55.so --cap-lints allow -D warnings`
18522023-10-11T19:32:42.908Z Compiling colorchoice v1.0.0
18532023-10-11T19:32:42.911Z Running `/home/build/.rustup/toolchains/1.72.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=dcd78e9eba8c45b9 -C extra-filename=-dcd78e9eba8c45b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18542023-10-11T19:32:43.081Z Compiling data-encoding v2.4.0
18552023-10-11T19:32:43.086Z Running `/home/build/.rustup/toolchains/1.72.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=365a12f94f76d134 -C extra-filename=-365a12f94f76d134 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18562023-10-11T19:32:43.157Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
18572023-10-11T19:32:43.173Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=78cd0adc5b726d52 -C extra-filename=-78cd0adc5b726d52 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-78cd0adc5b726d52 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18582023-10-11T19:32:43.694Z Compiling anstyle-query v1.0.0
18592023-10-11T19:32:43.708Z Running `/home/build/.rustup/toolchains/1.72.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=75ee3d5d160b304b -C extra-filename=-75ee3d5d160b304b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18602023-10-11T19:32:43.887Z Compiling anstream v0.5.0
18612023-10-11T19:32:43.896Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-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="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=ae0a384bf752a3c9 -C extra-filename=-ae0a384bf752a3c9 --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-0d512a45c2a75978.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-c9e93be608a174b4.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-75ee3d5d160b304b.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-dcd78e9eba8c45b9.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-bc77fe51f95b120d.rmeta --cap-lints allow -D warnings`
18622023-10-11T19:32:44.201Z Compiling bit-set v0.5.3
18632023-10-11T19:32:44.204Z Running `/home/build/.rustup/toolchains/1.72.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=3a44b29fad009a22 -C extra-filename=-3a44b29fad009a22 --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-3e6e8d9c6d807e80.rmeta --cap-lints allow -D warnings`
18642023-10-11T19:32:44.285Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-78cd0adc5b726d52/build-script-build`
18652023-10-11T19:32:44.485Z Compiling terminal_size v0.2.6
18662023-10-11T19:32:44.515Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-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 -C metadata=e1c08c83907369b4 -C extra-filename=-e1c08c83907369b4 --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-36a32008dc7cd9be.rmeta --cap-lints allow -D warnings`
18672023-10-11T19:32:44.641Z Compiling heapless v0.7.16
18682023-10-11T19:32:44.645Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=86c89c62710a1b59 -C extra-filename=-86c89c62710a1b59 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-86c89c62710a1b59 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a8217c8e972a0c2f.rlib --cap-lints allow -D warnings`
18692023-10-11T19:32:44.756Z Compiling phf_shared v0.10.0
18702023-10-11T19:32:45.178Z Running `/home/build/.rustup/toolchains/1.72.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=35a1e6c53bd22367 -C extra-filename=-35a1e6c53bd22367 --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-c4468728d2f7b64b.rmeta --cap-lints allow -D warnings`
18712023-10-11T19:32:45.189Z Compiling clap_lex v0.5.1
18722023-10-11T19:32:45.197Z Running `/home/build/.rustup/toolchains/1.72.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.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=69f3c3745d08dcb2 -C extra-filename=-69f3c3745d08dcb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18732023-10-11T19:32:45.203Z Compiling fixedbitset v0.4.2
18742023-10-11T19:32:45.207Z Running `/home/build/.rustup/toolchains/1.72.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=334cf71e941e472f -C extra-filename=-334cf71e941e472f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18752023-10-11T19:32:45.212Z Compiling new_debug_unreachable v1.0.4
18762023-10-11T19:32:45.216Z Running `/home/build/.rustup/toolchains/1.72.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=be22740c95a4191c -C extra-filename=-be22740c95a4191c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18772023-10-11T19:32:45.299Z Compiling precomputed-hash v0.1.1
18782023-10-11T19:32:45.361Z Running `/home/build/.rustup/toolchains/1.72.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=afcfa672a94f390c -C extra-filename=-afcfa672a94f390c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18792023-10-11T19:32:45.364Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-86c89c62710a1b59/build-script-build`
18802023-10-11T19:32:45.394Z Running `/home/build/.rustup/toolchains/1.72.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=3446c48c45076573 -C extra-filename=-3446c48c45076573 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const`
18812023-10-11T19:32:45.464Z Compiling string_cache v0.8.7
18822023-10-11T19:32:45.469Z Running `/home/build/.rustup/toolchains/1.72.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=2841da2793d99ed2 -C extra-filename=-2841da2793d99ed2 --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-be22740c95a4191c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-65f97b686f8023b7.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-35a1e6c53bd22367.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-afcfa672a94f390c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
18832023-10-11T19:32:45.489Z Compiling clap_builder v4.4.2
18842023-10-11T19:32:45.495Z Running `/home/build/.rustup/toolchains/1.72.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.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="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=181cdcce4debca8f -C extra-filename=-181cdcce4debca8f --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-ae0a384bf752a3c9.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-0d512a45c2a75978.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-69f3c3745d08dcb2.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-1c46220253478178.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-e1c08c83907369b4.rmeta --cap-lints allow -D warnings`
18852023-10-11T19:32:45.573Z Compiling petgraph v0.6.4
18862023-10-11T19:32:45.590Z Running `/home/build/.rustup/toolchains/1.72.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=886f8d4dae3c1a25 -C extra-filename=-886f8d4dae3c1a25 --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-334cf71e941e472f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --cap-lints allow -D warnings`
18872023-10-11T19:32:45.835Z Compiling diesel_table_macro_syntax v0.1.0
18882023-10-11T19:32:45.838Z Compiling tap v1.0.1
18892023-10-11T19:32:45.841Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=be1a32ba9ae536a9 -C extra-filename=-be1a32ba9ae536a9 --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-b33ad495b446e2a7.rmeta --cap-lints allow -D warnings`
18902023-10-11T19:32:45.845Z Running `/home/build/.rustup/toolchains/1.72.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=bcd9c7fe6eb41e73 -C extra-filename=-bcd9c7fe6eb41e73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18912023-10-11T19:32:46.141Z Compiling managed v0.8.0
18922023-10-11T19:32:46.145Z Running `/home/build/.rustup/toolchains/1.72.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=6cd4ef04d9bd039a -C extra-filename=-6cd4ef04d9bd039a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18932023-10-11T19:32:46.198Z Compiling wyz v0.5.1
18942023-10-11T19:32:46.201Z Running `/home/build/.rustup/toolchains/1.72.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=70e49b68f2896e2c -C extra-filename=-70e49b68f2896e2c --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-bcd9c7fe6eb41e73.rmeta --cap-lints allow -D warnings`
18952023-10-11T19:32:46.406Z Compiling diesel_derives v2.1.1
18962023-10-11T19:32:46.424Z Running `/home/build/.rustup/toolchains/1.72.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.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 --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' -C metadata=e0ead9d61c4251ce -C extra-filename=-e0ead9d61c4251ce --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-be1a32ba9ae536a9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
18972023-10-11T19:32:46.658Z Running `/home/build/.rustup/toolchains/1.72.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=de56a88f97067490 -C extra-filename=-de56a88f97067490 --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-cb012b6dc451b338.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-3446c48c45076573.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4dda9e26a75f327a.rmeta --cap-lints allow -D warnings`
18982023-10-11T19:32:46.876Z Running `/home/build/.rustup/toolchains/1.72.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=d8a321cfe1c894c4 -C extra-filename=-d8a321cfe1c894c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr`
18992023-10-11T19:32:46.898Z Compiling num-bigint v0.4.4
19002023-10-11T19:32:46.902Z Running `/home/build/.rustup/toolchains/1.72.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 debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=332afd651b0e2feb -C extra-filename=-332afd651b0e2feb --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-332afd651b0e2feb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
19012023-10-11T19:32:47.230Z Compiling smoltcp v0.9.1
19022023-10-11T19:32:47.256Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="proto-ipv6"' -C metadata=d4972ee1f4270ef3 -C extra-filename=-d4972ee1f4270ef3 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-d4972ee1f4270ef3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19032023-10-11T19:32:47.702Z Compiling lalrpop-util v0.19.12
19042023-10-11T19:32:47.706Z Running `/home/build/.rustup/toolchains/1.72.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=3504c7d3cd08c24f -C extra-filename=-3504c7d3cd08c24f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19052023-10-11T19:32:48.466Z Compiling matches v0.1.10
19062023-10-11T19:32:48.476Z Running `/home/build/.rustup/toolchains/1.72.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=906d2fc56170fa2a -C extra-filename=-906d2fc56170fa2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19072023-10-11T19:32:48.481Z Compiling funty v2.0.0
19082023-10-11T19:32:48.490Z Running `/home/build/.rustup/toolchains/1.72.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=b279bc09e4f477aa -C extra-filename=-b279bc09e4f477aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19092023-10-11T19:32:48.495Z Compiling idna v0.2.3
19102023-10-11T19:32:48.506Z Running `/home/build/.rustup/toolchains/1.72.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=e4a07e7d47860336 -C extra-filename=-e4a07e7d47860336 --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-906d2fc56170fa2a.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a79322ee08f170c2.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rmeta --cap-lints allow -D warnings`
19112023-10-11T19:32:48.514Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-d4972ee1f4270ef3/build-script-build`
19122023-10-11T19:32:48.519Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-332afd651b0e2feb/build-script-build`
19132023-10-11T19:32:48.524Z Running `/home/build/.rustup/toolchains/1.72.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=ebfc153c90fbfd3e -C extra-filename=-ebfc153c90fbfd3e --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-bb0070c692d0fca2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --cap-lints allow -D warnings --cfg has_i128 --cfg rustc_1_28`
19142023-10-11T19:32:48.620Z Compiling regress v0.7.1
19152023-10-11T19:32:48.625Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-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="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c688f5001495eed8 -C extra-filename=-c688f5001495eed8 --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-bb614e6fdd6f35be.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --cap-lints allow -D warnings`
19162023-10-11T19:32:48.934Z Compiling hubpack_derive v0.1.1
19172023-10-11T19:32:48.941Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=76e095e0a49e224a -C extra-filename=-76e095e0a49e224a --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rlib --extern proc_macro --cap-lints allow -D warnings`
19182023-10-11T19:32:50.403Z Compiling hyper-rustls v0.24.1
19192023-10-11T19:32:50.432Z Running `/home/build/.rustup/toolchains/1.72.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="acceptor"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --cfg 'feature="tokio-runtime"' -C metadata=8885849ac3328b0b -C extra-filename=-8885849ac3328b0b --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-41b3cacfdb8b8658.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-353c2dc91b54d196.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-0add2a4e1b053e04.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-3c30e262128fcf8f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
19202023-10-11T19:32:51.074Z Compiling hyper-tls v0.5.0
19212023-10-11T19:32:51.080Z Running `/home/build/.rustup/toolchains/1.72.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=b2a787ecbee7262c -C extra-filename=-b2a787ecbee7262c --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-999a16c5ebd06ca3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-0ac9d5088c1d6696.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-ed0215b8281476fe.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
19222023-10-11T19:32:51.491Z Compiling reqwest v0.11.20
19232023-10-11T19:32:51.496Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.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="__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=c99385a4fb32596a -C extra-filename=-c99385a4fb32596a --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-7153363a1fac6343.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-146e8c3028ef8e1d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-53172ae2f7a639e1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-138567e5bd7d7a97.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-8885849ac3328b0b.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-b2a787ecbee7262c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-35134d9c336f9f34.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-00ced72cf6a670b3.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-0ac9d5088c1d6696.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-353c2dc91b54d196.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-00c5fdd0b096d370.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a8310cddaf0eaa9f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-ed0215b8281476fe.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-3c30e262128fcf8f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c4c0ee8f356931ff.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-f8ddbbf870aaffb5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-dcf542e5ad3b008a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
19242023-10-11T19:32:51.591Z Compiling bitvec v1.0.1
19252023-10-11T19:32:51.613Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="alloc"' --cfg 'feature="atomic"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=40ca70e57e9b8103 -C extra-filename=-40ca70e57e9b8103 --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-b279bc09e4f477aa.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-d8a321cfe1c894c4.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-bcd9c7fe6eb41e73.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-70e49b68f2896e2c.rmeta --cap-lints allow -D warnings`
19262023-10-11T19:32:51.617Z Compiling trust-dns-proto v0.22.0
19272023-10-11T19:32:51.643Z Running `/home/build/.rustup/toolchains/1.72.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=098c27be3dd0f029 -C extra-filename=-098c27be3dd0f029 --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-5e1b7200ff6e80bb.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-365a12f94f76d134.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-a3311a65730d5b1f.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1281c81b1e26ac4e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-e4a07e7d47860336.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-35134d9c336f9f34.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9c6b3c03d28d4365.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-85963be74ba39079.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35c96b580c9578f1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --cap-lints allow -D warnings`
19282023-10-11T19:32:52.412Z Compiling clap v4.4.3
19292023-10-11T19:32:52.415Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.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="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=fbf08c0ef7c0545b -C extra-filename=-fbf08c0ef7c0545b --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-181cdcce4debca8f.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-56a40df49fab5657.so --cap-lints allow -D warnings`
19302023-10-11T19:32:52.582Z Compiling scheduled-thread-pool v0.2.7
19312023-10-11T19:32:52.591Z Running `/home/build/.rustup/toolchains/1.72.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=359e6f766d7f7bb1 -C extra-filename=-359e6f766d7f7bb1 --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-65f97b686f8023b7.rmeta --cap-lints allow -D warnings`
19322023-10-11T19:32:53.543Z Compiling regex-automata v0.1.10
19332023-10-11T19:32:53.557Z Running `/home/build/.rustup/toolchains/1.72.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=b1bc0b279b308e60 -C extra-filename=-b1bc0b279b308e60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19342023-10-11T19:32:54.323Z Compiling predicates-core v1.0.6
19352023-10-11T19:32:54.328Z Running `/home/build/.rustup/toolchains/1.72.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=3739f879860131f9 -C extra-filename=-3739f879860131f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19362023-10-11T19:32:54.916Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
19372023-10-11T19:32:54.923Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/de16c42/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=18086144f28c932d -C extra-filename=-18086144f28c932d --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-58e6b367499d83fa.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2a0f5906101456ab.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a8310cddaf0eaa9f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings`
19382023-10-11T19:32:55.959Z Compiling bstr v0.2.17
19392023-10-11T19:32:55.991Z Running `/home/build/.rustup/toolchains/1.72.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=1025f05eee8b8d3f -C extra-filename=-1025f05eee8b8d3f --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-31315c5ec54d9eb8.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-b1bc0b279b308e60.rmeta --cap-lints allow -D warnings`
19402023-10-11T19:32:58.080Z Compiling r2d2 v0.8.10
19412023-10-11T19:32:58.085Z Running `/home/build/.rustup/toolchains/1.72.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=4356086c30f04764 -C extra-filename=-4356086c30f04764 --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-7d9cf9ba132625c1.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-65f97b686f8023b7.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-359e6f766d7f7bb1.rmeta --cap-lints allow -D warnings`
19422023-10-11T19:32:58.507Z Running `/home/build/.rustup/toolchains/1.72.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=36095fb9666f8367 -C extra-filename=-36095fb9666f8367 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq`
19432023-10-11T19:32:58.715Z Compiling signature v2.1.0
19442023-10-11T19:32:58.718Z Running `/home/build/.rustup/toolchains/1.72.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=07e0d382b4c2f45a -C extra-filename=-07e0d382b4c2f45a --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-67ca5f41bdde404f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-261ecd513a9709d1.rmeta --cap-lints allow -D warnings`
19452023-10-11T19:32:59.014Z Compiling serde_repr v0.1.16
19462023-10-11T19:32:59.017Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=65ecef9a90fe8152 -C extra-filename=-65ecef9a90fe8152 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
19472023-10-11T19:32:59.084Z Compiling float-cmp v0.9.0
19482023-10-11T19:32:59.089Z Running `/home/build/.rustup/toolchains/1.72.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=b6779de596c50593 -C extra-filename=-b6779de596c50593 --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-50180e8112bf05bb.rmeta --cap-lints allow -D warnings`
19492023-10-11T19:32:59.278Z Compiling hash32 v0.2.1
19502023-10-11T19:32:59.315Z Running `/home/build/.rustup/toolchains/1.72.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=ccbced1d09bcd884 -C extra-filename=-ccbced1d09bcd884 --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-d0b5a9931f42a80a.rmeta --cap-lints allow -D warnings`
19512023-10-11T19:32:59.442Z Compiling unicode-linebreak v0.1.5
19522023-10-11T19:32:59.446Z Running `/home/build/.rustup/toolchains/1.72.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=be7062087950db72 -C extra-filename=-be7062087950db72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19532023-10-11T19:32:59.875Z Compiling smawk v0.3.1
19542023-10-11T19:32:59.879Z Running `/home/build/.rustup/toolchains/1.72.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=acb42fb44e18d6a3 -C extra-filename=-acb42fb44e18d6a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19552023-10-11T19:33:00.200Z Compiling difflib v0.4.0
19562023-10-11T19:33:00.203Z Running `/home/build/.rustup/toolchains/1.72.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=f2facd3e22eefa6a -C extra-filename=-f2facd3e22eefa6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19572023-10-11T19:33:00.327Z Compiling stable_deref_trait v1.2.0
19582023-10-11T19:33:00.330Z Running `/home/build/.rustup/toolchains/1.72.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=dc99c464b95940b7 -C extra-filename=-dc99c464b95940b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19592023-10-11T19:33:00.480Z Compiling normalize-line-endings v0.3.0
19602023-10-11T19:33:00.514Z Running `/home/build/.rustup/toolchains/1.72.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=c2cbf78c48f1f452 -C extra-filename=-c2cbf78c48f1f452 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19612023-10-11T19:33:00.666Z Running `/home/build/.rustup/toolchains/1.72.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=82b05e8f9f8e3f80 -C extra-filename=-82b05e8f9f8e3f80 --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-ccbced1d09bcd884.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-dc99c464b95940b7.rmeta --cap-lints allow -D warnings --cfg has_cas --cfg has_atomics`
19622023-10-11T19:33:00.959Z Compiling textwrap v0.16.0
19632023-10-11T19:33:00.988Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' -C metadata=8f8078b36750a27f -C extra-filename=-8f8078b36750a27f --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-acb42fb44e18d6a3.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-be7062087950db72.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-22d2e5808eee9062.rmeta --cap-lints allow -D warnings`
19642023-10-11T19:33:02.405Z Compiling bstr v1.6.0
19652023-10-11T19:33:02.409Z Running `/home/build/.rustup/toolchains/1.72.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=b6de061fc524ff1e -C extra-filename=-b6de061fc524ff1e --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-2b9cc4e8f0305d0f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-53dcddb5f0118cd2.rmeta --cap-lints allow -D warnings`
19662023-10-11T19:33:02.751Z Running `/home/build/.rustup/toolchains/1.72.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=018359e7be51ee96 -C extra-filename=-018359e7be51ee96 --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-237bfdbc957aefc2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-82b05e8f9f8e3f80.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-6cd4ef04d9bd039a.rmeta --cap-lints allow -D warnings`
19672023-10-11T19:33:03.054Z Compiling similar v2.2.1
19682023-10-11T19:33:03.058Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' -C metadata=3c63ccdf774b3e83 -C extra-filename=-3c63ccdf774b3e83 --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-1025f05eee8b8d3f.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-c95636952c6f45c1.rmeta --cap-lints allow -D warnings`
19692023-10-11T19:33:03.223Z Compiling hubpack v0.1.2
19702023-10-11T19:33:03.239Z Running `/home/build/.rustup/toolchains/1.72.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=ba817c57ebbc66ed -C extra-filename=-ba817c57ebbc66ed --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-76e095e0a49e224a.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
19712023-10-11T19:33:03.973Z Running `/home/build/.rustup/toolchains/1.72.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=6e7511daa83eb431 -C extra-filename=-6e7511daa83eb431 --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-bb0070c692d0fca2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --cap-lints allow -D warnings --cfg u64_digit --cfg has_try_from --cfg use_addcarry`
19722023-10-11T19:33:05.537Z Compiling predicates v3.0.3
19732023-10-11T19:33:05.557Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=b3ac4b7f59a6b2a7 -C extra-filename=-b3ac4b7f59a6b2a7 --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-0d512a45c2a75978.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-f2facd3e22eefa6a.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-b6779de596c50593.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-c2cbf78c48f1f452.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-3739f879860131f9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --cap-lints allow -D warnings`
19742023-10-11T19:33:06.113Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
19752023-10-11T19:33:06.128Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/1e180ae/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=4950bdf62f4a774e -C extra-filename=-4950bdf62f4a774e --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-237bfdbc957aefc2.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-ba817c57ebbc66ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-65ecef9a90fe8152.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-018359e7be51ee96.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4ac7171c55386a7a.rmeta --cap-lints allow -D warnings`
19762023-10-11T19:33:06.594Z Compiling postgres-types v0.2.6
19772023-10-11T19:33:06.634Z Running `/home/build/.rustup/toolchains/1.72.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=036de6fb198bd7a2 -C extra-filename=-036de6fb198bd7a2 --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-999a16c5ebd06ca3.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-e4f5114d23259fb3.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a8310cddaf0eaa9f.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings`
19782023-10-11T19:33:07.419Z Compiling ipnetwork v0.20.0
19792023-10-11T19:33:07.423Z Running `/home/build/.rustup/toolchains/1.72.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=a6a4e7b8777245aa -C extra-filename=-a6a4e7b8777245aa --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-2a0f5906101456ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
19802023-10-11T19:33:08.381Z Compiling tokio-postgres v0.7.10
19812023-10-11T19:33:08.386Z Running `/home/build/.rustup/toolchains/1.72.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=a6ecf3d26859b6ad -C extra-filename=-a6ecf3d26859b6ad --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-5e1b7200ff6e80bb.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-65f97b686f8023b7.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-d0d2bf74d273fe5e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-e4f5114d23259fb3.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-036de6fb198bd7a2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-ab562698f326a2b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c4c0ee8f356931ff.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-64f1f626f1df7a0f.rmeta --cap-lints allow -D warnings`
19822023-10-11T19:33:08.960Z Compiling yasna v0.5.2
19832023-10-11T19:33:08.963Z Running `/home/build/.rustup/toolchains/1.72.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=9881d698e72ac5a3 -C extra-filename=-9881d698e72ac5a3 --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-3e6e8d9c6d807e80.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-6e7511daa83eb431.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-80d16594467ebc43.rmeta --cap-lints allow -D warnings`
19842023-10-11T19:33:09.170Z Compiling tokio-stream v0.1.14
19852023-10-11T19:33:09.173Z Running `/home/build/.rustup/toolchains/1.72.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=9a984b7ccb4224e3 -C extra-filename=-9a984b7ccb4224e3 --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-26ddbb2f438a5030.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --cap-lints allow -D warnings`
19862023-10-11T19:33:10.726Z Compiling usdt v0.3.5
19872023-10-11T19:33:10.730Z Running `/home/build/.rustup/toolchains/1.72.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=08f1abd65c429ac9 -C extra-filename=-08f1abd65c429ac9 --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-8d1811b655a45751.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-3a34f398955d87ef.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-228503f38b2cc9ab.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-b916a784de735325.so --cap-lints allow -D warnings`
19882023-10-11T19:33:11.039Z Compiling diesel v2.1.1
19892023-10-11T19:33:11.044Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=784fb12629f60ed1 -C extra-filename=-784fb12629f60ed1 --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-be38ad5d671379f5.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-e0ead9d61c4251ce.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a6a4e7b8777245aa.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-4356086c30f04764.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a8310cddaf0eaa9f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
19902023-10-11T19:33:11.167Z Compiling getopts v0.2.21
19912023-10-11T19:33:11.205Z Running `/home/build/.rustup/toolchains/1.72.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=f9029e194535053c -C extra-filename=-f9029e194535053c --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-22d2e5808eee9062.rmeta --cap-lints allow -D warnings`
19922023-10-11T19:33:12.401Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.148/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=63f81b35d4dc5fb3 -C extra-filename=-63f81b35d4dc5fb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --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`
19932023-10-11T19:33:12.995Z Compiling unsafe-libyaml v0.2.9
19942023-10-11T19:33:13.000Z Running `/home/build/.rustup/toolchains/1.72.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.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 metadata=6299a61bf3de1d92 -C extra-filename=-6299a61bf3de1d92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19952023-10-11T19:33:15.000Z Compiling rustversion v1.0.14
19962023-10-11T19:33:15.005Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=ee1e586feee1bf2b -C extra-filename=-ee1e586feee1bf2b --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-ee1e586feee1bf2b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19972023-10-11T19:33:15.813Z Compiling serde_yaml v0.9.25
19982023-10-11T19:33:15.827Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=5a3915daf8998f56 -C extra-filename=-5a3915daf8998f56 --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-db744c94c8df920e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4a3577197cfd5900.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-6299a61bf3de1d92.rmeta --cap-lints allow -D warnings`
19992023-10-11T19:33:15.991Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-ee1e586feee1bf2b/build-script-build`
20002023-10-11T19:33:16.121Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=e337c297b7344c42 -C extra-filename=-e337c297b7344c42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
20012023-10-11T19:33:16.151Z Compiling ident_case v1.0.1
20022023-10-11T19:33:16.154Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=b929479011854e32 -C extra-filename=-b929479011854e32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20032023-10-11T19:33:16.427Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c0e7eb12fc38c46 -C extra-filename=-3c0e7eb12fc38c46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20042023-10-11T19:33:16.562Z Compiling slog-async v2.8.0
20052023-10-11T19:33:16.567Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="default"' -C metadata=64069cab57bc419a -C extra-filename=-64069cab57bc419a --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-64069cab57bc419a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20062023-10-11T19:33:16.618Z Compiling camino v1.1.6
20072023-10-11T19:33:16.643Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=1f2760158a998691 -C extra-filename=-1f2760158a998691 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-1f2760158a998691 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20082023-10-11T19:33:17.334Z Compiling paste v1.0.14
20092023-10-11T19:33:17.345Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=00febffd2a4c24dc -C extra-filename=-00febffd2a4c24dc --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-00febffd2a4c24dc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20102023-10-11T19:33:17.381Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-64069cab57bc419a/build-script-build`
20112023-10-11T19:33:17.478Z Compiling darling_core v0.20.3
20122023-10-11T19:33:17.482Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=b8cc0e9d5294b50f -C extra-filename=-b8cc0e9d5294b50f --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-1a818be490fdad0e.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-b929479011854e32.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-1c46220253478178.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --cap-lints allow -D warnings`
20132023-10-11T19:33:17.586Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-1f2760158a998691/build-script-build`
20142023-10-11T19:33:17.681Z Compiling regex-syntax v0.6.29
20152023-10-11T19:33:17.708Z Running `/home/build/.rustup/toolchains/1.72.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="default"' --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=0188060950c27f42 -C extra-filename=-0188060950c27f42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20162023-10-11T19:33:18.107Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-00febffd2a4c24dc/build-script-build`
20172023-10-11T19:33:18.208Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=25659d6272c5f3e6 -C extra-filename=-25659d6272c5f3e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
20182023-10-11T19:33:18.391Z Compiling strum_macros v0.25.2
20192023-10-11T19:33:18.418Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=bb4f8be853504c8f -C extra-filename=-bb4f8be853504c8f --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-58e6b367499d83fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-e337c297b7344c42.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
20202023-10-11T19:33:20.037Z Compiling multer v2.1.0
20212023-10-11T19:33:20.040Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-2.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 --cfg 'feature="default"' -C metadata=5b96e503a4f1c09a -C extra-filename=-5b96e503a4f1c09a --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-5b96e503a4f1c09a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
20222023-10-11T19:33:20.562Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-5b96e503a4f1c09a/build-script-build`
20232023-10-11T19:33:20.663Z Compiling async-stream-impl v0.3.5
20242023-10-11T19:33:20.667Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=ec366f050dc34d1e -C extra-filename=-ec366f050dc34d1e --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
20252023-10-11T19:33:21.802Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
20262023-10-11T19:33:21.805Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/fa728d0/dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=a793e6cb42da8594 -C extra-filename=-a793e6cb42da8594 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-a793e6cb42da8594 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
20272023-10-11T19:33:22.111Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
20282023-10-11T19:33:22.156Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/fa728d0/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 metadata=f9b644842415243e -C extra-filename=-f9b644842415243e --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
20292023-10-11T19:33:22.389Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-a793e6cb42da8594/build-script-build`
20302023-10-11T19:33:22.491Z Running `/home/build/.rustup/toolchains/1.72.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.107/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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="unbounded_depth"' -C metadata=663a5cad5f3b1ff5 -C extra-filename=-663a5cad5f3b1ff5 --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-5cfbcdc992ada6c2.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4a3577197cfd5900.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings --cfg limb_width_64`
20312023-10-11T19:33:23.075Z Compiling structmeta-derive v0.1.6
20322023-10-11T19:33:23.146Z Running `/home/build/.rustup/toolchains/1.72.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.1.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 metadata=b571a541ef947cb2 -C extra-filename=-b571a541ef947cb2 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rlib --extern proc_macro --cap-lints allow -D warnings`
20332023-10-11T19:33:24.821Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.188/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=0a12ce2110a94ad2 -C extra-filename=-0a12ce2110a94ad2 --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-aeb4063bf79bcef0.so --cap-lints allow -D warnings`
20342023-10-11T19:33:25.723Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=b4705153aef9e52f -C extra-filename=-b4705153aef9e52f --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-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0ddc113e7e9f4a26.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-b40d79b85d0daf79.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
20352023-10-11T19:33:26.004Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
20362023-10-11T19:33:26.019Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/de16c42/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 metadata=2918cc596903c288 -C extra-filename=-2918cc596903c288 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2a0f5906101456ab.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a8310cddaf0eaa9f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-18086144f28c932d.rlib --extern proc_macro --cap-lints allow -D warnings`
20372023-10-11T19:33:26.655Z Compiling darling_macro v0.20.3
20382023-10-11T19:33:26.662Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=c506b2922ac7ae05 -C extra-filename=-c506b2922ac7ae05 --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-b8cc0e9d5294b50f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
20392023-10-11T19:33:27.177Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-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="skip_serializing_defaults"' -C metadata=13e7af6295bc6792 -C extra-filename=-13e7af6295bc6792 --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-db744c94c8df920e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --cap-lints allow -D warnings`
20402023-10-11T19:33:27.721Z Compiling structmeta v0.1.6
20412023-10-11T19:33:27.724Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-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 metadata=54c197d70fff9c64 -C extra-filename=-54c197d70fff9c64 --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-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-b571a541ef947cb2.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rmeta --cap-lints allow -D warnings`
20422023-10-11T19:33:28.344Z Compiling test-strategy v0.2.1
20432023-10-11T19:33:28.347Z Running `/home/build/.rustup/toolchains/1.72.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.2.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 metadata=ebfc7cabf556acc7 -C extra-filename=-ebfc7cabf556acc7 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-54c197d70fff9c64.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rlib --extern proc_macro --cap-lints allow -D warnings`
20442023-10-11T19:33:28.468Z Compiling darling v0.20.3
20452023-10-11T19:33:28.487Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=e1532148dc9211eb -C extra-filename=-e1532148dc9211eb --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-b8cc0e9d5294b50f.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-c506b2922ac7ae05.so --cap-lints allow -D warnings`
20462023-10-11T19:33:28.523Z Compiling parse-display-derive v0.7.0
20472023-10-11T19:33:28.529Z Running `/home/build/.rustup/toolchains/1.72.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.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 metadata=da2dd5c0ca1df2a9 -C extra-filename=-da2dd5c0ca1df2a9 --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-dffc32915439d36d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0188060950c27f42.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-54c197d70fff9c64.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rlib --extern proc_macro --cap-lints allow -D warnings`
20482023-10-11T19:33:28.629Z Compiling serde_with_macros v2.3.3
20492023-10-11T19:33:28.633Z Running `/home/build/.rustup/toolchains/1.72.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-2.3.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 metadata=46d91b9d71140d62 -C extra-filename=-46d91b9d71140d62 --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-e1532148dc9211eb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
20502023-10-11T19:33:31.991Z Running `/home/build/.rustup/toolchains/1.72.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=1ee8cdb88b38ada7 -C extra-filename=-1ee8cdb88b38ada7 --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-d0b5a9931f42a80a.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-789d3d58ac817312.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-8d1811b655a45751.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-98f40e18ef456ae7.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard`
20512023-10-11T19:33:33.007Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.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="__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=57e771b746f5426e -C extra-filename=-57e771b746f5426e --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-7153363a1fac6343.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-146e8c3028ef8e1d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-53172ae2f7a639e1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-138567e5bd7d7a97.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-8885849ac3328b0b.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-b2a787ecbee7262c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-35134d9c336f9f34.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-00ced72cf6a670b3.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-0ac9d5088c1d6696.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-353c2dc91b54d196.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-00c5fdd0b096d370.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-ed0215b8281476fe.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-3c30e262128fcf8f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c4c0ee8f356931ff.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-f8ddbbf870aaffb5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-dcf542e5ad3b008a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
20522023-10-11T19:33:33.664Z Running `/home/build/.rustup/toolchains/1.72.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=ea8dcc1dd42eca2a -C extra-filename=-ea8dcc1dd42eca2a --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-8d1811b655a45751.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-3a34f398955d87ef.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1ee8cdb88b38ada7.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-b916a784de735325.so --cap-lints allow -D warnings`
20532023-10-11T19:33:34.125Z Compiling fastrand v2.0.0
20542023-10-11T19:33:34.130Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f4d068aa67514199 -C extra-filename=-f4d068aa67514199 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20552023-10-11T19:33:34.137Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
20562023-10-11T19:33:34.142Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/de16c42/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=148174c87638c9ee -C extra-filename=-148174c87638c9ee --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-18086144f28c932d.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-2918cc596903c288.so --cap-lints allow -D warnings`
20572023-10-11T19:33:34.322Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
20582023-10-11T19:33:34.333Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/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=49b927dac451cd74 -C extra-filename=-49b927dac451cd74 --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-f9029e194535053c.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3b74e2c7e7429827.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2a0f5906101456ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a8310cddaf0eaa9f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-148174c87638c9ee.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings`
20592023-10-11T19:33:34.973Z Compiling tempfile v3.8.0
20602023-10-11T19:33:34.991Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.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=b689d07862d4a167 -C extra-filename=-b689d07862d4a167 --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-cb012b6dc451b338.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-f4d068aa67514199.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-dab22f7c9a37f33c.rmeta --cap-lints allow -D warnings`
20612023-10-11T19:33:35.030Z Running `/home/build/.rustup/toolchains/1.72.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=a0ff337055286e07 -C extra-filename=-a0ff337055286e07 --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-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
20622023-10-11T19:33:35.266Z Running `/home/build/.rustup/toolchains/1.72.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=d1dfbf0978057751 -C extra-filename=-d1dfbf0978057751 --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-999a16c5ebd06ca3.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-e4f5114d23259fb3.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings`
20632023-10-11T19:33:35.418Z Compiling dirs-sys-next v0.1.2
20642023-10-11T19:33:35.427Z Running `/home/build/.rustup/toolchains/1.72.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=58fedf52095df621 -C extra-filename=-58fedf52095df621 --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-b1078066b701b737.rmeta --cap-lints allow -D warnings`
20652023-10-11T19:33:35.568Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/de16c42/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=a1668337969eb0fb -C extra-filename=-a1668337969eb0fb --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-58e6b367499d83fa.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings`
20662023-10-11T19:33:36.408Z Compiling dirs-next v2.0.0
20672023-10-11T19:33:36.411Z Running `/home/build/.rustup/toolchains/1.72.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=bfe451c74c21d1c1 -C extra-filename=-bfe451c74c21d1c1 --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-cb012b6dc451b338.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-58fedf52095df621.rmeta --cap-lints allow -D warnings`
20682023-10-11T19:33:36.543Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=fc67fb1af8d83a16 -C extra-filename=-fc67fb1af8d83a16 --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-be38ad5d671379f5.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-e0ead9d61c4251ce.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-4356086c30f04764.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
20692023-10-11T19:33:36.559Z Compiling crossbeam-channel v0.5.8
20702023-10-11T19:33:36.587Z Running `/home/build/.rustup/toolchains/1.72.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=41e0aa6bbf5cc8a2 -C extra-filename=-41e0aa6bbf5cc8a2 --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-cb012b6dc451b338.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --cap-lints allow -D warnings`
20712023-10-11T19:33:36.699Z Running `/home/build/.rustup/toolchains/1.72.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=444f0032c5c7ec16 -C extra-filename=-444f0032c5c7ec16 --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-5e1b7200ff6e80bb.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-65f97b686f8023b7.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-d0d2bf74d273fe5e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-e4f5114d23259fb3.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-d1dfbf0978057751.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-ab562698f326a2b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c4c0ee8f356931ff.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-64f1f626f1df7a0f.rmeta --cap-lints allow -D warnings`
20722023-10-11T19:33:38.932Z Compiling term v0.7.0
20732023-10-11T19:33:38.939Z Running `/home/build/.rustup/toolchains/1.72.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=1f045818cf0b0aea -C extra-filename=-1f045818cf0b0aea --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-bfe451c74c21d1c1.rmeta --cap-lints allow -D warnings`
20742023-10-11T19:33:38.948Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
20752023-10-11T19:33:38.955Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/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=b2f6193eafb252b6 -C extra-filename=-b2f6193eafb252b6 --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-999a16c5ebd06ca3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
20762023-10-11T19:33:39.202Z Compiling atty v0.2.14
20772023-10-11T19:33:39.205Z Running `/home/build/.rustup/toolchains/1.72.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=146357f6ef611eef -C extra-filename=-146357f6ef611eef --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-b1078066b701b737.rmeta --cap-lints allow -D warnings`
20782023-10-11T19:33:39.410Z Compiling match_cfg v0.1.0
20792023-10-11T19:33:39.418Z Running `/home/build/.rustup/toolchains/1.72.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=38e46414f05776ae -C extra-filename=-38e46414f05776ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20802023-10-11T19:33:39.550Z Compiling hostname v0.3.1
20812023-10-11T19:33:39.557Z Running `/home/build/.rustup/toolchains/1.72.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=5ad5d61997581e2b -C extra-filename=-5ad5d61997581e2b --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-b1078066b701b737.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-38e46414f05776ae.rmeta --cap-lints allow -D warnings`
20822023-10-11T19:33:39.971Z Compiling sha1 v0.10.5
20832023-10-11T19:33:39.977Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-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="std"' -C metadata=9d527a8623cb7b22 -C extra-filename=-9d527a8623cb7b22 --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-cb012b6dc451b338.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-67ca5f41bdde404f.rmeta --cap-lints allow -D warnings`
20842023-10-11T19:33:40.508Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/de16c42/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=826422d11fd6bbb7 -C extra-filename=-826422d11fd6bbb7 --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-a1668337969eb0fb.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-2918cc596903c288.so --cap-lints allow -D warnings`
20852023-10-11T19:33:40.617Z Compiling thread_local v1.1.7
20862023-10-11T19:33:40.631Z Running `/home/build/.rustup/toolchains/1.72.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=4b57738c95f1291d -C extra-filename=-4b57738c95f1291d --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-cb012b6dc451b338.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --cap-lints allow -D warnings`
20872023-10-11T19:33:41.169Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/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=9702c27911956e0a -C extra-filename=-9702c27911956e0a --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-f9029e194535053c.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-826422d11fd6bbb7.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings`
20882023-10-11T19:33:41.569Z Compiling strum v0.25.0
20892023-10-11T19:33:41.599Z Running `/home/build/.rustup/toolchains/1.72.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=17bd510c94228d39 -C extra-filename=-17bd510c94228d39 --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-bb4f8be853504c8f.so --cap-lints allow -D warnings`
20902023-10-11T19:33:41.817Z Compiling instant v0.1.12
20912023-10-11T19:33:41.821Z Running `/home/build/.rustup/toolchains/1.72.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=a878bd455251f7ad -C extra-filename=-a878bd455251f7ad --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-cb012b6dc451b338.rmeta --cap-lints allow -D warnings`
20922023-10-11T19:33:42.030Z Compiling take_mut v0.2.2
20932023-10-11T19:33:42.034Z Running `/home/build/.rustup/toolchains/1.72.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=129894f923fac3f1 -C extra-filename=-129894f923fac3f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20942023-10-11T19:33:42.306Z Running `/home/build/.rustup/toolchains/1.72.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=92bfa0559792adb6 -C extra-filename=-92bfa0559792adb6 --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-41e0aa6bbf5cc8a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-129894f923fac3f1.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-4b57738c95f1291d.rmeta --cap-lints allow -D warnings --cfg integer128`
20952023-10-11T19:33:44.426Z Compiling slog-term v2.9.0
20962023-10-11T19:33:44.430Z Running `/home/build/.rustup/toolchains/1.72.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=e8efd9c0a4de7641 -C extra-filename=-e8efd9c0a4de7641 --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-146357f6ef611eef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1f045818cf0b0aea.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-4b57738c95f1291d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-80d16594467ebc43.rmeta --cap-lints allow -D warnings`
20972023-10-11T19:33:45.596Z Compiling serde_with v2.3.3
20982023-10-11T19:33:45.600Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-2.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=f37542964a946a64 -C extra-filename=-f37542964a946a64 --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-e5099f1082b7c4e8.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-46d91b9d71140d62.so --cap-lints allow -D warnings`
20992023-10-11T19:33:46.577Z Compiling slog-json v2.6.1
21002023-10-11T19:33:46.580Z Running `/home/build/.rustup/toolchains/1.72.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=b3e3596113644acf -C extra-filename=-b3e3596113644acf --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-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-80d16594467ebc43.rmeta --cap-lints allow -D warnings`
21012023-10-11T19:33:47.219Z Running `/home/build/.rustup/toolchains/1.72.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=de857346a4753d4e -C extra-filename=-de857346a4753d4e --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
21022023-10-11T19:33:47.668Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
21032023-10-11T19:33:47.671Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/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 metadata=0b4d272c651088b5 -C extra-filename=-0b4d272c651088b5 --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-3b74e2c7e7429827.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-49b927dac451cd74.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2a0f5906101456ab.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a8310cddaf0eaa9f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-5a3915daf8998f56.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
21042023-10-11T19:33:48.958Z Compiling slog-bunyan v2.4.0
21052023-10-11T19:33:48.961Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.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=2e26653f4c9bc306 -C extra-filename=-2e26653f4c9bc306 --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-5ad5d61997581e2b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-b3e3596113644acf.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-80d16594467ebc43.rmeta --cap-lints allow -D warnings`
21062023-10-11T19:33:49.287Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -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=e08d941838bbeb03 -C extra-filename=-e08d941838bbeb03 --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-3c0e7eb12fc38c46.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings`
21072023-10-11T19:33:50.036Z Compiling debug-ignore v1.0.5
21082023-10-11T19:33:50.039Z Running `/home/build/.rustup/toolchains/1.72.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=f2abfcb6c70cf6ba -C extra-filename=-f2abfcb6c70cf6ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21092023-10-11T19:33:50.251Z Compiling atomic-waker v1.1.1
21102023-10-11T19:33:50.254Z Running `/home/build/.rustup/toolchains/1.72.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=f4ffaad2f705c4d0 -C extra-filename=-f4ffaad2f705c4d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21112023-10-11T19:33:50.539Z Compiling waitgroup v0.1.2
21122023-10-11T19:33:50.543Z Running `/home/build/.rustup/toolchains/1.72.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=50b942fef25a4b5f -C extra-filename=-50b942fef25a4b5f --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-f4ffaad2f705c4d0.rmeta --cap-lints allow -D warnings`
21132023-10-11T19:33:50.878Z Compiling async-stream v0.3.5
21142023-10-11T19:33:50.881Z Running `/home/build/.rustup/toolchains/1.72.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=2228cf75d8def642 -C extra-filename=-2228cf75d8def642 --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-ec366f050dc34d1e.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --cap-lints allow -D warnings`
21152023-10-11T19:33:51.384Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-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"' -C metadata=928b400922c8849b -C extra-filename=-928b400922c8849b --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-999a16c5ebd06ca3.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-146e8c3028ef8e1d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-20277456fa976614.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-00ced72cf6a670b3.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rmeta --cap-lints allow -D warnings`
21162023-10-11T19:33:52.452Z Compiling serde_path_to_error v0.1.14
21172023-10-11T19:33:52.469Z Running `/home/build/.rustup/toolchains/1.72.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.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=1a03d81885b79d46 -C extra-filename=-1a03d81885b79d46 --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-5cfbcdc992ada6c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
21182023-10-11T19:33:53.187Z Compiling backoff v0.4.0
21192023-10-11T19:33:53.190Z Running `/home/build/.rustup/toolchains/1.72.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=df7874c19879351a -C extra-filename=-df7874c19879351a --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-26ddbb2f438a5030.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5d87f6ac6fc0aeac.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-a878bd455251f7ad.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --cap-lints allow -D warnings`
21202023-10-11T19:33:53.706Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/fa728d0/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=34de9634700f8df8 -C extra-filename=-34de9634700f8df8 --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-2228cf75d8def642.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-f9b644842415243e.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-bdee90b95eb7999e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-5ad5d61997581e2b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-928b400922c8849b.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-353c2dc91b54d196.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-00c5fdd0b096d370.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-1a03d81885b79d46.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-9d527a8623cb7b22.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-2e26653f4c9bc306.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-b3e3596113644acf.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-3c30e262128fcf8f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ea8dcc1dd42eca2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-50b942fef25a4b5f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
21212023-10-11T19:33:53.869Z Compiling quick-error v1.2.3
21222023-10-11T19:33:53.893Z Running `/home/build/.rustup/toolchains/1.72.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=498dbea2568bdbaf -C extra-filename=-498dbea2568bdbaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21232023-10-11T19:33:53.956Z Compiling parse-display v0.7.0
21242023-10-11T19:33:53.968Z Running `/home/build/.rustup/toolchains/1.72.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.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="once_cell"' --cfg 'feature="regex"' --cfg 'feature="std"' -C metadata=9b4cd1458b78d4c8 -C extra-filename=-9b4cd1458b78d4c8 --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-dffc32915439d36d.rmeta --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-da2dd5c0ca1df2a9.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --cap-lints allow -D warnings`
21252023-10-11T19:33:54.073Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21262023-10-11T19:33:54.076Z Running `/home/build/.rustup/toolchains/1.72.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=65ff712cdc192fd3 -C extra-filename=-65ff712cdc192fd3 --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-fa48ed58b25dfdb3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
21272023-10-11T19:33:54.246Z Compiling macaddr v1.0.1
21282023-10-11T19:33:54.251Z Running `/home/build/.rustup/toolchains/1.72.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=1ad0b7378139616a -C extra-filename=-1ad0b7378139616a --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
21292023-10-11T19:33:54.317Z Compiling wait-timeout v0.2.0
21302023-10-11T19:33:54.320Z Running `/home/build/.rustup/toolchains/1.72.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=11ecc43a96f35e4c -C extra-filename=-11ecc43a96f35e4c --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-b1078066b701b737.rmeta --cap-lints allow -D warnings`
21312023-10-11T19:33:54.996Z Compiling rusty-fork v0.3.0
21322023-10-11T19:33:55.000Z Running `/home/build/.rustup/toolchains/1.72.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=05e839cae18443fb -C extra-filename=-05e839cae18443fb --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-1a818be490fdad0e.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-498dbea2568bdbaf.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-11ecc43a96f35e4c.rmeta --cap-lints allow -D warnings`
21332023-10-11T19:33:55.232Z Compiling rand_xorshift v0.3.0
21342023-10-11T19:33:55.238Z Running `/home/build/.rustup/toolchains/1.72.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=297641e0f75a7fe8 -C extra-filename=-297641e0f75a7fe8 --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-261ecd513a9709d1.rmeta --cap-lints allow -D warnings`
21352023-10-11T19:33:55.714Z Compiling unarray v0.1.4
21362023-10-11T19:33:55.717Z Running `/home/build/.rustup/toolchains/1.72.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=a7df36f5ba855866 -C extra-filename=-a7df36f5ba855866 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21372023-10-11T19:33:55.955Z Compiling proptest v1.2.0
21382023-10-11T19:33:55.958Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="break-dead-code"' --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=5d70a0dcf69bc55e -C extra-filename=-5d70a0dcf69bc55e --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-3a44b29fad009a22.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-5eabb5c7a332b5f6.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-297641e0f75a7fe8.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0188060950c27f42.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-05e839cae18443fb.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-a7df36f5ba855866.rmeta --cap-lints allow -D warnings`
21392023-10-11T19:33:56.273Z Running `/home/build/.rustup/toolchains/1.72.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.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --cfg 'feature="unstable"' -C metadata=195040b02b177146 -C extra-filename=-195040b02b177146 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21402023-10-11T19:33:56.937Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=aaf538cacb38ae69 -C extra-filename=-aaf538cacb38ae69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21412023-10-11T19:33:57.788Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0c37760ceb6b7eb9 -C extra-filename=-0c37760ceb6b7eb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21422023-10-11T19:33:57.996Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=57e2e5899337d935 -C extra-filename=-57e2e5899337d935 --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-e08d941838bbeb03.rmeta --cap-lints allow -D warnings`
21432023-10-11T19:33:58.797Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8e94dfb586ed909a -C extra-filename=-8e94dfb586ed909a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21442023-10-11T19:33:59.006Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=55888b3cf4c7447b -C extra-filename=-55888b3cf4c7447b --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
21452023-10-11T19:34:00.796Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4a82555b4114c13e -C extra-filename=-4a82555b4114c13e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21462023-10-11T19:34:01.088Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ae111ecf99ff78ac -C extra-filename=-ae111ecf99ff78ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21472023-10-11T19:34:01.196Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=0f73e34081c966cd -C extra-filename=-0f73e34081c966cd --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-8e94dfb586ed909a.rmeta --cap-lints allow -D warnings --cfg has_const_fn_trait_bound`
21482023-10-11T19:34:01.792Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' -C metadata=0ba4f66e2a3ffdcf -C extra-filename=-0ba4f66e2a3ffdcf --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-c8f54ebde8160f23.so --cap-lints allow -D warnings`
21492023-10-11T19:34:01.935Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=644c50a72eb52901 -C extra-filename=-644c50a72eb52901 --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-3c0e7eb12fc38c46.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ae111ecf99ff78ac.rmeta --cap-lints allow -D warnings`
21502023-10-11T19:34:02.450Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d2e140eae73b2ead -C extra-filename=-d2e140eae73b2ead --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21512023-10-11T19:34:03.046Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="send_guard"' -C metadata=1592a242d91bde1a -C extra-filename=-1592a242d91bde1a --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-0f73e34081c966cd.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-644c50a72eb52901.rmeta --cap-lints allow -D warnings`
21522023-10-11T19:34:04.534Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=bbe9fdba6b5a3076 -C extra-filename=-bbe9fdba6b5a3076 --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-d2e140eae73b2ead.rmeta --cap-lints allow -D warnings --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`
21532023-10-11T19:34:04.808Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4b290f080638b941 -C extra-filename=-4b290f080638b941 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21542023-10-11T19:34:04.999Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=59a8c1a9f4cc401a -C extra-filename=-59a8c1a9f4cc401a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21552023-10-11T19:34:06.639Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aa81afa303ab3143 -C extra-filename=-aa81afa303ab3143 --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-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings`
21562023-10-11T19:34:07.485Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=5e540ad4941d14f0 -C extra-filename=-5e540ad4941d14f0 --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-59a8c1a9f4cc401a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings --cfg relaxed_coherence`
21572023-10-11T19:34:07.856Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=9b8efcf4f90c042d -C extra-filename=-9b8efcf4f90c042d --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-63f81b35d4dc5fb3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --cap-lints allow -D warnings`
21582023-10-11T19:34:07.881Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=839335292a7245f2 -C extra-filename=-839335292a7245f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21592023-10-11T19:34:07.922Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=09c27d2a9d9bf07b -C extra-filename=-09c27d2a9d9bf07b --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-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings`
21602023-10-11T19:34:08.104Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=d3b97ee3b256b9db -C extra-filename=-d3b97ee3b256b9db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21612023-10-11T19:34:08.267Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d55331612fb42c01 -C extra-filename=-d55331612fb42c01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21622023-10-11T19:34:08.625Z Running `/home/build/.rustup/toolchains/1.72.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.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=14057c32aaca57b1 -C extra-filename=-14057c32aaca57b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21632023-10-11T19:34:08.997Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=2b93b56733daa00b -C extra-filename=-2b93b56733daa00b --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-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings`
21642023-10-11T19:34:09.071Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.49/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2666dc1e27be8b4d -C extra-filename=-2666dc1e27be8b4d --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-9da73fdce886a303.so --cap-lints allow -D warnings`
21652023-10-11T19:34:09.274Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=1486aaee3f323cc1 -C extra-filename=-1486aaee3f323cc1 --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
21662023-10-11T19:34:09.882Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -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=da98cd184f1dd7f6 -C extra-filename=-da98cd184f1dd7f6 --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-5e540ad4941d14f0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-57e2e5899337d935.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-59a8c1a9f4cc401a.rmeta --cap-lints allow -D warnings`
21672023-10-11T19:34:09.917Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.32.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=177a217a9636be85 -C extra-filename=-177a217a9636be85 --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-55888b3cf4c7447b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9b8efcf4f90c042d.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-09c27d2a9d9bf07b.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-1592a242d91bde1a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-aa81afa303ab3143.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-2b93b56733daa00b.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-a227de3d2402746e.so --cap-lints allow -D warnings`
21682023-10-11T19:34:09.967Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83f35cd01d19a331 -C extra-filename=-83f35cd01d19a331 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21692023-10-11T19:34:10.180Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' -C metadata=c4da83d5a55438d5 -C extra-filename=-c4da83d5a55438d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21702023-10-11T19:34:10.628Z Running `/home/build/.rustup/toolchains/1.72.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.107/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' -C metadata=d53ae567819b1cbb -C extra-filename=-d53ae567819b1cbb --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-4a82555b4114c13e.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-83f35cd01d19a331.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings --cfg limb_width_64`
21712023-10-11T19:34:10.665Z Running `/home/build/.rustup/toolchains/1.72.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.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a78d02f725c823af -C extra-filename=-a78d02f725c823af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21722023-10-11T19:34:10.803Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b9e0b6ca8eb0c8cf -C extra-filename=-b9e0b6ca8eb0c8cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21732023-10-11T19:34:10.915Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=776cc17a9c34995e -C extra-filename=-776cc17a9c34995e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21742023-10-11T19:34:12.570Z Compiling base64ct v1.6.0
21752023-10-11T19:34:12.616Z Running `/home/build/.rustup/toolchains/1.72.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=782b309d60146739 -C extra-filename=-782b309d60146739 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21762023-10-11T19:34:13.207Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=41eb75ae05dd33a0 -C extra-filename=-41eb75ae05dd33a0 --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-776cc17a9c34995e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-57e2e5899337d935.rmeta --cap-lints allow -D warnings`
21772023-10-11T19:34:13.440Z Running `/home/build/.rustup/toolchains/1.72.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.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=44ec121a8974b079 -C extra-filename=-44ec121a8974b079 --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-14057c32aaca57b1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-a78d02f725c823af.rmeta --cap-lints allow -D warnings`
21782023-10-11T19:34:14.119Z Compiling is-terminal v0.4.9
21792023-10-11T19:34:14.123Z Running `/home/build/.rustup/toolchains/1.72.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=b0eeb3267f880acc -C extra-filename=-b0eeb3267f880acc --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-dab22f7c9a37f33c.rmeta --cap-lints allow -D warnings`
21802023-10-11T19:34:14.336Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b6959ed5d9f01069 -C extra-filename=-b6959ed5d9f01069 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21812023-10-11T19:34:14.788Z Running `/home/build/.rustup/toolchains/1.72.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.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=1a936b59517fbe6d -C extra-filename=-1a936b59517fbe6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21822023-10-11T19:34:15.188Z Running `/home/build/.rustup/toolchains/1.72.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.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=2d8c9a0d23a6df66 -C extra-filename=-2d8c9a0d23a6df66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21832023-10-11T19:34:15.263Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -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="min_const_gen"' --cfg 'feature="rand_chacha"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=53468acc871f04b9 -C extra-filename=-53468acc871f04b9 --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-63f81b35d4dc5fb3.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-41eb75ae05dd33a0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-57e2e5899337d935.rmeta --cap-lints allow -D warnings`
21842023-10-11T19:34:15.645Z Running `/home/build/.rustup/toolchains/1.72.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.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=45c46b3316877300 -C extra-filename=-45c46b3316877300 --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-44ec121a8974b079.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2d8c9a0d23a6df66.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-03ba96fd56d60571.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-a78d02f725c823af.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1a936b59517fbe6d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-b9e0b6ca8eb0c8cf.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-b6959ed5d9f01069.rmeta --cap-lints allow -D warnings`
21852023-10-11T19:34:16.130Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=ab91cbb0541516ac -C extra-filename=-ab91cbb0541516ac --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-5e540ad4941d14f0.rmeta --cap-lints allow -D warnings`
21862023-10-11T19:34:16.566Z Compiling proc-macro-crate v1.3.1
21872023-10-11T19:34:16.609Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=1fd3c9aa859e2a37 -C extra-filename=-1fd3c9aa859e2a37 --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-dffc32915439d36d.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rmeta --cap-lints allow -D warnings`
21882023-10-11T19:34:18.016Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -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=89a1d2b37d60fddc -C extra-filename=-89a1d2b37d60fddc --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-ab91cbb0541516ac.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-c4da83d5a55438d5.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-da98cd184f1dd7f6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --cap-lints allow -D warnings`
21892023-10-11T19:34:18.187Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
21902023-10-11T19:34:18.196Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/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=d455a35af0f0084c -C extra-filename=-d455a35af0f0084c --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-b2f6193eafb252b6.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-9702c27911956e0a.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-0b4d272c651088b5.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
21912023-10-11T19:34:18.490Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' -C metadata=5989520b66fa0dce -C extra-filename=-5989520b66fa0dce --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-839335292a7245f2.rmeta --cap-lints allow -D warnings`
21922023-10-11T19:34:18.664Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' -C metadata=952c4328c6f554fb -C extra-filename=-952c4328c6f554fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21932023-10-11T19:34:18.719Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2cab8e63723bf814 -C extra-filename=-2cab8e63723bf814 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21942023-10-11T19:34:18.790Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d06ce94a40ddfe1 -C extra-filename=-8d06ce94a40ddfe1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21952023-10-11T19:34:18.878Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=8feda38df80fddc6 -C extra-filename=-8feda38df80fddc6 --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-e08d941838bbeb03.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
21962023-10-11T19:34:18.929Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=91f0b1f081d73347 -C extra-filename=-91f0b1f081d73347 --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-8d06ce94a40ddfe1.rmeta --cap-lints allow -D warnings`
21972023-10-11T19:34:19.331Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -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=ba2c5ad6cc3819c4 -C extra-filename=-ba2c5ad6cc3819c4 --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-952c4328c6f554fb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
21982023-10-11T19:34:20.463Z Compiling proc-macro-error-attr v1.0.4
21992023-10-11T19:34:20.466Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=4793a33fef0d79c3 -C extra-filename=-4793a33fef0d79c3 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-4793a33fef0d79c3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
22002023-10-11T19:34:20.968Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=16deb6d7e68daa91 -C extra-filename=-16deb6d7e68daa91 --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-3c0e7eb12fc38c46.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --cap-lints allow -D warnings --cfg 'feature="folded_multiply"'`
22012023-10-11T19:34:21.031Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-4793a33fef0d79c3/build-script-build`
22022023-10-11T19:34:21.110Z Compiling proc-macro-error v1.0.4
22032023-10-11T19:34:21.113Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=c6eda2b9346f1316 -C extra-filename=-c6eda2b9346f1316 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-c6eda2b9346f1316 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
22042023-10-11T19:34:21.541Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=86c5147d695ab8b0 -C extra-filename=-86c5147d695ab8b0 --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-91f0b1f081d73347.rmeta --cap-lints allow -D warnings`
22052023-10-11T19:34:21.688Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' -C metadata=dd3c6ac25a9b82e9 -C extra-filename=-dd3c6ac25a9b82e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22062023-10-11T19:34:21.705Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-c6eda2b9346f1316/build-script-build`
22072023-10-11T19:34:21.922Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=4413c936186ca977 -C extra-filename=-4413c936186ca977 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern proc_macro --cap-lints allow -D warnings`
22082023-10-11T19:34:23.295Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=78bb54cee6a3ea10 -C extra-filename=-78bb54cee6a3ea10 --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-195040b02b177146.rmeta --cap-lints allow -D warnings`
22092023-10-11T19:34:23.508Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=c9a7368cbd526c51 -C extra-filename=-c9a7368cbd526c51 --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-4413c936186ca977.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rmeta --cap-lints allow -D warnings --cfg use_fallback`
22102023-10-11T19:34:24.144Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=065c702e72289fd3 -C extra-filename=-065c702e72289fd3 --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-55888b3cf4c7447b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-2cab8e63723bf814.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4a82555b4114c13e.rmeta --cap-lints allow -D warnings`
22112023-10-11T19:34:24.534Z Running `/home/build/.rustup/toolchains/1.72.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1a959748c4116a85 -C extra-filename=-1a959748c4116a85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22122023-10-11T19:34:25.127Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -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=a21da4229f0887c1 -C extra-filename=-a21da4229f0887c1 --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-3c0e7eb12fc38c46.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-72a1983bdf5f8eeb.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-78bb54cee6a3ea10.rmeta --cap-lints allow -D warnings`
22132023-10-11T19:34:25.726Z Compiling xattr v1.0.1
22142023-10-11T19:34:25.763Z Running `/home/build/.rustup/toolchains/1.72.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=9c236fb87767c78a -C extra-filename=-9c236fb87767c78a --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-b1078066b701b737.rmeta --cap-lints allow -D warnings`
22152023-10-11T19:34:25.920Z Compiling filetime v0.2.22
22162023-10-11T19:34:25.947Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=22f0e92716fd3dd8 -C extra-filename=-22f0e92716fd3dd8 --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-cb012b6dc451b338.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --cap-lints allow -D warnings`
22172023-10-11T19:34:25.957Z Running `/home/build/.rustup/toolchains/1.72.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.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a8fc004cf30cfd85 -C extra-filename=-a8fc004cf30cfd85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22182023-10-11T19:34:25.968Z Running `/home/build/.rustup/toolchains/1.72.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8d764ac0566c5587 -C extra-filename=-8d764ac0566c5587 --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-1a959748c4116a85.rmeta --cap-lints allow -D warnings`
22192023-10-11T19:34:26.179Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f517da13a8b686da -C extra-filename=-f517da13a8b686da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22202023-10-11T19:34:26.262Z Compiling tar v0.4.40
22212023-10-11T19:34:26.271Z Running `/home/build/.rustup/toolchains/1.72.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=f49480703b44d645 -C extra-filename=-f49480703b44d645 --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-22f0e92716fd3dd8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-9c236fb87767c78a.rmeta --cap-lints allow -D warnings`
22222023-10-11T19:34:26.432Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-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 opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=b4bc10243c26e981 -C extra-filename=-b4bc10243c26e981 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22232023-10-11T19:34:26.487Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=03279f3963da07ab -C extra-filename=-03279f3963da07ab --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-55888b3cf4c7447b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a8fc004cf30cfd85.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-b40d79b85d0daf79.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
22242023-10-11T19:34:26.972Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=a708795783266417 -C extra-filename=-a708795783266417 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22252023-10-11T19:34:27.454Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=eb4a6eac9a61464f -C extra-filename=-eb4a6eac9a61464f --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-dd3c6ac25a9b82e9.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-86c5147d695ab8b0.rmeta --cap-lints allow -D warnings`
22262023-10-11T19:34:27.940Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-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 panic=abort -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=6d6730805a801a5f -C extra-filename=-6d6730805a801a5f --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-16deb6d7e68daa91.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-a708795783266417.rmeta --cap-lints allow -D warnings`
22272023-10-11T19:34:28.337Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e3d293ca367829cf -C extra-filename=-e3d293ca367829cf --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-e08d941838bbeb03.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --cap-lints allow -D warnings --cfg 'feature="runtime-rng"' --cfg 'feature="folded_multiply"'`
22282023-10-11T19:34:29.109Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3a3880947b45af1e -C extra-filename=-3a3880947b45af1e --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-8d764ac0566c5587.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-eb4a6eac9a61464f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --cap-lints allow -D warnings`
22292023-10-11T19:34:29.909Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -C metadata=e7b85824ce12e51b -C extra-filename=-e7b85824ce12e51b --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-e3d293ca367829cf.rmeta --cap-lints allow -D warnings`
22302023-10-11T19:34:29.995Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=64edcd8daed94a95 -C extra-filename=-64edcd8daed94a95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg httparse_simd`
22312023-10-11T19:34:30.141Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2ac28cbadba7faa0 -C extra-filename=-2ac28cbadba7faa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22322023-10-11T19:34:30.441Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=31511f69cb20a3b2 -C extra-filename=-31511f69cb20a3b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22332023-10-11T19:34:30.661Z Running `/home/build/.rustup/toolchains/1.72.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.67/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=4dbdfb813a4a048f -C extra-filename=-4dbdfb813a4a048f --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-2ac28cbadba7faa0.rmeta --cap-lints allow -D warnings --cfg wrap_proc_macro`
22342023-10-11T19:34:31.593Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d385be1db3fee74e -C extra-filename=-d385be1db3fee74e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22352023-10-11T19:34:31.597Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=ccb81907c4b78a17 -C extra-filename=-ccb81907c4b78a17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22362023-10-11T19:34:31.600Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=d3e47da13ea8dfbb -C extra-filename=-d3e47da13ea8dfbb --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-d385be1db3fee74e.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-6d6730805a801a5f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
22372023-10-11T19:34:31.817Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="std"' -C metadata=cd75ce2a091a2ded -C extra-filename=-cd75ce2a091a2ded --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-e7b85824ce12e51b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings --cfg has_std`
22382023-10-11T19:34:31.865Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8b4af682f00f4f8e -C extra-filename=-8b4af682f00f4f8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22392023-10-11T19:34:32.156Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=9db298c3bfbb444c -C extra-filename=-9db298c3bfbb444c --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-4dbdfb813a4a048f.rmeta --cap-lints allow -D warnings`
22402023-10-11T19:34:32.244Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=9f1588ba728336af -C extra-filename=-9f1588ba728336af --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-195040b02b177146.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-839335292a7245f2.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8b4af682f00f4f8e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -l static=ring-core -l static=ring-test`
22412023-10-11T19:34:32.971Z Running `/home/build/.rustup/toolchains/1.72.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.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' -C metadata=8fe047de1e9b63c6 -C extra-filename=-8fe047de1e9b63c6 --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-55888b3cf4c7447b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-a78d02f725c823af.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a21da4229f0887c1.rmeta --cap-lints allow -D warnings`
22422023-10-11T19:34:33.259Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=152ad3e7ed88dcfb -C extra-filename=-152ad3e7ed88dcfb --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-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings`
22432023-10-11T19:34:33.338Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -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=963e5de6824495e7 -C extra-filename=-963e5de6824495e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg integer128`
22442023-10-11T19:34:33.410Z Compiling num_enum_derive v0.5.11
22452023-10-11T19:34:33.414Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' -C metadata=12f9acdd0b57a466 -C extra-filename=-12f9acdd0b57a466 --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-1fd3c9aa859e2a37.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rlib --extern proc_macro --cap-lints allow -D warnings`
22462023-10-11T19:34:33.593Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f9c066fd8aa13393 -C extra-filename=-f9c066fd8aa13393 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22472023-10-11T19:34:34.344Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bc2886ea81b15c6f -C extra-filename=-bc2886ea81b15c6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22482023-10-11T19:34:34.511Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6fddaf6cd5a758ca -C extra-filename=-6fddaf6cd5a758ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22492023-10-11T19:34:34.964Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d5d62e0e8a25aa97 -C extra-filename=-d5d62e0e8a25aa97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22502023-10-11T19:34:34.972Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a453485417867f18 -C extra-filename=-a453485417867f18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22512023-10-11T19:34:34.980Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=672f0617b36e2a5d -C extra-filename=-672f0617b36e2a5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22522023-10-11T19:34:34.991Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=cdb75033c22de3bd -C extra-filename=-cdb75033c22de3bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22532023-10-11T19:34:35.005Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fcd6b4cdffc1bb22 -C extra-filename=-fcd6b4cdffc1bb22 --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-d5d62e0e8a25aa97.rmeta --cap-lints allow -D warnings`
22542023-10-11T19:34:35.204Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c08bda5b6e60412 -C extra-filename=-3c08bda5b6e60412 --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-55888b3cf4c7447b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-2cab8e63723bf814.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-a78d02f725c823af.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cd75ce2a091a2ded.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-b6959ed5d9f01069.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8fe047de1e9b63c6.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a21da4229f0887c1.rmeta --cap-lints allow -D warnings`
22552023-10-11T19:34:35.240Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a048596724bee275 -C extra-filename=-a048596724bee275 --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-bc2886ea81b15c6f.rmeta --cap-lints allow -D warnings`
22562023-10-11T19:34:35.374Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6e9d1ad0d0031626 -C extra-filename=-6e9d1ad0d0031626 --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-55888b3cf4c7447b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --cap-lints allow -D warnings`
22572023-10-11T19:34:35.403Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -C metadata=a50ce7321bfdc712 -C extra-filename=-a50ce7321bfdc712 --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-0c37760ceb6b7eb9.rmeta --cap-lints allow -D warnings`
22582023-10-11T19:34:36.058Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=31596f1cfd69171c -C extra-filename=-31596f1cfd69171c --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-3c0e7eb12fc38c46.rmeta --cap-lints allow -D warnings`
22592023-10-11T19:34:37.738Z Running `/home/build/.rustup/toolchains/1.72.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.93/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bc499487ad0da46c -C extra-filename=-bc499487ad0da46c --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-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg openssl --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --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`
22602023-10-11T19:34:38.575Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -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=bf6a0d489d5d4904 -C extra-filename=-bf6a0d489d5d4904 --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-cdb75033c22de3bd.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4a82555b4114c13e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-672f0617b36e2a5d.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-6fddaf6cd5a758ca.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-3f56d02e742d9deb.so --cap-lints allow -D warnings`
22612023-10-11T19:34:39.003Z Running `/home/build/.rustup/toolchains/1.72.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.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=2d8269b93ec0e3ca -C extra-filename=-2d8269b93ec0e3ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22622023-10-11T19:34:39.007Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=456145d791e7aded -C extra-filename=-456145d791e7aded --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22632023-10-11T19:34:39.191Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=635924db43c48ac5 -C extra-filename=-635924db43c48ac5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22642023-10-11T19:34:39.369Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bef4c678dabdda56 -C extra-filename=-bef4c678dabdda56 --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-9f1588ba728336af.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8b4af682f00f4f8e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
22652023-10-11T19:34:40.274Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b1fb1598afc8ccf3 -C extra-filename=-b1fb1598afc8ccf3 --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-1486aaee3f323cc1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-a048596724bee275.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-d56300f5e0859093.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-bc499487ad0da46c.rmeta --cap-lints allow -D warnings -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`
22662023-10-11T19:34:40.282Z Running `/home/build/.rustup/toolchains/1.72.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.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d6415af7e7f8e3b6 -C extra-filename=-d6415af7e7f8e3b6 --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-9f1588ba728336af.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8b4af682f00f4f8e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
22672023-10-11T19:34:42.921Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=419bf636fe7ca6fe -C extra-filename=-419bf636fe7ca6fe --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-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings`
22682023-10-11T19:34:43.214Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8aa334b770300df0 -C extra-filename=-8aa334b770300df0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22692023-10-11T19:34:43.732Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22702023-10-11T19:34:43.761Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=ddd769f882e45b6a -C extra-filename=-ddd769f882e45b6a --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-ddd769f882e45b6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22712023-10-11T19:34:43.779Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8643221b7cc69ba7 -C extra-filename=-8643221b7cc69ba7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22722023-10-11T19:34:44.227Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="with-alloc"' -C metadata=6e30452003b40aeb -C extra-filename=-6e30452003b40aeb --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-8aa334b770300df0.rmeta --cap-lints allow -D warnings`
22732023-10-11T19:34:44.251Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-ddd769f882e45b6a/build-script-build`
22742023-10-11T19:34:44.275Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-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 panic=abort -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=5325d6d9b9946615 -C extra-filename=-5325d6d9b9946615 --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-aaf538cacb38ae69.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-d6415af7e7f8e3b6.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-bef4c678dabdda56.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
22752023-10-11T19:34:45.517Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' -C metadata=c6976615d82077fd -C extra-filename=-c6976615d82077fd --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-a50ce7321bfdc712.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-2d8269b93ec0e3ca.rmeta --cap-lints allow -D warnings`
22762023-10-11T19:34:45.896Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=59c97ed400ba404a -C extra-filename=-59c97ed400ba404a --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-f517da13a8b686da.rmeta --cap-lints allow -D warnings`
22772023-10-11T19:34:46.197Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=9161f70e0e78d07b -C extra-filename=-9161f70e0e78d07b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22782023-10-11T19:34:46.475Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22792023-10-11T19:34:46.485Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=9ec34ae820c9a363 -C extra-filename=-9ec34ae820c9a363 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-9ec34ae820c9a363 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22802023-10-11T19:34:47.392Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -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=2e50d0eb0b488db5 -C extra-filename=-2e50d0eb0b488db5 --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-55888b3cf4c7447b.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-44ec121a8974b079.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-3c08bda5b6e60412.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-6e9d1ad0d0031626.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-64edcd8daed94a95.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f9c066fd8aa13393.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4a82555b4114c13e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-152ad3e7ed88dcfb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-635924db43c48ac5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a21da4229f0887c1.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-fcd6b4cdffc1bb22.rmeta --cap-lints allow -D warnings`
22812023-10-11T19:34:48.422Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-9ec34ae820c9a363/build-script-build`
22822023-10-11T19:34:48.428Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d0786d661f585050 -C extra-filename=-d0786d661f585050 --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-2666dc1e27be8b4d.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-9161f70e0e78d07b.rmeta --cap-lints allow -D warnings`
22832023-10-11T19:34:48.434Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b1c66faf1581e801 -C extra-filename=-b1c66faf1581e801 --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-d55331612fb42c01.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-d186c36fb0999337.so --cap-lints allow -D warnings`
22842023-10-11T19:34:48.563Z Running `/home/build/.rustup/toolchains/1.72.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=2ba0b9ecd6c51a3f -C extra-filename=-2ba0b9ecd6c51a3f --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
22852023-10-11T19:34:49.155Z Running `/home/build/.rustup/toolchains/1.72.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=38cace45970d66dc -C extra-filename=-38cace45970d66dc --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
22862023-10-11T19:34:49.279Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=6a1860f3303f1bff -C extra-filename=-6a1860f3303f1bff --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-3c0e7eb12fc38c46.rmeta --cap-lints allow -D warnings`
22872023-10-11T19:34:49.539Z Compiling foreign-types-macros v0.2.3
22882023-10-11T19:34:50.035Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="std"' -C metadata=d8079752ff45b0c7 -C extra-filename=-d8079752ff45b0c7 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
22892023-10-11T19:34:51.701Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=c4c34aa0e7a33bf2 -C extra-filename=-c4c34aa0e7a33bf2 --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-5325d6d9b9946615.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
22902023-10-11T19:34:52.230Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=67eba728d5b4ad57 -C extra-filename=-67eba728d5b4ad57 --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-aaf538cacb38ae69.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b1fb1598afc8ccf3.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-bc499487ad0da46c.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
22912023-10-11T19:34:52.257Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=971cda85375d22df -C extra-filename=-971cda85375d22df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22922023-10-11T19:34:52.376Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=82177fbc2fe42e73 -C extra-filename=-82177fbc2fe42e73 --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-d0786d661f585050.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-407ee505ea788947.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --cap-lints allow -D warnings`
22932023-10-11T19:34:53.154Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d2936a2b3506a65e -C extra-filename=-d2936a2b3506a65e --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-67eba728d5b4ad57.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
22942023-10-11T19:34:54.002Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=1d26a7cafea115dc -C extra-filename=-1d26a7cafea115dc --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-a50ce7321bfdc712.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-c6976615d82077fd.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-2d8269b93ec0e3ca.rmeta --cap-lints allow -D warnings`
22952023-10-11T19:34:54.036Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=77eadaca0eb9023a -C extra-filename=-77eadaca0eb9023a --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-2666dc1e27be8b4d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b1c66faf1581e801.rmeta --cap-lints allow -D warnings`
22962023-10-11T19:34:55.319Z Running `/home/build/.rustup/toolchains/1.72.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.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6a24cd41365afbdb -C extra-filename=-6a24cd41365afbdb --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-a453485417867f18.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-59c97ed400ba404a.rmeta --cap-lints allow -D warnings`
22972023-10-11T19:34:55.389Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -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=81b2e1e4c2d48045 -C extra-filename=-81b2e1e4c2d48045 --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-4dbdfb813a4a048f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9db298c3bfbb444c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2ac28cbadba7faa0.rmeta --cap-lints allow -D warnings --cfg syn_disable_nightly_tests`
22982023-10-11T19:34:55.503Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f2f0b2e51cda1c6f -C extra-filename=-f2f0b2e51cda1c6f --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-8d764ac0566c5587.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4a82555b4114c13e.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-83f35cd01d19a331.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
22992023-10-11T19:34:55.937Z Running `/home/build/.rustup/toolchains/1.72.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.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c4f4e705a3ec6e86 -C extra-filename=-c4f4e705a3ec6e86 --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-14057c32aaca57b1.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1a936b59517fbe6d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --cap-lints allow -D warnings`
23002023-10-11T19:34:56.762Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=fd7a8b888af6f4b2 -C extra-filename=-fd7a8b888af6f4b2 --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
23012023-10-11T19:34:56.831Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ada3359727f1c539 -C extra-filename=-ada3359727f1c539 --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-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings`
23022023-10-11T19:34:56.999Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
23032023-10-11T19:34:57.007Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/631c201/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 --cfg 'feature="api"' --cfg 'feature="std"' -C metadata=03ccd44af5cc3f11 -C extra-filename=-03ccd44af5cc3f11 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-03ccd44af5cc3f11 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
23042023-10-11T19:34:57.363Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
23052023-10-11T19:34:57.407Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=722aa1f1d4eeb716 -C extra-filename=-722aa1f1d4eeb716 --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-722aa1f1d4eeb716 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23062023-10-11T19:34:57.513Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7c6bfd074d875608 -C extra-filename=-7c6bfd074d875608 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23072023-10-11T19:34:57.579Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-03ccd44af5cc3f11/build-script-build`
23082023-10-11T19:34:57.738Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=7da73bc294f1e755 -C extra-filename=-7da73bc294f1e755 --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-4dbdfb813a4a048f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9db298c3bfbb444c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2ac28cbadba7faa0.rmeta --cap-lints allow -D warnings`
23092023-10-11T19:34:57.860Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
23102023-10-11T19:34:57.967Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=fe37323538e35333 -C extra-filename=-fe37323538e35333 --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-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rlib --extern proc_macro --cap-lints allow -D warnings`
23112023-10-11T19:34:58.132Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-722aa1f1d4eeb716/build-script-build`
23122023-10-11T19:34:58.259Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
23132023-10-11T19:34:58.708Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/631c201/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 metadata=b5f36784f29b17ce -C extra-filename=-b5f36784f29b17ce --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-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rlib --extern proc_macro --cap-lints allow -D warnings`
23142023-10-11T19:34:58.732Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=c3c28f089340dd8e -C extra-filename=-c3c28f089340dd8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23152023-10-11T19:34:59.192Z Running `/home/build/.rustup/toolchains/1.72.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="acceptor"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --cfg 'feature="tokio-runtime"' -C metadata=2dc5935c257736fc -C extra-filename=-2dc5935c257736fc --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-45c46b3316877300.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2e50d0eb0b488db5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5325d6d9b9946615.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-6a24cd41365afbdb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c4c34aa0e7a33bf2.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
23162023-10-11T19:34:59.217Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=15c120394d170ffe -C extra-filename=-15c120394d170ffe --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-55888b3cf4c7447b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2e50d0eb0b488db5.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-67eba728d5b4ad57.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-d2936a2b3506a65e.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
23172023-10-11T19:34:59.253Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3910d49aa99207bd -C extra-filename=-3910d49aa99207bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23182023-10-11T19:34:59.272Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=3e317e62e1aef1be -C extra-filename=-3e317e62e1aef1be --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-d3e47da13ea8dfbb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-38cace45970d66dc.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ba0b9ecd6c51a3f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-971cda85375d22df.rmeta --cap-lints allow -D warnings`
23192023-10-11T19:34:59.407Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=204da2220179eacd -C extra-filename=-204da2220179eacd --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-f517da13a8b686da.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-6a1860f3303f1bff.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-3c08bda5b6e60412.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-6e9d1ad0d0031626.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2e50d0eb0b488db5.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2dc5935c257736fc.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-15c120394d170ffe.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8643221b7cc69ba7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-456145d791e7aded.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-67eba728d5b4ad57.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5325d6d9b9946615.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-59c97ed400ba404a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-d2936a2b3506a65e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c4c34aa0e7a33bf2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8fe047de1e9b63c6.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-635924db43c48ac5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-3910d49aa99207bd.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
23202023-10-11T19:34:59.521Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' -C metadata=627f8a0395596055 -C extra-filename=-627f8a0395596055 --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-d3e47da13ea8dfbb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --cap-lints allow -D warnings`
23212023-10-11T19:34:59.726Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' -C metadata=b1008f6b16506ac7 -C extra-filename=-b1008f6b16506ac7 --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-16deb6d7e68daa91.rmeta --cap-lints allow -D warnings`
23222023-10-11T19:35:01.637Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' -C metadata=d20319421da82dff -C extra-filename=-d20319421da82dff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23232023-10-11T19:35:02.680Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
23242023-10-11T19:35:02.706Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=9594995f6893c70d -C extra-filename=-9594995f6893c70d --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-9594995f6893c70d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23252023-10-11T19:35:03.181Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-9594995f6893c70d/build-script-build`
23262023-10-11T19:35:03.211Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=faf0f6b95c4643ad -C extra-filename=-faf0f6b95c4643ad --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-1486aaee3f323cc1.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-419bf636fe7ca6fe.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
23272023-10-11T19:35:03.319Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -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=a93e56d4d374eb2f -C extra-filename=-a93e56d4d374eb2f --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-0c37760ceb6b7eb9.rmeta --cap-lints allow -D warnings`
23282023-10-11T19:35:08.046Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5860cb338547d550 -C extra-filename=-5860cb338547d550 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23292023-10-11T19:35:08.291Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0eefa4f5fb8c0a7f -C extra-filename=-0eefa4f5fb8c0a7f --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-7c6bfd074d875608.rmeta --cap-lints allow -D warnings`
23302023-10-11T19:35:08.907Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=621f21ba7c083d20 -C extra-filename=-621f21ba7c083d20 --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-d55331612fb42c01.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-77eadaca0eb9023a.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-82177fbc2fe42e73.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4dbdfb813a4a048f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9db298c3bfbb444c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-81b2e1e4c2d48045.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-ada3359727f1c539.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard`
23312023-10-11T19:35:09.257Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=68d529025d396605 -C extra-filename=-68d529025d396605 --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-d20319421da82dff.rmeta --cap-lints allow -D warnings`
23322023-10-11T19:35:11.435Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=f1c8302ac6175740 -C extra-filename=-f1c8302ac6175740 --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-82177fbc2fe42e73.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-3a34f398955d87ef.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-621f21ba7c083d20.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-b916a784de735325.so --cap-lints allow -D warnings`
23332023-10-11T19:35:11.509Z Compiling zone_cfg_derive v0.2.0
23342023-10-11T19:35:11.953Z Running `/home/build/.rustup/toolchains/1.72.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.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 metadata=9044b66d6cfffe3a -C extra-filename=-9044b66d6cfffe3a --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-58e6b367499d83fa.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-c9a7368cbd526c51.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rlib --extern proc_macro --cap-lints allow -D warnings`
23352023-10-11T19:35:11.975Z Compiling mockall_derive v0.11.4
23362023-10-11T19:35:11.989Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.11.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 metadata=f41ecee730a239c1 -C extra-filename=-f41ecee730a239c1 --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-cb012b6dc451b338.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rlib --extern proc_macro --cap-lints allow -D warnings`
23372023-10-11T19:35:12.012Z Compiling base64 v0.13.1
23382023-10-11T19:35:12.036Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ad8c311fcc61d255 -C extra-filename=-ad8c311fcc61d255 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23392023-10-11T19:35:12.061Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=cac88240aa85082d -C extra-filename=-cac88240aa85082d --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
23402023-10-11T19:35:12.078Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' -C metadata=b070c0a3528fb68a -C extra-filename=-b070c0a3528fb68a --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-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
23412023-10-11T19:35:12.734Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' -C metadata=2a4ca742f7d69463 -C extra-filename=-2a4ca742f7d69463 --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-3c0e7eb12fc38c46.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-89a1d2b37d60fddc.rmeta --cap-lints allow -D warnings`
23422023-10-11T19:35:12.776Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -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=d603c8d4e5059e33 -C extra-filename=-d603c8d4e5059e33 --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-0f73e34081c966cd.rmeta --cap-lints allow -D warnings`
23432023-10-11T19:35:13.303Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=d4a5ad149d515194 -C extra-filename=-d4a5ad149d515194 --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-89a1d2b37d60fddc.rmeta --cap-lints allow -D warnings`
23442023-10-11T19:35:13.528Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d02e4f44237b5109 -C extra-filename=-d02e4f44237b5109 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23452023-10-11T19:35:13.804Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=637dfbb34e50c008 -C extra-filename=-637dfbb34e50c008 --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-68d529025d396605.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-6e30452003b40aeb.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-a93e56d4d374eb2f.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-5860cb338547d550.rmeta --cap-lints allow -D warnings`
23462023-10-11T19:35:14.543Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ebe19ba3b8a7e9d3 -C extra-filename=-ebe19ba3b8a7e9d3 --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-b1008f6b16506ac7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --cap-lints allow -D warnings`
23472023-10-11T19:35:15.421Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6f7a908a904e9351 -C extra-filename=-6f7a908a904e9351 --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-637dfbb34e50c008.rmeta --cap-lints allow -D warnings`
23482023-10-11T19:35:16.625Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=5f93be5bbb0f5415 -C extra-filename=-5f93be5bbb0f5415 --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-44ec121a8974b079.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-c4f4e705a3ec6e86.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2d8c9a0d23a6df66.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-a78d02f725c823af.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1a936b59517fbe6d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --cap-lints allow -D warnings`
23492023-10-11T19:35:16.812Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=68719ef61c7c2bee -C extra-filename=-68719ef61c7c2bee --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-5989520b66fa0dce.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-31511f69cb20a3b2.rmeta --cap-lints allow -D warnings`
23502023-10-11T19:35:19.096Z Compiling password-hash v0.5.0
23512023-10-11T19:35:19.105Z Running `/home/build/.rustup/toolchains/1.72.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=b8fbfb8166ce6bd7 -C extra-filename=-b8fbfb8166ce6bd7 --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-782b309d60146739.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-261ecd513a9709d1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --cap-lints allow -D warnings`
23522023-10-11T19:35:19.659Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b7dad78e10e2d8bd -C extra-filename=-b7dad78e10e2d8bd --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-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings`
23532023-10-11T19:35:19.664Z Compiling blake2 v0.10.6
23542023-10-11T19:35:19.667Z Running `/home/build/.rustup/toolchains/1.72.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=a060a24b40230931 -C extra-filename=-a060a24b40230931 --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-67ca5f41bdde404f.rmeta --cap-lints allow -D warnings`
23552023-10-11T19:35:19.670Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=e09bec773f40c56e -C extra-filename=-e09bec773f40c56e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23562023-10-11T19:35:19.674Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=add7283db860befb -C extra-filename=-add7283db860befb --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-0a12ce2110a94ad2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-38cace45970d66dc.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ba0b9ecd6c51a3f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3e317e62e1aef1be.rmeta --cap-lints allow -D warnings`
23572023-10-11T19:35:19.678Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c2f02dc85b70eccb -C extra-filename=-c2f02dc85b70eccb --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-dd3c6ac25a9b82e9.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-86c5147d695ab8b0.rmeta --cap-lints allow -D warnings`
23582023-10-11T19:35:19.976Z Compiling argon2 v0.5.2
23592023-10-11T19:35:19.987Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-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="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=432d5da849165976 -C extra-filename=-432d5da849165976 --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-782b309d60146739.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-a060a24b40230931.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-b8fbfb8166ce6bd7.rmeta --cap-lints allow -D warnings`
23602023-10-11T19:35:20.004Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a57161a7c3c394e3 -C extra-filename=-a57161a7c3c394e3 --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-89a1d2b37d60fddc.rmeta --cap-lints allow -D warnings`
23612023-10-11T19:35:20.418Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/de16c42/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aff722e1c05b6dc7 -C extra-filename=-aff722e1c05b6dc7 --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-e09bec773f40c56e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4dbdfb813a4a048f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9db298c3bfbb444c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7da73bc294f1e755.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2ac28cbadba7faa0.rmeta --cap-lints allow -D warnings`
23622023-10-11T19:35:20.857Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=c24fa1883607d63d -C extra-filename=-c24fa1883607d63d --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-f517da13a8b686da.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d02e4f44237b5109.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d4a5ad149d515194.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-a57161a7c3c394e3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2a4ca742f7d69463.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-c2f02dc85b70eccb.rmeta --cap-lints allow -D warnings`
23632023-10-11T19:35:20.904Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/progenitor-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=56cb22da76603b2b -C extra-filename=-56cb22da76603b2b --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-55888b3cf4c7447b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
23642023-10-11T19:35:21.519Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=37bce1a76b384cd2 -C extra-filename=-37bce1a76b384cd2 --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-3c0e7eb12fc38c46.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31596f1cfd69171c.rmeta --cap-lints allow -D warnings`
23652023-10-11T19:35:21.709Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=43a101f42ff0f075 -C extra-filename=-43a101f42ff0f075 --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-31511f69cb20a3b2.rmeta --cap-lints allow -D warnings`
23662023-10-11T19:35:21.808Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=ab783f3d51260a15 -C extra-filename=-ab783f3d51260a15 --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-5e540ad4941d14f0.rmeta --cap-lints allow -D warnings`
23672023-10-11T19:35:22.312Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cf018927a3737292 -C extra-filename=-cf018927a3737292 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23682023-10-11T19:35:22.803Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' -C metadata=8b8556d46f061241 -C extra-filename=-8b8556d46f061241 --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-ab783f3d51260a15.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5e540ad4941d14f0.rmeta --cap-lints allow -D warnings`
23692023-10-11T19:35:22.816Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -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=8451c58b146c5c8b -C extra-filename=-8451c58b146c5c8b --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-55888b3cf4c7447b.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d02e4f44237b5109.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-c24fa1883607d63d.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --cap-lints allow -D warnings`
23702023-10-11T19:35:23.318Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=18480bfdb351cb4b -C extra-filename=-18480bfdb351cb4b --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-0eefa4f5fb8c0a7f.rmeta --cap-lints allow -D warnings`
23712023-10-11T19:35:23.324Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3e772cd53145f424 -C extra-filename=-3e772cd53145f424 --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-3c0e7eb12fc38c46.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-89a1d2b37d60fddc.rmeta --cap-lints allow -D warnings`
23722023-10-11T19:35:23.771Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_integer /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=46b5a067a728fb98 -C extra-filename=-46b5a067a728fb98 --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-bbe9fdba6b5a3076.rmeta --cap-lints allow -D warnings --cfg has_i128`
23732023-10-11T19:35:23.792Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=df563ab0b426c725 -C extra-filename=-df563ab0b426c725 --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-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings`
23742023-10-11T19:35:23.797Z Compiling slog-dtrace v0.2.3
23752023-10-11T19:35:23.801Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.2.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 metadata=b50647bca677c0bc -C extra-filename=-b50647bca677c0bc --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-b50647bca677c0bc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
23762023-10-11T19:35:23.804Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' -C metadata=8adc0276e9b31203 -C extra-filename=-8adc0276e9b31203 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23772023-10-11T19:35:23.807Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -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=42a3f92a98646623 -C extra-filename=-42a3f92a98646623 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23782023-10-11T19:35:24.318Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=8460fc0220c5b3a5 -C extra-filename=-8460fc0220c5b3a5 --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-63f81b35d4dc5fb3.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-8adc0276e9b31203.rmeta --cap-lints allow -D warnings`
23792023-10-11T19:35:24.322Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-b50647bca677c0bc/build-script-build`
23802023-10-11T19:35:24.325Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=74b7763158c26b51 -C extra-filename=-74b7763158c26b51 --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-3c0e7eb12fc38c46.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-df563ab0b426c725.rmeta --cap-lints allow -D warnings`
23812023-10-11T19:35:24.332Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -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=22070346dc4d0a8f -C extra-filename=-22070346dc4d0a8f --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-5e1b7200ff6e80bb.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d02e4f44237b5109.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-44ec121a8974b079.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-1592a242d91bde1a.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-18480bfdb351cb4b.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-c24fa1883607d63d.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-8451c58b146c5c8b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-2b93b56733daa00b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8fe047de1e9b63c6.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-42a3f92a98646623.rmeta --cap-lints allow -D warnings`
23822023-10-11T19:35:24.335Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' -C metadata=1824044c80fa9625 -C extra-filename=-1824044c80fa9625 --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-da98cd184f1dd7f6.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8b8556d46f061241.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
23832023-10-11T19:35:24.339Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f9f8c637bacfbef1 -C extra-filename=-f9f8c637bacfbef1 --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-d55331612fb42c01.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-101470f5fdc93b55.so --cap-lints allow -D warnings`
23842023-10-11T19:35:24.617Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e96518f20aad03dd -C extra-filename=-e96518f20aad03dd --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-3c0e7eb12fc38c46.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --cap-lints allow -D warnings`
23852023-10-11T19:35:24.809Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name io_lifetimes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=3e970c9396455a28 -C extra-filename=-3e970c9396455a28 --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-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings --cfg io_safety_is_in_std`
23862023-10-11T19:35:25.065Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/de16c42/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' -C metadata=eba7610bc4c6983f -C extra-filename=-eba7610bc4c6983f --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-aff722e1c05b6dc7.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-2918cc596903c288.so --cap-lints allow -D warnings`
23872023-10-11T19:35:25.093Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=44fc1f1b664a737c -C extra-filename=-44fc1f1b664a737c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23882023-10-11T19:35:25.226Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6790933d9e386375 -C extra-filename=-6790933d9e386375 --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-43a101f42ff0f075.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e09bec773f40c56e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-627f8a0395596055.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4dbdfb813a4a048f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9db298c3bfbb444c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1d26a7cafea115dc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7da73bc294f1e755.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-eba7610bc4c6983f.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2ac28cbadba7faa0.rmeta --cap-lints allow -D warnings`
23892023-10-11T19:35:25.284Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=a412d66af3d7e7da -C extra-filename=-a412d66af3d7e7da --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-ccb81907c4b78a17.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-419bf636fe7ca6fe.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-3e970c9396455a28.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
23902023-10-11T19:35:25.303Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=afa7ed8622a3f9df -C extra-filename=-afa7ed8622a3f9df --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-74b7763158c26b51.rmeta --cap-lints allow -D warnings`
23912023-10-11T19:35:25.521Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dae9922e1d159d5a -C extra-filename=-dae9922e1d159d5a --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-3c0e7eb12fc38c46.rmeta --cap-lints allow -D warnings`
23922023-10-11T19:35:25.674Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cce3fa7d3348b524 -C extra-filename=-cce3fa7d3348b524 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23932023-10-11T19:35:25.714Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=f4a3d8e573f97e8a -C extra-filename=-f4a3d8e573f97e8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23942023-10-11T19:35:26.644Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ec03181a96ec9d00 -C extra-filename=-ec03181a96ec9d00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23952023-10-11T19:35:26.661Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=ceb79fdff76abd9e -C extra-filename=-ceb79fdff76abd9e --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-37bce1a76b384cd2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-ec03181a96ec9d00.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-e96518f20aad03dd.rmeta --cap-lints allow -D warnings --cfg integer128`
23962023-10-11T19:35:26.675Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3b04669f947404a4 -C extra-filename=-3b04669f947404a4 --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-b7dad78e10e2d8bd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-afa7ed8622a3f9df.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-e96518f20aad03dd.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-bf6a0d489d5d4904.rmeta --cap-lints allow -D warnings`
23972023-10-11T19:35:27.741Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="utf8"' -C metadata=9ee4a968ff361346 -C extra-filename=-9ee4a968ff361346 --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-f4a3d8e573f97e8a.rmeta --cap-lints allow -D warnings`
23982023-10-11T19:35:28.056Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=c45eccd38ba8e747 -C extra-filename=-c45eccd38ba8e747 --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-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-bf6a0d489d5d4904.rmeta --cap-lints allow -D warnings`
23992023-10-11T19:35:28.351Z Compiling camino-tempfile v1.0.2
24002023-10-11T19:35:28.393Z Running `/home/build/.rustup/toolchains/1.72.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.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=e024817691b4c70e -C extra-filename=-e024817691b4c70e --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-de857346a4753d4e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rmeta --cap-lints allow -D warnings`
24012023-10-11T19:35:28.536Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7532f2a07ea2c21b -C extra-filename=-7532f2a07ea2c21b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24022023-10-11T19:35:28.551Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' -C metadata=111f14b607062773 -C extra-filename=-111f14b607062773 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24032023-10-11T19:35:28.734Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0f09ed5b1d719f1b -C extra-filename=-0f09ed5b1d719f1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24042023-10-11T19:35:28.860Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4fe8c1482d70819b -C extra-filename=-4fe8c1482d70819b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24052023-10-11T19:35:29.424Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=d81063b8fe5c0a3a -C extra-filename=-d81063b8fe5c0a3a --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-cce3fa7d3348b524.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-9ee4a968ff361346.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-7532f2a07ea2c21b.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-0f09ed5b1d719f1b.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-f4a3d8e573f97e8a.rmeta --cap-lints allow -D warnings`
24062023-10-11T19:35:29.899Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=25394cd073bf56d7 -C extra-filename=-25394cd073bf56d7 --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-56cb22da76603b2b.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-6790933d9e386375.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-0b4d272c651088b5.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
24072023-10-11T19:35:29.903Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=43f4e6202c9ec737 -C extra-filename=-43f4e6202c9ec737 --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-4fe8c1482d70819b.rmeta --cap-lints allow -D warnings`
24082023-10-11T19:35:29.906Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e9beb5dc0bba18e8 -C extra-filename=-e9beb5dc0bba18e8 --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-8460fc0220c5b3a5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-c45eccd38ba8e747.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-bf6a0d489d5d4904.rmeta --cap-lints allow -D warnings`
24092023-10-11T19:35:29.910Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7c54d0673eca86f3 -C extra-filename=-7c54d0673eca86f3 --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-a412d66af3d7e7da.rmeta --cap-lints allow -D warnings`
24102023-10-11T19:35:29.913Z Compiling pem v1.1.1
24112023-10-11T19:35:29.956Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-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=f696754fa8dc0fb4 -C extra-filename=-f696754fa8dc0fb4 --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-ad8c311fcc61d255.rmeta --cap-lints allow -D warnings`
24122023-10-11T19:35:29.965Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a291790a3ed91561 -C extra-filename=-a291790a3ed91561 --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-3c0e7eb12fc38c46.rmeta --cap-lints allow -D warnings --cfg crc32fast_stdarchx86`
24132023-10-11T19:35:29.980Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c762373b81d0cfb2 -C extra-filename=-c762373b81d0cfb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr`
24142023-10-11T19:35:30.421Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7923b4bfefb1ac88 -C extra-filename=-7923b4bfefb1ac88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24152023-10-11T19:35:30.428Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=bf407bbd00dba7f9 -C extra-filename=-bf407bbd00dba7f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24162023-10-11T19:35:30.441Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=88a9e4732edbdaa4 -C extra-filename=-88a9e4732edbdaa4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24172023-10-11T19:35:30.446Z Running `/home/build/.rustup/toolchains/1.72.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.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3d58a262fc7773a5 -C extra-filename=-3d58a262fc7773a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24182023-10-11T19:35:30.453Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=66a0e4542fe6c5f9 -C extra-filename=-66a0e4542fe6c5f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24192023-10-11T19:35:30.461Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c177e433b33898b6 -C extra-filename=-c177e433b33898b6 --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-7923b4bfefb1ac88.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-dd3c6ac25a9b82e9.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-86c5147d695ab8b0.rmeta --cap-lints allow -D warnings`
24202023-10-11T19:35:30.804Z Running `/home/build/.rustup/toolchains/1.72.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.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --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=6a5eb1c4ca6e5899 -C extra-filename=-6a5eb1c4ca6e5899 --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-d81063b8fe5c0a3a.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-cce3fa7d3348b524.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-3d58a262fc7773a5.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-66a0e4542fe6c5f9.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-7c54d0673eca86f3.rmeta --cap-lints allow -D warnings`
24212023-10-11T19:35:30.893Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8a76605271155f73 -C extra-filename=-8a76605271155f73 --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-3c0e7eb12fc38c46.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-bf407bbd00dba7f9.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-faf0f6b95c4643ad.rmeta --cap-lints allow -D warnings`
24222023-10-11T19:35:31.517Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' -C metadata=620f8a0880f8aaa7 -C extra-filename=-620f8a0880f8aaa7 --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-46b5a067a728fb98.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --cap-lints allow -D warnings --cfg has_i128 --cfg rustc_1_28`
24232023-10-11T19:35:31.813Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=bc6d8ba924edd9c6 -C extra-filename=-bc6d8ba924edd9c6 --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
24242023-10-11T19:35:32.189Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="atomic"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6d24d4dfec88b70d -C extra-filename=-6d24d4dfec88b70d --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-88a9e4732edbdaa4.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-c762373b81d0cfb2.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-4fe8c1482d70819b.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-43f4e6202c9ec737.rmeta --cap-lints allow -D warnings`
24252023-10-11T19:35:32.385Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=c1734b397a334f2d -C extra-filename=-c1734b397a334f2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const`
24262023-10-11T19:35:32.598Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=024b8926bc31d0c0 -C extra-filename=-024b8926bc31d0c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24272023-10-11T19:35:33.248Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2e1d16e1b4fcec6f -C extra-filename=-2e1d16e1b4fcec6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24282023-10-11T19:35:33.263Z Compiling cancel-safe-futures v0.1.2
24292023-10-11T19:35:33.279Z Running `/home/build/.rustup/toolchains/1.72.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.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=e7f8e639f8a31ba0 -C extra-filename=-e7f8e639f8a31ba0 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-e7f8e639f8a31ba0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24302023-10-11T19:35:33.303Z Compiling termtree v0.4.1
24312023-10-11T19:35:33.318Z Running `/home/build/.rustup/toolchains/1.72.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=21deb15913796002 -C extra-filename=-21deb15913796002 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24322023-10-11T19:35:33.495Z Compiling predicates-tree v1.0.9
24332023-10-11T19:35:33.510Z Running `/home/build/.rustup/toolchains/1.72.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=55465b5f381609dd -C extra-filename=-55465b5f381609dd --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-3739f879860131f9.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-21deb15913796002.rmeta --cap-lints allow -D warnings`
24342023-10-11T19:35:33.533Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c8ce1e8f8421d516 -C extra-filename=-c8ce1e8f8421d516 --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-024b8926bc31d0c0.rmeta --cap-lints allow -D warnings`
24352023-10-11T19:35:34.033Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cf404384f32d9ee0 -C extra-filename=-cf404384f32d9ee0 --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-3c0e7eb12fc38c46.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31596f1cfd69171c.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-c1734b397a334f2d.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-8e94dfb586ed909a.rmeta --cap-lints allow -D warnings`
24362023-10-11T19:35:34.082Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-e7f8e639f8a31ba0/build-script-build`
24372023-10-11T19:35:34.106Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=0746e8ce2e275537 -C extra-filename=-0746e8ce2e275537 --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-5e1b7200ff6e80bb.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-44fc1f1b664a737c.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-a3311a65730d5b1f.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-44ec121a8974b079.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2d8c9a0d23a6df66.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-c177e433b33898b6.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8643221b7cc69ba7.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ae111ecf99ff78ac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-91f0b1f081d73347.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a21da4229f0887c1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --cap-lints allow -D warnings`
24382023-10-11T19:35:34.118Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0534f90f33648f82 -C extra-filename=-0534f90f33648f82 --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-55888b3cf4c7447b.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-6a1860f3303f1bff.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-64edcd8daed94a95.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-456145d791e7aded.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d603c8d4e5059e33.rmeta --cap-lints allow -D warnings`
24392023-10-11T19:35:34.380Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0eb9cec79b031a1c -C extra-filename=-0eb9cec79b031a1c --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-ec366f050dc34d1e.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --cap-lints allow -D warnings`
24402023-10-11T19:35:34.827Z Running `/home/build/.rustup/toolchains/1.72.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.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4080cdfd12d50d60 -C extra-filename=-4080cdfd12d50d60 --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-4a82555b4114c13e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
24412023-10-11T19:35:34.863Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=1ab7ff61e7c67f66 -C extra-filename=-1ab7ff61e7c67f66 --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-a291790a3ed91561.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-6e30452003b40aeb.rmeta --cap-lints allow -D warnings`
24422023-10-11T19:35:35.549Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=8e044772089bbb07 -C extra-filename=-8e044772089bbb07 --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-c3c28f089340dd8e.rmeta --cap-lints allow -D warnings`
24432023-10-11T19:35:36.078Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -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=077ad26ebebec88c -C extra-filename=-077ad26ebebec88c --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-89a1d2b37d60fddc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-57e2e5899337d935.rmeta --cap-lints allow -D warnings`
24442023-10-11T19:35:36.084Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/fa728d0/dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=28cf5e0554ad3063 -C extra-filename=-28cf5e0554ad3063 --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-0eb9cec79b031a1c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-2e1d16e1b4fcec6f.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-f9b644842415243e.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8d764ac0566c5587.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-8460fc0220c5b3a5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2e50d0eb0b488db5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-0534f90f33648f82.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-627f8a0395596055.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4dbdfb813a4a048f.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5325d6d9b9946615.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-59c97ed400ba404a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4080cdfd12d50d60.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3e772cd53145f424.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-e9beb5dc0bba18e8.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-c45eccd38ba8e747.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c4c34aa0e7a33bf2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f1c8302ac6175740.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-c8ce1e8f8421d516.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
24452023-10-11T19:35:36.290Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5bd884bd06106a6a -C extra-filename=-5bd884bd06106a6a --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-d55331612fb42c01.rmeta --cap-lints allow -D warnings`
24462023-10-11T19:35:36.437Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=658e4ed99402abd2 -C extra-filename=-658e4ed99402abd2 --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-1592a242d91bde1a.rmeta --cap-lints allow -D warnings`
24472023-10-11T19:35:36.862Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f5b4f755c0de68a9 -C extra-filename=-f5b4f755c0de68a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24482023-10-11T19:35:37.337Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --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=3a5afedd99d72085 -C extra-filename=-3a5afedd99d72085 --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-6a5eb1c4ca6e5899.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-56a40df49fab5657.so --cap-lints allow -D warnings`
24492023-10-11T19:35:37.472Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=21ec75a685fdc4d7 -C extra-filename=-21ec75a685fdc4d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24502023-10-11T19:35:37.501Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=03a1466e1f5e93e4 -C extra-filename=-03a1466e1f5e93e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24512023-10-11T19:35:37.965Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=c9ac4977756b6cdc -C extra-filename=-c9ac4977756b6cdc --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-5bd884bd06106a6a.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d603c8d4e5059e33.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-21ec75a685fdc4d7.rmeta --cap-lints allow -D warnings --cfg has_cas --cfg has_atomics`
24522023-10-11T19:35:38.209Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7919ea8def13e86f -C extra-filename=-7919ea8def13e86f --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-aaf538cacb38ae69.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-1592a242d91bde1a.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-658e4ed99402abd2.rmeta --cap-lints allow -D warnings`
24532023-10-11T19:35:38.822Z Compiling num_enum v0.5.11
24542023-10-11T19:35:38.848Z Running `/home/build/.rustup/toolchains/1.72.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=76acf5622978f94b -C extra-filename=-76acf5622978f94b --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-12f9acdd0b57a466.so --cap-lints allow -D warnings`
24552023-10-11T19:35:39.046Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' -C metadata=28e012a9a5d1528a -C extra-filename=-28e012a9a5d1528a --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-bbe9fdba6b5a3076.rmeta --cap-lints allow -D warnings`
24562023-10-11T19:35:39.417Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
24572023-10-11T19:35:39.424Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/901b710/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=72e4d2d05a366bb0 -C extra-filename=-72e4d2d05a366bb0 --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-b1078066b701b737.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --cap-lints allow -D warnings`
24582023-10-11T19:35:39.632Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=888510a1dffd1cc6 -C extra-filename=-888510a1dffd1cc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq`
24592023-10-11T19:35:39.666Z Compiling headers-core v0.2.0
24602023-10-11T19:35:39.672Z Running `/home/build/.rustup/toolchains/1.72.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=52f12acfd6f2db20 -C extra-filename=-52f12acfd6f2db20 --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-b5f2f8fd72808bca.rmeta --cap-lints allow -D warnings`
24612023-10-11T19:35:39.902Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=88eefee67aa2ca73 -C extra-filename=-88eefee67aa2ca73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24622023-10-11T19:35:40.177Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=481036e0ceb810d1 -C extra-filename=-481036e0ceb810d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24632023-10-11T19:35:40.201Z Compiling postcard-cobs v0.1.5-pre
24642023-10-11T19:35:40.218Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name postcard_cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-cobs-0.1.5-pre/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3bf3a2f460e40603 -C extra-filename=-3bf3a2f460e40603 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24652023-10-11T19:35:40.332Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=258c6c3c80c925b3 -C extra-filename=-258c6c3c80c925b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24662023-10-11T19:35:40.821Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=ee2755fad26b5587 -C extra-filename=-ee2755fad26b5587 --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-1486aaee3f323cc1.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-e0ead9d61c4251ce.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b070c0a3528fb68a.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4a82555b4114c13e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-7919ea8def13e86f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
24672023-10-11T19:35:40.838Z Compiling postcard v0.7.3
24682023-10-11T19:35:40.861Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-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"' -C metadata=b3898e15b57613ca -C extra-filename=-b3898e15b57613ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libpostcard_cobs-3bf3a2f460e40603.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
24692023-10-11T19:35:41.400Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
24702023-10-11T19:35:41.415Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/901b710/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=bb8a67a696c4b83a -C extra-filename=-bb8a67a696c4b83a --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-72e4d2d05a366bb0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --cap-lints allow -D warnings`
24712023-10-11T19:35:41.476Z Compiling headers v0.3.9
24722023-10-11T19:35:41.504Z Running `/home/build/.rustup/toolchains/1.72.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=503ab657e54ee27f -C extra-filename=-503ab657e54ee27f --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-7153363a1fac6343.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-52f12acfd6f2db20.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-88a461b76c14f00c.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-00ced72cf6a670b3.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-9d527a8623cb7b22.rmeta --cap-lints allow -D warnings`
24732023-10-11T19:35:42.040Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=7a03baaad2385066 -C extra-filename=-7a03baaad2385066 --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-ccb81907c4b78a17.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-c9ac4977756b6cdc.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-111f14b607062773.rmeta --cap-lints allow -D warnings`
24742023-10-11T19:35:42.625Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=8abe78febf1f7bd4 -C extra-filename=-8abe78febf1f7bd4 --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-46b5a067a728fb98.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --cap-lints allow -D warnings --cfg u64_digit --cfg has_try_from --cfg use_addcarry`
24752023-10-11T19:35:44.934Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0b932e1a727800e8 -C extra-filename=-0b932e1a727800e8 --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-7c6bfd074d875608.rmeta --cap-lints allow -D warnings`
24762023-10-11T19:35:45.683Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=7076bed75ea0c074 -C extra-filename=-7076bed75ea0c074 --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-0c37760ceb6b7eb9.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-c6976615d82077fd.rmeta --cap-lints allow -D warnings`
24772023-10-11T19:35:45.707Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=df13771747da5821 -C extra-filename=-df13771747da5821 --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-76e095e0a49e224a.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
24782023-10-11T19:35:45.718Z Compiling smoltcp v0.8.2
24792023-10-11T19:35:45.736Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=0daa2164dc9cf3da -C extra-filename=-0daa2164dc9cf3da --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-237bfdbc957aefc2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-6cd4ef04d9bd039a.rmeta --cap-lints allow -D warnings`
24802023-10-11T19:35:45.919Z Compiling foreign-types-shared v0.3.1
24812023-10-11T19:35:45.948Z Running `/home/build/.rustup/toolchains/1.72.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=5accb22857faf085 -C extra-filename=-5accb22857faf085 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24822023-10-11T19:35:46.092Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=597a87249761323b -C extra-filename=-597a87249761323b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24832023-10-11T19:35:46.244Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=28d0743063766c5f -C extra-filename=-28d0743063766c5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24842023-10-11T19:35:46.271Z Compiling cfg-if v0.1.10
24852023-10-11T19:35:46.277Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-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=44d785dcfe5432ab -C extra-filename=-44d785dcfe5432ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24862023-10-11T19:35:46.839Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1a2e9d48937a2707 -C extra-filename=-1a2e9d48937a2707 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24872023-10-11T19:35:46.956Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
24882023-10-11T19:35:46.976Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/631c201/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=9852cf758d5717f5 -C extra-filename=-9852cf758d5717f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24892023-10-11T19:35:46.987Z Compiling same-file v1.0.6
24902023-10-11T19:35:46.993Z Running `/home/build/.rustup/toolchains/1.72.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=1c7e7ef09a6abc64 -C extra-filename=-1c7e7ef09a6abc64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24912023-10-11T19:35:46.996Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db29cd89a6581661 -C extra-filename=-db29cd89a6581661 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24922023-10-11T19:35:47.279Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7cec53620c7ef69 -C extra-filename=-a7cec53620c7ef69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24932023-10-11T19:35:47.375Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -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=ff82edcf10cdcd62 -C extra-filename=-ff82edcf10cdcd62 --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-03a1466e1f5e93e4.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-8abe78febf1f7bd4.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-bf6a0d489d5d4904.rmeta --cap-lints allow -D warnings`
24942023-10-11T19:35:47.405Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' -C metadata=e64267d7c13d1fb6 -C extra-filename=-e64267d7c13d1fb6 --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-a7cec53620c7ef69.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-1592a242d91bde1a.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-0b932e1a727800e8.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-597a87249761323b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
24952023-10-11T19:35:47.848Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -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=90494af026d44ec1 -C extra-filename=-90494af026d44ec1 --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-5989520b66fa0dce.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-db29cd89a6581661.rmeta --cap-lints allow -D warnings`
24962023-10-11T19:35:48.127Z Compiling walkdir v2.4.0
24972023-10-11T19:35:48.155Z Running `/home/build/.rustup/toolchains/1.72.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=c5f644c1b249bcae -C extra-filename=-c5f644c1b249bcae --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-1c7e7ef09a6abc64.rmeta --cap-lints allow -D warnings`
24982023-10-11T19:35:48.432Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -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=8a46cebc3dfd1f31 -C extra-filename=-8a46cebc3dfd1f31 --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-28d0743063766c5f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --cap-lints allow -D warnings`
24992023-10-11T19:35:48.589Z Compiling foreign-types v0.5.0
25002023-10-11T19:35:48.598Z Running `/home/build/.rustup/toolchains/1.72.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=95278da0f0883af2 -C extra-filename=-95278da0f0883af2 --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-d8079752ff45b0c7.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-5accb22857faf085.rmeta --cap-lints allow -D warnings`
25012023-10-11T19:35:48.798Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/1e180ae/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' -C metadata=f63942a4da221d34 -C extra-filename=-f63942a4da221d34 --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-ccb81907c4b78a17.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-df13771747da5821.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-65ecef9a90fe8152.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-7a03baaad2385066.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f9f8c637bacfbef1.rmeta --cap-lints allow -D warnings`
25022023-10-11T19:35:49.457Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=282eeb4c5573d511 -C extra-filename=-282eeb4c5573d511 --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-03a1466e1f5e93e4.rmeta --cap-lints allow -D warnings`
25032023-10-11T19:35:49.891Z Running `/home/build/.rustup/toolchains/1.72.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=6ac94346fa60aec6 -C extra-filename=-6ac94346fa60aec6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l dlpi`
25042023-10-11T19:35:50.148Z Running `/home/build/.rustup/toolchains/1.72.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=1393588997e7b71f -C extra-filename=-1393588997e7b71f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l nvpair -l zfs`
25052023-10-11T19:35:50.241Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' -C metadata=bf8ee3426d2f6eed -C extra-filename=-bf8ee3426d2f6eed --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-bb4f8be853504c8f.so --cap-lints allow -D warnings`
25062023-10-11T19:35:50.434Z Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
25072023-10-11T19:35:50.443Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/20273bc/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 metadata=8c0ddecf69d9166e -C extra-filename=-8c0ddecf69d9166e --out-dir /work/oxidecomputer/omicron/target/debug/build/workspace-hack-8c0ddecf69d9166e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b5ca8d4cdca539c9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5d87f6ac6fc0aeac.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-c7fa620f2cfd72a4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f21f85b211e7cbc1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3b74e2c7e7429827.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-24eed84f1d19fd41.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-5eabb5c7a332b5f6.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-261ecd513a9709d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2a0f5906101456ab.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-80d16594467ebc43.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-3f56d02e742d9deb.so --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --cap-lints allow -D warnings`
25082023-10-11T19:35:50.494Z Compiling cstr-argument v0.1.2
25092023-10-11T19:35:50.516Z Running `/home/build/.rustup/toolchains/1.72.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=39135e009da5126f -C extra-filename=-39135e009da5126f --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-cb012b6dc451b338.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --cap-lints allow -D warnings`
25102023-10-11T19:35:50.940Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=52aa3280b80b056c -C extra-filename=-52aa3280b80b056c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25112023-10-11T19:35:50.956Z Compiling pretty-hex v0.2.1
25122023-10-11T19:35:50.981Z Running `/home/build/.rustup/toolchains/1.72.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=9248b1a20cd2c87d -C extra-filename=-9248b1a20cd2c87d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25132023-10-11T19:35:51.002Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
25142023-10-11T19:35:51.017Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/631c201/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=1bae36943bd6a0ee -C extra-filename=-1bae36943bd6a0ee --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-44d785dcfe5432ab.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-9852cf758d5717f5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-b3898e15b57613ca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-0daa2164dc9cf3da.rmeta --cap-lints allow -D warnings`
25152023-10-11T19:35:51.158Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d5e6635a7a320513 -C extra-filename=-d5e6635a7a320513 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25162023-10-11T19:35:51.421Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25172023-10-11T19:35:51.438Z Running `/home/build/.rustup/toolchains/1.72.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=70182ac49d238e15 -C extra-filename=-70182ac49d238e15 --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-b1078066b701b737.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-6ac94346fa60aec6.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-76acf5622978f94b.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9248b1a20cd2c87d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --cap-lints allow -D warnings`
25182023-10-11T19:35:51.518Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-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 panic=abort -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=4cbafaba7eb8653e -C extra-filename=-4cbafaba7eb8653e --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-d5e6635a7a320513.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-52aa3280b80b056c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-31511f69cb20a3b2.rmeta --cap-lints allow -D warnings`
25192023-10-11T19:35:52.081Z Running `/work/oxidecomputer/omicron/target/debug/build/workspace-hack-8c0ddecf69d9166e/build-script-build`
25202023-10-11T19:35:52.094Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25212023-10-11T19:35:52.113Z Running `/home/build/.rustup/toolchains/1.72.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=6ae448c753b3ab8f -C extra-filename=-6ae448c753b3ab8f --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-39135e009da5126f.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-95278da0f0883af2.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-1393588997e7b71f.rmeta --cap-lints allow -D warnings`
25222023-10-11T19:35:52.996Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=fecf14f1af0d3564 -C extra-filename=-fecf14f1af0d3564 --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-90494af026d44ec1.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-88eefee67aa2ca73.rmeta --cap-lints allow -D warnings`
25232023-10-11T19:35:53.582Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/631c201/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=4c108211bdb092b7 -C extra-filename=-4c108211bdb092b7 --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-44d785dcfe5432ab.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0ddc113e7e9f4a26.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-9852cf758d5717f5.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-b5f36784f29b17ce.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-1bae36943bd6a0ee.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-b3898e15b57613ca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-0daa2164dc9cf3da.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4ac7171c55386a7a.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm`
25242023-10-11T19:35:55.679Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=d23fef18370be248 -C extra-filename=-d23fef18370be248 --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-cce3fa7d3348b524.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-258c6c3c80c925b3.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-28e012a9a5d1528a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-8e044772089bbb07.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-481036e0ceb810d1.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-f5b4f755c0de68a9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1d26a7cafea115dc.rmeta --cap-lints allow -D warnings`
25252023-10-11T19:35:55.758Z Compiling rcgen v0.10.0
25262023-10-11T19:35:55.799Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-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="pem"' -C metadata=60975c2e10be68af -C extra-filename=-60975c2e10be68af --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-f696754fa8dc0fb4.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-80d16594467ebc43.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-9881d698e72ac5a3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
25272023-10-11T19:35:56.226Z Running `/home/build/.rustup/toolchains/1.72.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=39ca1fc5c0b7db28 -C extra-filename=-39ca1fc5c0b7db28 --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-b1078066b701b737.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-fe37323538e35333.so --cap-lints allow -D warnings -l door`
25282023-10-11T19:35:56.244Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="time"' -C metadata=d224054b362d0f2b -C extra-filename=-d224054b362d0f2b --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-14057c32aaca57b1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --cap-lints allow -D warnings`
25292023-10-11T19:35:56.264Z Compiling colored v2.0.4
25302023-10-11T19:35:56.277Z Running `/home/build/.rustup/toolchains/1.72.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=ce70869f4e9f7662 -C extra-filename=-ce70869f4e9f7662 --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-b0eeb3267f880acc.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --cap-lints allow -D warnings`
25312023-10-11T19:35:56.545Z Compiling atomicwrites v0.4.1
25322023-10-11T19:35:56.553Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-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=bc35e723c6ffa3bb -C extra-filename=-bc35e723c6ffa3bb --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-36a32008dc7cd9be.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rmeta --cap-lints allow -D warnings`
25332023-10-11T19:35:56.570Z Compiling subprocess v0.2.9
25342023-10-11T19:35:56.610Z Running `/home/build/.rustup/toolchains/1.72.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=3d4ed7085fff63b9 -C extra-filename=-3d4ed7085fff63b9 --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-b1078066b701b737.rmeta --cap-lints allow -D warnings`
25352023-10-11T19:35:56.863Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a131e608b4de3222 -C extra-filename=-a131e608b4de3222 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25362023-10-11T19:35:56.957Z Running `/home/build/.rustup/toolchains/1.72.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=158deb670103c784 -C extra-filename=-158deb670103c784 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-ce70869f4e9f7662.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-70182ac49d238e15.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-76acf5622978f94b.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-6ae448c753b3ab8f.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-1393588997e7b71f.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-39ca1fc5c0b7db28.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-27d2ec1b4f6cd9d1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35c96b580c9578f1.rmeta --cap-lints allow -D warnings -l kstat`
25372023-10-11T19:35:57.086Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
25382023-10-11T19:35:57.128Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/631c201/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=6048a61c9000ae68 -C extra-filename=-6048a61c9000ae68 --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-44d785dcfe5432ab.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-9852cf758d5717f5.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-4c108211bdb092b7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-0daa2164dc9cf3da.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4ac7171c55386a7a.rmeta --cap-lints allow -D warnings`
25392023-10-11T19:35:57.155Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-2.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=5e1d835b81178bae -C extra-filename=-5e1d835b81178bae --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-0a12ce2110a94ad2.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-46d91b9d71140d62.so --cap-lints allow -D warnings`
25402023-10-11T19:35:57.956Z Compiling predicates v2.1.5
25412023-10-11T19:35:58.123Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-2.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=83e2e132cbbadb53 -C extra-filename=-83e2e132cbbadb53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-f2facd3e22eefa6a.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-b6779de596c50593.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-c2cbf78c48f1f452.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-3739f879860131f9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --cap-lints allow -D warnings`
25422023-10-11T19:35:58.425Z Compiling fragile v2.0.0
25432023-10-11T19:35:58.615Z Running `/home/build/.rustup/toolchains/1.72.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=fd5815f383f72aff -C extra-filename=-fd5815f383f72aff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25442023-10-11T19:35:59.263Z Compiling downcast v0.11.0
25452023-10-11T19:35:59.269Z Running `/home/build/.rustup/toolchains/1.72.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=30cd8cbd6ac21f60 -C extra-filename=-30cd8cbd6ac21f60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25462023-10-11T19:35:59.613Z Compiling mockall v0.11.4
25472023-10-11T19:35:59.634Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-0.11.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=76900858d9cbc63e -C extra-filename=-76900858d9cbc63e --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-cb012b6dc451b338.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-30cd8cbd6ac21f60.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-fd5815f383f72aff.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-f41ecee730a239c1.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-83e2e132cbbadb53.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-55465b5f381609dd.rmeta --cap-lints allow -D warnings`
25482023-10-11T19:36:00.075Z Compiling zone v0.2.0
25492023-10-11T19:36:00.096Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-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="async"' -C metadata=ca5d824de68c04e4 -C extra-filename=-ca5d824de68c04e4 --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-7530193c025b34c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-9044b66d6cfffe3a.so --cap-lints allow -D warnings`
25502023-10-11T19:36:00.141Z Compiling smf v0.2.2
25512023-10-11T19:36:00.168Z Running `/home/build/.rustup/toolchains/1.72.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=c1cb337141f0da16 -C extra-filename=-c1cb337141f0da16 --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-5da9f46e1a667f5e.rmeta --cap-lints allow -D warnings`
25522023-10-11T19:36:00.191Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -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=b224cecf94b6699c -C extra-filename=-b224cecf94b6699c --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-14057c32aaca57b1.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-e08d941838bbeb03.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-dae9922e1d159d5a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --cap-lints allow -D warnings`
25532023-10-11T19:36:00.215Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6285dc69fecfe350 -C extra-filename=-6285dc69fecfe350 --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-fd7a8b888af6f4b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
25542023-10-11T19:36:00.452Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
25552023-10-11T19:36:00.462Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/631c201/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=998ea3655c179ff9 -C extra-filename=-998ea3655c179ff9 --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-b1078066b701b737.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-158deb670103c784.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-4c108211bdb092b7.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-6048a61c9000ae68.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-b3898e15b57613ca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --cap-lints allow -D warnings`
25562023-10-11T19:36:00.529Z Running `/home/build/.rustup/toolchains/1.72.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.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="regex"' --cfg 'feature="std"' -C metadata=9cea5704743a276f -C extra-filename=-9cea5704743a276f --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-195040b02b177146.rmeta --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-da2dd5c0ca1df2a9.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1d26a7cafea115dc.rmeta --cap-lints allow -D warnings`
25572023-10-11T19:36:00.697Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' -C metadata=ba1bb0cfb667bb3b -C extra-filename=-ba1bb0cfb667bb3b --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
25582023-10-11T19:36:00.809Z Compiling der_derive v0.7.2
25592023-10-11T19:36:00.831Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=6cd7ba7c65b5986e -C extra-filename=-6cd7ba7c65b5986e --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
25602023-10-11T19:36:01.480Z Compiling memoffset v0.7.1
25612023-10-11T19:36:01.491Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="default"' -C metadata=706e9a1f01d73e8d -C extra-filename=-706e9a1f01d73e8d --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-706e9a1f01d73e8d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
25622023-10-11T19:36:01.931Z Compiling toml v0.5.11
25632023-10-11T19:36:01.974Z Running `/home/build/.rustup/toolchains/1.72.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=b773202069bd6b7d -C extra-filename=-b773202069bd6b7d --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
25642023-10-11T19:36:02.071Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-706e9a1f01d73e8d/build-script-build`
25652023-10-11T19:36:02.322Z Compiling termcolor v1.2.0
25662023-10-11T19:36:02.357Z Running `/home/build/.rustup/toolchains/1.72.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=efca1109d3d0dddb -C extra-filename=-efca1109d3d0dddb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25672023-10-11T19:36:02.412Z Compiling linked-hash-map v0.5.6
25682023-10-11T19:36:02.435Z Running `/home/build/.rustup/toolchains/1.72.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=37a31e2cf77b50e7 -C extra-filename=-37a31e2cf77b50e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25692023-10-11T19:36:02.556Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=67b3a97310d3adae -C extra-filename=-67b3a97310d3adae --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-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings`
25702023-10-11T19:36:02.998Z Compiling lru-cache v0.1.2
25712023-10-11T19:36:03.016Z Running `/home/build/.rustup/toolchains/1.72.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=dd28c09b5feb1ada -C extra-filename=-dd28c09b5feb1ada --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-37a31e2cf77b50e7.rmeta --cap-lints allow -D warnings`
25722023-10-11T19:36:03.476Z Compiling heck v0.3.3
25732023-10-11T19:36:03.480Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=76d857cc6d62b4f4 -C extra-filename=-76d857cc6d62b4f4 --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-c95636952c6f45c1.rmeta --cap-lints allow -D warnings`
25742023-10-11T19:36:03.486Z Compiling maybe-uninit v2.0.0
25752023-10-11T19:36:03.490Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=c54beb0e4cae16b8 -C extra-filename=-c54beb0e4cae16b8 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-c54beb0e4cae16b8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25762023-10-11T19:36:03.745Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=b05c14ecce3e035f -C extra-filename=-b05c14ecce3e035f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25772023-10-11T19:36:04.196Z Compiling libefi-sys v0.1.0
25782023-10-11T19:36:04.202Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=1158a15115eed9ac -C extra-filename=-1158a15115eed9ac --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-1158a15115eed9ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25792023-10-11T19:36:04.209Z Compiling structopt-derive v0.4.18
25802023-10-11T19:36:04.226Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=827eb80d4ee6d9a0 -C extra-filename=-827eb80d4ee6d9a0 --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-76d857cc6d62b4f4.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-c9a7368cbd526c51.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rlib --extern proc_macro --cap-lints allow -D warnings`
25812023-10-11T19:36:04.242Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' -C metadata=64414cde18fc6a1e -C extra-filename=-64414cde18fc6a1e --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-2cab8e63723bf814.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-a131e608b4de3222.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8a76605271155f73.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-67b3a97310d3adae.rmeta --cap-lints allow -D warnings`
25822023-10-11T19:36:04.252Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-c54beb0e4cae16b8/build-script-build`
25832023-10-11T19:36:04.276Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=74d47f15a558efa2 -C extra-filename=-74d47f15a558efa2 --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-57e2e5899337d935.rmeta --cap-lints allow -D warnings`
25842023-10-11T19:36:04.318Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-1158a15115eed9ac/build-script-build`
25852023-10-11T19:36:04.354Z Compiling num-rational v0.4.1
25862023-10-11T19:36:04.376Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=99162a4e56925e75 -C extra-filename=-99162a4e56925e75 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-rational-99162a4e56925e75 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
25872023-10-11T19:36:04.740Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1bb0dda453c8a681 -C extra-filename=-1bb0dda453c8a681 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25882023-10-11T19:36:04.808Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --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=1e059489202cc3da -C extra-filename=-1e059489202cc3da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25892023-10-11T19:36:05.315Z Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-99162a4e56925e75/build-script-build`
25902023-10-11T19:36:05.320Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
25912023-10-11T19:36:05.324Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=abaa9ff8abe75c60 -C extra-filename=-abaa9ff8abe75c60 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-abaa9ff8abe75c60 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b5ca8d4cdca539c9.rlib --cap-lints allow -D warnings`
25922023-10-11T19:36:05.329Z Compiling ciborium-io v0.2.1
25932023-10-11T19:36:05.333Z Running `/home/build/.rustup/toolchains/1.72.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=49ddd11f1d07ad2c -C extra-filename=-49ddd11f1d07ad2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25942023-10-11T19:36:05.338Z Compiling packed_struct v0.10.1
25952023-10-11T19:36:05.345Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=988272fc4dbc344d -C extra-filename=-988272fc4dbc344d --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-988272fc4dbc344d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25962023-10-11T19:36:05.352Z Compiling num-bigint-dig v0.8.4
25972023-10-11T19:36:05.359Z Running `/home/build/.rustup/toolchains/1.72.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 debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=6a664c1333148890 -C extra-filename=-6a664c1333148890 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-6a664c1333148890 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25982023-10-11T19:36:05.362Z Compiling half v1.8.2
25992023-10-11T19:36:05.368Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-1.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=cd0aa1a25ac3b19f -C extra-filename=-cd0aa1a25ac3b19f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26002023-10-11T19:36:05.668Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-abaa9ff8abe75c60/build-script-build`
26012023-10-11T19:36:05.732Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-6a664c1333148890/build-script-build`
26022023-10-11T19:36:05.767Z Compiling packed_struct_codegen v0.10.1
26032023-10-11T19:36:05.777Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4d73f64ed7a33821 -C extra-filename=-4d73f64ed7a33821 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rlib --extern proc_macro --cap-lints allow -D warnings`
26042023-10-11T19:36:05.849Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-988272fc4dbc344d/build-script-build`
26052023-10-11T19:36:05.886Z Running `/home/build/.rustup/toolchains/1.72.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=3f2a95cd4754ba4e -C extra-filename=-3f2a95cd4754ba4e --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-26ddbb2f438a5030.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --cap-lints allow -D warnings`
26062023-10-11T19:36:05.912Z Compiling doc-comment v0.3.3
26072023-10-11T19:36:05.916Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=62aaeeb6f8774758 -C extra-filename=-62aaeeb6f8774758 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-62aaeeb6f8774758 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26082023-10-11T19:36:06.312Z Compiling ciborium-ll v0.2.1
26092023-10-11T19:36:06.323Z Running `/home/build/.rustup/toolchains/1.72.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=62611a479637c341 -C extra-filename=-62611a479637c341 --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-49ddd11f1d07ad2c.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-cd0aa1a25ac3b19f.rmeta --cap-lints allow -D warnings`
26102023-10-11T19:36:06.486Z Compiling arc-swap v1.6.0
26112023-10-11T19:36:06.489Z Running `/home/build/.rustup/toolchains/1.72.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=22c2441a54e7708d -C extra-filename=-22c2441a54e7708d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26122023-10-11T19:36:06.755Z Compiling signal-hook v0.3.17
26132023-10-11T19:36:06.759Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=459b558acf2c7476 -C extra-filename=-459b558acf2c7476 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-459b558acf2c7476 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26142023-10-11T19:36:07.004Z Compiling ciborium v0.2.1
26152023-10-11T19:36:07.008Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-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="std"' -C metadata=021505f18bc0cefc -C extra-filename=-021505f18bc0cefc --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-49ddd11f1d07ad2c.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-62611a479637c341.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
26162023-10-11T19:36:07.336Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-459b558acf2c7476/build-script-build`
26172023-10-11T19:36:07.375Z Compiling slog-scope v4.4.0
26182023-10-11T19:36:07.399Z Running `/home/build/.rustup/toolchains/1.72.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=de0d690d6d568fe4 -C extra-filename=-de0d690d6d568fe4 --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-22c2441a54e7708d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --cap-lints allow -D warnings`
26192023-10-11T19:36:08.075Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-62aaeeb6f8774758/build-script-build`
26202023-10-11T19:36:08.096Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-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=c47baff4d4f7fc3a -C extra-filename=-c47baff4d4f7fc3a --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-65f0a5b9aa27f6b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ea8dcc1dd42eca2a.rmeta --cap-lints allow -D warnings`
26212023-10-11T19:36:08.670Z Compiling itertools v0.11.0
26222023-10-11T19:36:08.681Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-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="use_alloc"' --cfg 'feature="use_std"' -C metadata=3c99362b4aacff3c -C extra-filename=-3c99362b4aacff3c --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-7299ccd4570522b5.rmeta --cap-lints allow -D warnings`
26232023-10-11T19:36:08.696Z Compiling semver-parser v0.10.2
26242023-10-11T19:36:08.713Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=c3b167bfdd493917 -C extra-filename=-c3b167bfdd493917 --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-9aa5a03f5d78a745.rmeta --cap-lints allow -D warnings`
26252023-10-11T19:36:08.738Z Compiling slog-stdlog v4.1.1
26262023-10-11T19:36:08.753Z Running `/home/build/.rustup/toolchains/1.72.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=89c316f37a1eb799 -C extra-filename=-89c316f37a1eb799 --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-7d9cf9ba132625c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-de0d690d6d568fe4.rmeta --cap-lints allow -D warnings`
26272023-10-11T19:36:08.796Z Compiling home v0.5.5
26282023-10-11T19:36:09.243Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=4ce862bb6a436aa0 -C extra-filename=-4ce862bb6a436aa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26292023-10-11T19:36:09.255Z Compiling slog-envlogger v2.2.0
26302023-10-11T19:36:09.269Z Running `/home/build/.rustup/toolchains/1.72.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=744c3487f23412ec -C extra-filename=-744c3487f23412ec --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-7d9cf9ba132625c1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-de0d690d6d568fe4.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-89c316f37a1eb799.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rmeta --cap-lints allow -D warnings`
26312023-10-11T19:36:09.281Z Compiling newline-converter v0.3.0
26322023-10-11T19:36:09.707Z Running `/home/build/.rustup/toolchains/1.72.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=3143150467f16572 -C extra-filename=-3143150467f16572 --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-c95636952c6f45c1.rmeta --cap-lints allow -D warnings`
26332023-10-11T19:36:09.714Z Compiling expectorate v1.1.0
26342023-10-11T19:36:09.719Z Running `/home/build/.rustup/toolchains/1.72.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=decbf46d6bb489f5 -C extra-filename=-decbf46d6bb489f5 --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-17fb685b1d269b14.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-3143150467f16572.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-3c63ccdf774b3e83.rmeta --cap-lints allow -D warnings`
26352023-10-11T19:36:09.727Z Compiling convert_case v0.4.0
26362023-10-11T19:36:09.731Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=a4b7e1716d59e482 -C extra-filename=-a4b7e1716d59e482 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26372023-10-11T19:36:09.761Z Compiling semver v0.11.0
26382023-10-11T19:36:09.818Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="default"' -C metadata=1a616475a466995f -C extra-filename=-1a616475a466995f --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-c3b167bfdd493917.rmeta --cap-lints allow -D warnings`
26392023-10-11T19:36:10.353Z Compiling toolchain_find v0.2.0
26402023-10-11T19:36:10.375Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=9bd99833632c3fa4 -C extra-filename=-9bd99833632c3fa4 --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-4ce862bb6a436aa0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1a616475a466995f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings`
26412023-10-11T19:36:10.485Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/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=1d20721c45d67674 -C extra-filename=-1d20721c45d67674 --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-999a16c5ebd06ca3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c99385a4fb32596a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a8310cddaf0eaa9f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
26422023-10-11T19:36:10.952Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-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 opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="break-dead-code"' --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=d138374912f289b9 -C extra-filename=-d138374912f289b9 --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-282eeb4c5573d511.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-41eb75ae05dd33a0.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-74d47f15a558efa2.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-1e059489202cc3da.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-64414cde18fc6a1e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8a76605271155f73.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-1bb0dda453c8a681.rmeta --cap-lints allow -D warnings`
26432023-10-11T19:36:10.979Z Compiling rustfmt-wrapper v0.2.0
26442023-10-11T19:36:11.002Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=94122bad152a8b2c -C extra-filename=-94122bad152a8b2c --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-e5099f1082b7c4e8.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b773202069bd6b7d.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-9bd99833632c3fa4.rmeta --cap-lints allow -D warnings`
26452023-10-11T19:36:11.152Z Compiling derive_more v0.99.17
26462023-10-11T19:36:11.173Z Running `/home/build/.rustup/toolchains/1.72.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 --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=b02ff41e36379ccd -C extra-filename=-b02ff41e36379ccd --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-a4b7e1716d59e482.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rlib --extern proc_macro --cap-lints allow -D warnings`
26472023-10-11T19:36:11.205Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/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=770d1e9939cc75c5 -C extra-filename=-770d1e9939cc75c5 --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-1d20721c45d67674.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-49b927dac451cd74.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-0b4d272c651088b5.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a8310cddaf0eaa9f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
26482023-10-11T19:36:11.488Z Compiling omicron-zone-package v0.8.3
26492023-10-11T19:36:11.492Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-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 -C metadata=e23b6f1818241ca6 -C extra-filename=-e23b6f1818241ca6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-22f0e92716fd3dd8.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c99385a4fb32596a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
26502023-10-11T19:36:11.830Z Compiling hkdf v0.12.3
26512023-10-11T19:36:11.850Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=c30307398ce35dec -C extra-filename=-c30307398ce35dec --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-e2fa31f9ec4bde72.rmeta --cap-lints allow -D warnings`
26522023-10-11T19:36:12.331Z Compiling resolv-conf v0.7.0
26532023-10-11T19:36:12.339Z Running `/home/build/.rustup/toolchains/1.72.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=653d2bb3c94fc2a9 -C extra-filename=-653d2bb3c94fc2a9 --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-5ad5d61997581e2b.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-498dbea2568bdbaf.rmeta --cap-lints allow -D warnings`
26542023-10-11T19:36:12.347Z Compiling keccak v0.1.4
26552023-10-11T19:36:12.353Z Running `/home/build/.rustup/toolchains/1.72.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=92f50817b0eeb6f1 -C extra-filename=-92f50817b0eeb6f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26562023-10-11T19:36:13.159Z Compiling sha3 v0.10.8
26572023-10-11T19:36:13.169Z Running `/home/build/.rustup/toolchains/1.72.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=ea0b627c9a739c90 -C extra-filename=-ea0b627c9a739c90 --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-67ca5f41bdde404f.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-92f50817b0eeb6f1.rmeta --cap-lints allow -D warnings`
26582023-10-11T19:36:13.427Z Compiling trust-dns-resolver v0.22.0
26592023-10-11T19:36:13.450Z Running `/home/build/.rustup/toolchains/1.72.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=4f64b99a251c91b7 -C extra-filename=-4f64b99a251c91b7 --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-cb012b6dc451b338.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-dd28c09b5feb1ada.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-65f97b686f8023b7.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-653d2bb3c94fc2a9.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9c6b3c03d28d4365.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35c96b580c9578f1.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-098c27be3dd0f029.rmeta --cap-lints allow -D warnings`
26602023-10-11T19:36:17.791Z Compiling textwrap v0.11.0
26612023-10-11T19:36:18.045Z Running `/home/build/.rustup/toolchains/1.72.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=18942d0b9e6533df -C extra-filename=-18942d0b9e6533df --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-22d2e5808eee9062.rmeta --cap-lints allow -D warnings`
26622023-10-11T19:36:18.556Z Compiling secrecy v0.8.0
26632023-10-11T19:36:18.748Z Running `/home/build/.rustup/toolchains/1.72.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=67af7ec5eec9fdb2 -C extra-filename=-67af7ec5eec9fdb2 --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-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
26642023-10-11T19:36:18.919Z Compiling snafu-derive v0.7.5
26652023-10-11T19:36:19.079Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' -C metadata=4b3ebbeb8335c80c -C extra-filename=-4b3ebbeb8335c80c --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-58e6b367499d83fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rlib --extern proc_macro --cap-lints allow -D warnings`
26662023-10-11T19:36:19.207Z Compiling derive-where v1.2.5
26672023-10-11T19:36:19.378Z Running `/home/build/.rustup/toolchains/1.72.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.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 metadata=afee5f4e0d082cdb -C extra-filename=-afee5f4e0d082cdb --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
26682023-10-11T19:36:19.501Z Compiling strsim v0.8.0
26692023-10-11T19:36:19.637Z Running `/home/build/.rustup/toolchains/1.72.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=11d730e96297d9b6 -C extra-filename=-11d730e96297d9b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26702023-10-11T19:36:19.681Z Compiling vec_map v0.8.2
26712023-10-11T19:36:19.715Z Running `/home/build/.rustup/toolchains/1.72.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=d886a52cb93a87d2 -C extra-filename=-d886a52cb93a87d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26722023-10-11T19:36:19.736Z Compiling ansi_term v0.12.1
26732023-10-11T19:36:19.752Z Running `/home/build/.rustup/toolchains/1.72.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=29cca4599192134f -C extra-filename=-29cca4599192134f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26742023-10-11T19:36:19.796Z Compiling clap v2.34.0
26752023-10-11T19:36:19.838Z Running `/home/build/.rustup/toolchains/1.72.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=2215299c5be5cf66 -C extra-filename=-2215299c5be5cf66 --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-29cca4599192134f.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-146357f6ef611eef.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-11d730e96297d9b6.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-18942d0b9e6533df.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-22d2e5808eee9062.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-d886a52cb93a87d2.rmeta --cap-lints allow -D warnings`
26762023-10-11T19:36:19.865Z Compiling pem-rfc7468 v0.7.0
26772023-10-11T19:36:19.883Z Running `/home/build/.rustup/toolchains/1.72.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=1c510a5ccd5dd270 -C extra-filename=-1c510a5ccd5dd270 --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-782b309d60146739.rmeta --cap-lints allow -D warnings`
26782023-10-11T19:36:19.898Z Compiling fxhash v0.2.1
26792023-10-11T19:36:19.920Z Running `/home/build/.rustup/toolchains/1.72.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=04c51646d090d228 -C extra-filename=-04c51646d090d228 --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-d0b5a9931f42a80a.rmeta --cap-lints allow -D warnings`
26802023-10-11T19:36:19.940Z Compiling flagset v0.4.3
26812023-10-11T19:36:19.957Z Running `/home/build/.rustup/toolchains/1.72.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=6ee4b59674ba91f2 -C extra-filename=-6ee4b59674ba91f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26822023-10-11T19:36:20.224Z Compiling parking_lot_core v0.8.6
26832023-10-11T19:36:20.254Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=0e0fd8b046761d0f -C extra-filename=-0e0fd8b046761d0f --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-0e0fd8b046761d0f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26842023-10-11T19:36:20.758Z Compiling der v0.7.8
26852023-10-11T19:36:20.783Z Running `/home/build/.rustup/toolchains/1.72.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=3a31948fe77ef9a9 -C extra-filename=-3a31948fe77ef9a9 --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-61bf72856c116b87.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-6cd7ba7c65b5986e.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-6ee4b59674ba91f2.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-1c510a5ccd5dd270.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
26862023-10-11T19:36:20.907Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-0e0fd8b046761d0f/build-script-build`
26872023-10-11T19:36:20.945Z Running `/home/build/.rustup/toolchains/1.72.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=dc0a96c7beebf993 -C extra-filename=-dc0a96c7beebf993 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l efi`
26882023-10-11T19:36:21.925Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name workspace_hack /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/20273bc/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=2d1e82e684dcd839 -C extra-filename=-2d1e82e684dcd839 --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-be38ad5d671379f5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-17fb685b1d269b14.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-a7708e37c466faa5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-67ca5f41bdde404f.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-fa6b6a0e7db319ce.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5d87f6ac6fc0aeac.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-c7fa620f2cfd72a4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f21f85b211e7cbc1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0f763c45bd2d6012.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-65f97b686f8023b7.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-24eed84f1d19fd41.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-5eabb5c7a332b5f6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-261ecd513a9709d1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-353c2dc91b54d196.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-80d16594467ebc43.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c4c0ee8f356931ff.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35c96b580c9578f1.rmeta --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-185f52a339e2f007.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ea8dcc1dd42eca2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
26892023-10-11T19:36:22.116Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26902023-10-11T19:36:22.120Z Running `/home/build/.rustup/toolchains/1.72.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=8015374a30bd2aaf -C extra-filename=-8015374a30bd2aaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-76acf5622978f94b.rmeta --cap-lints allow -D warnings`
26912023-10-11T19:36:23.268Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26922023-10-11T19:36:23.273Z Running `/home/build/.rustup/toolchains/1.72.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=f39fdcd8aadddafe -C extra-filename=-f39fdcd8aadddafe --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-b1078066b701b737.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-dc0a96c7beebf993.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings`
26932023-10-11T19:36:23.461Z Compiling libz-sys v1.1.12
26942023-10-11T19:36:23.469Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="libc"' -C metadata=38aaebad2ae4c5bd -C extra-filename=-38aaebad2ae4c5bd --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-38aaebad2ae4c5bd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b5ca8d4cdca539c9.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-6d26e2d840f26489.rlib --cap-lints allow -D warnings`
26952023-10-11T19:36:23.834Z Compiling structopt v0.3.26
26962023-10-11T19:36:23.837Z Running `/home/build/.rustup/toolchains/1.72.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=2987bbaa0ae8c78e -C extra-filename=-2987bbaa0ae8c78e --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-2215299c5be5cf66.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-827eb80d4ee6d9a0.so --cap-lints allow -D warnings`
26972023-10-11T19:36:24.070Z Running `/home/build/.rustup/toolchains/1.72.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=f0e7a5fea6e2588c -C extra-filename=-f0e7a5fea6e2588c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-8015374a30bd2aaf.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-2987bbaa0ae8c78e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -l static=pci`
26982023-10-11T19:36:24.114Z Compiling crc-catalog v2.2.0
26992023-10-11T19:36:24.139Z Running `/home/build/.rustup/toolchains/1.72.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=92a61a3f45d34b2a -C extra-filename=-92a61a3f45d34b2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27002023-10-11T19:36:24.181Z Running `/home/build/.rustup/toolchains/1.72.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=f6d5ae009ddb3c22 -C extra-filename=-f6d5ae009ddb3c22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg derive_copy --cfg repr_transparent --cfg native_uninit`
27012023-10-11T19:36:24.328Z Compiling spki v0.7.2
27022023-10-11T19:36:24.351Z Running `/home/build/.rustup/toolchains/1.72.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=47c592f0fe50e622 -C extra-filename=-47c592f0fe50e622 --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-3a31948fe77ef9a9.rmeta --cap-lints allow -D warnings`
27032023-10-11T19:36:24.355Z Compiling crc v3.0.1
27042023-10-11T19:36:24.362Z Running `/home/build/.rustup/toolchains/1.72.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=c30b11e334d30cbb -C extra-filename=-c30b11e334d30cbb --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-92a61a3f45d34b2a.rmeta --cap-lints allow -D warnings`
27052023-10-11T19:36:24.427Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-38aaebad2ae4c5bd/build-script-build`
27062023-10-11T19:36:24.461Z Running `/home/build/.rustup/toolchains/1.72.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=5960b803b9e1c8c7 -C extra-filename=-5960b803b9e1c8c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros`
27072023-10-11T19:36:24.661Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
27082023-10-11T19:36:24.680Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/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 metadata=2e176290cca0c6aa -C extra-filename=-2e176290cca0c6aa --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
27092023-10-11T19:36:24.841Z Compiling pkcs8 v0.10.2
27102023-10-11T19:36:24.846Z Running `/home/build/.rustup/toolchains/1.72.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=bfa32c241a9984a3 -C extra-filename=-bfa32c241a9984a3 --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-3a31948fe77ef9a9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-47c592f0fe50e622.rmeta --cap-lints allow -D warnings`
27112023-10-11T19:36:24.860Z Compiling libgit2-sys v0.15.2+1.6.4
27122023-10-11T19:36:24.864Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.15.2+1.6.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 metadata=c9d918e305aedec7 -C extra-filename=-c9d918e305aedec7 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c9d918e305aedec7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b5ca8d4cdca539c9.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --cap-lints allow -D warnings`
27132023-10-11T19:36:24.925Z Compiling nodrop v0.1.14
27142023-10-11T19:36:24.931Z Running `/home/build/.rustup/toolchains/1.72.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=1ba8e5a289006243 -C extra-filename=-1ba8e5a289006243 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27152023-10-11T19:36:25.533Z Compiling semver v0.1.20
27162023-10-11T19:36:25.538Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=014fbddaf6574435 -C extra-filename=-014fbddaf6574435 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27172023-10-11T19:36:25.757Z Compiling humantime v2.1.0
27182023-10-11T19:36:25.760Z Running `/home/build/.rustup/toolchains/1.72.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=f2067ebe1995322f -C extra-filename=-f2067ebe1995322f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27192023-10-11T19:36:25.993Z Compiling rustc_version v0.1.7
27202023-10-11T19:36:26.017Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=3c68cd52b234a94f -C extra-filename=-3c68cd52b234a94f --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-014fbddaf6574435.rmeta --cap-lints allow -D warnings`
27212023-10-11T19:36:26.086Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c9d918e305aedec7/build-script-build`
27222023-10-11T19:36:26.113Z Compiling pkcs1 v0.7.5
27232023-10-11T19:36:26.120Z Running `/home/build/.rustup/toolchains/1.72.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=ceb07c98e02c8eca -C extra-filename=-ceb07c98e02c8eca --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-3a31948fe77ef9a9.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-bfa32c241a9984a3.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-47c592f0fe50e622.rmeta --cap-lints allow -D warnings`
27242023-10-11T19:36:26.489Z Compiling array-init v0.0.4
27252023-10-11T19:36:26.504Z Running `/home/build/.rustup/toolchains/1.72.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=b9e2e8ac6595d46c -C extra-filename=-b9e2e8ac6595d46c --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-1ba8e5a289006243.rmeta --cap-lints allow -D warnings`
27262023-10-11T19:36:26.636Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.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 --cfg 'feature="libc"' -C metadata=35e6a17569446c55 -C extra-filename=-35e6a17569446c55 --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-b1078066b701b737.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l z`
27272023-10-11T19:36:26.655Z Compiling smallvec v0.6.14
27282023-10-11T19:36:26.664Z Running `/home/build/.rustup/toolchains/1.72.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=bea6718cfa7ebd7c -C extra-filename=-bea6718cfa7ebd7c --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-f6d5ae009ddb3c22.rmeta --cap-lints allow -D warnings`
27292023-10-11T19:36:26.838Z Running `/home/build/.rustup/toolchains/1.72.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=bc5c2055d2da01f6 -C extra-filename=-bc5c2055d2da01f6 --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-40ca70e57e9b8103.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-4d73f64ed7a33821.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
27302023-10-11T19:36:27.086Z Running `/home/build/.rustup/toolchains/1.72.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=573899a7d7337779 -C extra-filename=-573899a7d7337779 --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-d0b5a9931f42a80a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-40f40ed9b79fa7d8.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9c6b3c03d28d4365.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings --cfg has_i128`
27312023-10-11T19:36:27.415Z Compiling libsqlite3-sys v0.26.0
27322023-10-11T19:36:27.419Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.26.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' -C metadata=c723b1409432947a -C extra-filename=-c723b1409432947a --out-dir /work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-c723b1409432947a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-6d26e2d840f26489.rlib --cap-lints allow -D warnings`
27332023-10-11T19:36:27.786Z Compiling bitfield v0.14.0
27342023-10-11T19:36:27.790Z Running `/home/build/.rustup/toolchains/1.72.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=cb03a71ebc1664a4 -C extra-filename=-cb03a71ebc1664a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27352023-10-11T19:36:28.200Z Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-c723b1409432947a/build-script-build`
27362023-10-11T19:36:28.253Z Compiling newtype_derive v0.1.6
27372023-10-11T19:36:28.261Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d48068054ac0ebfe -C extra-filename=-d48068054ac0ebfe --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-d48068054ac0ebfe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-3c68cd52b234a94f.rlib --cap-lints allow -D warnings`
27382023-10-11T19:36:28.297Z Compiling x509-cert v0.2.4
27392023-10-11T19:36:28.721Z Running `/home/build/.rustup/toolchains/1.72.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=e6cb9e5a8e37385f -C extra-filename=-e6cb9e5a8e37385f --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-61bf72856c116b87.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3a31948fe77ef9a9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-47c592f0fe50e622.rmeta --cap-lints allow -D warnings`
27402023-10-11T19:36:28.736Z Compiling serde-hex v0.1.0
27412023-10-11T19:36:28.797Z Running `/home/build/.rustup/toolchains/1.72.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=d085a83248d8c62e -C extra-filename=-d085a83248d8c62e --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-b9e2e8ac6595d46c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-bea6718cfa7ebd7c.rmeta --cap-lints allow -D warnings`
27422023-10-11T19:36:28.811Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
27432023-10-11T19:36:29.232Z Running `/home/build/.rustup/toolchains/1.72.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=b5bb66dc55094da2 -C extra-filename=-b5bb66dc55094da2 --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-d0b5a9931f42a80a.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-c30b11e334d30cbb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4ac7171c55386a7a.rmeta --cap-lints allow -D warnings`
27442023-10-11T19:36:29.278Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=af618963650e6f47 -C extra-filename=-af618963650e6f47 --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-b05c14ecce3e035f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-57e2e5899337d935.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --cap-lints allow -D warnings`
27452023-10-11T19:36:31.012Z Compiling env_logger v0.10.0
27462023-10-11T19:36:31.015Z Running `/home/build/.rustup/toolchains/1.72.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=caaf69f28d8858bc -C extra-filename=-caaf69f28d8858bc --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-b0eeb3267f880acc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-efca1109d3d0dddb.rmeta --cap-lints allow -D warnings`
27472023-10-11T19:36:33.293Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
27482023-10-11T19:36:33.298Z Running `/home/build/.rustup/toolchains/1.72.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=7952e1a0014d78de -C extra-filename=-7952e1a0014d78de --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-cb03a71ebc1664a4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-bc5c2055d2da01f6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
27492023-10-11T19:36:33.634Z Compiling rsa v0.9.2
27502023-10-11T19:36:33.675Z Running `/home/build/.rustup/toolchains/1.72.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=099c9907a33837ff -C extra-filename=-099c9907a33837ff --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-d0b5a9931f42a80a.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-67ca5f41bdde404f.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-573899a7d7337779.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-ceb07c98e02c8eca.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-bfa32c241a9984a3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-261ecd513a9709d1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c0716d2143b26d1a.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-07e0d382b4c2f45a.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-47c592f0fe50e622.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
27512023-10-11T19:36:33.953Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c07054e5af12402 -C extra-filename=-3c07054e5af12402 --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-faf0f6b95c4643ad.rmeta --cap-lints allow -D warnings`
27522023-10-11T19:36:34.150Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=79430cab0e5b6651 -C extra-filename=-79430cab0e5b6651 --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-89a1d2b37d60fddc.rmeta --cap-lints allow -D warnings`
27532023-10-11T19:36:36.626Z Compiling vergen v8.2.4
27542023-10-11T19:36:36.632Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.2.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' -C metadata=54d05458c93ea298 -C extra-filename=-54d05458c93ea298 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-54d05458c93ea298 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-e337c297b7344c42.so --cap-lints allow -D warnings`
27552023-10-11T19:36:36.677Z Compiling ron v0.8.1
27562023-10-11T19:36:36.690Z Running `/home/build/.rustup/toolchains/1.72.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=bb87d96285a96492 -C extra-filename=-bb87d96285a96492 --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-7153363a1fac6343.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --cap-lints allow -D warnings`
27572023-10-11T19:36:36.860Z Compiling crc-any v2.4.3
27582023-10-11T19:36:37.296Z Running `/home/build/.rustup/toolchains/1.72.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=06f93630ae438be3 -C extra-filename=-06f93630ae438be3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27592023-10-11T19:36:37.311Z Compiling utf-8 v0.7.6
27602023-10-11T19:36:37.723Z Running `/home/build/.rustup/toolchains/1.72.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=12cba8d6e68e086e -C extra-filename=-12cba8d6e68e086e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27612023-10-11T19:36:37.730Z Compiling glob v0.3.1
27622023-10-11T19:36:37.741Z Running `/home/build/.rustup/toolchains/1.72.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=65b5fb261a2fbbb3 -C extra-filename=-65b5fb261a2fbbb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27632023-10-11T19:36:37.795Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-54d05458c93ea298/build-script-build`
27642023-10-11T19:36:37.829Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-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 panic=abort -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=5085e20565657c3d -C extra-filename=-5085e20565657c3d --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-b05c14ecce3e035f.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-79430cab0e5b6651.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-af618963650e6f47.rmeta --cap-lints allow -D warnings`
27652023-10-11T19:36:39.492Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
27662023-10-11T19:36:39.497Z Running `/home/build/.rustup/toolchains/1.72.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=16151a8d7c6d0d64 -C extra-filename=-16151a8d7c6d0d64 --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-bb87d96285a96492.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-b5bb66dc55094da2.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4ac7171c55386a7a.rmeta --cap-lints allow -D warnings`
27672023-10-11T19:36:40.791Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-d48068054ac0ebfe/build-script-build`
27682023-10-11T19:36:40.922Z Running `/home/build/.rustup/toolchains/1.72.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=6f1b9fc73aa4b6db -C extra-filename=-6f1b9fc73aa4b6db --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-b1078066b701b737.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-f690a79dae4b2c1a.rmeta --cap-lints allow -D warnings`
27692023-10-11T19:36:41.536Z Running `/home/build/.rustup/toolchains/1.72.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=4894ecebe3443985 -C extra-filename=-4894ecebe3443985 --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-bb0070c692d0fca2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --cap-lints allow -D warnings --cfg has_int_exp_fmt`
27702023-10-11T19:36:42.737Z Compiling object v0.30.4
27712023-10-11T19:36:42.741Z Running `/home/build/.rustup/toolchains/1.72.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=16d83f1f81197f7b -C extra-filename=-16d83f1f81197f7b --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-d98ad8c6574b550d.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-bb614e6fdd6f35be.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f21f85b211e7cbc1.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --cap-lints allow -D warnings`
27722023-10-11T19:36:43.152Z Compiling num-complex v0.4.4
27732023-10-11T19:36:43.163Z Running `/home/build/.rustup/toolchains/1.72.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=b8d91e2cd7856583 -C extra-filename=-b8d91e2cd7856583 --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-50180e8112bf05bb.rmeta --cap-lints allow -D warnings`
27742023-10-11T19:36:44.650Z Compiling path-slash v0.1.5
27752023-10-11T19:36:44.658Z Running `/home/build/.rustup/toolchains/1.72.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=79dea6c74fb7cd7e -C extra-filename=-79dea6c74fb7cd7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27762023-10-11T19:36:44.796Z Compiling num v0.4.1
27772023-10-11T19:36:44.820Z Running `/home/build/.rustup/toolchains/1.72.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=89fbc6e9413c9530 -C extra-filename=-89fbc6e9413c9530 --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-b8d91e2cd7856583.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-4894ecebe3443985.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --cap-lints allow -D warnings`
27782023-10-11T19:36:45.292Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27792023-10-11T19:36:45.300Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=ba01f855b8dfa176 -C extra-filename=-ba01f855b8dfa176 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-ba01f855b8dfa176 -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-e23b6f1818241ca6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-770d1e9939cc75c5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-94122bad152a8b2c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a8310cddaf0eaa9f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
27802023-10-11T19:36:45.306Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27812023-10-11T19:36:45.315Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=e53c26dac9982269 -C extra-filename=-e53c26dac9982269 --out-dir /work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-e53c26dac9982269 -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-e23b6f1818241ca6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-770d1e9939cc75c5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-94122bad152a8b2c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a8310cddaf0eaa9f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
27822023-10-11T19:36:45.322Z Compiling buf-list v1.0.3
27832023-10-11T19:36:45.327Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=dfc526e4e73cd794 -C extra-filename=-dfc526e4e73cd794 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-dfc526e4e73cd794 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27842023-10-11T19:36:45.866Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-dfc526e4e73cd794/build-script-build`
27852023-10-11T19:36:45.967Z Running `/home/build/.rustup/toolchains/1.72.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=4971ee1235841292 -C extra-filename=-4971ee1235841292 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27862023-10-11T19:36:46.120Z Compiling linear-map v1.2.0
27872023-10-11T19:36:46.123Z Running `/home/build/.rustup/toolchains/1.72.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=0eb5e9b7e5ea9c91 -C extra-filename=-0eb5e9b7e5ea9c91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27882023-10-11T19:36:46.720Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fa610dca3d04d1cf -C extra-filename=-fa610dca3d04d1cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27892023-10-11T19:36:47.377Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c79f8d0e42fe6d03 -C extra-filename=-c79f8d0e42fe6d03 --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-fa610dca3d04d1cf.rmeta --cap-lints allow -D warnings`
27902023-10-11T19:36:47.683Z Compiling num_enum_derive v0.7.0
27912023-10-11T19:36:47.687Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_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 --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' -C metadata=5ddafdfd999bec0a -C extra-filename=-5ddafdfd999bec0a --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-1fd3c9aa859e2a37.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
27922023-10-11T19:36:50.586Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
27932023-10-11T19:36:50.594Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/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 metadata=fc36a7f490410689 -C extra-filename=-fc36a7f490410689 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
27942023-10-11T19:36:50.597Z Compiling platforms v3.0.2
27952023-10-11T19:36:50.601Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=243a3ebd6f4bb29d -C extra-filename=-243a3ebd6f4bb29d --out-dir /work/oxidecomputer/omicron/target/debug/build/platforms-243a3ebd6f4bb29d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27962023-10-11T19:36:51.170Z Running `/work/oxidecomputer/omicron/target/debug/build/platforms-243a3ebd6f4bb29d/build-script-build`
27972023-10-11T19:36:51.208Z Compiling unicase v2.7.0
27982023-10-11T19:36:51.211Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=5660e863eee03aea -C extra-filename=-5660e863eee03aea --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-5660e863eee03aea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
27992023-10-11T19:36:51.764Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-5660e863eee03aea/build-script-build`
28002023-10-11T19:36:52.067Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d61d69e171e8bb3d -C extra-filename=-d61d69e171e8bb3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28012023-10-11T19:36:52.255Z Compiling tungstenite v0.18.0
28022023-10-11T19:36:52.282Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-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 --cfg 'feature="base64"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=d08c2ee08449bc3c -C extra-filename=-d08c2ee08449bc3c --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-ad8c311fcc61d255.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-20277456fa976614.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-9d527a8623cb7b22.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-12cba8d6e68e086e.rmeta --cap-lints allow -D warnings`
28032023-10-11T19:36:52.541Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4)
28042023-10-11T19:36:52.572Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/bb69a3a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d9a57dc6e53177fd -C extra-filename=-d9a57dc6e53177fd --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-58e6b367499d83fa.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --cap-lints allow -D warnings`
28052023-10-11T19:36:53.056Z Compiling curve25519-dalek v4.1.0
28062023-10-11T19:36:53.060Z Running `/home/build/.rustup/toolchains/1.72.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.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 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=ebb1b168ca6fac8c -C extra-filename=-ebb1b168ca6fac8c --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-ebb1b168ca6fac8c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern platforms=/work/oxidecomputer/omicron/target/debug/deps/libplatforms-d61d69e171e8bb3d.rlib --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a8217c8e972a0c2f.rlib --cap-lints allow -D warnings`
28072023-10-11T19:36:53.296Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
28082023-10-11T19:36:53.324Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/20273bc/upstairs/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=390e42f4f52efca6 -C extra-filename=-390e42f4f52efca6 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-390e42f4f52efca6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
28092023-10-11T19:36:53.854Z Compiling erased-serde v0.3.30
28102023-10-11T19:36:53.870Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/erased-serde-0.3.30/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=756664f0c03d3cdf -C extra-filename=-756664f0c03d3cdf --out-dir /work/oxidecomputer/omicron/target/debug/build/erased-serde-756664f0c03d3cdf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28112023-10-11T19:36:53.978Z Compiling tokio-tungstenite v0.18.0
28122023-10-11T19:36:53.982Z Running `/home/build/.rustup/toolchains/1.72.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.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 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=931734a40429aaa2 -C extra-filename=-931734a40429aaa2 --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-41b3cacfdb8b8658.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-d08c2ee08449bc3c.rmeta --cap-lints allow -D warnings`
28132023-10-11T19:36:54.633Z Running `/work/oxidecomputer/omicron/target/debug/build/erased-serde-756664f0c03d3cdf/build-script-build`
28142023-10-11T19:36:54.736Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-ebb1b168ca6fac8c/build-script-build`
28152023-10-11T19:36:54.820Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-390e42f4f52efca6/build-script-build`
28162023-10-11T19:36:54.913Z Running `/home/build/.rustup/toolchains/1.72.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=e401af0c6cf682f8 -C extra-filename=-e401af0c6cf682f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
28172023-10-11T19:36:54.929Z Compiling bitstruct_derive v0.1.0
28182023-10-11T19:36:54.933Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct_derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=d0790e0cc36b1c69 -C extra-filename=-d0790e0cc36b1c69 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rlib --extern proc_macro --cap-lints allow -D warnings`
28192023-10-11T19:36:55.551Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28202023-10-11T19:36:55.556Z Running `/home/build/.rustup/toolchains/1.72.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=9c5613ddabd5b877 -C extra-filename=-9c5613ddabd5b877 --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-d0b5a9931f42a80a.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-06f93630ae438be3.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3a31948fe77ef9a9.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-caaf69f28d8858bc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-7952e1a0014d78de.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-bc5c2055d2da01f6.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-1c510a5ccd5dd270.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-099c9907a33837ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-d085a83248d8c62e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c0716d2143b26d1a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e6cb9e5a8e37385f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4ac7171c55386a7a.rmeta --cap-lints allow -D warnings`
28212023-10-11T19:36:55.578Z Compiling thiserror-impl-no-std v2.0.2
28222023-10-11T19:36:55.581Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=0158b2a977bbd5c5 -C extra-filename=-0158b2a977bbd5c5 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rlib --extern proc_macro --cap-lints allow -D warnings`
28232023-10-11T19:36:55.900Z Compiling curve25519-dalek-derive v0.1.0
28242023-10-11T19:36:55.908Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=bca008ad4ed5c094 -C extra-filename=-bca008ad4ed5c094 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
28252023-10-11T19:36:57.245Z Compiling async-recursion v1.0.5
28262023-10-11T19:36:57.248Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=8a8229ee5ddbd344 -C extra-filename=-8a8229ee5ddbd344 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
28272023-10-11T19:36:58.450Z Compiling salty v0.2.0
28282023-10-11T19:36:58.453Z Running `/home/build/.rustup/toolchains/1.72.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 debug-assertions=on -C metadata=9ae382556f3636d3 -C extra-filename=-9ae382556f3636d3 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-9ae382556f3636d3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28292023-10-11T19:36:58.831Z Compiling diff v0.1.13
28302023-10-11T19:36:58.834Z Running `/home/build/.rustup/toolchains/1.72.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=35284c3a0f9039eb -C extra-filename=-35284c3a0f9039eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28312023-10-11T19:36:59.110Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f3e95c4670a50523 -C extra-filename=-f3e95c4670a50523 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28322023-10-11T19:36:59.265Z Compiling rayon-core v1.11.0
28332023-10-11T19:36:59.275Z Running `/home/build/.rustup/toolchains/1.72.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.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 metadata=fcb4eda107d72842 -C extra-filename=-fcb4eda107d72842 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-fcb4eda107d72842 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28342023-10-11T19:36:59.799Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-fcb4eda107d72842/build-script-build`
28352023-10-11T19:36:59.852Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-9ae382556f3636d3/build-script-build`
28362023-10-11T19:36:59.877Z Compiling mime_guess v2.0.4
28372023-10-11T19:36:59.906Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=53198ae6adcf68cc -C extra-filename=-53198ae6adcf68cc --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-53198ae6adcf68cc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-e401af0c6cf682f8.rlib --cap-lints allow -D warnings`
28382023-10-11T19:36:59.961Z Compiling snafu v0.7.5
28392023-10-11T19:36:59.967Z Running `/home/build/.rustup/toolchains/1.72.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="rust_1_39"' --cfg 'feature="rust_1_46"' --cfg 'feature="std"' -C metadata=b0f602d340a23de7 -C extra-filename=-b0f602d340a23de7 --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-4971ee1235841292.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-4b3ebbeb8335c80c.so --cap-lints allow -D warnings`
28402023-10-11T19:37:00.069Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8ad8b843a34964ed -C extra-filename=-8ad8b843a34964ed --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-ba2c5ad6cc3819c4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f1c8302ac6175740.rmeta --cap-lints allow -D warnings`
28412023-10-11T19:37:00.510Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
28422023-10-11T19:37:00.514Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=edb9d239ce921eaf -C extra-filename=-edb9d239ce921eaf --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rlib --extern proc_macro --cap-lints allow -D warnings`
28432023-10-11T19:37:00.914Z Compiling nibble_vec v0.1.0
28442023-10-11T19:37:00.938Z Running `/home/build/.rustup/toolchains/1.72.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=161bda984f3f2680 -C extra-filename=-161bda984f3f2680 --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-9c6b3c03d28d4365.rmeta --cap-lints allow -D warnings`
28452023-10-11T19:37:01.027Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
28462023-10-11T19:37:01.097Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/1e180ae/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 metadata=382ff681ccf14424 -C extra-filename=-382ff681ccf14424 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-382ff681ccf14424 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
28472023-10-11T19:37:01.246Z Compiling endian-type v0.1.2
28482023-10-11T19:37:01.258Z Running `/home/build/.rustup/toolchains/1.72.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=5b0a6da5367b4964 -C extra-filename=-5b0a6da5367b4964 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28492023-10-11T19:37:01.580Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-382ff681ccf14424/build-script-build`
28502023-10-11T19:37:01.617Z Compiling radix_trie v0.2.1
28512023-10-11T19:37:01.642Z Running `/home/build/.rustup/toolchains/1.72.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=41050860800a3b0c -C extra-filename=-41050860800a3b0c --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-5b0a6da5367b4964.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-161bda984f3f2680.rmeta --cap-lints allow -D warnings`
28522023-10-11T19:37:01.691Z Running `/home/build/.rustup/toolchains/1.72.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=6a4f3e8c93733719 -C extra-filename=-6a4f3e8c93733719 --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-cb012b6dc451b338.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-a878bd455251f7ad.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9c6b3c03d28d4365.rmeta --cap-lints allow -D warnings`
28532023-10-11T19:37:01.915Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-53198ae6adcf68cc/build-script-build`
28542023-10-11T19:37:01.931Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="hostname"' --cfg 'feature="system"' -C metadata=d3145ce8104205cb -C extra-filename=-d3145ce8104205cb --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-8460fc0220c5b3a5.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-a131e608b4de3222.rmeta --cap-lints allow -D warnings`
28552023-10-11T19:37:02.099Z Compiling universal-hash v0.5.1
28562023-10-11T19:37:02.201Z Running `/home/build/.rustup/toolchains/1.72.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=24824d707ae3d036 -C extra-filename=-24824d707ae3d036 --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-a7708e37c466faa5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --cap-lints allow -D warnings`
28572023-10-11T19:37:02.501Z Compiling num-derive v0.4.0
28582023-10-11T19:37:02.505Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=348bdbd4a67f8b15 -C extra-filename=-348bdbd4a67f8b15 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
28592023-10-11T19:37:02.903Z Compiling opaque-debug v0.3.0
28602023-10-11T19:37:02.944Z Running `/home/build/.rustup/toolchains/1.72.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=08d04c054cbb43c5 -C extra-filename=-08d04c054cbb43c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28612023-10-11T19:37:02.986Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2eab053f8a115a9f -C extra-filename=-2eab053f8a115a9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28622023-10-11T19:37:03.038Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -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=e3597f5a8537e47e -C extra-filename=-e3597f5a8537e47e --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-3c0e7eb12fc38c46.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-c79f8d0e42fe6d03.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-1592a242d91bde1a.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-d3145ce8104205cb.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ae111ecf99ff78ac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a21da4229f0887c1.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-0746e8ce2e275537.rmeta --cap-lints allow -D warnings`
28632023-10-11T19:37:03.780Z Compiling trust-dns-client v0.22.0
28642023-10-11T19:37:04.212Z Running `/home/build/.rustup/toolchains/1.72.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=cc6301101d5f8452 -C extra-filename=-cc6301101d5f8452 --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-cb012b6dc451b338.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-365a12f94f76d134.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-41050860800a3b0c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-80d16594467ebc43.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35c96b580c9578f1.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-098c27be3dd0f029.rmeta --cap-lints allow -D warnings`
28652023-10-11T19:37:04.221Z Compiling parking_lot v0.11.2
28662023-10-11T19:37:04.230Z Running `/home/build/.rustup/toolchains/1.72.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=d724ca2cc7b3f202 -C extra-filename=-d724ca2cc7b3f202 --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-a878bd455251f7ad.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-4e1c5de4b4146de7.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-6a4f3e8c93733719.rmeta --cap-lints allow -D warnings`
28672023-10-11T19:37:04.527Z Running `/home/build/.rustup/toolchains/1.72.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=e61d6aeb4d5bc5b5 -C extra-filename=-e61d6aeb4d5bc5b5 --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-999a16c5ebd06ca3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --cap-lints allow -D warnings --cfg seek_convenience --cfg const_fn_trait_bounds`
28682023-10-11T19:37:05.507Z Compiling sled v0.34.7
28692023-10-11T19:37:05.512Z Running `/home/build/.rustup/toolchains/1.72.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=848b3c132e6d7a6e -C extra-filename=-848b3c132e6d7a6e --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-d98ad8c6574b550d.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-de56a88f97067490.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-04c51646d090d228.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d724ca2cc7b3f202.rmeta --cap-lints allow -D warnings`
28702023-10-11T19:37:05.696Z Compiling trust-dns-server v0.22.1
28712023-10-11T19:37:06.120Z Running `/home/build/.rustup/toolchains/1.72.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=bb3a215837416d39 -C extra-filename=-bb3a215837416d39 --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-5e1b7200ff6e80bb.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-a3311a65730d5b1f.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-fa6b6a0e7db319ce.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-80d16594467ebc43.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b773202069bd6b7d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35c96b580c9578f1.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-cc6301101d5f8452.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-098c27be3dd0f029.rmeta --cap-lints allow -D warnings`
28722023-10-11T19:37:06.543Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name workspace_hack /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/20273bc/workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ac452840d2d58339 -C extra-filename=-ac452840d2d58339 --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-1486aaee3f323cc1.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-68719ef61c7c2bee.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31596f1cfd69171c.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-da98cd184f1dd7f6.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-89a1d2b37d60fddc.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-44ec121a8974b079.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-c4f4e705a3ec6e86.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-a78d02f725c823af.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-e08d941838bbeb03.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-e7b85824ce12e51b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2e50d0eb0b488db5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cd75ce2a091a2ded.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9b8efcf4f90c042d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-627f8a0395596055.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-1592a242d91bde1a.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-0eefa4f5fb8c0a7f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-41eb75ae05dd33a0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-57e2e5899337d935.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5325d6d9b9946615.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-81b2e1e4c2d48045.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7da73bc294f1e755.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-bf6a0d489d5d4904.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8fe047de1e9b63c6.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ba0b9ecd6c51a3f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3e317e62e1aef1be.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a21da4229f0887c1.rmeta --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-78bb54cee6a3ea10.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f1c8302ac6175740.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
28732023-10-11T19:37:06.706Z Compiling aead v0.5.2
28742023-10-11T19:37:06.710Z Running `/home/build/.rustup/toolchains/1.72.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=853fa82f3a401cd5 -C extra-filename=-853fa82f3a401cd5 --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-a7708e37c466faa5.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --cap-lints allow -D warnings`
28752023-10-11T19:37:07.265Z Compiling pretty-hex v0.3.0
28762023-10-11T19:37:07.269Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=5774af50a8e48f6f -C extra-filename=-5774af50a8e48f6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28772023-10-11T19:37:07.561Z Compiling crunchy v0.2.2
28782023-10-11T19:37:07.590Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=81793beb4edef3bf -C extra-filename=-81793beb4edef3bf --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-81793beb4edef3bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28792023-10-11T19:37:08.350Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-81793beb4edef3bf/build-script-build`
28802023-10-11T19:37:08.386Z Compiling crossbeam-deque v0.8.3
28812023-10-11T19:37:08.390Z Running `/home/build/.rustup/toolchains/1.72.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=182535058f6f1764 -C extra-filename=-182535058f6f1764 --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-cb012b6dc451b338.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-de56a88f97067490.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --cap-lints allow -D warnings`
28822023-10-11T19:37:08.540Z Compiling path-dedot v3.1.0
28832023-10-11T19:37:08.547Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name path_dedot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-dedot-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=5e49cd9031193b58 -C extra-filename=-5e49cd9031193b58 --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-dffc32915439d36d.rmeta --cap-lints allow -D warnings`
28842023-10-11T19:37:08.904Z Compiling tiny-keccak v2.0.2
28852023-10-11T19:37:08.912Z Running `/home/build/.rustup/toolchains/1.72.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 debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=e6ceac7b0a8950e7 -C extra-filename=-e6ceac7b0a8950e7 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-e6ceac7b0a8950e7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28862023-10-11T19:37:08.975Z Compiling path-absolutize v3.1.0
28872023-10-11T19:37:08.980Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name path_absolutize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-absolutize-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=3fb2f87d8093ad1d -C extra-filename=-3fb2f87d8093ad1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern path_dedot=/work/oxidecomputer/omicron/target/debug/deps/libpath_dedot-5e49cd9031193b58.rmeta --cap-lints allow -D warnings`
28882023-10-11T19:37:09.250Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=e5573dc88bf3cfb2 -C extra-filename=-e5573dc88bf3cfb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28892023-10-11T19:37:09.419Z Compiling clang-sys v1.6.1
28902023-10-11T19:37:09.424Z Running `/home/build/.rustup/toolchains/1.72.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 --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=480d13ab3875bfb4 -C extra-filename=-480d13ab3875bfb4 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-480d13ab3875bfb4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --cap-lints allow -D warnings`
28912023-10-11T19:37:09.450Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-e6ceac7b0a8950e7/build-script-build`
28922023-10-11T19:37:09.495Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/901b710/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=84bc938272792698 -C extra-filename=-84bc938272792698 --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-63f81b35d4dc5fb3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --cap-lints allow -D warnings`
28932023-10-11T19:37:09.740Z Running `/work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-e53c26dac9982269/build-script-build`
28942023-10-11T19:37:09.986Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-ba01f855b8dfa176/build-script-build`
28952023-10-11T19:37:09.994Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b2f7911ce9759020 -C extra-filename=-b2f7911ce9759020 --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-12f9acdd0b57a466.so --cap-lints allow -D warnings`
28962023-10-11T19:37:10.232Z Compiling olpc-cjson v0.1.3
28972023-10-11T19:37:10.240Z Running `/home/build/.rustup/toolchains/1.72.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=61d13d56f5be12db -C extra-filename=-61d13d56f5be12db --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-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rmeta --cap-lints allow -D warnings`
28982023-10-11T19:37:10.248Z Compiling darling_core v0.14.4
28992023-10-11T19:37:10.257Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=0127bd2024bba46f -C extra-filename=-0127bd2024bba46f --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-1a818be490fdad0e.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-b929479011854e32.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-1c46220253478178.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rmeta --cap-lints allow -D warnings`
29002023-10-11T19:37:10.546Z Compiling globset v0.4.13
29012023-10-11T19:37:10.550Z Running `/home/build/.rustup/toolchains/1.72.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=b83f6c004a1a2411 -C extra-filename=-b83f6c004a1a2411 --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-626d69baada25e63.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b6de061fc524ff1e.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-1a818be490fdad0e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --cap-lints allow -D warnings`
29022023-10-11T19:37:11.153Z Compiling toml_edit v0.20.0
29032023-10-11T19:37:11.156Z Running `/home/build/.rustup/toolchains/1.72.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.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="serde"' -C metadata=f0732f66c54e26cf -C extra-filename=-f0732f66c54e26cf --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-db744c94c8df920e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-3c82b7b6f5cfc630.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-016aea2942a95061.rmeta --cap-lints allow -D warnings`
29042023-10-11T19:37:11.160Z Compiling serde_plain v1.0.2
29052023-10-11T19:37:11.163Z Running `/home/build/.rustup/toolchains/1.72.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=f1085f22688e3556 -C extra-filename=-f1085f22688e3556 --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
29062023-10-11T19:37:11.473Z Compiling const_format_proc_macros v0.2.31
29072023-10-11T19:37:11.479Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format_proc_macros-0.2.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' -C metadata=deea3516802ae4d1 -C extra-filename=-deea3516802ae4d1 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-9d8f12589899f678.rlib --extern proc_macro --cap-lints allow -D warnings`
29082023-10-11T19:37:12.009Z Compiling prettyplease v0.2.12
29092023-10-11T19:37:12.012Z Running `/home/build/.rustup/toolchains/1.72.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.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=edd62c5b61d7a904 -C extra-filename=-edd62c5b61d7a904 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-edd62c5b61d7a904 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29102023-10-11T19:37:12.727Z Compiling display-error-chain v0.1.1
29112023-10-11T19:37:12.730Z Running `/home/build/.rustup/toolchains/1.72.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.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=0cd7c1614351d401 -C extra-filename=-0cd7c1614351d401 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29122023-10-11T19:37:12.955Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name postcard_cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-cobs-0.1.5-pre/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3b71573e35c95f5c -C extra-filename=-3b71573e35c95f5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29132023-10-11T19:37:13.403Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=a90a9cc1275a2758 -C extra-filename=-a90a9cc1275a2758 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libpostcard_cobs-3b71573e35c95f5c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
29142023-10-11T19:37:13.935Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-edd62c5b61d7a904/build-script-build`
29152023-10-11T19:37:13.975Z Compiling tough v0.12.5
29162023-10-11T19:37:13.978Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.12.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="http"' --cfg 'feature="reqwest"' -C metadata=48e1d0a17c120e44 -C extra-filename=-48e1d0a17c120e44 --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-65f0a5b9aa27f6b0.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0ddc113e7e9f4a26.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-b83f6c004a1a2411.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-61d13d56f5be12db.rmeta --extern path_absolutize=/work/oxidecomputer/omicron/target/debug/deps/libpath_absolutize-3fb2f87d8093ad1d.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-f1085f22688e3556.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-b0f602d340a23de7.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-52284948578e7ef4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
29172023-10-11T19:37:14.232Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-480d13ab3875bfb4/build-script-build`
29182023-10-11T19:37:14.316Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/901b710/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ad86bdb8d140b9e1 -C extra-filename=-ad86bdb8d140b9e1 --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-84bc938272792698.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --cap-lints allow -D warnings`
29192023-10-11T19:37:14.929Z Running `/home/build/.rustup/toolchains/1.72.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 debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=24fc0c13d8ea062a -C extra-filename=-24fc0c13d8ea062a --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-e5573dc88bf3cfb2.rmeta --cap-lints allow -D warnings`
29202023-10-11T19:37:15.092Z Running `/home/build/.rustup/toolchains/1.72.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.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=6cc5e6efbe71862c -C extra-filename=-6cc5e6efbe71862c --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-41e0aa6bbf5cc8a2.rmeta --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-182535058f6f1764.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-2a9d00e4736a7412.rmeta --cap-lints allow -D warnings`
29212023-10-11T19:37:15.929Z Compiling toml v0.8.0
29222023-10-11T19:37:15.932Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=58dc6fbc49c86966 -C extra-filename=-58dc6fbc49c86966 --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-e5099f1082b7c4e8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-3c82b7b6f5cfc630.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f0732f66c54e26cf.rmeta --cap-lints allow -D warnings`
29232023-10-11T19:37:17.995Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
29242023-10-11T19:37:18.000Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/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=7abc2328405b41fb -C extra-filename=-7abc2328405b41fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-2e176290cca0c6aa.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-df7874c19879351a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9b4cd1458b78d4c8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-444f0032c5c7ec16.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
29252023-10-11T19:37:18.904Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-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 panic=abort -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=1b315857fc530fc1 -C extra-filename=-1b315857fc530fc1 --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-ccb81907c4b78a17.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-111f14b607062773.rmeta --cap-lints allow -D warnings`
29262023-10-11T19:37:19.298Z Compiling darling_macro v0.14.4
29272023-10-11T19:37:19.316Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=1b6317342c1b03db -C extra-filename=-1b6317342c1b03db --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-0127bd2024bba46f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rlib --extern proc_macro --cap-lints allow -D warnings`
29282023-10-11T19:37:20.405Z Compiling ascii-canvas v3.0.0
29292023-10-11T19:37:20.425Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=83bc34abe85fe289 -C extra-filename=-83bc34abe85fe289 --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-1f045818cf0b0aea.rmeta --cap-lints allow -D warnings`
29302023-10-11T19:37:20.833Z Compiling ena v0.14.2
29312023-10-11T19:37:20.838Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=c005b6dd4a038b72 -C extra-filename=-c005b6dd4a038b72 --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-7d9cf9ba132625c1.rmeta --cap-lints allow -D warnings`
29322023-10-11T19:37:21.117Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/631c201/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=dd0a74b1aa420c38 -C extra-filename=-dd0a74b1aa420c38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29332023-10-11T19:37:21.415Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=034322322be9b506 -C extra-filename=-034322322be9b506 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29342023-10-11T19:37:21.470Z Compiling signature v1.6.4
29352023-10-11T19:37:21.489Z Running `/home/build/.rustup/toolchains/1.72.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=743d5c04f7c47f30 -C extra-filename=-743d5c04f7c47f30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29362023-10-11T19:37:21.552Z Compiling minimal-lexical v0.2.1
29372023-10-11T19:37:21.556Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="std"' -C metadata=c72a17640cf2b285 -C extra-filename=-c72a17640cf2b285 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29382023-10-11T19:37:21.710Z Compiling ref-cast v1.0.20
29392023-10-11T19:37:21.713Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=1314aa3041c7f6f0 -C extra-filename=-1314aa3041c7f6f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-1314aa3041c7f6f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29402023-10-11T19:37:22.447Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2145d7c9e38b93d9 -C extra-filename=-2145d7c9e38b93d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29412023-10-11T19:37:22.563Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-1314aa3041c7f6f0/build-script-build`
29422023-10-11T19:37:22.633Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=72b1f8c39094f687 -C extra-filename=-72b1f8c39094f687 --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-d8079752ff45b0c7.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-2145d7c9e38b93d9.rmeta --cap-lints allow -D warnings`
29432023-10-11T19:37:22.658Z Compiling nom v7.1.3
29442023-10-11T19:37:22.662Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=4cb85d8dca904c1f -C extra-filename=-4cb85d8dca904c1f --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-2b9cc4e8f0305d0f.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-c72a17640cf2b285.rmeta --cap-lints allow -D warnings`
29452023-10-11T19:37:22.814Z Compiling ed25519 v1.5.3
29462023-10-11T19:37:22.829Z Running `/home/build/.rustup/toolchains/1.72.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=c84c632d2b22eb2c -C extra-filename=-c84c632d2b22eb2c --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-743d5c04f7c47f30.rmeta --cap-lints allow -D warnings`
29472023-10-11T19:37:23.350Z Compiling lalrpop v0.19.12
29482023-10-11T19:37:23.355Z Running `/home/build/.rustup/toolchains/1.72.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 debug-assertions=on -C metadata=15bd28bd456aefa9 -C extra-filename=-15bd28bd456aefa9 --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-83bc34abe85fe289.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-3a44b29fad009a22.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-35284c3a0f9039eb.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-c005b6dd4a038b72.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-b0eeb3267f880acc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3504c7d3cd08c24f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0188060950c27f42.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-2841da2793d99ed2.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1f045818cf0b0aea.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-24fc0c13d8ea062a.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-9d8f12589899f678.rmeta --cap-lints allow -D warnings`
29492023-10-11T19:37:24.775Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/631c201/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipnetwork"' --cfg 'feature="std"' -C metadata=3d859d57884dee3d -C extra-filename=-3d859d57884dee3d --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-034322322be9b506.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-dd0a74b1aa420c38.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b070c0a3528fb68a.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-a90a9cc1275a2758.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1b315857fc530fc1.rmeta --cap-lints allow -D warnings`
29502023-10-11T19:37:26.368Z Compiling darling v0.14.4
29512023-10-11T19:37:26.377Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=652af9626f227e74 -C extra-filename=-652af9626f227e74 --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-0127bd2024bba46f.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-1b6317342c1b03db.so --cap-lints allow -D warnings`
29522023-10-11T19:37:26.554Z Compiling rayon v1.7.0
29532023-10-11T19:37:26.557Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-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 -C metadata=5fdeba5095a92741 -C extra-filename=-5fdeba5095a92741 --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-7299ccd4570522b5.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-6cc5e6efbe71862c.rmeta --cap-lints allow -D warnings`
29542023-10-11T19:37:28.181Z Running `/home/build/.rustup/toolchains/1.72.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=b22b6623aaea9916 -C extra-filename=-b22b6623aaea9916 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg op_assign`
29552023-10-11T19:37:28.303Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libsqlite3_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-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="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' -C metadata=996595cb5b1ab112 -C extra-filename=-996595cb5b1ab112 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l sqlite3`
29562023-10-11T19:37:28.357Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=59a3b4dce867a01c -C extra-filename=-59a3b4dce867a01c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l dlpi`
29572023-10-11T19:37:28.616Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=28b77d6c5659903f -C extra-filename=-28b77d6c5659903f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l nvpair -l zfs`
29582023-10-11T19:37:28.932Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f28acc4b5045a03a -C extra-filename=-f28acc4b5045a03a --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-3c0e7eb12fc38c46.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --cap-lints allow -D warnings`
29592023-10-11T19:37:29.031Z Compiling ff v0.13.0
29602023-10-11T19:37:29.063Z Running `/home/build/.rustup/toolchains/1.72.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 -C metadata=7dd73a36fa981251 -C extra-filename=-7dd73a36fa981251 --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-261ecd513a9709d1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --cap-lints allow -D warnings`
29612023-10-11T19:37:29.561Z Compiling ref-cast-impl v1.0.20
29622023-10-11T19:37:29.586Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=77b357fb476e9a92 -C extra-filename=-77b357fb476e9a92 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
29632023-10-11T19:37:29.592Z Compiling hashlink v0.8.3
29642023-10-11T19:37:29.598Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hashlink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashlink-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 -C metadata=9e0da533b2963197 -C extra-filename=-9e0da533b2963197 --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-2c1bab4f653c68c5.rmeta --cap-lints allow -D warnings`
29652023-10-11T19:37:29.605Z Compiling libloading v0.7.4
29662023-10-11T19:37:29.610Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=9742a3963a0bf92a -C extra-filename=-9742a3963a0bf92a --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-cb012b6dc451b338.rmeta --cap-lints allow -D warnings`
29672023-10-11T19:37:33.513Z Compiling bindgen v0.65.1
29682023-10-11T19:37:33.928Z Running `/home/build/.rustup/toolchains/1.72.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.65.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 debug-assertions=on --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="runtime"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' -C metadata=8e9a9d91025a79f6 -C extra-filename=-8e9a9d91025a79f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-8e9a9d91025a79f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29692023-10-11T19:37:34.281Z Compiling fallible-streaming-iterator v0.1.9
29702023-10-11T19:37:38.967Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_streaming_iterator /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-streaming-iterator-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=95753947b29da90c -C extra-filename=-95753947b29da90c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29712023-10-11T19:37:39.293Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=15b79a90ebc63eb0 -C extra-filename=-15b79a90ebc63eb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29722023-10-11T19:37:40.416Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f7b9023de93b8430 -C extra-filename=-f7b9023de93b8430 --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-63f81b35d4dc5fb3.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-59a3b4dce867a01c.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b2f7911ce9759020.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-15b79a90ebc63eb0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --cap-lints allow -D warnings`
29732023-10-11T19:37:40.578Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-8e9a9d91025a79f6/build-script-build`
29742023-10-11T19:37:40.899Z Compiling rusqlite v0.29.0
29752023-10-11T19:37:41.605Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rusqlite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusqlite-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=4261ab6c3ca24398 -C extra-filename=-4261ab6c3ca24398 --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-be38ad5d671379f5.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_streaming_iterator-95753947b29da90c.rmeta --extern hashlink=/work/oxidecomputer/omicron/target/debug/deps/libhashlink-9e0da533b2963197.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-996595cb5b1ab112.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9c6b3c03d28d4365.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64`
29762023-10-11T19:37:41.817Z Running `/home/build/.rustup/toolchains/1.72.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 --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=198358ab3563a36b -C extra-filename=-198358ab3563a36b --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-65b5fb261a2fbbb3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-9742a3963a0bf92a.rmeta --cap-lints allow -D warnings`
29772023-10-11T19:37:42.118Z Compiling group v0.13.0
29782023-10-11T19:37:42.417Z Running `/home/build/.rustup/toolchains/1.72.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 -C metadata=109323510c86a658 -C extra-filename=-109323510c86a658 --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-7dd73a36fa981251.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-261ecd513a9709d1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --cap-lints allow -D warnings`
29792023-10-11T19:37:42.494Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=26b7ae1743aa5e57 -C extra-filename=-26b7ae1743aa5e57 --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-f28acc4b5045a03a.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-72b1f8c39094f687.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-28b77d6c5659903f.rmeta --cap-lints allow -D warnings`
29802023-10-11T19:37:42.574Z Compiling cexpr v0.6.0
29812023-10-11T19:37:42.643Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=79f41717ff4f74ed -C extra-filename=-79f41717ff4f74ed --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-4cb85d8dca904c1f.rmeta --cap-lints allow -D warnings`
29822023-10-11T19:37:42.666Z Compiling steno v0.4.0
29832023-10-11T19:37:42.724Z Running `/home/build/.rustup/toolchains/1.72.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=af0326da93a9a68c -C extra-filename=-af0326da93a9a68c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings`
29842023-10-11T19:37:42.758Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/631c201/lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' -C metadata=8c65bb1d456fb275 -C extra-filename=-8c65bb1d456fb275 --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-034322322be9b506.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a8fc004cf30cfd85.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-dd0a74b1aa420c38.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-b5f36784f29b17ce.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-3d859d57884dee3d.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-a90a9cc1275a2758.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1b315857fc530fc1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f9f8c637bacfbef1.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm`
29852023-10-11T19:37:42.814Z Compiling derive_builder_core v0.12.0
29862023-10-11T19:37:42.844Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=810847f74caa4ae4 -C extra-filename=-810847f74caa4ae4 --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-652af9626f227e74.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rmeta --cap-lints allow -D warnings`
29872023-10-11T19:37:42.870Z Running `/home/build/.rustup/toolchains/1.72.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=9c2d598689e639cb -C extra-filename=-9c2d598689e639cb --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-c84c632d2b22eb2c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings --cfg tweetnacl`
29882023-10-11T19:37:42.891Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=0ce058812d36bd5f -C extra-filename=-0ce058812d36bd5f --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-577a284e9bcc389a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --cap-lints allow -D warnings`
29892023-10-11T19:37:42.909Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
29902023-10-11T19:37:42.927Z Running `/home/build/.rustup/toolchains/1.72.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=c66fb6033d210829 -C extra-filename=-c66fb6033d210829 --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-edb9d239ce921eaf.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
29912023-10-11T19:37:42.936Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5867a087f811d206 -C extra-filename=-5867a087f811d206 --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-3c07054e5af12402.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --cap-lints allow -D warnings`
29922023-10-11T19:37:42.951Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29932023-10-11T19:37:42.963Z Running `/home/build/.rustup/toolchains/1.72.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=590c6e9559fed084 -C extra-filename=-590c6e9559fed084 --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-d0b5a9931f42a80a.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-c30b11e334d30cbb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4ac7171c55386a7a.rmeta --cap-lints allow -D warnings`
29942023-10-11T19:37:42.971Z Compiling nix v0.26.2
29952023-10-11T19:37:42.982Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.2/src/lib.rs --error-format=json --json=diagnostic-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=cffe6746fbb1208e -C extra-filename=-cffe6746fbb1208e --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-237bfdbc957aefc2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-5960b803b9e1c8c7.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-258679e4375c153a.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rmeta --cap-lints allow -D warnings`
29962023-10-11T19:37:42.991Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
29972023-10-11T19:37:43.000Z Running `/home/build/.rustup/toolchains/1.72.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=cd225b2962500857 -C extra-filename=-cd225b2962500857 --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-237bfdbc957aefc2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-5960b803b9e1c8c7.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-258679e4375c153a.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rmeta --cap-lints allow -D warnings`
29982023-10-11T19:37:43.013Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
29992023-10-11T19:37:43.025Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/20273bc/crucible-client-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=c84cbd559eae016a -C extra-filename=-c84cbd559eae016a --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-7153363a1fac6343.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --extern workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libworkspace_hack-2d1e82e684dcd839.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
30002023-10-11T19:37:43.035Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=5865b6cb774c6986 -C extra-filename=-5865b6cb774c6986 --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-b05c14ecce3e035f.rmeta --cap-lints allow -D warnings`
30012023-10-11T19:37:43.046Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
30022023-10-11T19:37:43.055Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/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=89cad8dd124ad057 -C extra-filename=-89cad8dd124ad057 --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-432d5da849165976.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --cap-lints allow -D warnings`
30032023-10-11T19:37:43.071Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ad18491bda8b038f -C extra-filename=-ad18491bda8b038f --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-63f81b35d4dc5fb3.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-fe37323538e35333.so --cap-lints allow -D warnings -l door`
30042023-10-11T19:37:43.083Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=3f89cd07508cd947 -C extra-filename=-3f89cd07508cd947 --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-c3c28f089340dd8e.rmeta --cap-lints allow -D warnings`
30052023-10-11T19:37:43.092Z Compiling twox-hash v1.6.3
30062023-10-11T19:37:43.100Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twox-hash-1.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=83af9e4a046913b0 -C extra-filename=-83af9e4a046913b0 --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-cb012b6dc451b338.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rmeta --cap-lints allow -D warnings`
30072023-10-11T19:37:43.117Z Compiling serde-big-array v0.4.1
30082023-10-11T19:37:43.132Z Running `/home/build/.rustup/toolchains/1.72.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=8b56d544f832800c -C extra-filename=-8b56d544f832800c --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
30092023-10-11T19:37:43.142Z Compiling serde-big-array v0.5.1
30102023-10-11T19:37:43.158Z Running `/home/build/.rustup/toolchains/1.72.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=ccfc6ca4b2c21f8e -C extra-filename=-ccfc6ca4b2c21f8e --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
30112023-10-11T19:37:43.168Z Compiling which v4.4.0
30122023-10-11T19:37:43.184Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=afd509466d6c80b4 -C extra-filename=-afd509466d6c80b4 --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-7299ccd4570522b5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --cap-lints allow -D warnings`
30132023-10-11T19:37:43.190Z Compiling crypto-bigint v0.5.2
30142023-10-11T19:37:43.200Z Running `/home/build/.rustup/toolchains/1.72.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=51522ab0820f015b -C extra-filename=-51522ab0820f015b --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-f8fea248a8ef80ee.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-261ecd513a9709d1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
30152023-10-11T19:37:43.211Z Compiling libxml v0.3.3
30162023-10-11T19:37:43.221Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=c8f1cad937b0fb79 -C extra-filename=-c8f1cad937b0fb79 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-c8f1cad937b0fb79 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --cap-lints allow -D warnings`
30172023-10-11T19:37:43.231Z Compiling base16ct v0.2.0
30182023-10-11T19:37:43.245Z Running `/home/build/.rustup/toolchains/1.72.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 -C metadata=a3d38e95769eacbc -C extra-filename=-a3d38e95769eacbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30192023-10-11T19:37:43.676Z Compiling lazycell v1.3.0
30202023-10-11T19:37:44.104Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=c8a36ca3f3b829c0 -C extra-filename=-c8a36ca3f3b829c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30212023-10-11T19:37:44.112Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5bc34c0e4622925f -C extra-filename=-5bc34c0e4622925f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30222023-10-11T19:37:44.117Z Compiling shlex v1.1.0
30232023-10-11T19:37:44.129Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name shlex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f8e3de65cd240eea -C extra-filename=-f8e3de65cd240eea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30242023-10-11T19:37:44.139Z Compiling peeking_take_while v0.1.2
30252023-10-11T19:37:44.150Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=889799dbe0f97a5e -C extra-filename=-889799dbe0f97a5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30262023-10-11T19:37:44.324Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4db1a36910de1acc -C extra-filename=-4db1a36910de1acc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30272023-10-11T19:37:44.687Z Compiling rustc-hash v1.1.0
30282023-10-11T19:37:44.694Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0bf74e04dbe24b22 -C extra-filename=-0bf74e04dbe24b22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30292023-10-11T19:37:44.932Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6bf44a99034eeb15 -C extra-filename=-6bf44a99034eeb15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30302023-10-11T19:37:45.223Z Compiling elliptic-curve v0.13.5
30312023-10-11T19:37:45.246Z Running `/home/build/.rustup/toolchains/1.72.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.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="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' -C metadata=1e708767d6526093 -C extra-filename=-1e708767d6526093 --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-a3d38e95769eacbc.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-51522ab0820f015b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-67ca5f41bdde404f.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-7dd73a36fa981251.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-109323510c86a658.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c30307398ce35dec.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-261ecd513a9709d1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
30322023-10-11T19:37:46.047Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2a586b9d58994d74 -C extra-filename=-2a586b9d58994d74 --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-6bf44a99034eeb15.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --cap-lints allow -D warnings`
30332023-10-11T19:37:46.169Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.65.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="runtime"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' -C metadata=366e87514e6456f2 -C extra-filename=-366e87514e6456f2 --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-237bfdbc957aefc2.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-79f41717ff4f74ed.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-198358ab3563a36b.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-c8a36ca3f3b829c0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern peeking_take_while=/work/oxidecomputer/omicron/target/debug/deps/libpeeking_take_while-889799dbe0f97a5e.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0ce058812d36bd5f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-0bf74e04dbe24b22.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-f8e3de65cd240eea.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-afd509466d6c80b4.rmeta --cap-lints allow -D warnings`
30342023-10-11T19:37:46.837Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fe43b8fb552642f2 -C extra-filename=-fe43b8fb552642f2 --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-f5b4f755c0de68a9.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-4db1a36910de1acc.rmeta --cap-lints allow -D warnings`
30352023-10-11T19:37:47.794Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -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=b6be15072b128065 -C extra-filename=-b6be15072b128065 --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-c4da83d5a55438d5.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-6cd7ba7c65b5986e.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-5bc34c0e4622925f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5865b6cb774c6986.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
30362023-10-11T19:37:48.218Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-c8f1cad937b0fb79/build-script-build`
30372023-10-11T19:37:48.221Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
30382023-10-11T19:37:48.224Z Running `/home/build/.rustup/toolchains/1.72.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=7653d7266031af1a -C extra-filename=-7653d7266031af1a --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-b02ff41e36379ccd.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-c66fb6033d210829.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-9c2d598689e639cb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-8b56d544f832800c.rmeta --cap-lints allow -D warnings`
30392023-10-11T19:37:48.228Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7ab306c91ff96aef -C extra-filename=-7ab306c91ff96aef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-5867a087f811d206.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-f7b9023de93b8430.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b2f7911ce9759020.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-26b7ae1743aa5e57.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-28b77d6c5659903f.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-ad18491bda8b038f.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-152ad3e7ed88dcfb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a21da4229f0887c1.rmeta --cap-lints allow -D warnings -l kstat`
30402023-10-11T19:37:48.231Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
30412023-10-11T19:37:48.235Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/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=3d35ad85ba5b1ba8 -C extra-filename=-3d35ad85ba5b1ba8 --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-65f0a5b9aa27f6b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7abc2328405b41fb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-89cad8dd124ad057.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
30422023-10-11T19:37:48.585Z Compiling derive_builder_macro v0.12.0
30432023-10-11T19:37:48.606Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=09167d08f0d17c81 -C extra-filename=-09167d08f0d17c81 --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-810847f74caa4ae4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rlib --extern proc_macro --cap-lints allow -D warnings`
30442023-10-11T19:37:49.867Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/631c201/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8dc9c30533ce8069 -C extra-filename=-8dc9c30533ce8069 --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-034322322be9b506.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-dd0a74b1aa420c38.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-8c65bb1d456fb275.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1b315857fc530fc1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f9f8c637bacfbef1.rmeta --cap-lints allow -D warnings`
30452023-10-11T19:37:50.208Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
30462023-10-11T19:37:50.212Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/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=56cc987fbb6bc896 -C extra-filename=-56cc987fbb6bc896 --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-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7abc2328405b41fb.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-fc36a7f490410689.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
30472023-10-11T19:37:51.293Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
30482023-10-11T19:37:51.324Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/20273bc/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=0fe53bf5bbddeceb -C extra-filename=-0fe53bf5bbddeceb --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-b1078066b701b737.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-348bdbd4a67f8b15.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libworkspace_hack-2d1e82e684dcd839.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
30492023-10-11T19:37:52.767Z Compiling polyval v0.6.1
30502023-10-11T19:37:52.773Z Running `/home/build/.rustup/toolchains/1.72.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=b64ba77f38820b1c -C extra-filename=-b64ba77f38820b1c --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-cb012b6dc451b338.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-08d04c054cbb43c5.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-24824d707ae3d036.rmeta --cap-lints allow -D warnings`
30512023-10-11T19:37:53.058Z Compiling poly1305 v0.8.0
30522023-10-11T19:37:53.082Z Running `/home/build/.rustup/toolchains/1.72.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=9e21911fe8f03b6e -C extra-filename=-9e21911fe8f03b6e --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-9833e47a7666dcf6.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-08d04c054cbb43c5.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-24824d707ae3d036.rmeta --cap-lints allow -D warnings`
30532023-10-11T19:37:53.142Z Compiling thiserror-no-std v2.0.2
30542023-10-11T19:37:53.146Z Running `/home/build/.rustup/toolchains/1.72.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=5b00c4ca4b4627fb -C extra-filename=-5b00c4ca4b4627fb --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-0158b2a977bbd5c5.so --cap-lints allow -D warnings`
30552023-10-11T19:37:53.322Z Running `/home/build/.rustup/toolchains/1.72.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.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="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=b4fbd1f33992528d -C extra-filename=-b4fbd1f33992528d --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-cb012b6dc451b338.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-bca008ad4ed5c094.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-67ca5f41bdde404f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-261ecd513a9709d1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
30562023-10-11T19:37:53.456Z Compiling num_enum v0.7.0
30572023-10-11T19:37:53.460Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-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=a3badb27cc5ccab4 -C extra-filename=-a3badb27cc5ccab4 --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-5ddafdfd999bec0a.so --cap-lints allow -D warnings`
30582023-10-11T19:37:53.676Z Compiling signal-hook-tokio v0.3.1
30592023-10-11T19:37:53.683Z Running `/home/build/.rustup/toolchains/1.72.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=466568a0799675d6 -C extra-filename=-466568a0799675d6 --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-26ddbb2f438a5030.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6f1b9fc73aa4b6db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --cap-lints allow -D warnings`
30602023-10-11T19:37:53.767Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=1632f88a70563dfe -C extra-filename=-1632f88a70563dfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros`
30612023-10-11T19:37:53.877Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-2.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=02afab29c3d253fd -C extra-filename=-02afab29c3d253fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-258c6c3c80c925b3.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-28e012a9a5d1528a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-8e044772089bbb07.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-481036e0ceb810d1.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-f5b4f755c0de68a9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1d26a7cafea115dc.rmeta --cap-lints allow -D warnings`
30622023-10-11T19:37:53.979Z Running `/home/build/.rustup/toolchains/1.72.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=6b8192d000b57438 -C extra-filename=-6b8192d000b57438 --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-14057c32aaca57b1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-a78d02f725c823af.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --cap-lints allow -D warnings`
30632023-10-11T19:37:54.588Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c38534593b8ad92a -C extra-filename=-c38534593b8ad92a --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-d55331612fb42c01.rmeta --cap-lints allow -D warnings`
30642023-10-11T19:37:54.918Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
30652023-10-11T19:37:54.922Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/901b710/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=28a7ac1691eca32d -C extra-filename=-28a7ac1691eca32d --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-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
30662023-10-11T19:37:55.507Z Compiling strum_macros v0.24.3
30672023-10-11T19:37:55.511Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=5775b5705311e23d -C extra-filename=-5775b5705311e23d --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-58e6b367499d83fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-e337c297b7344c42.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rlib --extern proc_macro --cap-lints allow -D warnings`
30682023-10-11T19:37:55.934Z Compiling chacha20 v0.9.1
30692023-10-11T19:37:55.949Z Running `/home/build/.rustup/toolchains/1.72.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=aeb5222615960dca -C extra-filename=-aeb5222615960dca --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-cb012b6dc451b338.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0dfbde122c134ccb.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --cap-lints allow -D warnings`
30702023-10-11T19:37:56.313Z Compiling ctr v0.9.2
30712023-10-11T19:37:56.323Z Running `/home/build/.rustup/toolchains/1.72.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=288d10c4bd7ca7ca -C extra-filename=-288d10c4bd7ca7ca --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-0dfbde122c134ccb.rmeta --cap-lints allow -D warnings`
30722023-10-11T19:37:56.681Z Compiling aes v0.8.3
30732023-10-11T19:37:56.685Z Running `/home/build/.rustup/toolchains/1.72.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=5c8ee24542207d44 -C extra-filename=-5c8ee24542207d44 --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-cb012b6dc451b338.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0dfbde122c134ccb.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --cap-lints allow -D warnings`
30742023-10-11T19:37:56.968Z Compiling bincode v1.3.3
30752023-10-11T19:37:56.987Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bincode /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bincode-1.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=3a3a8afe028596ac -C extra-filename=-3a3a8afe028596ac --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
30762023-10-11T19:37:58.012Z Compiling indoc v1.0.9
30772023-10-11T19:37:58.016Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=e5f78bf05c67c191 -C extra-filename=-e5f78bf05c67c191 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
30782023-10-11T19:37:58.667Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=907440c06a81dc34 -C extra-filename=-907440c06a81dc34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30792023-10-11T19:37:59.061Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db1f23b519a2269f -C extra-filename=-db1f23b519a2269f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30802023-10-11T19:37:59.587Z Compiling corncobs v0.1.3
30812023-10-11T19:37:59.595Z Running `/home/build/.rustup/toolchains/1.72.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=310abc95d0d61536 -C extra-filename=-310abc95d0d61536 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30822023-10-11T19:38:00.109Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5ea056c3aa76d4a5 -C extra-filename=-5ea056c3aa76d4a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30832023-10-11T19:38:00.124Z Compiling portable-atomic v1.4.3
30842023-10-11T19:38:00.138Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=5a049cd3c83a0f96 -C extra-filename=-5a049cd3c83a0f96 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-5a049cd3c83a0f96 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30852023-10-11T19:38:00.567Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
30862023-10-11T19:38:00.578Z Running `/home/build/.rustup/toolchains/1.72.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=50faf66cf7252e3f -C extra-filename=-50faf66cf7252e3f --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-310abc95d0d61536.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b02ff41e36379ccd.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-c66fb6033d210829.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-9c2d598689e639cb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-7653d7266031af1a.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-85963be74ba39079.rmeta --cap-lints allow -D warnings`
30872023-10-11T19:38:01.283Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-0.11.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3cf7bd7430f52bf7 -C extra-filename=-3cf7bd7430f52bf7 --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-3c0e7eb12fc38c46.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-907440c06a81dc34.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-db1f23b519a2269f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-f41ecee730a239c1.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-02afab29c3d253fd.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-fe43b8fb552642f2.rmeta --cap-lints allow -D warnings`
30882023-10-11T19:38:01.573Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-5a049cd3c83a0f96/build-script-build`
30892023-10-11T19:38:01.599Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
30902023-10-11T19:38:01.626Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/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=32fcdf0bfbf4bd3f -C extra-filename=-32fcdf0bfbf4bd3f --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-65f0a5b9aa27f6b0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3d35ad85ba5b1ba8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7abc2328405b41fb.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56cc987fbb6bc896.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
30912023-10-11T19:38:01.686Z Compiling aes-gcm-siv v0.11.1
30922023-10-11T19:38:01.708Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm_siv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-siv-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 --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' -C metadata=8fbcc5a8edaee510 -C extra-filename=-8fbcc5a8edaee510 --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-853fa82f3a401cd5.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-5c8ee24542207d44.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0dfbde122c134ccb.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-288d10c4bd7ca7ca.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-b64ba77f38820b1c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
30932023-10-11T19:38:01.727Z Compiling vsss-rs v3.3.1
30942023-10-11T19:38:01.738Z Running `/home/build/.rustup/toolchains/1.72.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.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="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=2b6e5b31ebe9ed51 -C extra-filename=-2b6e5b31ebe9ed51 --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-b4fbd1f33992528d.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-1e708767d6526093.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-5eabb5c7a332b5f6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-261ecd513a9709d1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-5b00c4ca4b4627fb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
30952023-10-11T19:38:01.780Z Compiling chacha20poly1305 v0.10.1
30962023-10-11T19:38:01.784Z Running `/home/build/.rustup/toolchains/1.72.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=8068ddbfa021534a -C extra-filename=-8068ddbfa021534a --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-853fa82f3a401cd5.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-aeb5222615960dca.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0dfbde122c134ccb.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-9e21911fe8f03b6e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
30972023-10-11T19:38:02.109Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/631c201/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=57281d6929f54642 -C extra-filename=-57281d6929f54642 --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-63f81b35d4dc5fb3.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-7ab306c91ff96aef.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-8c65bb1d456fb275.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-8dc9c30533ce8069.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-a90a9cc1275a2758.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --cap-lints allow -D warnings`
30982023-10-11T19:38:02.179Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=26fb0bbab8bb10c9 -C extra-filename=-26fb0bbab8bb10c9 --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-b6be15072b128065.rmeta --cap-lints allow -D warnings`
30992023-10-11T19:38:02.733Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=40730eb2051ebcd9 -C extra-filename=-40730eb2051ebcd9 --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-aaf538cacb38ae69.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-2a586b9d58994d74.rmeta --cap-lints allow -D warnings`
31002023-10-11T19:38:03.288Z Compiling env_logger v0.9.3
31012023-10-11T19:38:03.291Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atty"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --cfg 'feature="termcolor"' -C metadata=097a465f74413633 -C extra-filename=-097a465f74413633 --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-146357f6ef611eef.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-efca1109d3d0dddb.rmeta --cap-lints allow -D warnings`
31022023-10-11T19:38:03.364Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' -C metadata=bee6a10ac3b8f7c2 -C extra-filename=-bee6a10ac3b8f7c2 --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-8e044772089bbb07.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-9044b66d6cfffe3a.so --cap-lints allow -D warnings`
31032023-10-11T19:38:05.467Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8c2788b0ba3be2ad -C extra-filename=-8c2788b0ba3be2ad --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-2666dc1e27be8b4d.rmeta --cap-lints allow -D warnings`
31042023-10-11T19:38:05.517Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
31052023-10-11T19:38:05.537Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name viona_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/901b710/crates/viona-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3f9d526e2ffed0a7 -C extra-filename=-3f9d526e2ffed0a7 --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-b1078066b701b737.rmeta --cap-lints allow -D warnings`
31062023-10-11T19:38:05.742Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
31072023-10-11T19:38:05.758Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/c1252df/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=469ce7f48e43fe8f -C extra-filename=-469ce7f48e43fe8f --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-469ce7f48e43fe8f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
31082023-10-11T19:38:06.314Z Compiling cookie v0.16.2
31092023-10-11T19:38:06.332Z Running `/home/build/.rustup/toolchains/1.72.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.16.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 metadata=d273d01d10104002 -C extra-filename=-d273d01d10104002 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-d273d01d10104002 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
31102023-10-11T19:38:06.352Z Compiling ascii v1.1.0
31112023-10-11T19:38:06.378Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ascii /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=33de564c997ac6dd -C extra-filename=-33de564c997ac6dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31122023-10-11T19:38:06.819Z Compiling assert_matches v1.5.0
31132023-10-11T19:38:06.835Z Running `/home/build/.rustup/toolchains/1.72.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=de9d8e932b97828e -C extra-filename=-de9d8e932b97828e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31142023-10-11T19:38:06.965Z Compiling ringbuffer v0.15.0
31152023-10-11T19:38:06.994Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ringbuffer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ringbuffer-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="alloc"' --cfg 'feature="default"' -C metadata=12adbac498b5722e -C extra-filename=-12adbac498b5722e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31162023-10-11T19:38:07.364Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
31172023-10-11T19:38:07.877Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rfb --edition=2021 /home/build/.cargo/git/checkouts/rfb-288dbd459c42dc7a/0cac8d9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5b7761f5afa10af9 -C extra-filename=-5b7761f5afa10af9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii=/work/oxidecomputer/omicron/target/debug/deps/libascii-33de564c997ac6dd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-097a465f74413633.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --cap-lints allow -D warnings`
31182023-10-11T19:38:08.403Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-d273d01d10104002/build-script-build`
31192023-10-11T19:38:08.409Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-469ce7f48e43fe8f/build-script-build`
31202023-10-11T19:38:08.417Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
31212023-10-11T19:38:08.425Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name viona_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/901b710/crates/viona-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a327f72dcc165b4 -C extra-filename=-0a327f72dcc165b4 --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-b1078066b701b737.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-3f9d526e2ffed0a7.rmeta --cap-lints allow -D warnings`
31222023-10-11T19:38:08.432Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' -C metadata=0a682483932714c3 -C extra-filename=-0a682483932714c3 --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-aaf538cacb38ae69.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1d26a7cafea115dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-2a586b9d58994d74.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-40730eb2051ebcd9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rmeta --cap-lints allow -D warnings`
31232023-10-11T19:38:08.439Z Compiling bitstruct v0.1.1
31242023-10-11T19:38:08.446Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d60025ed0d78031b -C extra-filename=-d60025ed0d78031b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitstruct_derive=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct_derive-d0790e0cc36b1c69.so --cap-lints allow -D warnings`
31252023-10-11T19:38:08.450Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/erased-serde-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5030ec565d15b283 -C extra-filename=-5030ec565d15b283 --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
31262023-10-11T19:38:08.470Z Compiling tungstenite v0.20.1
31272023-10-11T19:38:08.478Z Running `/home/build/.rustup/toolchains/1.72.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=f5f2d2773b8faecc -C extra-filename=-f5f2d2773b8faecc --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-d0b5a9931f42a80a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-365a12f94f76d134.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-20277456fa976614.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-9d527a8623cb7b22.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-12cba8d6e68e086e.rmeta --cap-lints allow -D warnings`
31282023-10-11T19:38:08.534Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bcb96a3c72f7f21f -C extra-filename=-bcb96a3c72f7f21f --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-46b5a067a728fb98.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --cap-lints allow -D warnings --cfg has_int_exp_fmt`
31292023-10-11T19:38:09.033Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=b339ba617a1f505a -C extra-filename=-b339ba617a1f505a --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-bbe9fdba6b5a3076.rmeta --cap-lints allow -D warnings`
31302023-10-11T19:38:10.062Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
31312023-10-11T19:38:10.089Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dladm --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/901b710/crates/dladm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0fc9d076f59b397b -C extra-filename=-0fc9d076f59b397b --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-b1078066b701b737.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --cap-lints allow -D warnings`
31322023-10-11T19:38:10.232Z Compiling serde_arrays v0.1.0
31332023-10-11T19:38:10.236Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_arrays --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_arrays-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a8b552d56cedba39 -C extra-filename=-a8b552d56cedba39 --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
31342023-10-11T19:38:10.524Z Compiling impl-trait-for-tuples v0.2.2
31352023-10-11T19:38:10.960Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=9c8c9479ff858d98 -C extra-filename=-9c8c9479ff858d98 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rlib --extern proc_macro --cap-lints allow -D warnings`
31362023-10-11T19:38:10.981Z Compiling oso-derive v0.26.4
31372023-10-11T19:38:11.003Z Running `/home/build/.rustup/toolchains/1.72.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.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=0a8e64c0896906f6 -C extra-filename=-0a8e64c0896906f6 --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-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rlib --extern proc_macro --cap-lints allow -D warnings`
31382023-10-11T19:38:11.048Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=25ff51be749310b5 -C extra-filename=-25ff51be749310b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31392023-10-11T19:38:11.073Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83befede202ef0c2 -C extra-filename=-83befede202ef0c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31402023-10-11T19:38:11.268Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4648eea5d7821deb -C extra-filename=-4648eea5d7821deb --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-83befede202ef0c2.rmeta --cap-lints allow -D warnings`
31412023-10-11T19:38:11.320Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=da6f485cf295e7f0 -C extra-filename=-da6f485cf295e7f0 --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-b339ba617a1f505a.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-620f8a0880f8aaa7.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-bcb96a3c72f7f21f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --cap-lints allow -D warnings`
31422023-10-11T19:38:11.446Z Compiling tokio-tungstenite v0.20.1
31432023-10-11T19:38:11.465Z Running `/home/build/.rustup/toolchains/1.72.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=c1cbe4ce655d2651 -C extra-filename=-c1cbe4ce655d2651 --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-41b3cacfdb8b8658.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-f5f2d2773b8faecc.rmeta --cap-lints allow -D warnings`
31442023-10-11T19:38:11.710Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=ebeb2b4731027f20 -C extra-filename=-ebeb2b4731027f20 --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-b6be15072b128065.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-26fb0bbab8bb10c9.rmeta --cap-lints allow -D warnings`
31452023-10-11T19:38:11.796Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d31030bb383ffa08 -C extra-filename=-d31030bb383ffa08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg derive_copy --cfg repr_transparent --cfg native_uninit`
31462023-10-11T19:38:11.932Z Running `/home/build/.rustup/toolchains/1.72.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=fa9898c45566403b -C extra-filename=-fa9898c45566403b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31472023-10-11T19:38:12.030Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=629ad6c3c790c5ec -C extra-filename=-629ad6c3c790c5ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31482023-10-11T19:38:12.131Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6489927f48f1fbad -C extra-filename=-6489927f48f1fbad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31492023-10-11T19:38:12.212Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
31502023-10-11T19:38:12.231Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/901b710/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"' --cfg 'feature="futures"' --cfg 'feature="generated"' --cfg 'feature="generated-migration"' --cfg 'feature="progenitor"' --cfg 'feature="tokio"' --cfg 'feature="tokio-tungstenite"' -C metadata=0c3291aadf9a52bb -C extra-filename=-0c3291aadf9a52bb --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-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c84cbd559eae016a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-28a7ac1691eca32d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c1cbe4ce655d2651.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
31512023-10-11T19:38:12.309Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=085ba021a890856b -C extra-filename=-085ba021a890856b --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-629ad6c3c790c5ec.rmeta --cap-lints allow -D warnings`
31522023-10-11T19:38:12.598Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -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=7352dea8c952daae -C extra-filename=-7352dea8c952daae --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-b6be15072b128065.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ebeb2b4731027f20.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-26fb0bbab8bb10c9.rmeta --cap-lints allow -D warnings`
31532023-10-11T19:38:12.716Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7f026e4154934830 -C extra-filename=-7f026e4154934830 --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-d31030bb383ffa08.rmeta --cap-lints allow -D warnings`
31542023-10-11T19:38:13.671Z Running `/home/build/.rustup/toolchains/1.72.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0888038ecf7f11cd -C extra-filename=-0888038ecf7f11cd --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-fa9898c45566403b.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-6489927f48f1fbad.rmeta --cap-lints allow -D warnings`
31552023-10-11T19:38:14.112Z Running `/home/build/.rustup/toolchains/1.72.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=3dcd79f611d2156d -C extra-filename=-3dcd79f611d2156d --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-00ced72cf6a670b3.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-e401af0c6cf682f8.rmeta --cap-lints allow -D warnings`
31562023-10-11T19:38:14.131Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0f7168c1b51f6d6d -C extra-filename=-0f7168c1b51f6d6d --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-f3e95c4670a50523.rmeta --cap-lints allow -D warnings`
31572023-10-11T19:38:14.190Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=fc3f88d5a51321df -C extra-filename=-fc3f88d5a51321df --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-6d24d4dfec88b70d.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-4d73f64ed7a33821.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
31582023-10-11T19:38:14.347Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=20b19b01470f452a -C extra-filename=-20b19b01470f452a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31592023-10-11T19:38:14.490Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -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=7cca805c3b67d5f1 -C extra-filename=-7cca805c3b67d5f1 --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-d55331612fb42c01.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-d2e140eae73b2ead.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-620f8a0880f8aaa7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ae111ecf99ff78ac.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings --cfg has_i128`
31602023-10-11T19:38:14.923Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
31612023-10-11T19:38:14.943Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/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=5b6812f52a0659d2 -C extra-filename=-5b6812f52a0659d2 --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-65f0a5b9aa27f6b0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
31622023-10-11T19:38:15.549Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=385aebe2019c1363 -C extra-filename=-385aebe2019c1363 --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-3c0e7eb12fc38c46.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings`
31632023-10-11T19:38:15.647Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' -C metadata=2ed983be0ab03c65 -C extra-filename=-2ed983be0ab03c65 --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-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings`
31642023-10-11T19:38:16.068Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4148e46d4812e207 -C extra-filename=-4148e46d4812e207 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31652023-10-11T19:38:16.582Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
31662023-10-11T19:38:16.604Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/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=858d29911a3a35af -C extra-filename=-858d29911a3a35af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5b6812f52a0659d2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7abc2328405b41fb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-098c27be3dd0f029.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4f64b99a251c91b7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
31672023-10-11T19:38:17.324Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' -C metadata=939f759098d4e6b9 -C extra-filename=-939f759098d4e6b9 --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-385aebe2019c1363.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-2ed983be0ab03c65.rmeta --cap-lints allow -D warnings`
31682023-10-11T19:38:20.590Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=95dc98b0df7c73c7 -C extra-filename=-95dc98b0df7c73c7 --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-4148e46d4812e207.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3a5afedd99d72085.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-fc3f88d5a51321df.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
31692023-10-11T19:38:21.199Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -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=1c694c332bfab5e7 -C extra-filename=-1c694c332bfab5e7 --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-d55331612fb42c01.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-c4da83d5a55438d5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-89a1d2b37d60fddc.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-7cca805c3b67d5f1.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-620f8a0880f8aaa7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-7352dea8c952daae.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ebeb2b4731027f20.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-57e2e5899337d935.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2a4ca742f7d69463.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-077ad26ebebec88c.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-26fb0bbab8bb10c9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
31702023-10-11T19:38:21.857Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' --cfg 'feature="std"' -C metadata=319a7492cef02518 -C extra-filename=-319a7492cef02518 --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-20b19b01470f452a.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-4b3ebbeb8335c80c.so --cap-lints allow -D warnings`
31712023-10-11T19:38:22.987Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=201e3d8032bf814d -C extra-filename=-201e3d8032bf814d --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-085ba021a890856b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-7f026e4154934830.rmeta --cap-lints allow -D warnings`
31722023-10-11T19:38:27.712Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=232a3860334462ef -C extra-filename=-232a3860334462ef --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-fa9898c45566403b.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-0888038ecf7f11cd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
31732023-10-11T19:38:30.399Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=68051dda1db99c6e -C extra-filename=-68051dda1db99c6e --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-d55331612fb42c01.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-4648eea5d7821deb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f9f8c637bacfbef1.rmeta --cap-lints allow -D warnings`
31742023-10-11T19:38:30.912Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=e05dca8dd4827f7d -C extra-filename=-e05dca8dd4827f7d --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-c4da83d5a55438d5.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-b6be15072b128065.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-26fb0bbab8bb10c9.rmeta --cap-lints allow -D warnings`
31752023-10-11T19:38:31.371Z Compiling const_format v0.2.31
31762023-10-11T19:38:31.830Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format-0.2.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=23286d2a23822630 -C extra-filename=-23286d2a23822630 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_format_proc_macros=/work/oxidecomputer/omicron/target/debug/deps/libconst_format_proc_macros-deea3516802ae4d1.so --cap-lints allow -D warnings`
31772023-10-11T19:38:31.856Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto-color"' --cfg 'feature="color"' -C metadata=73afff2c70850a02 -C extra-filename=-73afff2c70850a02 --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-3c07054e5af12402.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2eab053f8a115a9f.rmeta --cap-lints allow -D warnings`
31782023-10-11T19:38:32.465Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
31792023-10-11T19:38:32.487Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/20273bc/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=c78830710c4306f4 -C extra-filename=-c78830710c4306f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libworkspace_hack-2d1e82e684dcd839.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
31802023-10-11T19:38:32.719Z Running `/home/build/.rustup/toolchains/1.72.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.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=49bd9147963abcac -C extra-filename=-49bd9147963abcac --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-bc6d8ba924edd9c6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8a76605271155f73.rmeta --cap-lints allow -D warnings`
31812023-10-11T19:38:34.816Z Compiling ron v0.7.1
31822023-10-11T19:38:35.085Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=118ac254ebefcc62 -C extra-filename=-118ac254ebefcc62 --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-ad8c311fcc61d255.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
31832023-10-11T19:38:35.164Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=be174a0ba930fa42 -C extra-filename=-be174a0ba930fa42 --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-f517da13a8b686da.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1486aaee3f323cc1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --cap-lints allow -D warnings`
31842023-10-11T19:38:35.279Z Compiling http-range v0.1.5
31852023-10-11T19:38:35.286Z Running `/home/build/.rustup/toolchains/1.72.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=b4033984b397087d -C extra-filename=-b4033984b397087d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31862023-10-11T19:38:35.750Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=47fdc8f0fb957603 -C extra-filename=-47fdc8f0fb957603 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31872023-10-11T19:38:36.673Z Compiling bit_field v0.10.2
31882023-10-11T19:38:36.767Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_field /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit_field-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=e951acd70516eeb8 -C extra-filename=-e951acd70516eeb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31892023-10-11T19:38:36.875Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=215f923a61dc9e69 -C extra-filename=-215f923a61dc9e69 --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-be174a0ba930fa42.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-68051dda1db99c6e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f9f8c637bacfbef1.rmeta --cap-lints allow -D warnings`
31902023-10-11T19:38:37.158Z Compiling hyper-staticfile v0.9.5
31912023-10-11T19:38:37.580Z Running `/home/build/.rustup/toolchains/1.72.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=8843785b0a7a5bf7 -C extra-filename=-8843785b0a7a5bf7 --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-41b3cacfdb8b8658.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-b4033984b397087d.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-88a461b76c14f00c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --cap-lints allow -D warnings`
31922023-10-11T19:38:37.645Z Running `/home/build/.rustup/toolchains/1.72.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=2013f0869bd43665 -C extra-filename=-2013f0869bd43665 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg portable_atomic_llvm_16`
31932023-10-11T19:38:37.993Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -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=e7a239b6d969bb12 -C extra-filename=-e7a239b6d969bb12 --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-a291790a3ed91561.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-b1008f6b16506ac7.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cd75ce2a091a2ded.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --cap-lints allow -D warnings`
31942023-10-11T19:38:38.298Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d8bcca35f33998a5 -C extra-filename=-d8bcca35f33998a5 --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-ae111ecf99ff78ac.rmeta --cap-lints allow -D warnings`
31952023-10-11T19:38:38.777Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2e817dd5db488c99 -C extra-filename=-2e817dd5db488c99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31962023-10-11T19:38:38.826Z Compiling number_prefix v0.4.0
31972023-10-11T19:38:39.717Z Running `/home/build/.rustup/toolchains/1.72.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=dab6b6d0bbf65977 -C extra-filename=-dab6b6d0bbf65977 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31982023-10-11T19:38:39.732Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a2d4a35d2b10c304 -C extra-filename=-a2d4a35d2b10c304 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31992023-10-11T19:38:39.747Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/20273bc/crucible-client-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0387c06b36fce6df -C extra-filename=-0387c06b36fce6df --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-f517da13a8b686da.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --extern workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libworkspace_hack-ac452840d2d58339.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
32002023-10-11T19:38:39.756Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8c9021d181e8eccb -C extra-filename=-8c9021d181e8eccb --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-3c0e7eb12fc38c46.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-dae9922e1d159d5a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ae111ecf99ff78ac.rmeta --cap-lints allow -D warnings`
32012023-10-11T19:38:39.763Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=429516902662dad4 -C extra-filename=-429516902662dad4 --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-a2d4a35d2b10c304.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-d8bcca35f33998a5.rmeta --cap-lints allow -D warnings`
32022023-10-11T19:38:39.976Z Compiling indicatif v0.17.6
32032023-10-11T19:38:39.997Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.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="rayon"' --cfg 'feature="unicode-width"' -C metadata=e94eb95fc1ce6fb1 -C extra-filename=-e94eb95fc1ce6fb1 --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-17fb685b1d269b14.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-dab6b6d0bbf65977.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-2013f0869bd43665.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-5fdeba5095a92741.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-22d2e5808eee9062.rmeta --cap-lints allow -D warnings`
32042023-10-11T19:38:40.195Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-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 opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=0b57edeaa387497d -C extra-filename=-0b57edeaa387497d --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-d4a5ad149d515194.rmeta --cap-lints allow -D warnings`
32052023-10-11T19:38:40.392Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a9f6d8bf67de81da -C extra-filename=-a9f6d8bf67de81da --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-31511f69cb20a3b2.rmeta --cap-lints allow -D warnings`
32062023-10-11T19:38:40.417Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=acc8497791ec458d -C extra-filename=-acc8497791ec458d --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-da98cd184f1dd7f6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --cap-lints allow -D warnings`
32072023-10-11T19:38:40.607Z Compiling bytesize v1.3.0
32082023-10-11T19:38:40.617Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bytesize /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytesize-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="serde"' -C metadata=2f523a89f6109928 -C extra-filename=-2f523a89f6109928 --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
32092023-10-11T19:38:40.710Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0296cd2fae0ad0b4 -C extra-filename=-0296cd2fae0ad0b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32102023-10-11T19:38:41.195Z Compiling fs-err v2.9.0
32112023-10-11T19:38:41.199Z Running `/home/build/.rustup/toolchains/1.72.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.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=08b016a9188ac00e -C extra-filename=-08b016a9188ac00e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32122023-10-11T19:38:41.273Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c272a97674c5a297 -C extra-filename=-c272a97674c5a297 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32132023-10-11T19:38:41.572Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f2981edbf10f3b51 -C extra-filename=-f2981edbf10f3b51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32142023-10-11T19:38:41.725Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f097453d2a412ae3 -C extra-filename=-f097453d2a412ae3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32152023-10-11T19:38:41.750Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=512ed9aa6de41068 -C extra-filename=-512ed9aa6de41068 --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-3c0e7eb12fc38c46.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-44fc1f1b664a737c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-44ec121a8974b079.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-429516902662dad4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-bf6a0d489d5d4904.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a21da4229f0887c1.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-0746e8ce2e275537.rmeta --cap-lints allow -D warnings`
32162023-10-11T19:38:42.154Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=e8b57a5063bd2d01 -C extra-filename=-e8b57a5063bd2d01 --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-d55331612fb42c01.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-c4da83d5a55438d5.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-47fdc8f0fb957603.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-b6be15072b128065.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-73afff2c70850a02.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-95dc98b0df7c73c7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-fc3f88d5a51321df.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5865b6cb774c6986.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-1c694c332bfab5e7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-201e3d8032bf814d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2a4ca742f7d69463.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e05dca8dd4827f7d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f9f8c637bacfbef1.rmeta --cap-lints allow -D warnings`
32172023-10-11T19:38:42.728Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -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=2730df17263892d4 -C extra-filename=-2730df17263892d4 --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-0296cd2fae0ad0b4.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-b7dad78e10e2d8bd.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f097453d2a412ae3.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9f6d8bf67de81da.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-31511f69cb20a3b2.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-c272a97674c5a297.rmeta --cap-lints allow -D warnings`
32182023-10-11T19:38:43.782Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=9098c69844042361 -C extra-filename=-9098c69844042361 --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-dae9922e1d159d5a.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-0f73e34081c966cd.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-8c9021d181e8eccb.rmeta --cap-lints allow -D warnings`
32192023-10-11T19:38:45.302Z Running `/home/build/.rustup/toolchains/1.72.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=c7b40e82f63f4ae7 -C extra-filename=-c7b40e82f63f4ae7 --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-77b357fb476e9a92.so --cap-lints allow -D warnings`
32202023-10-11T19:38:45.516Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6e0b9f7bf94a5b1d -C extra-filename=-6e0b9f7bf94a5b1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg op_assign`
32212023-10-11T19:38:45.702Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7038fd600189ce64 -C extra-filename=-7038fd600189ce64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-2e176290cca0c6aa.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-b224cecf94b6699c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-28cf5e0554ad3063.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2e50d0eb0b488db5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b070c0a3528fb68a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9cea5704743a276f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-25394cd073bf56d7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6285dc69fecfe350.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-22070346dc4d0a8f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
32222023-10-11T19:38:46.388Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=6d94b226482a6d7d -C extra-filename=-6d94b226482a6d7d --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-63f81b35d4dc5fb3.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-aa81afa303ab3143.rmeta --cap-lints allow -D warnings`
32232023-10-11T19:38:48.329Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/901b710/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5402a71a9b556272 -C extra-filename=-5402a71a9b556272 --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-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
32242023-10-11T19:38:48.488Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=353a8d86b72c529d -C extra-filename=-353a8d86b72c529d --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
32252023-10-11T19:38:49.102Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=860207ec66e217de -C extra-filename=-860207ec66e217de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32262023-10-11T19:38:51.149Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b140ce5f5777630f -C extra-filename=-b140ce5f5777630f --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-89a1d2b37d60fddc.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-860207ec66e217de.rmeta --cap-lints allow -D warnings`
32272023-10-11T19:38:52.353Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3db4ae3ef2893dc4 -C extra-filename=-3db4ae3ef2893dc4 --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-5e1b7200ff6e80bb.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-a3311a65730d5b1f.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-c4f4e705a3ec6e86.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-bf6a0d489d5d4904.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-353a8d86b72c529d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a21da4229f0887c1.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-512ed9aa6de41068.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-0746e8ce2e275537.rmeta --cap-lints allow -D warnings`
32282023-10-11T19:38:53.594Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=19ff2710b245a75d -C extra-filename=-19ff2710b245a75d --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-2730df17263892d4.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-827eb80d4ee6d9a0.so --cap-lints allow -D warnings`
32292023-10-11T19:38:53.846Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=be68d50f84fc23be -C extra-filename=-be68d50f84fc23be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8a46cebc3dfd1f31.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --cap-lints allow -D warnings`
32302023-10-11T19:38:54.397Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' -C metadata=ded4f589be821bf7 -C extra-filename=-ded4f589be821bf7 --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-a291790a3ed91561.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-cf404384f32d9ee0.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31596f1cfd69171c.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-c38534593b8ad92a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-9098c69844042361.rmeta --cap-lints allow -D warnings`
32312023-10-11T19:38:56.372Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="base64"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=1246a33cba1a0693 -C extra-filename=-1246a33cba1a0693 --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-f3e95c4670a50523.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-64edcd8daed94a95.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3e772cd53145f424.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-5ea056c3aa76d4a5.rmeta --cap-lints allow -D warnings`
32322023-10-11T19:38:59.797Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=abaa73c8208bf1cd -C extra-filename=-abaa73c8208bf1cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b2f7911ce9759020.rmeta --cap-lints allow -D warnings`
32332023-10-11T19:39:00.771Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libsqlite3_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' -C metadata=0becf946976ec01a -C extra-filename=-0becf946976ec01a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l sqlite3`
32342023-10-11T19:39:02.225Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4c79134007c27d1e -C extra-filename=-4c79134007c27d1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l efi`
32352023-10-11T19:39:03.163Z Running `/home/build/.rustup/toolchains/1.72.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.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=f2cbb1d88a1b00a7 -C extra-filename=-f2cbb1d88a1b00a7 --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-d3e47da13ea8dfbb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-38cace45970d66dc.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ba0b9ecd6c51a3f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-971cda85375d22df.rmeta --cap-lints allow -D warnings`
32362023-10-11T19:39:03.217Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hashlink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashlink-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9e063f120b964bc6 -C extra-filename=-9e063f120b964bc6 --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-6d6730805a801a5f.rmeta --cap-lints allow -D warnings`
32372023-10-11T19:39:03.773Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -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=bf7877a69867ed03 -C extra-filename=-bf7877a69867ed03 --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-da98cd184f1dd7f6.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5e540ad4941d14f0.rmeta --cap-lints allow -D warnings`
32382023-10-11T19:39:04.305Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=7c9235f547ae9641 -C extra-filename=-7c9235f547ae9641 --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-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
32392023-10-11T19:39:04.331Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name path_dedot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-dedot-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9c10051ded0b99a8 -C extra-filename=-9c10051ded0b99a8 --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-195040b02b177146.rmeta --cap-lints allow -D warnings`
32402023-10-11T19:39:04.739Z Compiling indoc v2.0.3
32412023-10-11T19:39:04.742Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=9d669547cbb4bc59 -C extra-filename=-9d669547cbb4bc59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
32422023-10-11T19:39:04.762Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d69b3eff17dd817 -C extra-filename=-1d69b3eff17dd817 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32432023-10-11T19:39:05.153Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=afead1a050d43242 -C extra-filename=-afead1a050d43242 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32442023-10-11T19:39:05.459Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_streaming_iterator /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-streaming-iterator-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c408cf99aead0c10 -C extra-filename=-c408cf99aead0c10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32452023-10-11T19:39:05.878Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rusqlite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusqlite-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=88b92fb0d37ef97a -C extra-filename=-88b92fb0d37ef97a --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-1486aaee3f323cc1.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d02e4f44237b5109.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_streaming_iterator-c408cf99aead0c10.rmeta --extern hashlink=/work/oxidecomputer/omicron/target/debug/deps/libhashlink-9e063f120b964bc6.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-0becf946976ec01a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ae111ecf99ff78ac.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64`
32462023-10-11T19:39:06.007Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e461df278a866dbe -C extra-filename=-e461df278a866dbe --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-1d69b3eff17dd817.rmeta --cap-lints allow -D warnings`
32472023-10-11T19:39:06.867Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name path_absolutize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-absolutize-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=253d564943998a84 -C extra-filename=-253d564943998a84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern path_dedot=/work/oxidecomputer/omicron/target/debug/deps/libpath_dedot-9c10051ded0b99a8.rmeta --cap-lints allow -D warnings`
32482023-10-11T19:39:06.885Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f11e97f2b0d69677 -C extra-filename=-f11e97f2b0d69677 --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-63f81b35d4dc5fb3.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-4c79134007c27d1e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --cap-lints allow -D warnings`
32492023-10-11T19:39:07.343Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6e6f546ac8b61af6 -C extra-filename=-6e6f546ac8b61af6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-abaa73c8208bf1cd.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-19ff2710b245a75d.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -l static=pci`
32502023-10-11T19:39:07.390Z Running `/home/build/.rustup/toolchains/1.72.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.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=84c201c4ea21bd1a -C extra-filename=-84c201c4ea21bd1a --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-45c46b3316877300.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-1246a33cba1a0693.rmeta --cap-lints allow -D warnings`
32512023-10-11T19:39:08.361Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=5bd6b937bf77c27f -C extra-filename=-5bd6b937bf77c27f --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-0a12ce2110a94ad2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-38cace45970d66dc.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ba0b9ecd6c51a3f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f2cbb1d88a1b00a7.rmeta --cap-lints allow -D warnings`
32522023-10-11T19:39:08.799Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -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=70ce61b9df1a13e9 -C extra-filename=-70ce61b9df1a13e9 --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-d55331612fb42c01.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-44fc1f1b664a737c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-64edcd8daed94a95.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3e772cd53145f424.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-5ea056c3aa76d4a5.rmeta --cap-lints allow -D warnings`
32532023-10-11T19:39:10.632Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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=e2d9ddb832a7f051 -C extra-filename=-e2d9ddb832a7f051 --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-ccb81907c4b78a17.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-1632f88a70563dfe.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-b9e0b6ca8eb0c8cf.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rmeta --cap-lints allow -D warnings`
32542023-10-11T19:39:10.704Z Compiling derive_builder v0.12.0
32552023-10-11T19:39:10.744Z Running `/home/build/.rustup/toolchains/1.72.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=8dd40d3feeed694e -C extra-filename=-8dd40d3feeed694e --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-09167d08f0d17c81.so --cap-lints allow -D warnings`
32562023-10-11T19:39:10.931Z Running `/home/build/.rustup/toolchains/1.72.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=d01c59451bfb78ec -C extra-filename=-d01c59451bfb78ec --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-b1078066b701b737.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xml2`
32572023-10-11T19:39:11.659Z Compiling signal-hook-mio v0.2.3
32582023-10-11T19:39:11.695Z Running `/home/build/.rustup/toolchains/1.72.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=4df7501e28bf0922 -C extra-filename=-4df7501e28bf0922 --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-b1078066b701b737.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-0f763c45bd2d6012.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6f1b9fc73aa4b6db.rmeta --cap-lints allow -D warnings`
32592023-10-11T19:39:12.164Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=81327f82e013ac60 -C extra-filename=-81327f82e013ac60 --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-5085e20565657c3d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --cap-lints allow -D warnings`
32602023-10-11T19:39:12.174Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' -C metadata=e52cb116214d53c1 -C extra-filename=-e52cb116214d53c1 --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-a50ce7321bfdc712.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-7076bed75ea0c074.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-2cab8e63723bf814.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1d26a7cafea115dc.rmeta --cap-lints allow -D warnings`
32612023-10-11T19:39:12.564Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twox-hash-1.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=23b0efe43f00c753 -C extra-filename=-23b0efe43f00c753 --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-3c0e7eb12fc38c46.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rmeta --cap-lints allow -D warnings`
32622023-10-11T19:39:13.810Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5ae88cd3316802ae -C extra-filename=-5ae88cd3316802ae --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-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-86c5147d695ab8b0.rmeta --cap-lints allow -D warnings`
32632023-10-11T19:39:14.392Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ea5475becae0c580 -C extra-filename=-ea5475becae0c580 --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
32642023-10-11T19:39:14.452Z Compiling bb8 v0.8.1
32652023-10-11T19:39:14.695Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-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"' --cfg 'feature="parking_lot"' -C metadata=6ec89e492c03fab1 -C extra-filename=-6ec89e492c03fab1 --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-5e1b7200ff6e80bb.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-65f97b686f8023b7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --cap-lints allow -D warnings`
32662023-10-11T19:39:14.884Z Compiling quick-xml v0.23.1
32672023-10-11T19:39:15.322Z Running `/home/build/.rustup/toolchains/1.72.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.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' -C metadata=44ec87ca34713b1f -C extra-filename=-44ec87ca34713b1f --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-2b9cc4e8f0305d0f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
32682023-10-11T19:39:15.355Z Running `/home/build/.rustup/toolchains/1.72.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.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dbe076e154597cdc -C extra-filename=-dbe076e154597cdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32692023-10-11T19:39:15.382Z Compiling maplit v1.0.2
32702023-10-11T19:39:15.405Z Running `/home/build/.rustup/toolchains/1.72.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=f8a186bb5dc45b01 -C extra-filename=-f8a186bb5dc45b01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32712023-10-11T19:39:15.428Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=da04c087f835a51e0441addb19c5ef4986e1fcf2#da04c087)
32722023-10-11T19:39:15.470Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/da04c08/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aaa96eb9cfc62742 -C extra-filename=-aaa96eb9cfc62742 --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-5e1b7200ff6e80bb.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-6ec89e492c03fab1.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc67fb1af8d83a16.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
32732023-10-11T19:39:15.494Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.12.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' -C metadata=aad05e1fd3bf39c4 -C extra-filename=-aad05e1fd3bf39c4 --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-ba2c5ad6cc3819c4.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a8fc004cf30cfd85.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-e52cb116214d53c1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-5ae88cd3316802ae.rmeta --extern path_absolutize=/work/oxidecomputer/omicron/target/debug/deps/libpath_absolutize-253d564943998a84.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0f7168c1b51f6d6d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-ea5475becae0c580.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-319a7492cef02518.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8a76605271155f73.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8b4af682f00f4f8e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e461df278a866dbe.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
32742023-10-11T19:39:15.601Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3e77a832e95b1454 -C extra-filename=-3e77a832e95b1454 --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-ba2c5ad6cc3819c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b070c0a3528fb68a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7038fd600189ce64.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-81327f82e013ac60.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-25394cd073bf56d7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
32752023-10-11T19:39:19.514Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=ae2a5054a1d7bf59 -C extra-filename=-ae2a5054a1d7bf59 --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-45c46b3316877300.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-70ce61b9df1a13e9.rmeta --cap-lints allow -D warnings`
32762023-10-11T19:39:19.767Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b553441fea7b41a1 -C extra-filename=-b553441fea7b41a1 --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-55888b3cf4c7447b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7038fd600189ce64.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-fc36a7f490410689.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
32772023-10-11T19:39:20.554Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f65046aa7bc08716 -C extra-filename=-f65046aa7bc08716 --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-3c0e7eb12fc38c46.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-f2981edbf10f3b51.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-acc8497791ec458d.rmeta --cap-lints allow -D warnings`
32782023-10-11T19:39:20.710Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/c1252df/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0289e42561ff514a -C extra-filename=-0289e42561ff514a --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-fc67fb1af8d83a16.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ea8dcc1dd42eca2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
32792023-10-11T19:39:21.065Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f36c218727b12596 -C extra-filename=-f36c218727b12596 --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-80d16594467ebc43.rmeta --cap-lints allow -D warnings`
32802023-10-11T19:39:21.111Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3601e16433f2ad36 -C extra-filename=-3601e16433f2ad36 --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-5ddafdfd999bec0a.so --cap-lints allow -D warnings`
32812023-10-11T19:39:21.191Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dceb58c874d39a40 -C extra-filename=-dceb58c874d39a40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
32822023-10-11T19:39:21.718Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=b9022bcb64a35751 -C extra-filename=-b9022bcb64a35751 --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-1824044c80fa9625.rmeta --cap-lints allow -D warnings`
32832023-10-11T19:39:21.745Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=a1250fda41072fe7 -C extra-filename=-a1250fda41072fe7 --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-3c0e7eb12fc38c46.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-1824044c80fa9625.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --cap-lints allow -D warnings`
32842023-10-11T19:39:21.876Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bincode /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bincode-1.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=80e950208a1c11dd -C extra-filename=-80e950208a1c11dd --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
32852023-10-11T19:39:21.972Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=84f920f39e21a911 -C extra-filename=-84f920f39e21a911 --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-456145d791e7aded.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-dceb58c874d39a40.rmeta --cap-lints allow -D warnings`
32862023-10-11T19:39:22.013Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm_siv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-siv-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' -C metadata=e2710b17fc1ec0d0 -C extra-filename=-e2710b17fc1ec0d0 --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-bf7877a69867ed03.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-a1250fda41072fe7.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-1824044c80fa9625.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-b9022bcb64a35751.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-f65046aa7bc08716.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
32872023-10-11T19:39:22.085Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/901b710/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="generated"' --cfg 'feature="generated-migration"' --cfg 'feature="progenitor"' --cfg 'feature="tokio"' --cfg 'feature="tokio-tungstenite"' -C metadata=1439134a11f157db -C extra-filename=-1439134a11f157db --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-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-0387c06b36fce6df.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-25394cd073bf56d7.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-5402a71a9b556272.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ae2a5054a1d7bf59.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
32882023-10-11T19:39:22.250Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atty"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --cfg 'feature="termcolor"' -C metadata=8b7d93629b82453a -C extra-filename=-8b7d93629b82453a --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-b7dad78e10e2d8bd.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1d26a7cafea115dc.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2eab053f8a115a9f.rmeta --cap-lints allow -D warnings`
32892023-10-11T19:39:22.854Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4de9434733180e27 -C extra-filename=-4de9434733180e27 --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-065c702e72289fd3.rmeta --cap-lints allow -D warnings`
32902023-10-11T19:39:23.112Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name viona_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/901b710/crates/viona-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=14a186b798c4b5f2 -C extra-filename=-14a186b798c4b5f2 --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-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings`
32912023-10-11T19:39:23.332Z Compiling owo-colors v3.5.0
32922023-10-11T19:39:23.354Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-3.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=7925e2f5a7b97d4e -C extra-filename=-7925e2f5a7b97d4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32932023-10-11T19:39:24.330Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ascii /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c25b98141567a59f -C extra-filename=-c25b98141567a59f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32942023-10-11T19:39:24.794Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ee7665d458dd6e37 -C extra-filename=-ee7665d458dd6e37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32952023-10-11T19:39:25.306Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ringbuffer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ringbuffer-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=506308780fdbe2f1 -C extra-filename=-506308780fdbe2f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32962023-10-11T19:39:25.388Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rfb --edition=2021 /home/build/.cargo/git/checkouts/rfb-288dbd459c42dc7a/0cac8d9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=af0bd25f42d3c9dd -C extra-filename=-af0bd25f42d3c9dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii=/work/oxidecomputer/omicron/target/debug/deps/libascii-c25b98141567a59f.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-8b7d93629b82453a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --cap-lints allow -D warnings`
32972023-10-11T19:39:26.186Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name viona_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/901b710/crates/viona-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c2dbc89ddb4f63b3 -C extra-filename=-c2dbc89ddb4f63b3 --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-63f81b35d4dc5fb3.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-14a186b798c4b5f2.rmeta --cap-lints allow -D warnings`
32982023-10-11T19:39:26.559Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a861a660c7a0b850 -C extra-filename=-a861a660c7a0b850 --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-f517da13a8b686da.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-4de9434733180e27.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f9c066fd8aa13393.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-456145d791e7aded.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3e772cd53145f424.rmeta --cap-lints allow -D warnings`
32992023-10-11T19:39:27.560Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=afa64ea416ca6b19 -C extra-filename=-afa64ea416ca6b19 --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-ba2c5ad6cc3819c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-28cf5e0554ad3063.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3e77a832e95b1454.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7038fd600189ce64.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b553441fea7b41a1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8ad8b843a34964ed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
33002023-10-11T19:39:27.832Z Compiling crossterm v0.27.0
33012023-10-11T19:39:27.849Z Running `/home/build/.rustup/toolchains/1.72.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="windows"' -C metadata=ec34fd9c9d8b6fef -C extra-filename=-ec34fd9c9d8b6fef --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-be38ad5d671379f5.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0f763c45bd2d6012.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-65f97b686f8023b7.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6f1b9fc73aa4b6db.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-4df7501e28bf0922.rmeta --cap-lints allow -D warnings`
33022023-10-11T19:39:29.939Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/20273bc/agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=98637b68b829102e -C extra-filename=-98637b68b829102e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-25394cd073bf56d7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libworkspace_hack-ac452840d2d58339.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
33032023-10-11T19:39:31.395Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bb79c8054bd9dd9d -C extra-filename=-bb79c8054bd9dd9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitstruct_derive=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct_derive-d0790e0cc36b1c69.so --cap-lints allow -D warnings`
33042023-10-11T19:39:31.907Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/erased-serde-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9d2e0359d709204c -C extra-filename=-9d2e0359d709204c --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
33052023-10-11T19:39:32.891Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dladm --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/901b710/crates/dladm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0856baaeba928b11 -C extra-filename=-0856baaeba928b11 --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-63f81b35d4dc5fb3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --cap-lints allow -D warnings`
33062023-10-11T19:39:32.913Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8f23cb80e2820a30 -C extra-filename=-8f23cb80e2820a30 --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-57e2e5899337d935.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --cap-lints allow -D warnings`
33072023-10-11T19:39:32.941Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_arrays --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_arrays-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=47be508dcfcfa82e -C extra-filename=-47be508dcfcfa82e --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
33082023-10-11T19:39:33.002Z Compiling cassowary v0.3.0
33092023-10-11T19:39:33.011Z Running `/home/build/.rustup/toolchains/1.72.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=0a0002b5d6cfe6d9 -C extra-filename=-0a0002b5d6cfe6d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33102023-10-11T19:39:33.021Z Compiling yansi v0.5.1
33112023-10-11T19:39:33.036Z Running `/home/build/.rustup/toolchains/1.72.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=c23cf56f768e2020 -C extra-filename=-c23cf56f768e2020 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33122023-10-11T19:39:33.485Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3d2374dfb5393fce -C extra-filename=-3d2374dfb5393fce --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-8f23cb80e2820a30.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-57e2e5899337d935.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --cap-lints allow -D warnings`
33132023-10-11T19:39:33.527Z Compiling pretty_assertions v1.4.0
33142023-10-11T19:39:33.543Z Running `/home/build/.rustup/toolchains/1.72.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=707e7169a1568639 -C extra-filename=-707e7169a1568639 --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-35284c3a0f9039eb.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-c23cf56f768e2020.rmeta --cap-lints allow -D warnings`
33152023-10-11T19:39:33.559Z Compiling ratatui v0.23.0
33162023-10-11T19:39:33.575Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossterm"' --cfg 'feature="default"' -C metadata=887403756b6adec5 -C extra-filename=-887403756b6adec5 --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-be38ad5d671379f5.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-0a0002b5d6cfe6d9.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ec34fd9c9d8b6fef.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-9d669547cbb4bc59.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-c95636952c6f45c1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-22d2e5808eee9062.rmeta --cap-lints allow -D warnings`
33172023-10-11T19:39:33.587Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2fa4befd8f22b401 -C extra-filename=-2fa4befd8f22b401 --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-09167d08f0d17c81.so --cap-lints allow -D warnings`
33182023-10-11T19:39:34.253Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3ed0d3bf71712614 -C extra-filename=-3ed0d3bf71712614 --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-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xml2`
33192023-10-11T19:39:34.272Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a157337a24dcb7f3 -C extra-filename=-a157337a24dcb7f3 --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-77b357fb476e9a92.so --cap-lints allow -D warnings`
33202023-10-11T19:39:34.284Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=136072a7b75c82da -C extra-filename=-136072a7b75c82da --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-55888b3cf4c7447b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --cap-lints allow -D warnings --cfg seek_convenience --cfg const_fn_trait_bounds`
33212023-10-11T19:39:34.304Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' -C metadata=cfbc234e96ea11d8 -C extra-filename=-cfbc234e96ea11d8 --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-5e1b7200ff6e80bb.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-44ec121a8974b079.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-1592a242d91bde1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --cap-lints allow -D warnings`
33222023-10-11T19:39:35.050Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -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=1f15f648cabf995b -C extra-filename=-1f15f648cabf995b --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-5e540ad4941d14f0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-57e2e5899337d935.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
33232023-10-11T19:39:35.085Z Running `/home/build/.rustup/toolchains/1.72.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.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' -C metadata=d8c0734948a4c9ea -C extra-filename=-d8c0734948a4c9ea --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-0c37760ceb6b7eb9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
33242023-10-11T19:39:35.113Z Compiling rtoolbox v0.0.1
33252023-10-11T19:39:35.149Z Running `/home/build/.rustup/toolchains/1.72.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=0b842caeb54bf1c3 -C extra-filename=-0b842caeb54bf1c3 --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-b1078066b701b737.rmeta --cap-lints allow -D warnings`
33262023-10-11T19:39:36.191Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a4058fc57a76491e -C extra-filename=-a4058fc57a76491e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33272023-10-11T19:39:36.633Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=817a6c1181774b8a -C extra-filename=-817a6c1181774b8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33282023-10-11T19:39:36.649Z Compiling rpassword v7.2.0
33292023-10-11T19:39:36.673Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.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=85d4451dffda6e9e -C extra-filename=-85d4451dffda6e9e --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-b1078066b701b737.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-0b842caeb54bf1c3.rmeta --cap-lints allow -D warnings`
33302023-10-11T19:39:36.917Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/da04c08/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6a1fb82eb28bad0b -C extra-filename=-6a1fb82eb28bad0b --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-5e1b7200ff6e80bb.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-cfbc234e96ea11d8.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ee2755fad26b5587.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
33312023-10-11T19:39:38.321Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=a6b3cba1c2a0a00e -C extra-filename=-a6b3cba1c2a0a00e --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-b4bc10243c26e981.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-f2981edbf10f3b51.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-acc8497791ec458d.rmeta --cap-lints allow -D warnings`
33322023-10-11T19:39:38.790Z Running `/home/build/.rustup/toolchains/1.72.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.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' -C metadata=dff596d6352fdc4f -C extra-filename=-dff596d6352fdc4f --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-a4058fc57a76491e.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-1f15f648cabf995b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-89a1d2b37d60fddc.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-8f23cb80e2820a30.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5e540ad4941d14f0.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-3d2374dfb5393fce.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0b57edeaa387497d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-57e2e5899337d935.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
33332023-10-11T19:39:38.992Z Compiling tui-tree-widget v0.13.0
33342023-10-11T19:39:39.014Z Running `/home/build/.rustup/toolchains/1.72.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.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 -C metadata=5c4947e41eef3381 -C extra-filename=-5c4947e41eef3381 --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-887403756b6adec5.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-22d2e5808eee9062.rmeta --cap-lints allow -D warnings`
33352023-10-11T19:39:39.451Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=9760cabe276b728e -C extra-filename=-9760cabe276b728e --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-d55331612fb42c01.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-4648eea5d7821deb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f9f8c637bacfbef1.rmeta --cap-lints allow -D warnings`
33362023-10-11T19:39:39.947Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/c1252df/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=adfb8f33ed8e8fd3 -C extra-filename=-adfb8f33ed8e8fd3 --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-ee2755fad26b5587.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f1c8302ac6175740.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
33372023-10-11T19:39:39.984Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3ef8cf9b839d8aed -C extra-filename=-3ef8cf9b839d8aed --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-bf6a0d489d5d4904.rmeta --cap-lints allow -D warnings`
33382023-10-11T19:39:40.102Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -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=cf532c8f3fdac298 -C extra-filename=-cf532c8f3fdac298 --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-ccb81907c4b78a17.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-1632f88a70563dfe.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-b9e0b6ca8eb0c8cf.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rmeta --cap-lints allow -D warnings`
33392023-10-11T19:39:40.595Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d51721422e6ec50e -C extra-filename=-d51721422e6ec50e --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-0158b2a977bbd5c5.so --cap-lints allow -D warnings`
33402023-10-11T19:39:40.628Z Running `/home/build/.rustup/toolchains/1.72.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.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 panic=abort -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=ff64d51a3732203d -C extra-filename=-ff64d51a3732203d --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-3c0e7eb12fc38c46.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-bca008ad4ed5c094.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-89a1d2b37d60fddc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-57e2e5899337d935.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
33412023-10-11T19:39:40.915Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
33422023-10-11T19:39:40.971Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/20273bc/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=e820acb45a769613 -C extra-filename=-e820acb45a769613 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --extern workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libworkspace_hack-2d1e82e684dcd839.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
33432023-10-11T19:39:41.797Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=79d2a7ed6c2e6aec -C extra-filename=-79d2a7ed6c2e6aec --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-ba2c5ad6cc3819c4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-25394cd073bf56d7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
33442023-10-11T19:39:41.816Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' -C metadata=23e40c3888a904fc -C extra-filename=-23e40c3888a904fc --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-3c0e7eb12fc38c46.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-1824044c80fa9625.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --cap-lints allow -D warnings`
33452023-10-11T19:39:43.117Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4cdc7610c6773be9 -C extra-filename=-4cdc7610c6773be9 --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
33462023-10-11T19:39:43.149Z Compiling fatfs v0.3.6
33472023-10-11T19:39:43.162Z Running `/home/build/.rustup/toolchains/1.72.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=aa6a11cde66cd576 -C extra-filename=-aa6a11cde66cd576 --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-237bfdbc957aefc2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --cap-lints allow -D warnings`
33482023-10-11T19:39:43.183Z Compiling rand v0.4.6
33492023-10-11T19:39:43.201Z Running `/home/build/.rustup/toolchains/1.72.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=2d243952c153e37c -C extra-filename=-2d243952c153e37c --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-b1078066b701b737.rmeta --cap-lints allow -D warnings`
33502023-10-11T19:39:43.868Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=290744af26d14171 -C extra-filename=-290744af26d14171 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33512023-10-11T19:39:44.121Z Compiling shell-words v1.1.0
33522023-10-11T19:39:44.154Z Running `/home/build/.rustup/toolchains/1.72.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=d1f7b310295782f5 -C extra-filename=-d1f7b310295782f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33532023-10-11T19:39:44.664Z Compiling remove_dir_all v0.5.3
33542023-10-11T19:39:44.698Z Running `/home/build/.rustup/toolchains/1.72.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=b9c0a3784f5453c5 -C extra-filename=-b9c0a3784f5453c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33552023-10-11T19:39:44.822Z Compiling plotters-backend v0.3.5
33562023-10-11T19:39:44.843Z Running `/home/build/.rustup/toolchains/1.72.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=2bfbe0e88581e03f -C extra-filename=-2bfbe0e88581e03f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33572023-10-11T19:39:45.294Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=213992525ccee0bb -C extra-filename=-213992525ccee0bb --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-290744af26d14171.rmeta --cap-lints allow -D warnings`
33582023-10-11T19:39:45.754Z Compiling tempdir v0.3.7
33592023-10-11T19:39:46.675Z Running `/home/build/.rustup/toolchains/1.72.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=fe8ac60f010f5864 -C extra-filename=-fe8ac60f010f5864 --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-2d243952c153e37c.rmeta --extern remove_dir_all=/work/oxidecomputer/omicron/target/debug/deps/libremove_dir_all-b9c0a3784f5453c5.rmeta --cap-lints allow -D warnings`
33602023-10-11T19:39:47.135Z Compiling plotters-svg v0.3.5
33612023-10-11T19:39:47.258Z Running `/home/build/.rustup/toolchains/1.72.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=e3b49f7a528dafa4 -C extra-filename=-e3b49f7a528dafa4 --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-2bfbe0e88581e03f.rmeta --cap-lints allow -D warnings`
33622023-10-11T19:39:47.293Z Running `/home/build/.rustup/toolchains/1.72.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.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 panic=abort -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=ccbf9fdfae0dd0b3 -C extra-filename=-ccbf9fdfae0dd0b3 --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-ff64d51a3732203d.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-dff596d6352fdc4f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-41eb75ae05dd33a0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-57e2e5899337d935.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-d51721422e6ec50e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
33632023-10-11T19:39:47.849Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d493873b267bfd17 -C extra-filename=-d493873b267bfd17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-79d2a7ed6c2e6aec.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2e50d0eb0b488db5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7038fd600189ce64.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-0746e8ce2e275537.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3597f5a8537e47e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
33642023-10-11T19:39:47.854Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -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=e0b0e23c7d0e7778 -C extra-filename=-e0b0e23c7d0e7778 --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-bf7877a69867ed03.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-23e40c3888a904fc.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-1824044c80fa9625.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-a6b3cba1c2a0a00e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
33652023-10-11T19:39:47.870Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' -C metadata=e8376eecbbfdf930 -C extra-filename=-e8376eecbbfdf930 --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-14057c32aaca57b1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6d94b226482a6d7d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --cap-lints allow -D warnings`
33662023-10-11T19:39:47.900Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format-0.2.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d61a7d73c89ead88 -C extra-filename=-d61a7d73c89ead88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_format_proc_macros=/work/oxidecomputer/omicron/target/debug/deps/libconst_format_proc_macros-deea3516802ae4d1.so --cap-lints allow -D warnings`
33672023-10-11T19:39:48.335Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/20273bc/smf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b6f9cfee02d7c957 -C extra-filename=-b6f9cfee02d7c957 --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-63f81b35d4dc5fb3.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-348bdbd4a67f8b15.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libworkspace_hack-ac452840d2d58339.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
33682023-10-11T19:39:48.355Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d33fa3901706b9ff -C extra-filename=-d33fa3901706b9ff --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-f3e95c4670a50523.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
33692023-10-11T19:39:49.651Z Compiling assert_cmd v2.0.12
33702023-10-11T19:39:50.095Z Running `/home/build/.rustup/toolchains/1.72.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.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=e42993d6b57771df -C extra-filename=-e42993d6b57771df --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-0d512a45c2a75978.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b6de061fc524ff1e.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-4971ee1235841292.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-b3ac4b7f59a6b2a7.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-3739f879860131f9.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-55465b5f381609dd.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-11ecc43a96f35e4c.rmeta --cap-lints allow -D warnings`
33712023-10-11T19:39:56.706Z Compiling serial_test_derive v0.10.0
33722023-10-11T19:39:57.149Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serial_test_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serial_test_derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="async"' -C metadata=9f0a14e92396b7a8 -C extra-filename=-9f0a14e92396b7a8 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rlib --extern proc_macro --cap-lints allow -D warnings`
33732023-10-11T19:39:57.160Z Compiling dashmap v5.5.1
33742023-10-11T19:39:57.167Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dashmap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dashmap-5.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=6536499bac7303d7 -C extra-filename=-6536499bac7303d7 --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-cb012b6dc451b338.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2c1bab4f653c68c5.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-4e1c5de4b4146de7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-602b29662c4fabbd.rmeta --cap-lints allow -D warnings`
33752023-10-11T19:39:57.174Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_field /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit_field-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37facc953fec2bbb -C extra-filename=-37facc953fec2bbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33762023-10-11T19:39:57.180Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1184999ebe9f7735 -C extra-filename=-1184999ebe9f7735 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33772023-10-11T19:39:57.194Z Compiling cast v0.3.0
33782023-10-11T19:39:57.213Z Running `/home/build/.rustup/toolchains/1.72.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=0aa8666d9b98ea4b -C extra-filename=-0aa8666d9b98ea4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33792023-10-11T19:39:57.231Z Compiling os_str_bytes v6.5.1
33802023-10-11T19:39:57.257Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name os_str_bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_str_bytes-6.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="raw_os_str"' -C metadata=273e459f35b2453a -C extra-filename=-273e459f35b2453a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33812023-10-11T19:39:57.278Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d0e0c93bd1b683a8 -C extra-filename=-d0e0c93bd1b683a8 --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-45c46b3316877300.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-1184999ebe9f7735.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f9c066fd8aa13393.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2e50d0eb0b488db5.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-84f920f39e21a911.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --cap-lints allow -D warnings`
33822023-10-11T19:39:57.293Z Compiling serial_test v0.10.0
33832023-10-11T19:39:57.306Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serial_test --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serial_test-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="async"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="log"' --cfg 'feature="logging"' -C metadata=74f1363bbc03f909 -C extra-filename=-74f1363bbc03f909 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dashmap=/work/oxidecomputer/omicron/target/debug/deps/libdashmap-6536499bac7303d7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-65f97b686f8023b7.rmeta --extern serial_test_derive=/work/oxidecomputer/omicron/target/debug/deps/libserial_test_derive-9f0a14e92396b7a8.so --cap-lints allow -D warnings`
33842023-10-11T19:39:57.320Z Compiling clap_lex v0.2.4
33852023-10-11T19:39:57.339Z Running `/home/build/.rustup/toolchains/1.72.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.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=5524e70fc7a8829e -C extra-filename=-5524e70fc7a8829e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern os_str_bytes=/work/oxidecomputer/omicron/target/debug/deps/libos_str_bytes-273e459f35b2453a.rmeta --cap-lints allow -D warnings`
33862023-10-11T19:39:57.780Z Compiling criterion-plot v0.5.0
33872023-10-11T19:39:58.396Z Running `/home/build/.rustup/toolchains/1.72.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=c25d7400b23901a8 -C extra-filename=-c25d7400b23901a8 --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-0aa8666d9b98ea4b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --cap-lints allow -D warnings`
33882023-10-11T19:39:59.274Z Compiling plotters v0.3.5
33892023-10-11T19:39:59.289Z Running `/home/build/.rustup/toolchains/1.72.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=5eefb25297fa42d3 -C extra-filename=-5eefb25297fa42d3 --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-50180e8112bf05bb.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-2bfbe0e88581e03f.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-e3b49f7a528dafa4.rmeta --cap-lints allow -D warnings`
33902023-10-11T19:39:59.302Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=28268b30f2f7089c -C extra-filename=-28268b30f2f7089c --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-213992525ccee0bb.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings --cfg tweetnacl`
33912023-10-11T19:39:59.315Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f09d55340a3bda7f -C extra-filename=-f09d55340a3bda7f --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-edb9d239ce921eaf.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
33922023-10-11T19:39:59.328Z Compiling clap_derive v3.2.25
33932023-10-11T19:39:59.340Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-3.2.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' -C metadata=f5cf9fa34fbb0eae -C extra-filename=-f5cf9fa34fbb0eae --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-58e6b367499d83fa.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-c9a7368cbd526c51.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rlib --extern proc_macro --cap-lints allow -D warnings`
33942023-10-11T19:39:59.369Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bytesize /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytesize-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=2b8c4ebcdfb543e2 -C extra-filename=-2b8c4ebcdfb543e2 --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
33952023-10-11T19:39:59.384Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b335b3ce59aca036 -C extra-filename=-b335b3ce59aca036 --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
33962023-10-11T19:39:59.827Z Compiling tinytemplate v1.2.1
33972023-10-11T19:40:00.300Z Running `/home/build/.rustup/toolchains/1.72.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=c4f15a5bb4aa0926 -C extra-filename=-c4f15a5bb4aa0926 --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-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --cap-lints allow -D warnings`
33982023-10-11T19:40:00.742Z Compiling vte_generate_state_changes v0.1.1
33992023-10-11T19:40:00.763Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=72bac1b0bd13aac4 -C extra-filename=-72bac1b0bd13aac4 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern proc_macro --cap-lints allow -D warnings`
34002023-10-11T19:40:00.786Z Compiling anes v0.1.6
34012023-10-11T19:40:01.219Z Running `/home/build/.rustup/toolchains/1.72.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=5d729d8995cc01cf -C extra-filename=-5d729d8995cc01cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34022023-10-11T19:40:01.653Z Compiling oorandom v11.1.3
34032023-10-11T19:40:01.681Z Running `/home/build/.rustup/toolchains/1.72.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=c8d29dcb852799e1 -C extra-filename=-c8d29dcb852799e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34042023-10-11T19:40:01.707Z Running `/home/build/.rustup/toolchains/1.72.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.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=41e3a14352e8a3ae -C extra-filename=-41e3a14352e8a3ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34052023-10-11T19:40:01.724Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fadeb72e52d23892 -C extra-filename=-fadeb72e52d23892 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34062023-10-11T19:40:01.742Z Compiling vte v0.11.1
34072023-10-11T19:40:01.764Z Running `/home/build/.rustup/toolchains/1.72.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=3091ab040793ac49 -C extra-filename=-3091ab040793ac49 --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-bc77fe51f95b120d.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-72bac1b0bd13aac4.so --cap-lints allow -D warnings`
34082023-10-11T19:40:01.782Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="salty"' -C metadata=cecb5bd14d981f9e -C extra-filename=-cecb5bd14d981f9e --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-b02ff41e36379ccd.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f09d55340a3bda7f.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-28268b30f2f7089c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-b335b3ce59aca036.rmeta --cap-lints allow -D warnings`
34092023-10-11T19:40:02.206Z Compiling criterion v0.5.1
34102023-10-11T19:40:02.227Z Running `/home/build/.rustup/toolchains/1.72.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=b49c740b72a584c4 -C extra-filename=-b49c740b72a584c4 --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-5d729d8995cc01cf.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-0aa8666d9b98ea4b.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-c25d7400b23901a8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-b0eeb3267f880acc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-c8d29dcb852799e1.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-5eefb25297fa42d3.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-5fdeba5095a92741.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-c4f15a5bb4aa0926.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings`
34112023-10-11T19:40:02.264Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' -C metadata=f7837217f3794298 -C extra-filename=-f7837217f3794298 --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-0f7168c1b51f6d6d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-bf6a0d489d5d4904.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-ff82edcf10cdcd62.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out`
34122023-10-11T19:40:02.701Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e513ad8a3e300b15 -C extra-filename=-e513ad8a3e300b15 --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-a412d66af3d7e7da.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8a76605271155f73.rmeta --cap-lints allow -D warnings`
34132023-10-11T19:40:02.719Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4309512f9ad5333b -C extra-filename=-4309512f9ad5333b --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-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings`
34142023-10-11T19:40:02.733Z Compiling threadpool v1.8.1
34152023-10-11T19:40:02.751Z Running `/home/build/.rustup/toolchains/1.72.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=33213664195e8991 -C extra-filename=-33213664195e8991 --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-2a9d00e4736a7412.rmeta --cap-lints allow -D warnings`
34162023-10-11T19:40:03.754Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=27a769f31e6973b2 -C extra-filename=-27a769f31e6973b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34172023-10-11T19:40:03.790Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand"' -C metadata=5815412338fe0e35 -C extra-filename=-5815412338fe0e35 --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-27a769f31e6973b2.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b02ff41e36379ccd.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f09d55340a3bda7f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-28268b30f2f7089c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-cecb5bd14d981f9e.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-91f0b1f081d73347.rmeta --cap-lints allow -D warnings`
34182023-10-11T19:40:03.820Z Compiling strip-ansi-escapes v0.2.0
34192023-10-11T19:40:04.664Z Running `/home/build/.rustup/toolchains/1.72.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=5c088b81944ae184 -C extra-filename=-5c088b81944ae184 --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-3091ab040793ac49.rmeta --cap-lints allow -D warnings`
34202023-10-11T19:40:04.678Z Compiling crossterm v0.26.1
34212023-10-11T19:40:04.700Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-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="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=475e759be0d6037e -C extra-filename=-475e759be0d6037e --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-237bfdbc957aefc2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0f763c45bd2d6012.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-65f97b686f8023b7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6f1b9fc73aa4b6db.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-4df7501e28bf0922.rmeta --cap-lints allow -D warnings`
34222023-10-11T19:40:04.725Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-0_8"' --cfg 'feature="support-v0_8"' -C metadata=791cf262e9d37506 -C extra-filename=-791cf262e9d37506 --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-63f81b35d4dc5fb3.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-9b8efcf4f90c042d.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6d94b226482a6d7d.rmeta --cap-lints allow -D warnings`
34232023-10-11T19:40:05.588Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/20273bc/pantry-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=271c7867f63cac76 -C extra-filename=-271c7867f63cac76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-25394cd073bf56d7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --extern workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libworkspace_hack-ac452840d2d58339.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
34242023-10-11T19:40:05.596Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -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=0541d4f2b7110ecc -C extra-filename=-0541d4f2b7110ecc --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-3c0e7eb12fc38c46.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-cf404384f32d9ee0.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31596f1cfd69171c.rmeta --cap-lints allow -D warnings`
34252023-10-11T19:40:05.605Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=fec6e3b780c2401a -C extra-filename=-fec6e3b780c2401a --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-ccb81907c4b78a17.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --cap-lints allow -D warnings`
34262023-10-11T19:40:05.612Z Compiling clap v3.2.25
34272023-10-11T19:40:05.618Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atty"' --cfg 'feature="clap_derive"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="once_cell"' --cfg 'feature="std"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="termcolor"' -C metadata=bbdb17ab9045aeee -C extra-filename=-bbdb17ab9045aeee --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-146357f6ef611eef.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-f5cf9fa34fbb0eae.so --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-5524e70fc7a8829e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f21f85b211e7cbc1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-1c46220253478178.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-efca1109d3d0dddb.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8f8078b36750a27f.rmeta --cap-lints allow -D warnings`
34282023-10-11T19:40:05.625Z Compiling fd-lock v3.0.13
34292023-10-11T19:40:05.632Z Running `/home/build/.rustup/toolchains/1.72.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=5cf0a043136d8a92 -C extra-filename=-5cf0a043136d8a92 --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-cb012b6dc451b338.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-dab22f7c9a37f33c.rmeta --cap-lints allow -D warnings`
34302023-10-11T19:40:05.641Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
34312023-10-11T19:40:05.652Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/52028e4/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=2c88e2dad30e2d25 -C extra-filename=-2c88e2dad30e2d25 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-2c88e2dad30e2d25 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-366e87514e6456f2.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --cap-lints allow -D warnings`
34322023-10-11T19:40:05.660Z Compiling rstest_macros v0.18.2
34332023-10-11T19:40:05.671Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="async-timeout"' -C metadata=b0fb8a780da21871 -C extra-filename=-b0fb8a780da21871 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-b0fb8a780da21871 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a8217c8e972a0c2f.rlib --cap-lints allow -D warnings`
34342023-10-11T19:40:05.684Z Compiling nanorand v0.7.0
34352023-10-11T19:40:05.696Z Running `/home/build/.rustup/toolchains/1.72.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=9c09082079a9dc83 -C extra-filename=-9c09082079a9dc83 --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-5d87f6ac6fc0aeac.rmeta --cap-lints allow -D warnings`
34362023-10-11T19:40:05.707Z Compiling nu-ansi-term v0.49.0
34372023-10-11T19:40:05.722Z Running `/home/build/.rustup/toolchains/1.72.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.49.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=943ffaf447238679 -C extra-filename=-943ffaf447238679 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34382023-10-11T19:40:05.734Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d2888d1226a49068 -C extra-filename=-d2888d1226a49068 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34392023-10-11T19:40:05.751Z Compiling flume v0.11.0
34402023-10-11T19:40:05.769Z Running `/home/build/.rustup/toolchains/1.72.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=e4eb515ef1d89410 -C extra-filename=-e4eb515ef1d89410 --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-26ddbb2f438a5030.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-9c09082079a9dc83.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rmeta --cap-lints allow -D warnings`
34412023-10-11T19:40:05.788Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-b0fb8a780da21871/build-script-build`
34422023-10-11T19:40:06.213Z Compiling reedline v0.23.0
34432023-10-11T19:40:06.231Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d7c4031c7a18c67e -C extra-filename=-d7c4031c7a18c67e --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-65f0a5b9aa27f6b0.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-475e759be0d6037e.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-5cf0a043136d8a92.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-943ffaf447238679.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-5c088b81944ae184.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-bb4f8be853504c8f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-c95636952c6f45c1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-22d2e5808eee9062.rmeta --cap-lints allow -D warnings`
34442023-10-11T19:40:06.247Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-2c88e2dad30e2d25/build-script-bindings`
34452023-10-11T19:40:06.276Z Running `/home/build/.rustup/toolchains/1.72.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.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=54da1460e37f2334 -C extra-filename=-54da1460e37f2334 --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-37bce1a76b384cd2.rmeta --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-0541d4f2b7110ecc.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31596f1cfd69171c.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-09c27d2a9d9bf07b.rmeta --cap-lints allow -D warnings`
34462023-10-11T19:40:06.307Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="windows"' -C metadata=2de9195457391e8d -C extra-filename=-2de9195457391e8d --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-1486aaee3f323cc1.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9b8efcf4f90c042d.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-1592a242d91bde1a.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6d94b226482a6d7d.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-791cf262e9d37506.rmeta --cap-lints allow -D warnings`
34472023-10-11T19:40:06.326Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-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 -C metadata=e557bab9cf92bc00 -C extra-filename=-e557bab9cf92bc00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-22f0e92716fd3dd8.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
34482023-10-11T19:40:09.199Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/52028e4/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=ae6597b034cda5ab -C extra-filename=-ae6597b034cda5ab --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-7153363a1fac6343.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-365a12f94f76d134.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-8dd40d3feeed694e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-d01c59451bfb78ec.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-44ec87ca34713b1f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-b0f602d340a23de7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --cap-lints allow -D warnings -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`
34492023-10-11T19:40:09.951Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/52028e4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=fc95e4a2244edb97 -C extra-filename=-fc95e4a2244edb97 --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-f517da13a8b686da.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-44fc1f1b664a737c.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-2fa4befd8f22b401.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1ab7ff61e7c67f66.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-3ed0d3bf71712614.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b1fb1598afc8ccf3.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-bc499487ad0da46c.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-d8c0734948a4c9ea.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-319a7492cef02518.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rlib --cap-lints allow -D warnings -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`
34502023-10-11T19:40:10.935Z Compiling libtest-mimic v0.5.2
34512023-10-11T19:40:11.401Z Running `/home/build/.rustup/toolchains/1.72.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.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=2d492f8cda633b0e -C extra-filename=-2d492f8cda633b0e --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-bbdb17ab9045aeee.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-efca1109d3d0dddb.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-33213664195e8991.rmeta --cap-lints allow -D warnings`
34522023-10-11T19:40:13.953Z Compiling datatest-stable v0.1.3
34532023-10-11T19:40:13.988Z Running `/home/build/.rustup/toolchains/1.72.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.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=f4a788a6cd55a403 -C extra-filename=-f4a788a6cd55a403 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-2d492f8cda633b0e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings`
34542023-10-11T19:40:14.018Z Compiling tabled_derive v0.6.0
34552023-10-11T19:40:14.482Z Running `/home/build/.rustup/toolchains/1.72.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.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=c6555be110e2af08 -C extra-filename=-c6555be110e2af08 --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-58e6b367499d83fa.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-c9a7368cbd526c51.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rlib --extern proc_macro --cap-lints allow -D warnings`
34562023-10-11T19:40:14.520Z Compiling httptest v0.15.4
34572023-10-11T19:40:14.541Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-0.15.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=df6575baa3019aad -C extra-filename=-df6575baa3019aad --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-1025f05eee8b8d3f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-41e0aa6bbf5cc8a2.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-bdee90b95eb7999e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --cap-lints allow -D warnings`
34582023-10-11T19:40:15.516Z Compiling similar-asserts v1.5.0
34592023-10-11T19:40:15.526Z Running `/home/build/.rustup/toolchains/1.72.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=c3da5786693aff56 -C extra-filename=-c3da5786693aff56 --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-17fb685b1d269b14.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-3c63ccdf774b3e83.rmeta --cap-lints allow -D warnings`
34602023-10-11T19:40:17.444Z Compiling pin-project-internal v1.1.3
34612023-10-11T19:40:17.448Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=3e36103cc2bc9a77 -C extra-filename=-3e36103cc2bc9a77 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
34622023-10-11T19:40:17.973Z Compiling relative-path v1.9.0
34632023-10-11T19:40:17.986Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="default"' -C metadata=1be47cff0f678725 -C extra-filename=-1be47cff0f678725 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34642023-10-11T19:40:19.075Z Compiling trybuild v1.0.85
34652023-10-11T19:40:19.519Z Running `/home/build/.rustup/toolchains/1.72.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.85/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=e77aeb76380e11ca -C extra-filename=-e77aeb76380e11ca --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-e77aeb76380e11ca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34662023-10-11T19:40:19.998Z Compiling topological-sort v0.2.2
34672023-10-11T19:40:20.029Z Running `/home/build/.rustup/toolchains/1.72.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=e08aeceaa1b02ae6 -C extra-filename=-e08aeceaa1b02ae6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34682023-10-11T19:40:20.515Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5e7949f6123a5cbe -C extra-filename=-5e7949f6123a5cbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34692023-10-11T19:40:21.097Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossterm"' --cfg 'feature="default"' -C metadata=4031863450ee353d -C extra-filename=-4031863450ee353d --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-1486aaee3f323cc1.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-5e7949f6123a5cbe.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2de9195457391e8d.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-9d669547cbb4bc59.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-88eefee67aa2ca73.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-31511f69cb20a3b2.rmeta --cap-lints allow -D warnings`
34702023-10-11T19:40:21.844Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-e77aeb76380e11ca/build-script-build`
34712023-10-11T19:40:21.887Z Running `/home/build/.rustup/toolchains/1.72.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 --cfg 'feature="async-timeout"' -C metadata=b5dbfce0cc7b7f95 -C extra-filename=-b5dbfce0cc7b7f95 --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-cb012b6dc451b338.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-1be47cff0f678725.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rlib --extern proc_macro --cap-lints allow -D warnings`
34722023-10-11T19:40:22.185Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a1041f459d4879e3 -C extra-filename=-a1041f459d4879e3 --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-c3c28f089340dd8e.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-54da1460e37f2334.rmeta --cap-lints allow -D warnings`
34732023-10-11T19:40:24.004Z Compiling pin-project v1.1.3
34742023-10-11T19:40:25.006Z Running `/home/build/.rustup/toolchains/1.72.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=4b2d2859635b69dc -C extra-filename=-4b2d2859635b69dc --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-3e36103cc2bc9a77.so --cap-lints allow -D warnings`
34752023-10-11T19:40:25.026Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=7c77ef2ed3be1237 -C extra-filename=-7c77ef2ed3be1237 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg portable_atomic_llvm_16`
34762023-10-11T19:40:25.459Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -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=340af688273de2e3 -C extra-filename=-340af688273de2e3 --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-e08d941838bbeb03.rmeta --cap-lints allow -D warnings`
34772023-10-11T19:40:25.807Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2aa8140583a348c4 -C extra-filename=-2aa8140583a348c4 --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-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings`
34782023-10-11T19:40:26.289Z Compiling basic-toml v0.1.4
34792023-10-11T19:40:26.316Z Running `/home/build/.rustup/toolchains/1.72.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.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=99515663ed541b23 -C extra-filename=-99515663ed541b23 --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
34802023-10-11T19:40:26.519Z Compiling bytecount v0.6.3
34812023-10-11T19:40:26.540Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3f24138187704c45 -C extra-filename=-3f24138187704c45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34822023-10-11T19:40:26.807Z Compiling constant_time_eq v0.2.6
34832023-10-11T19:40:26.831Z Running `/home/build/.rustup/toolchains/1.72.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=e7a64daff896d6c7 -C extra-filename=-e7a64daff896d6c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34842023-10-11T19:40:27.107Z Compiling arrayvec v0.7.4
34852023-10-11T19:40:27.133Z Running `/home/build/.rustup/toolchains/1.72.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=ea85dd53b2025760 -C extra-filename=-ea85dd53b2025760 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34862023-10-11T19:40:27.792Z Running `/home/build/.rustup/toolchains/1.72.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=75b58b271104b853 -C extra-filename=-75b58b271104b853 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34872023-10-11T19:40:28.547Z Compiling futures-timer v3.0.2
34882023-10-11T19:40:28.563Z Running `/home/build/.rustup/toolchains/1.72.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=097f41d678ee69d6 -C extra-filename=-097f41d678ee69d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34892023-10-11T19:40:29.612Z Compiling crossbeam-queue v0.3.8
34902023-10-11T19:40:29.632Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-queue-0.3.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=70887a1b9fd3893e -C extra-filename=-70887a1b9fd3893e --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-70887a1b9fd3893e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34912023-10-11T19:40:29.731Z Compiling arrayref v0.3.7
34922023-10-11T19:40:29.751Z Running `/home/build/.rustup/toolchains/1.72.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=caebc7ce1092465c -C extra-filename=-caebc7ce1092465c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34932023-10-11T19:40:29.896Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=aedebd05f35610f3 -C extra-filename=-aedebd05f35610f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34942023-10-11T19:40:29.961Z Compiling blake2b_simd v1.0.1
34952023-10-11T19:40:29.975Z Running `/home/build/.rustup/toolchains/1.72.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=64f17577c4cfd599 -C extra-filename=-64f17577c4cfd599 --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-caebc7ce1092465c.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-ea85dd53b2025760.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-e7a64daff896d6c7.rmeta --cap-lints allow -D warnings`
34962023-10-11T19:40:30.745Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' -C metadata=c1f50e79ff71eeac -C extra-filename=-c1f50e79ff71eeac --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-68719ef61c7c2bee.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-aedebd05f35610f3.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-7c77ef2ed3be1237.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-a1041f459d4879e3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-31511f69cb20a3b2.rmeta --cap-lints allow -D warnings`
34972023-10-11T19:40:30.770Z Compiling papergrid v0.10.0
34982023-10-11T19:40:30.788Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-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="std"' -C metadata=82c11ace985b78af -C extra-filename=-82c11ace985b78af --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-75b58b271104b853.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-1a818be490fdad0e.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-22d2e5808eee9062.rmeta --cap-lints allow -D warnings`
34992023-10-11T19:40:30.811Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-70887a1b9fd3893e/build-script-build`
35002023-10-11T19:40:31.272Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.85/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dc3a1a6de352d027 -C extra-filename=-dc3a1a6de352d027 --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-99515663ed541b23.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-efca1109d3d0dddb.rmeta --cap-lints allow -D warnings`
35012023-10-11T19:40:31.295Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=aeaaf88010634300 -C extra-filename=-aeaaf88010634300 --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-3f24138187704c45.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-2cab8e63723bf814.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-31511f69cb20a3b2.rmeta --cap-lints allow -D warnings`
35022023-10-11T19:40:33.619Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=85e576e0803245f8 -C extra-filename=-85e576e0803245f8 --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-63f81b35d4dc5fb3.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-2aa8140583a348c4.rmeta --cap-lints allow -D warnings`
35032023-10-11T19:40:34.098Z Running `/home/build/.rustup/toolchains/1.72.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.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=46b535805466b860 -C extra-filename=-46b535805466b860 --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-4031863450ee353d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-31511f69cb20a3b2.rmeta --cap-lints allow -D warnings`
35042023-10-11T19:40:35.019Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -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=1c0a47dfce511b54 -C extra-filename=-1c0a47dfce511b54 --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-14057c32aaca57b1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-a78d02f725c823af.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-340af688273de2e3.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-d603c8d4e5059e33.rmeta --cap-lints allow -D warnings`
35052023-10-11T19:40:35.102Z Compiling partial-io v0.5.4
35062023-10-11T19:40:35.528Z Running `/home/build/.rustup/toolchains/1.72.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=801e0b4b14742694 -C extra-filename=-801e0b4b14742694 --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-36b42b905a61e708.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-4b2d2859635b69dc.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5d70a0dcf69bc55e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --cap-lints allow -D warnings`
35072023-10-11T19:40:35.798Z Compiling rstest v0.18.2
35082023-10-11T19:40:35.813Z Running `/home/build/.rustup/toolchains/1.72.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=fab957e1aa05dc1e -C extra-filename=-fab957e1aa05dc1e --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-36b42b905a61e708.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-097f41d678ee69d6.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-b5dbfce0cc7b7f95.so --cap-lints allow -D warnings`
35092023-10-11T19:40:36.298Z Compiling approx v0.5.1
35102023-10-11T19:40:36.318Z Running `/home/build/.rustup/toolchains/1.72.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=e34ace3cae01a413 -C extra-filename=-e34ace3cae01a413 --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-50180e8112bf05bb.rmeta --cap-lints allow -D warnings`
35112023-10-11T19:40:36.338Z Compiling constant_time_eq v0.3.0
35122023-10-11T19:40:36.355Z Running `/home/build/.rustup/toolchains/1.72.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=d45c0155e6eb61ff -C extra-filename=-d45c0155e6eb61ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35132023-10-11T19:40:36.377Z Compiling hex-literal v0.4.1
35142023-10-11T19:40:36.397Z Running `/home/build/.rustup/toolchains/1.72.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=7d5b0c521a1c8140 -C extra-filename=-7d5b0c521a1c8140 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35152023-10-11T19:40:36.427Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=47edb859bf961370 -C extra-filename=-47edb859bf961370 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35162023-10-11T19:40:36.479Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=21661c039cf92114 -C extra-filename=-21661c039cf92114 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35172023-10-11T19:40:36.502Z Compiling rust-argon2 v1.0.1
35182023-10-11T19:40:36.513Z Running `/home/build/.rustup/toolchains/1.72.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=4968267b13c43711 -C extra-filename=-4968267b13c43711 --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-7153363a1fac6343.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-64f17577c4cfd599.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-d45c0155e6eb61ff.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --cap-lints allow -D warnings`
35192023-10-11T19:40:36.764Z Compiling tabled v0.14.0
35202023-10-11T19:40:36.790Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-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 panic=abort -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=98a5ccf6085862c3 -C extra-filename=-98a5ccf6085862c3 --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-aeaaf88010634300.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-c6555be110e2af08.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-31511f69cb20a3b2.rmeta --cap-lints allow -D warnings`
35212023-10-11T19:40:37.538Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-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 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' -C metadata=54d87168552e9855 -C extra-filename=-54d87168552e9855 --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-82c11ace985b78af.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-c6555be110e2af08.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-22d2e5808eee9062.rmeta --cap-lints allow -D warnings`
35222023-10-11T19:40:38.022Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_queue --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-queue-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=cbb052bec35e9d6d -C extra-filename=-cbb052bec35e9d6d --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-cb012b6dc451b338.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --cap-lints allow -D warnings`
35232023-10-11T19:40:38.226Z Compiling cargo-platform v0.1.3
35242023-10-11T19:40:38.249Z Running `/home/build/.rustup/toolchains/1.72.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=769acf7e05beaf92 -C extra-filename=-769acf7e05beaf92 --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
35252023-10-11T19:40:39.222Z Compiling cargo_metadata v0.18.0
35262023-10-11T19:40:39.227Z Running `/home/build/.rustup/toolchains/1.72.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-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=5e76af4bfd7e8e36 -C extra-filename=-5e76af4bfd7e8e36 --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-de857346a4753d4e.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-769acf7e05beaf92.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --cap-lints allow -D warnings`
35272023-10-11T19:40:40.761Z Compiling crossbeam v0.8.2
35282023-10-11T19:40:40.776Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="crossbeam-channel"' --cfg 'feature="crossbeam-deque"' --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-queue"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ef760d58fdfdcb12 -C extra-filename=-ef760d58fdfdcb12 --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-cb012b6dc451b338.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-41e0aa6bbf5cc8a2.rmeta --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-182535058f6f1764.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-de56a88f97067490.rmeta --extern crossbeam_queue=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_queue-cbb052bec35e9d6d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --cap-lints allow -D warnings`
35292023-10-11T19:40:40.822Z Compiling cargo_toml v0.16.3
35302023-10-11T19:40:40.839Z Running `/home/build/.rustup/toolchains/1.72.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.16.3/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=f969b62eba45db5d -C extra-filename=-f969b62eba45db5d --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-e5099f1082b7c4e8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-58dc6fbc49c86966.rmeta --cap-lints allow -D warnings`
35312023-10-11T19:40:40.939Z Compiling termios v0.3.3
35322023-10-11T19:40:40.962Z Running `/home/build/.rustup/toolchains/1.72.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=ac912fd9900c024b -C extra-filename=-ac912fd9900c024b --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-b1078066b701b737.rmeta --cap-lints allow -D warnings`
35332023-10-11T19:40:48.368Z Running `/home/build/.rustup/toolchains/1.72.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=e20989bd7f3e885a -C extra-filename=-e20989bd7f3e885a --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-b1078066b701b737.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -l static=bz2`
35342023-10-11T19:40:48.555Z Compiling bzip2 v0.4.4
35352023-10-11T19:40:48.571Z Running `/home/build/.rustup/toolchains/1.72.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=4ce859daf9d779db -C extra-filename=-4ce859daf9d779db --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-e20989bd7f3e885a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35362023-10-11T19:40:48.590Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d59b2fc67475d44e -C extra-filename=-d59b2fc67475d44e --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-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -l static=bz2`
35372023-10-11T19:40:48.785Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2a0f7f7dd336f977 -C extra-filename=-2a0f7f7dd336f977 --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-d59b2fc67475d44e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35382023-10-11T19:40:49.075Z Compiling zip v0.6.6
35392023-10-11T19:40:49.115Z Running `/home/build/.rustup/toolchains/1.72.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=06f0968db49a577c -C extra-filename=-06f0968db49a577c --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-d0b5a9931f42a80a.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-4ce859daf9d779db.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-d98ad8c6574b550d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35402023-10-11T19:40:49.350Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' -C metadata=c2b146e5f70d877e -C extra-filename=-c2b146e5f70d877e --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-d55331612fb42c01.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-2a0f7f7dd336f977.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-a291790a3ed91561.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1ab7ff61e7c67f66.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35412023-10-11T19:40:49.443Z Compiling polar-core v0.26.4
35422023-10-11T19:40:49.467Z Running `/home/build/.rustup/toolchains/1.72.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.26.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 debug-assertions=on --cfg 'feature="default"' -C metadata=637e402b42ceb3a7 -C extra-filename=-637e402b42ceb3a7 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-637e402b42ceb3a7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-15bd28bd456aefa9.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --cap-lints allow -D warnings`
35432023-10-11T19:40:50.238Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b)
35442023-10-11T19:40:50.251Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/2481445/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=341650d0d43c4e45 -C extra-filename=-341650d0d43c4e45 --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-7952e1a0014d78de.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-9c5613ddabd5b877.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-16d83f1f81197f7b.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-79dea6c74fb7cd7e.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-099c9907a33837ff.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-b5bb66dc55094da2.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-16151a8d7c6d0d64.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e6cb9e5a8e37385f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4ac7171c55386a7a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-06f0968db49a577c.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35452023-10-11T19:40:50.687Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/2481445/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ab49d129c50a13cb -C extra-filename=-ab49d129c50a13cb --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-95dc98b0df7c73c7.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-e8b57a5063bd2d01.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-e7a239b6d969bb12.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-2e817dd5db488c99.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-1c694c332bfab5e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-68051dda1db99c6e.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-215f923a61dc9e69.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e05dca8dd4827f7d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f9f8c637bacfbef1.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c2b146e5f70d877e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35462023-10-11T19:40:51.245Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35472023-10-11T19:40:51.304Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=cb879e35d957bad4 -C extra-filename=-cb879e35d957bad4 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-cb879e35d957bad4 -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-3a44b29fad009a22.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-3e6e8d9c6d807e80.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rlib --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-40ca70e57e9b8103.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1025f05eee8b8d3f.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b6de061fc524ff1e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b5ca8d4cdca539c9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0dfbde122c134ccb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-181cdcce4debca8f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-17fb685b1d269b14.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-de56a88f97067490.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-a7708e37c466faa5.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-784fb12629f60ed1.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-67ca5f41bdde404f.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rlib --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-fa6b6a0e7db319ce.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1281c81b1e26ac4e.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6c267024c249b587.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4950bdf62f4a774e.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5d87f6ac6fc0aeac.rlib --extern hashbrown_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-c7fa620f2cfd72a4.rlib --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-bb614e6fdd6f35be.rlib --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2c1bab4f653c68c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-8885849ac3328b0b.rlib --extern indexmap_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f21f85b211e7cbc1.rlib --extern indexmap_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-37cda74f035f52e6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a6a4e7b8777245aa.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3504c7d3cd08c24f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-6cd4ef04d9bd039a.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0f763c45bd2d6012.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-6e7511daa83eb431.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3b74e2c7e7429827.rlib --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-65f97b686f8023b7.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-24eed84f1d19fd41.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-036de6fb198bd7a2.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3adf9bc5ea2a15e8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-b3ac4b7f59a6b2a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-5eabb5c7a332b5f6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-53dcddb5f0118cd2.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0198c14610a57b32.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c99385a4fb32596a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern rustix_d736d0ac4424f0f1=/work/oxidecomputer/omicron/target/debug/deps/librustix-36a32008dc7cd9be.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-dab22f7c9a37f33c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2a0f5906101456ab.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c0716d2143b26d1a.rlib --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-07e0d382b4c2f45a.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-3c63ccdf774b3e83.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-2841da2793d99ed2.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8f8078b36750a27f.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-80d16594467ebc43.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-3f56d02e742d9deb.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a6ecf3d26859b6ad.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9a984b7ccb4224e3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35c96b580c9578f1.rlib --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-185f52a339e2f007.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-098c27be3dd0f029.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a79322ee08f170c2.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-9d8f12589899f678.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-08f1abd65c429ac9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-9881d698e72ac5a3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-06f0968db49a577c.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35482023-10-11T19:40:51.440Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/1e180ae/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=4dfba58664faa014 -C extra-filename=-4dfba58664faa014 --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-5e1b7200ff6e80bb.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-df7874c19879351a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-04c51646d090d228.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4950bdf62f4a774e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-ba817c57ebbc66ed.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-341650d0d43c4e45.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-dd28c09b5feb1ada.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-cd225b2962500857.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-ccfc6ca4b2c21f8e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-ab562698f326a2b0.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-2841da2793d99ed2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-590c6e9559fed084.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ea8dcc1dd42eca2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-06f0968db49a577c.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35492023-10-11T19:40:51.540Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-637e402b42ceb3a7/build-script-build`
35502023-10-11T19:40:51.615Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
35512023-10-11T19:40:51.622Z Running `/home/build/.rustup/toolchains/1.72.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=80c4f2626ef6668e -C extra-filename=-80c4f2626ef6668e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5e76af4bfd7e8e36.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-f969b62eba45db5d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib -D warnings`
35522023-10-11T19:40:51.770Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-cb879e35d957bad4/build-script-build`
35532023-10-11T19:40:52.238Z Running `/home/build/.rustup/toolchains/1.72.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=53195d35c8f0bc6d -C extra-filename=-53195d35c8f0bc6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-3a44b29fad009a22.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-3e6e8d9c6d807e80.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-40ca70e57e9b8103.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1025f05eee8b8d3f.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b6de061fc524ff1e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0dfbde122c134ccb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-181cdcce4debca8f.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-17fb685b1d269b14.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-de56a88f97067490.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-a7708e37c466faa5.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-784fb12629f60ed1.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-67ca5f41bdde404f.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-fa6b6a0e7db319ce.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1281c81b1e26ac4e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6c267024c249b587.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4950bdf62f4a774e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5d87f6ac6fc0aeac.rmeta --extern hashbrown_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-c7fa620f2cfd72a4.rmeta --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-bb614e6fdd6f35be.rmeta --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2c1bab4f653c68c5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-8885849ac3328b0b.rmeta --extern indexmap_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f21f85b211e7cbc1.rmeta --extern indexmap_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-37cda74f035f52e6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a6a4e7b8777245aa.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3504c7d3cd08c24f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-6cd4ef04d9bd039a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0f763c45bd2d6012.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-6e7511daa83eb431.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-3b74e2c7e7429827.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-65f97b686f8023b7.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-24eed84f1d19fd41.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-036de6fb198bd7a2.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3adf9bc5ea2a15e8.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-b3ac4b7f59a6b2a7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-5eabb5c7a332b5f6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-53dcddb5f0118cd2.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0198c14610a57b32.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c99385a4fb32596a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern rustix_d736d0ac4424f0f1=/work/oxidecomputer/omicron/target/debug/deps/librustix-36a32008dc7cd9be.rmeta --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-dab22f7c9a37f33c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2a0f5906101456ab.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c0716d2143b26d1a.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-07e0d382b4c2f45a.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-3c63ccdf774b3e83.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-2841da2793d99ed2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8f8078b36750a27f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-80d16594467ebc43.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a6ecf3d26859b6ad.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9a984b7ccb4224e3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35c96b580c9578f1.rmeta --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-185f52a339e2f007.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-098c27be3dd0f029.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a79322ee08f170c2.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-08f1abd65c429ac9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-9881d698e72ac5a3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-06f0968db49a577c.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35542023-10-11T19:40:52.677Z Running `/home/build/.rustup/toolchains/1.72.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=a2b58f22ede0d44c -C extra-filename=-a2b58f22ede0d44c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-3a44b29fad009a22.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-3e6e8d9c6d807e80.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-40ca70e57e9b8103.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1025f05eee8b8d3f.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b6de061fc524ff1e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0dfbde122c134ccb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-181cdcce4debca8f.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-17fb685b1d269b14.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-de56a88f97067490.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-a7708e37c466faa5.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc67fb1af8d83a16.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-67ca5f41bdde404f.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-9475083db9bb56c9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-fa6b6a0e7db319ce.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1281c81b1e26ac4e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-162a734bab52ecae.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6c267024c249b587.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-41b3cacfdb8b8658.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4950bdf62f4a774e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5d87f6ac6fc0aeac.rmeta --extern hashbrown_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-c7fa620f2cfd72a4.rmeta --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-bb614e6fdd6f35be.rmeta --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2c1bab4f653c68c5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-8885849ac3328b0b.rmeta --extern indexmap_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f21f85b211e7cbc1.rmeta --extern indexmap_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-37cda74f035f52e6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3504c7d3cd08c24f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-6cd4ef04d9bd039a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0f763c45bd2d6012.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-6e7511daa83eb431.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-65f97b686f8023b7.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-24eed84f1d19fd41.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-d1dfbf0978057751.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3adf9bc5ea2a15e8.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-b3ac4b7f59a6b2a7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-5eabb5c7a332b5f6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-53dcddb5f0118cd2.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0198c14610a57b32.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern rustix_d736d0ac4424f0f1=/work/oxidecomputer/omicron/target/debug/deps/librustix-36a32008dc7cd9be.rmeta --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-dab22f7c9a37f33c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c0716d2143b26d1a.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-07e0d382b4c2f45a.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-3c63ccdf774b3e83.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-2841da2793d99ed2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-46598a4ade7a2922.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8f8078b36750a27f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-80d16594467ebc43.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-444f0032c5c7ec16.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9a984b7ccb4224e3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35c96b580c9578f1.rmeta --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-185f52a339e2f007.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-098c27be3dd0f029.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a79322ee08f170c2.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ea8dcc1dd42eca2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-9881d698e72ac5a3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-06f0968db49a577c.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35552023-10-11T19:40:52.692Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35562023-10-11T19:40:53.118Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=ef9fd683995629ad -C extra-filename=-ef9fd683995629ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-53195d35c8f0bc6d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35572023-10-11T19:40:53.151Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=820b1905e991485b -C extra-filename=-820b1905e991485b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-282eeb4c5573d511.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-03a1466e1f5e93e4.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1486aaee3f323cc1.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-6d24d4dfec88b70d.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-90494af026d44ec1.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-7076bed75ea0c074.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-1824044c80fa9625.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3a5afedd99d72085.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-6a5eb1c4ca6e5899.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-68719ef61c7c2bee.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-c4da83d5a55438d5.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-cf404384f32d9ee0.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31596f1cfd69171c.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-da98cd184f1dd7f6.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ee2755fad26b5587.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-89a1d2b37d60fddc.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1ab7ff61e7c67f66.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-44ec121a8974b079.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-c4f4e705a3ec6e86.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2d8c9a0d23a6df66.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-a78d02f725c823af.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1a936b59517fbe6d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-45c46b3316877300.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f63942a4da221d34.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5e540ad4941d14f0.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-e08d941838bbeb03.rmeta --extern hashbrown_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-e7b85824ce12e51b.rmeta --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-b1008f6b16506ac7.rmeta --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-6d6730805a801a5f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2e50d0eb0b488db5.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2dc5935c257736fc.rmeta --extern indexmap_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cd75ce2a091a2ded.rmeta --extern indexmap_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8b8556d46f061241.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b070c0a3528fb68a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-8e044772089bbb07.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-1a2e9d48937a2707.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-111f14b607062773.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9b8efcf4f90c042d.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-8abe78febf1f7bd4.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-620f8a0880f8aaa7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-627f8a0395596055.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-1592a242d91bde1a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8a46cebc3dfd1f31.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-0eefa4f5fb8c0a7f.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-8451c58b146c5c8b.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-776cc17a9c34995e.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d23fef18370be248.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-41eb75ae05dd33a0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1d26a7cafea115dc.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-c6976615d82077fd.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-2d8269b93ec0e3ca.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rmeta --extern rustix_d736d0ac4424f0f1=/work/oxidecomputer/omicron/target/debug/deps/librustix-a412d66af3d7e7da.rmeta --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-faf0f6b95c4643ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2a4ca742f7d69463.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-077ad26ebebec88c.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fecf14f1af0d3564.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d603c8d4e5059e33.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-e64267d7c13d1fb6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-81b2e1e4c2d48045.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7da73bc294f1e755.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4cbafaba7eb8653e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-bf6a0d489d5d4904.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-22070346dc4d0a8f.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-d224054b362d0f2b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ba0b9ecd6c51a3f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3e317e62e1aef1be.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a21da4229f0887c1.rmeta --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-78bb54cee6a3ea10.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-0746e8ce2e275537.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-dd3c6ac25a9b82e9.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-86c5147d695ab8b0.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f1c8302ac6175740.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-ff82edcf10cdcd62.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c2b146e5f70d877e.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35582023-10-11T19:40:53.171Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35592023-10-11T19:40:53.181Z Running `/home/build/.rustup/toolchains/1.72.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=f72ef113186ac492 -C extra-filename=-f72ef113186ac492 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-432d5da849165976.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35602023-10-11T19:40:53.204Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
35612023-10-11T19:40:53.218Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=0743453071f85bf0 -C extra-filename=-0743453071f85bf0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-53195d35c8f0bc6d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35622023-10-11T19:40:53.246Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
35632023-10-11T19:40:53.275Z Running `/home/build/.rustup/toolchains/1.72.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=d1640fe4e201c0a1 -C extra-filename=-d1640fe4e201c0a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-53195d35c8f0bc6d.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35642023-10-11T19:40:53.294Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
35652023-10-11T19:40:53.317Z Running `/home/build/.rustup/toolchains/1.72.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=10b5060236e3aacf -C extra-filename=-10b5060236e3aacf --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35662023-10-11T19:40:53.441Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
35672023-10-11T19:40:53.879Z Running `/home/build/.rustup/toolchains/1.72.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=a342014da38febe9 -C extra-filename=-a342014da38febe9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35682023-10-11T19:40:53.896Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
35692023-10-11T19:40:53.914Z Running `/home/build/.rustup/toolchains/1.72.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=b582a29afc1974ff -C extra-filename=-b582a29afc1974ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-ef9fd683995629ad.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-df7874c19879351a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9b4cd1458b78d4c8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5d70a0dcf69bc55e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ebfc7cabf556acc7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-444f0032c5c7ec16.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35702023-10-11T19:40:54.428Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=9e41dd6e666d5baf -C extra-filename=-9e41dd6e666d5baf --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-ef9fd683995629ad.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-b224cecf94b6699c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-28cf5e0554ad3063.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2e50d0eb0b488db5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b070c0a3528fb68a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9cea5704743a276f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-25394cd073bf56d7.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d138374912f289b9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6285dc69fecfe350.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ebfc7cabf556acc7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-22070346dc4d0a8f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35712023-10-11T19:40:55.060Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
35722023-10-11T19:40:55.078Z Running `/home/build/.rustup/toolchains/1.72.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=ffad16269da917c2 -C extra-filename=-ffad16269da917c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3f2a95cd4754ba4e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-afee5f4e0d082cdb.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-0eb5e9b7e5ea9c91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35732023-10-11T19:40:55.428Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ab5f61cfc4c875f5 -C extra-filename=-ab5f61cfc4c875f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-5085e20565657c3d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35742023-10-11T19:40:55.489Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
35752023-10-11T19:40:55.525Z Running `/home/build/.rustup/toolchains/1.72.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 debug-assertions=on -C metadata=9299e8adcf8f9b9a -C extra-filename=-9299e8adcf8f9b9a --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-9299e8adcf8f9b9a -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d1640fe4e201c0a1.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35762023-10-11T19:40:56.221Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c9556f23b67ded22 -C extra-filename=-c9556f23b67ded22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-25394cd073bf56d7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35772023-10-11T19:40:56.235Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-9299e8adcf8f9b9a/build-script-build`
35782023-10-11T19:40:56.242Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35792023-10-11T19:40:57.075Z Running `/home/build/.rustup/toolchains/1.72.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=da1689334baf8704 -C extra-filename=-da1689334baf8704 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-10b5060236e3aacf.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-848b3c132e6d7a6e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-cc6301101d5f8452.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-098c27be3dd0f029.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4f64b99a251c91b7.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bb3a215837416d39.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35802023-10-11T19:40:57.097Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
35812023-10-11T19:40:57.113Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=4e93dd09564bd4e7 -C extra-filename=-4e93dd09564bd4e7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-4e93dd09564bd4e7 -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d1640fe4e201c0a1.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35822023-10-11T19:40:57.133Z Running `/home/build/.rustup/toolchains/1.72.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=08d9f266c5a429dc -C extra-filename=-08d9f266c5a429dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b2f6193eafb252b6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35832023-10-11T19:40:58.571Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35842023-10-11T19:40:59.497Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=c995c62f4b185a16 -C extra-filename=-c995c62f4b185a16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-53195d35c8f0bc6d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35852023-10-11T19:41:02.247Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-4e93dd09564bd4e7/build-script-build`
35862023-10-11T19:41:02.274Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35872023-10-11T19:41:02.288Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=2f54e59ac01b4a5c -C extra-filename=-2f54e59ac01b4a5c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-2f54e59ac01b4a5c -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d1640fe4e201c0a1.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35882023-10-11T19:41:02.937Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=758681621baba069 -C extra-filename=-758681621baba069 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-25394cd073bf56d7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35892023-10-11T19:41:02.946Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35902023-10-11T19:41:02.957Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=80c0a61bd78c4ac7 -C extra-filename=-80c0a61bd78c4ac7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-53195d35c8f0bc6d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35912023-10-11T19:41:04.618Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-2f54e59ac01b4a5c/build-script-build`
35922023-10-11T19:41:05.073Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=85fd41845ae77d4b -C extra-filename=-85fd41845ae77d4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3a5afedd99d72085.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9556f23b67ded22.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-28cf5e0554ad3063.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ded4f589be821bf7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0a682483932714c3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8a76605271155f73.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-512ed9aa6de41068.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-0746e8ce2e275537.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3597f5a8537e47e.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-3db4ae3ef2893dc4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35932023-10-11T19:41:05.240Z Running `/home/build/.rustup/toolchains/1.72.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.26.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"' -C metadata=9804fd0ae916b0e6 -C extra-filename=-9804fd0ae916b0e6 --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-e5f78bf05c67c191.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3504c7d3cd08c24f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-5775b5705311e23d.so --cap-lints allow -D warnings`
35942023-10-11T19:41:05.637Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35952023-10-11T19:41:05.652Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=77291c0f6299b1bc -C extra-filename=-77291c0f6299b1bc --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-77291c0f6299b1bc -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d1640fe4e201c0a1.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35962023-10-11T19:41:06.623Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a96f06457ab15c5b -C extra-filename=-a96f06457ab15c5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b070c0a3528fb68a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-56cb22da76603b2b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35972023-10-11T19:41:09.572Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-77291c0f6299b1bc/build-script-build`
35982023-10-11T19:41:09.594Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=abe6b061c9305cb7 -C extra-filename=-abe6b061c9305cb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-6b8192d000b57438.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-2e1d16e1b4fcec6f.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-afee5f4e0d082cdb.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-ee7665d458dd6e37.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8a46cebc3dfd1f31.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
35992023-10-11T19:41:12.547Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36002023-10-11T19:41:12.557Z Running `/home/build/.rustup/toolchains/1.72.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=77c8059016a8cac4 -C extra-filename=-77c8059016a8cac4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-bc35e723c6ffa3bb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-22f0e92716fd3dd8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-503ab657e54ee27f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-60975c2e10be68af.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-353c2dc91b54d196.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-444f0032c5c7ec16.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ea8dcc1dd42eca2a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36012023-10-11T19:41:15.829Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36022023-10-11T19:41:15.887Z Running `/home/build/.rustup/toolchains/1.72.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"' -C metadata=e1fef7b2fadf99bf -C extra-filename=-e1fef7b2fadf99bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-bb8a67a696c4b83a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-76900858d9cbc63e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-998ea3655c179ff9.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-6048a61c9000ae68.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ca5d824de68c04e4.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36032023-10-11T19:41:16.459Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36042023-10-11T19:41:16.484Z Running `/home/build/.rustup/toolchains/1.72.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=66f56017f68fc5fa -C extra-filename=-66f56017f68fc5fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f72ef113186ac492.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36052023-10-11T19:41:17.024Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36062023-10-11T19:41:17.475Z Running `/home/build/.rustup/toolchains/1.72.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=9488bdfbf39687ac -C extra-filename=-9488bdfbf39687ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c30307398ce35dec.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ea0b627c9a739c90.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36072023-10-11T19:41:18.038Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
36082023-10-11T19:41:18.776Z Running `/home/build/.rustup/toolchains/1.72.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=f7154084f6425dca -C extra-filename=-f7154084f6425dca --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-89fbc6e9413c9530.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0743453071f85bf0.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36092023-10-11T19:41:18.873Z Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
36102023-10-11T19:41:18.911Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc_key_value --edition=2021 ipcc-key-value/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9ee51e801678138d -C extra-filename=-9ee51e801678138d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36112023-10-11T19:41:19.340Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
36122023-10-11T19:41:19.356Z Running `/home/build/.rustup/toolchains/1.72.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=f8f5bfc146078dff -C extra-filename=-f8f5bfc146078dff --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-10b5060236e3aacf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-098c27be3dd0f029.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4f64b99a251c91b7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36132023-10-11T19:41:20.877Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=beac87b83c853bed -C extra-filename=-beac87b83c853bed --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b070c0a3528fb68a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ab5f61cfc4c875f5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-25394cd073bf56d7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36142023-10-11T19:41:25.061Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36152023-10-11T19:41:25.072Z Running `/home/build/.rustup/toolchains/1.72.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=d44090c33ef25fd5 -C extra-filename=-d44090c33ef25fd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36162023-10-11T19:41:30.931Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36172023-10-11T19:41:31.357Z Running `/home/build/.rustup/toolchains/1.72.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=c88be40868ca8664 -C extra-filename=-c88be40868ca8664 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-0fe53bf5bbddeceb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4950bdf62f4a774e.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-4dfba58664faa014.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-9ee51e801678138d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6f1b9fc73aa4b6db.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-466568a0799675d6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9a984b7ccb4224e3.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-931734a40429aaa2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c4c0ee8f356931ff.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
36182023-10-11T19:41:36.085Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
36192023-10-11T19:41:36.104Z Running `/home/build/.rustup/toolchains/1.72.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=bfefcfb0792b192a -C extra-filename=-bfefcfb0792b192a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-ef9fd683995629ad.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-10b5060236e3aacf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f72ef113186ac492.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9b4cd1458b78d4c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-af0326da93a9a68c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36202023-10-11T19:41:39.186Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mockall"' --cfg 'feature="testing"' -C metadata=f301cda9fe6e97b9 -C extra-filename=-f301cda9fe6e97b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-ad86bdb8d140b9e1.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b070c0a3528fb68a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-3cf7bd7430f52bf7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-57281d6929f54642.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-8dc9c30533ce8069.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8c2788b0ba3be2ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bee6a10ac3b8f7c2.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36212023-10-11T19:41:41.201Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36222023-10-11T19:41:41.205Z Running `/home/build/.rustup/toolchains/1.72.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=f2642e2c433d97f9 -C extra-filename=-f2642e2c433d97f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-8015374a30bd2aaf.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e1fef7b2fadf99bf.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-9488bdfbf39687ac.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-f39fdcd8aadddafe.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-66f56017f68fc5fa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f0e7a5fea6e2588c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
36232023-10-11T19:41:47.043Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36242023-10-11T19:41:47.052Z Running `/home/build/.rustup/toolchains/1.72.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=f21a7315af730f25 -C extra-filename=-f21a7315af730f25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e1fef7b2fadf99bf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ffad16269da917c2.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36252023-10-11T19:41:48.221Z Running `/home/build/.rustup/toolchains/1.72.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=857640b9bbd51b9e -C extra-filename=-857640b9bbd51b9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b2f6193eafb252b6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f2642e2c433d97f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
36262023-10-11T19:41:48.943Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36272023-10-11T19:41:48.982Z Running `/home/build/.rustup/toolchains/1.72.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=2bc9705312c0fc16 -C extra-filename=-2bc9705312c0fc16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f2642e2c433d97f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
36282023-10-11T19:41:51.511Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
36292023-10-11T19:41:51.534Z Running `/home/build/.rustup/toolchains/1.72.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=6f2ff22c76bbc71b -C extra-filename=-6f2ff22c76bbc71b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-0cd7c1614351d401.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-7361b1a016d3615a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36302023-10-11T19:41:52.720Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36312023-10-11T19:41:52.744Z Running `/home/build/.rustup/toolchains/1.72.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=2fa1f391887f11f1 -C extra-filename=-2fa1f391887f11f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4950bdf62f4a774e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-c88be40868ca8664.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-50faf66cf7252e3f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36322023-10-11T19:41:53.189Z Running `/home/build/.rustup/toolchains/1.72.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=b81dbd8e94407ea3 -C extra-filename=-b81dbd8e94407ea3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-8068ddbfa021534a.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b02ff41e36379ccd.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c30307398ce35dec.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ea0b627c9a739c90.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f2642e2c433d97f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-2b6e5b31ebe9ed51.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
36332023-10-11T19:41:56.130Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36342023-10-11T19:41:56.136Z Running `/home/build/.rustup/toolchains/1.72.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=ff0be99b0a9c4ba7 -C extra-filename=-ff0be99b0a9c4ba7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-66f56017f68fc5fa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7154084f6425dca.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36352023-10-11T19:42:00.573Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a098fd1ec96f7131 -C extra-filename=-a098fd1ec96f7131 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-da6f485cf295e7f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0743453071f85bf0.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36362023-10-11T19:42:04.083Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36372023-10-11T19:42:04.087Z Running `/home/build/.rustup/toolchains/1.72.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=de768ca8f2b3d0b1 -C extra-filename=-de768ca8f2b3d0b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7154084f6425dca.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ea8dcc1dd42eca2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36382023-10-11T19:42:06.657Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36392023-10-11T19:42:06.759Z Running `/home/build/.rustup/toolchains/1.72.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=2b394447a4ba8bb7 -C extra-filename=-2b394447a4ba8bb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36402023-10-11T19:42:10.873Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36412023-10-11T19:42:10.878Z Running `/home/build/.rustup/toolchains/1.72.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=9c98e5f9828dc59f -C extra-filename=-9c98e5f9828dc59f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a342014da38febe9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ffad16269da917c2.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36422023-10-11T19:42:11.071Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36432023-10-11T19:42:11.075Z Running `/home/build/.rustup/toolchains/1.72.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=9128d2dc0579ac6c -C extra-filename=-9128d2dc0579ac6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4950bdf62f4a774e.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-c88be40868ca8664.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2fa1f391887f11f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
36442023-10-11T19:42:14.655Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=430798413d843673 -C extra-filename=-430798413d843673 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9556f23b67ded22.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2e50d0eb0b488db5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-0746e8ce2e275537.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3597f5a8537e47e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36452023-10-11T19:42:15.619Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
36462023-10-11T19:42:15.646Z Running `/home/build/.rustup/toolchains/1.72.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=2620c443db0e8bfa -C extra-filename=-2620c443db0e8bfa --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36472023-10-11T19:42:19.354Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb082566839689a5 -C extra-filename=-fb082566839689a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b070c0a3528fb68a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-25394cd073bf56d7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36482023-10-11T19:42:19.603Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
36492023-10-11T19:42:19.623Z Running `/home/build/.rustup/toolchains/1.72.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=43976b1a20feb9b4 -C extra-filename=-43976b1a20feb9b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e61d6aeb4d5bc5b5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-2f523a89f6109928.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-341650d0d43c4e45.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-1a03d81885b79d46.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c0716d2143b26d1a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-48e1d0a17c120e44.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-06f0968db49a577c.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
36502023-10-11T19:42:20.704Z Running `/home/build/.rustup/toolchains/1.72.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=dc6619d449496518 -C extra-filename=-dc6619d449496518 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c995c62f4b185a16.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc67fb1af8d83a16.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2620c443db0e8bfa.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bfefcfb0792b192a.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6f2ff22c76bbc71b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f72ef113186ac492.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9b4cd1458b78d4c8.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d44090c33ef25fd5.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-af0326da93a9a68c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -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-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36512023-10-11T19:42:23.707Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36522023-10-11T19:42:23.720Z Running `/home/build/.rustup/toolchains/1.72.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=a5bb494e49e11848 -C extra-filename=-a5bb494e49e11848 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f8f5bfc146078dff.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-66f56017f68fc5fa.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bfefcfb0792b192a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7154084f6425dca.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b394447a4ba8bb7.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-de768ca8f2b3d0b1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36532023-10-11T19:42:25.193Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36542023-10-11T19:42:25.201Z Running `/home/build/.rustup/toolchains/1.72.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=59860d355065ad12 -C extra-filename=-59860d355065ad12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f21a7315af730f25.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ffad16269da917c2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9c98e5f9828dc59f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36552023-10-11T19:42:26.443Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=56bae44a50d5df45 -C extra-filename=-56bae44a50d5df45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-ef9fd683995629ad.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9556f23b67ded22.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ab5f61cfc4c875f5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b1fb1598afc8ccf3.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-bc499487ad0da46c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9cea5704743a276f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-be68d50f84fc23be.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36562023-10-11T19:42:32.456Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cb36e5c59a0b7276 -C extra-filename=-cb36e5c59a0b7276 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0b57edeaa387497d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-7c9235f547ae9641.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b140ce5f5777630f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36572023-10-11T19:42:34.050Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=706e19417276ef97 -C extra-filename=-706e19417276ef97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-abaa73c8208bf1cd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f301cda9fe6e97b9.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cb36e5c59a0b7276.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-f11e97f2b0d69677.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-beac87b83c853bed.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6e6f546ac8b61af6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
36582023-10-11T19:42:34.407Z Compiling oso v0.26.4
36592023-10-11T19:42:34.429Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.26.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="derive"' --cfg 'feature="oso-derive"' -C metadata=cc204b2ec6970340 -C extra-filename=-cc204b2ec6970340 --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-9c8c9479ff858d98.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8a186bb5dc45b01.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-0a8e64c0896906f6.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-9804fd0ae916b0e6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35c96b580c9578f1.rmeta --cap-lints allow -D warnings`
36602023-10-11T19:42:38.984Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d9acd87efea61067 -C extra-filename=-d9acd87efea61067 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dbe076e154597cdc.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-a048596724bee275.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b1fb1598afc8ccf3.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-bc499487ad0da46c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36612023-10-11T19:42:40.499Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
36622023-10-11T19:42:40.504Z Running `/home/build/.rustup/toolchains/1.72.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=1ca43acd7780afa6 -C extra-filename=-1ca43acd7780afa6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f8f5bfc146078dff.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bfefcfb0792b192a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36632023-10-11T19:42:41.030Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=004780c3fc84ceca -C extra-filename=-004780c3fc84ceca --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-28cf5e0554ad3063.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-beac87b83c853bed.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a098fd1ec96f7131.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8ad8b843a34964ed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36642023-10-11T19:42:41.132Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f1079be0fdc37e41 -C extra-filename=-f1079be0fdc37e41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-25394cd073bf56d7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36652023-10-11T19:42:44.982Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b810bee233c3ab94 -C extra-filename=-b810bee233c3ab94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b070c0a3528fb68a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-25394cd073bf56d7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-706e19417276ef97.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
36662023-10-11T19:42:45.762Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=38d3510328c335a1 -C extra-filename=-38d3510328c335a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-56cb22da76603b2b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-706e19417276ef97.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
36672023-10-11T19:42:49.873Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36682023-10-11T19:42:49.961Z Running `/home/build/.rustup/toolchains/1.72.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"' -C metadata=3e96696cea18cf27 -C extra-filename=-3e96696cea18cf27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7154084f6425dca.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36692023-10-11T19:42:52.034Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7f22b1c9295a2831 -C extra-filename=-7f22b1c9295a2831 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b070c0a3528fb68a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36702023-10-11T19:42:52.681Z Running `/home/build/.rustup/toolchains/1.72.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.26.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=2b6b757786f6cc94 -C extra-filename=-2b6b757786f6cc94 --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-e5f78bf05c67c191.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-1a2e9d48937a2707.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-5775b5705311e23d.so --cap-lints allow -D warnings`
36712023-10-11T19:42:53.051Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=16db6350c3462ed0 -C extra-filename=-16db6350c3462ed0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c995c62f4b185a16.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ee2755fad26b5587.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b070c0a3528fb68a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-7f22b1c9295a2831.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-56bae44a50d5df45.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-d9acd87efea61067.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ab5f61cfc4c875f5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9cea5704743a276f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a157337a24dcb7f3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb082566839689a5.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-be68d50f84fc23be.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -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-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36722023-10-11T19:42:54.283Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=848952abc2e1b807 -C extra-filename=-848952abc2e1b807 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3a5afedd99d72085.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-28cf5e0554ad3063.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a098fd1ec96f7131.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1d26a7cafea115dc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f1c8302ac6175740.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36732023-10-11T19:42:54.766Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=35078b2b8f6c17c9 -C extra-filename=-35078b2b8f6c17c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f301cda9fe6e97b9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-abe6b061c9305cb7.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36742023-10-11T19:42:56.681Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
36752023-10-11T19:42:56.698Z Running `/home/build/.rustup/toolchains/1.72.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=8b76d343d64c1004 -C extra-filename=-8b76d343d64c1004 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f21a7315af730f25.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ffad16269da917c2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36762023-10-11T19:42:58.969Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc_key_value --edition=2021 ipcc-key-value/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4d545fcfb55ee1e1 -C extra-filename=-4d545fcfb55ee1e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-232a3860334462ef.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36772023-10-11T19:43:01.125Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/1e180ae/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5510b4ee19906d84 -C extra-filename=-5510b4ee19906d84 --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-5e1b7200ff6e80bb.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-b224cecf94b6699c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-c38534593b8ad92a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f63942a4da221d34.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-df13771747da5821.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ab49d129c50a13cb.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-c79f8d0e42fe6d03.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-cf532c8f3fdac298.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-4cdc7610c6773be9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-2b93b56733daa00b.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-e64267d7c13d1fb6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-9760cabe276b728e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f1c8302ac6175740.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c2b146e5f70d877e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36782023-10-11T19:43:07.229Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=07f781847087be9b -C extra-filename=-07f781847087be9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-232a3860334462ef.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3a5afedd99d72085.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-b6f9cfee02d7c957.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-28cf5e0554ad3063.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f63942a4da221d34.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-5510b4ee19906d84.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2e50d0eb0b488db5.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-4d545fcfb55ee1e1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6285dc69fecfe350.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6d94b226482a6d7d.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e8376eecbbfdf930.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8ad8b843a34964ed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-d224054b362d0f2b.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-84c201c4ea21bd1a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8fe047de1e9b63c6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
36792023-10-11T19:43:09.894Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' -C metadata=fdd2274653ed9a70 -C extra-filename=-fdd2274653ed9a70 --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-9c8c9479ff858d98.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-817a6c1181774b8a.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-0a8e64c0896906f6.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-2b6b757786f6cc94.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a21da4229f0887c1.rmeta --cap-lints allow -D warnings`
36802023-10-11T19:43:10.465Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36812023-10-11T19:43:10.929Z Running `/home/build/.rustup/toolchains/1.72.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=42a7d9322d0e3c7a -C extra-filename=-42a7d9322d0e3c7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e61d6aeb4d5bc5b5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ec34fd9c9d8b6fef.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e94eb95fc1ce6fb1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f72ef113186ac492.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-887403756b6adec5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-85d4451dffda6e9e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-d1f7b310295782f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8f8078b36750a27f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c4c0ee8f356931ff.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-5c4947e41eef3381.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-22d2e5808eee9062.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ffad16269da917c2.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9c98e5f9828dc59f.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-59860d355065ad12.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36822023-10-11T19:43:12.884Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=ddd6626de276559b -C extra-filename=-ddd6626de276559b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-e0b0e23c7d0e7778.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-232a3860334462ef.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b02ff41e36379ccd.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0b57edeaa387497d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-7c9235f547ae9641.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b140ce5f5777630f.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-706e19417276ef97.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ccbf9fdfae0dd0b3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
36832023-10-11T19:43:19.839Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
36842023-10-11T19:43:19.856Z Running `/home/build/.rustup/toolchains/1.72.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=66cde13e789a43c6 -C extra-filename=-66cde13e789a43c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-17fb685b1d269b14.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-43976b1a20feb9b4.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36852023-10-11T19:43:24.347Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
36862023-10-11T19:43:24.363Z Running `/home/build/.rustup/toolchains/1.72.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=0cbfffc2dab275e3 -C extra-filename=-0cbfffc2dab275e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f21a7315af730f25.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36872023-10-11T19:43:49.213Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
36882023-10-11T19:43:49.238Z Running `/home/build/.rustup/toolchains/1.72.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=1cbe7ef2a29268f7 -C extra-filename=-1cbe7ef2a29268f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4f64b99a251c91b7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36892023-10-11T19:43:50.011Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2305129f24813075 -C extra-filename=-2305129f24813075 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-28cf5e0554ad3063.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-430798413d843673.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-56bae44a50d5df45.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36902023-10-11T19:43:50.646Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d6a6ada0da74883a -C extra-filename=-d6a6ada0da74883a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-758681621baba069.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-abe6b061c9305cb7.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36912023-10-11T19:43:53.797Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=07f0ae052c4f4239 -C extra-filename=-07f0ae052c4f4239 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-136072a7b75c82da.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-2b8c4ebcdfb543e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-49bd9147963abcac.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-2e1d16e1b4fcec6f.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1ab7ff61e7c67f66.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-41e3a14352e8a3ae.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ab49d129c50a13cb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4080cdfd12d50d60.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2a4ca742f7d69463.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-939f759098d4e6b9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aad05e1fd3bf39c4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c2b146e5f70d877e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
36922023-10-11T19:44:04.194Z Running `/home/build/.rustup/toolchains/1.72.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=2c843c6a27913dd2 -C extra-filename=-2c843c6a27913dd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-aaa96eb9cfc62742.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-80c0a61bd78c4ac7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-6ec89e492c03fab1.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f36c218727b12596.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c995c62f4b185a16.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc67fb1af8d83a16.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-0289e42561ff514a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-503ab657e54ee27f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-dc6619d449496518.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2620c443db0e8bfa.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bfefcfb0792b192a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f72ef113186ac492.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-cc204b2ec6970340.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7154084f6425dca.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-ae6597b034cda5ab.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d44090c33ef25fd5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-af0326da93a9a68c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-444f0032c5c7ec16.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ea8dcc1dd42eca2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -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-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
36932023-10-11T19:44:11.943Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
36942023-10-11T19:44:12.206Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=e569be1877fcb197 -C extra-filename=-e569be1877fcb197 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-53195d35c8f0bc6d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36952023-10-11T19:44:12.351Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
36962023-10-11T19:44:12.853Z Running `/home/build/.rustup/toolchains/1.72.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=054b2bf1d3cadf17 -C extra-filename=-054b2bf1d3cadf17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e61d6aeb4d5bc5b5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3f2a95cd4754ba4e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-857640b9bbd51b9e.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-0cd7c1614351d401.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e1fef7b2fadf99bf.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-8b76d343d64c1004.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f21a7315af730f25.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-9ee51e801678138d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b2f6193eafb252b6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c0716d2143b26d1a.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f2642e2c433d97f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-43976b1a20feb9b4.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ffad16269da917c2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
36972023-10-11T19:44:12.876Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' -C metadata=8f2efe935e261412 -C extra-filename=-8f2efe935e261412 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-28cf5e0554ad3063.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a098fd1ec96f7131.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36982023-10-11T19:44:12.904Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="seed-gen"' -C metadata=95f1eb51aa206194 -C extra-filename=-95f1eb51aa206194 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-e513ad8a3e300b15.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-49bd9147963abcac.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-28cf5e0554ad3063.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-385aebe2019c1363.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a861a660c7a0b850.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0f7168c1b51f6d6d.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f7837217f3794298.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1d26a7cafea115dc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5325d6d9b9946615.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-4309512f9ad5333b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-939f759098d4e6b9.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8a76605271155f73.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-22070346dc4d0a8f.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f1c8302ac6175740.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
36992023-10-11T19:44:15.302Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7f2627d6cc690b36 -C extra-filename=-7f2627d6cc690b36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3a5afedd99d72085.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-28cf5e0554ad3063.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f63942a4da221d34.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-07f781847087be9b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8ad8b843a34964ed.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-5815412338fe0e35.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37002023-10-11T19:44:17.108Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9030f9eeeafa3536 -C extra-filename=-9030f9eeeafa3536 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3a5afedd99d72085.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-28cf5e0554ad3063.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-430798413d843673.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-beac87b83c853bed.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-56bae44a50d5df45.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a098fd1ec96f7131.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f1079be0fdc37e41.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-848952abc2e1b807.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8ad8b843a34964ed.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37012023-10-11T19:44:22.942Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b17bc4be5d81906b -C extra-filename=-b17bc4be5d81906b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3a5afedd99d72085.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-28cf5e0554ad3063.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2e50d0eb0b488db5.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-35078b2b8f6c17c9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37022023-10-11T19:44:24.646Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5562be14128d98f1 -C extra-filename=-5562be14128d98f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-28cf5e0554ad3063.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f63942a4da221d34.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-07f781847087be9b.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-95f1eb51aa206194.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7f2627d6cc690b36.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
37032023-10-11T19:44:31.180Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
37042023-10-11T19:44:31.201Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=95b1200c15e12cac -C extra-filename=-95b1200c15e12cac --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-95b1200c15e12cac -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d1640fe4e201c0a1.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37052023-10-11T19:44:31.724Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37062023-10-11T19:44:31.735Z Running `/home/build/.rustup/toolchains/1.72.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 metadata=15debd5c329c362e -C extra-filename=-15debd5c329c362e --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-15debd5c329c362e -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d1640fe4e201c0a1.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37072023-10-11T19:44:32.412Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-15debd5c329c362e/build-script-build`
37082023-10-11T19:44:32.433Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-95b1200c15e12cac/build-script-build`
37092023-10-11T19:44:32.493Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d58f0d136bead735 -C extra-filename=-d58f0d136bead735 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3a5afedd99d72085.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-68719ef61c7c2bee.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0a682483932714c3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-07f0ae052c4f4239.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37102023-10-11T19:44:32.994Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8967001e18aacbae -C extra-filename=-8967001e18aacbae --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-35078b2b8f6c17c9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b070c0a3528fb68a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-25394cd073bf56d7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-abe6b061c9305cb7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d6a6ada0da74883a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37112023-10-11T19:44:36.451Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37122023-10-11T19:44:36.471Z Running `/home/build/.rustup/toolchains/1.72.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=7fab90361f12590b -C extra-filename=-7fab90361f12590b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2bc9705312c0fc16.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-857640b9bbd51b9e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-0cd7c1614351d401.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-08d9f266c5a429dc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e4eb515ef1d89410.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a342014da38febe9.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4950bdf62f4a774e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-341650d0d43c4e45.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e1fef7b2fadf99bf.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-0cbfffc2dab275e3.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f21a7315af730f25.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6f2ff22c76bbc71b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f72ef113186ac492.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c0716d2143b26d1a.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f2642e2c433d97f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-b0f602d340a23de7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9a984b7ccb4224e3.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c4c0ee8f356931ff.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-48e1d0a17c120e44.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4f64b99a251c91b7.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-43976b1a20feb9b4.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ffad16269da917c2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9c98e5f9828dc59f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
37132023-10-11T19:44:49.793Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cd5ca373e34fc15b -C extra-filename=-cd5ca373e34fc15b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-6a1fb82eb28bad0b.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-80c0a61bd78c4ac7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-cfbc234e96ea11d8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-3ef8cf9b839d8aed.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c995c62f4b185a16.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ee2755fad26b5587.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-adfb8f33ed8e8fd3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-28cf5e0554ad3063.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a861a660c7a0b850.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2e50d0eb0b488db5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b070c0a3528fb68a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-16db6350c3462ed0.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-7f22b1c9295a2831.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-56bae44a50d5df45.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ab5f61cfc4c875f5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b1fb1598afc8ccf3.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-bc499487ad0da46c.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-fdd2274653ed9a70.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a098fd1ec96f7131.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a157337a24dcb7f3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fc95e4a2244edb97.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb082566839689a5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-be68d50f84fc23be.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-22070346dc4d0a8f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f1c8302ac6175740.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -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-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
37142023-10-11T19:44:51.770Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
37152023-10-11T19:44:51.775Z Running `/home/build/.rustup/toolchains/1.72.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=d6214499ea78a272 -C extra-filename=-d6214499ea78a272 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ec34fd9c9d8b6fef.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-887403756b6adec5.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-d7c4031c7a18c67e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-42a7d9322d0e3c7a.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37162023-10-11T19:44:53.901Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
37172023-10-11T19:44:53.938Z Running `/home/build/.rustup/toolchains/1.72.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=b1780dd8c51da215 -C extra-filename=-b1780dd8c51da215 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e1fef7b2fadf99bf.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e94eb95fc1ce6fb1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-e557bab9cf92bc00.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-5fdeba5095a92741.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f2642e2c433d97f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-e08aeceaa1b02ae6.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
37182023-10-11T19:44:58.881Z Running `/home/build/.rustup/toolchains/1.72.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=7f3262d947dc56be -C extra-filename=-7f3262d947dc56be --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-6ec89e492c03fab1.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3f2a95cd4754ba4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f36c218727b12596.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c78830710c4306f4.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e820acb45a769613.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-10b5060236e3aacf.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-08d9f266c5a429dc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-aa6a11cde66cd576.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a342014da38febe9.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-503ab657e54ee27f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f8f5bfc146078dff.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-dc6619d449496518.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2c843c6a27913dd2.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2620c443db0e8bfa.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1ca43acd7780afa6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bfefcfb0792b192a.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f72ef113186ac492.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-cc204b2ec6970340.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7154084f6425dca.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b394447a4ba8bb7.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-de768ca8f2b3d0b1.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e96696cea18cf27.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ff0be99b0a9c4ba7.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9b4cd1458b78d4c8.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b2f6193eafb252b6.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0c3291aadf9a52bb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-353c2dc91b54d196.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-ae6597b034cda5ab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d44090c33ef25fd5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-af0326da93a9a68c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-444f0032c5c7ec16.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-48e1d0a17c120e44.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4f64b99a251c91b7.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ea8dcc1dd42eca2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
37192023-10-11T19:45:06.473Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eeb796912448c0fb -C extra-filename=-eeb796912448c0fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-136072a7b75c82da.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-232a3860334462ef.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3a5afedd99d72085.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2de9195457391e8d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c1f50e79ff71eeac.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ab5f61cfc4c875f5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21661c039cf92114.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4031863450ee353d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-85e576e0803245f8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-47edb859bf961370.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0a682483932714c3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4cbafaba7eb8653e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8fe047de1e9b63c6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3e317e62e1aef1be.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-46b535805466b860.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-31511f69cb20a3b2.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-abe6b061c9305cb7.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d6a6ada0da74883a.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-8967001e18aacbae.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37202023-10-11T19:45:18.774Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=84012500674714fe -C extra-filename=-84012500674714fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b810bee233c3ab94.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-49bd9147963abcac.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3a5afedd99d72085.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-38d3510328c335a1.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-2e1d16e1b4fcec6f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dbe076e154597cdc.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a96f06457ab15c5b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-28cf5e0554ad3063.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-1c0a47dfce511b54.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-758681621baba069.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f63942a4da221d34.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ab49d129c50a13cb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2e50d0eb0b488db5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f301cda9fe6e97b9.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-b17bc4be5d81906b.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-35078b2b8f6c17c9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-d9acd87efea61067.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ab5f61cfc4c875f5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2a4ca742f7d69463.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-706e19417276ef97.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8ad8b843a34964ed.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-319a7492cef02518.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-d224054b362d0f2b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8fe047de1e9b63c6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aad05e1fd3bf39c4.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3597f5a8537e47e.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-07f0ae052c4f4239.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-abe6b061c9305cb7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d6a6ada0da74883a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
37212023-10-11T19:45:26.716Z Running `/home/build/.rustup/toolchains/1.72.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=d00c604ca81239a4 -C extra-filename=-d00c604ca81239a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37222023-10-11T19:45:27.452Z Running `/home/build/.rustup/toolchains/1.72.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=ade359553d489eaa -C extra-filename=-ade359553d489eaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ec34fd9c9d8b6fef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-887403756b6adec5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-d7c4031c7a18c67e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-42a7d9322d0e3c7a.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-d6214499ea78a272.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37232023-10-11T19:45:29.690Z Running `/home/build/.rustup/toolchains/1.72.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=7027e9361b514037 -C extra-filename=-7027e9361b514037 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ec34fd9c9d8b6fef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-887403756b6adec5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-d7c4031c7a18c67e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-42a7d9322d0e3c7a.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-d6214499ea78a272.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37242023-10-11T19:45:30.666Z Running `/home/build/.rustup/toolchains/1.72.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=8e0a23694204e801 -C extra-filename=-8e0a23694204e801 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e1fef7b2fadf99bf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e94eb95fc1ce6fb1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-b1780dd8c51da215.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-e557bab9cf92bc00.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-5fdeba5095a92741.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f2642e2c433d97f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-e08aeceaa1b02ae6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
37252023-10-11T19:45:32.905Z Compiling omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger)
37262023-10-11T19:45:33.331Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name thing_flinger --edition=2021 dev-tools/thing-flinger/src/bin/thing-flinger.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=f3c021414b32b4a5 -C extra-filename=-f3c021414b32b4a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern crossbeam=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam-ef760d58fdfdcb12.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-b1780dd8c51da215.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
37272023-10-11T19:45:34.907Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=31677ca9371c3a26 -C extra-filename=-31677ca9371c3a26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3a5afedd99d72085.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-28cf5e0554ad3063.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2e50d0eb0b488db5.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-b17bc4be5d81906b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-35078b2b8f6c17c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37282023-10-11T19:45:35.342Z Running `/home/build/.rustup/toolchains/1.72.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=afb72beeebc316ef -C extra-filename=-afb72beeebc316ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-0cbfffc2dab275e3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f21a7315af730f25.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37292023-10-11T19:45:35.369Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e974c8c8918c2616 -C extra-filename=-e974c8c8918c2616 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3a5afedd99d72085.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-28cf5e0554ad3063.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-430798413d843673.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-beac87b83c853bed.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-56bae44a50d5df45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a098fd1ec96f7131.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f1079be0fdc37e41.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9030f9eeeafa3536.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-848952abc2e1b807.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8ad8b843a34964ed.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37302023-10-11T19:45:48.155Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da8655259cdd9f1b -C extra-filename=-da8655259cdd9f1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d2888d1226a49068.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-cfbc234e96ea11d8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-6b8192d000b57438.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3a5afedd99d72085.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-3ef8cf9b839d8aed.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-98637b68b829102e.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-271c7867f63cac76.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9556f23b67ded22.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a96f06457ab15c5b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-28cf5e0554ad3063.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-fec6e3b780c2401a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-758681621baba069.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a861a660c7a0b850.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2e50d0eb0b488db5.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-430798413d843673.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b070c0a3528fb68a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-84f920f39e21a911.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-16db6350c3462ed0.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cd5ca373e34fc15b.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-7f22b1c9295a2831.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2305129f24813075.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-56bae44a50d5df45.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ab5f61cfc4c875f5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b1fb1598afc8ccf3.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-bc499487ad0da46c.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-fdd2274653ed9a70.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a098fd1ec96f7131.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f1079be0fdc37e41.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-848952abc2e1b807.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8f2efe935e261412.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-004780c3fc84ceca.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9cea5704743a276f.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-56cb22da76603b2b.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1439134a11f157db.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a157337a24dcb7f3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5325d6d9b9946615.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fc95e4a2244edb97.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb082566839689a5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8ad8b843a34964ed.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-be68d50f84fc23be.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8a76605271155f73.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-22070346dc4d0a8f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aad05e1fd3bf39c4.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3597f5a8537e47e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f1c8302ac6175740.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
37312023-10-11T19:45:54.994Z Running `/home/build/.rustup/toolchains/1.72.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=8d89e77cf834356e -C extra-filename=-8d89e77cf834356e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e42993d6b57771df.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e61d6aeb4d5bc5b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ec34fd9c9d8b6fef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e94eb95fc1ce6fb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f72ef113186ac492.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5d70a0dcf69bc55e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-887403756b6adec5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-85d4451dffda6e9e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-d1f7b310295782f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8f8078b36750a27f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c4c0ee8f356931ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-5c4947e41eef3381.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-22d2e5808eee9062.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ffad16269da917c2.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-42a7d9322d0e3c7a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9c98e5f9828dc59f.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-59860d355065ad12.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37322023-10-11T19:45:57.119Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5b26a680f17bcb6e -C extra-filename=-5b26a680f17bcb6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-136072a7b75c82da.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-232a3860334462ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3a5afedd99d72085.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2de9195457391e8d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c1f50e79ff71eeac.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ab5f61cfc4c875f5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21661c039cf92114.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-4031863450ee353d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-85e576e0803245f8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-47edb859bf961370.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0a682483932714c3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4cbafaba7eb8653e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8fe047de1e9b63c6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3e317e62e1aef1be.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-46b535805466b860.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-31511f69cb20a3b2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-abe6b061c9305cb7.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-eeb796912448c0fb.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d6a6ada0da74883a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-8967001e18aacbae.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37332023-10-11T19:46:01.431Z Running `/home/build/.rustup/toolchains/1.72.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=48fabeef6f9a9b72 -C extra-filename=-48fabeef6f9a9b72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2bc9705312c0fc16.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-857640b9bbd51b9e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-0cd7c1614351d401.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-08d9f266c5a429dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e4eb515ef1d89410.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a342014da38febe9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4950bdf62f4a774e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9128d2dc0579ac6c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-341650d0d43c4e45.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e1fef7b2fadf99bf.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-054b2bf1d3cadf17.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-8b76d343d64c1004.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-0cbfffc2dab275e3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f21a7315af730f25.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6f2ff22c76bbc71b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f72ef113186ac492.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c0716d2143b26d1a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f2642e2c433d97f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-b0f602d340a23de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9a984b7ccb4224e3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c4c0ee8f356931ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-48e1d0a17c120e44.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4f64b99a251c91b7.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-66cde13e789a43c6.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-43976b1a20feb9b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ffad16269da917c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9c98e5f9828dc59f.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-7fab90361f12590b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-59860d355065ad12.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
37342023-10-11T19:46:04.241Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=45d7924ce7363d51 -C extra-filename=-45d7924ce7363d51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-6a1fb82eb28bad0b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3a5afedd99d72085.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ee2755fad26b5587.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-28cf5e0554ad3063.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-758681621baba069.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f63942a4da221d34.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5562be14128d98f1.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-430798413d843673.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b070c0a3528fb68a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-beac87b83c853bed.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-16db6350c3462ed0.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cd5ca373e34fc15b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-56bae44a50d5df45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f1079be0fdc37e41.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb082566839689a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-98a5ccf6085862c3.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4cbafaba7eb8653e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rlib -D warnings -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-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
37352023-10-11T19:46:04.421Z Running `/home/build/.rustup/toolchains/1.72.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=70109b39e4d7e754 -C extra-filename=-70109b39e4d7e754 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f8f5bfc146078dff.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-66f56017f68fc5fa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bfefcfb0792b192a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7154084f6425dca.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b394447a4ba8bb7.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a5bb494e49e11848.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-de768ca8f2b3d0b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37362023-10-11T19:46:05.445Z Running `/home/build/.rustup/toolchains/1.72.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=89dddfa1264437c1 -C extra-filename=-89dddfa1264437c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e42993d6b57771df.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-17fb685b1d269b14.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-f4a788a6cd55a403.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-b3ac4b7f59a6b2a7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-66cde13e789a43c6.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-43976b1a20feb9b4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37372023-10-11T19:46:07.339Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=77d28be1d55e2e8d -C extra-filename=-77d28be1d55e2e8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3a5afedd99d72085.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-68719ef61c7c2bee.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0a682483932714c3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-d58f0d136bead735.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-07f0ae052c4f4239.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37382023-10-11T19:46:10.361Z Running `/home/build/.rustup/toolchains/1.72.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=806124349a4b39f7 -C extra-filename=-806124349a4b39f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e42993d6b57771df.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-17fb685b1d269b14.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-f4a788a6cd55a403.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-b3ac4b7f59a6b2a7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-66cde13e789a43c6.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-43976b1a20feb9b4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37392023-10-11T19:46:20.619Z Running `/home/build/.rustup/toolchains/1.72.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=94bffcefe3cd9ca0 -C extra-filename=-94bffcefe3cd9ca0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2bc9705312c0fc16.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-857640b9bbd51b9e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-0cd7c1614351d401.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-08d9f266c5a429dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e4eb515ef1d89410.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a342014da38febe9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4950bdf62f4a774e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9128d2dc0579ac6c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-341650d0d43c4e45.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e1fef7b2fadf99bf.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-054b2bf1d3cadf17.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-8b76d343d64c1004.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-0cbfffc2dab275e3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f21a7315af730f25.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6f2ff22c76bbc71b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f72ef113186ac492.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c0716d2143b26d1a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f2642e2c433d97f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-b0f602d340a23de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9a984b7ccb4224e3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c4c0ee8f356931ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-48e1d0a17c120e44.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4f64b99a251c91b7.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-66cde13e789a43c6.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-43976b1a20feb9b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ffad16269da917c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9c98e5f9828dc59f.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-59860d355065ad12.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
37402023-10-11T19:46:22.402Z Running `/home/build/.rustup/toolchains/1.72.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=23949e28187998d6 -C extra-filename=-23949e28187998d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2bc9705312c0fc16.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-857640b9bbd51b9e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-0cd7c1614351d401.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-08d9f266c5a429dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e4eb515ef1d89410.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a342014da38febe9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4950bdf62f4a774e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9128d2dc0579ac6c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-341650d0d43c4e45.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e1fef7b2fadf99bf.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-054b2bf1d3cadf17.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-8b76d343d64c1004.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-0cbfffc2dab275e3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f21a7315af730f25.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6f2ff22c76bbc71b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f72ef113186ac492.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c0716d2143b26d1a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f2642e2c433d97f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-b0f602d340a23de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9a984b7ccb4224e3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c4c0ee8f356931ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-48e1d0a17c120e44.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4f64b99a251c91b7.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-66cde13e789a43c6.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-43976b1a20feb9b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ffad16269da917c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9c98e5f9828dc59f.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-7fab90361f12590b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-59860d355065ad12.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
37412023-10-11T19:46:31.357Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1c681094780c21e0 -C extra-filename=-1c681094780c21e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b810bee233c3ab94.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-49bd9147963abcac.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3a5afedd99d72085.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-38d3510328c335a1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-2e1d16e1b4fcec6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dbe076e154597cdc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a96f06457ab15c5b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-28cf5e0554ad3063.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-1c0a47dfce511b54.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-758681621baba069.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f63942a4da221d34.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ab49d129c50a13cb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2e50d0eb0b488db5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f301cda9fe6e97b9.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-b17bc4be5d81906b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-35078b2b8f6c17c9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-d9acd87efea61067.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ab5f61cfc4c875f5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2a4ca742f7d69463.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-706e19417276ef97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8ad8b843a34964ed.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-319a7492cef02518.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-d224054b362d0f2b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8fe047de1e9b63c6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aad05e1fd3bf39c4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3597f5a8537e47e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-07f0ae052c4f4239.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-abe6b061c9305cb7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d6a6ada0da74883a.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-84012500674714fe.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
37422023-10-11T19:46:31.840Z Running `/home/build/.rustup/toolchains/1.72.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=61dacb5022862aad -C extra-filename=-61dacb5022862aad --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e61d6aeb4d5bc5b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3f2a95cd4754ba4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-857640b9bbd51b9e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-0cd7c1614351d401.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-7d5b0c521a1c8140.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e1fef7b2fadf99bf.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-054b2bf1d3cadf17.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-8b76d343d64c1004.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f21a7315af730f25.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-9ee51e801678138d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-801e0b4b14742694.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b2f6193eafb252b6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5d70a0dcf69bc55e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c0716d2143b26d1a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f2642e2c433d97f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ebfc7cabf556acc7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9a984b7ccb4224e3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-43976b1a20feb9b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ffad16269da917c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
37432023-10-11T19:46:34.726Z Running `/home/build/.rustup/toolchains/1.72.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=1cfbcab389e8b1d0 -C extra-filename=-1cfbcab389e8b1d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e42993d6b57771df.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e61d6aeb4d5bc5b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ec34fd9c9d8b6fef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e94eb95fc1ce6fb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f72ef113186ac492.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5d70a0dcf69bc55e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-887403756b6adec5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-85d4451dffda6e9e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-d1f7b310295782f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8f8078b36750a27f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c4c0ee8f356931ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-5c4947e41eef3381.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-22d2e5808eee9062.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ffad16269da917c2.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-42a7d9322d0e3c7a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9c98e5f9828dc59f.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-59860d355065ad12.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37442023-10-11T19:46:37.502Z Running `/home/build/.rustup/toolchains/1.72.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=bee38b4b62095d76 -C extra-filename=-bee38b4b62095d76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ec34fd9c9d8b6fef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-887403756b6adec5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-d7c4031c7a18c67e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-42a7d9322d0e3c7a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37452023-10-11T19:46:37.585Z Running `/home/build/.rustup/toolchains/1.72.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=6a79ad2efa38f918 -C extra-filename=-6a79ad2efa38f918 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-0cbfffc2dab275e3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f21a7315af730f25.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37462023-10-11T19:46:40.466Z Running `/home/build/.rustup/toolchains/1.72.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=7ccd1b15a60d23f7 -C extra-filename=-7ccd1b15a60d23f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-0fe53bf5bbddeceb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4950bdf62f4a774e.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-4dfba58664faa014.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9128d2dc0579ac6c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-9ee51e801678138d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-c88be40868ca8664.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6f1b9fc73aa4b6db.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-466568a0799675d6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2fa1f391887f11f1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9a984b7ccb4224e3.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-931734a40429aaa2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c4c0ee8f356931ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
37472023-10-11T19:46:41.362Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a1e6c3ed01ca851e -C extra-filename=-a1e6c3ed01ca851e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-232a3860334462ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3a5afedd99d72085.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-b6f9cfee02d7c957.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-28cf5e0554ad3063.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f63942a4da221d34.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-5510b4ee19906d84.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2e50d0eb0b488db5.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-4d545fcfb55ee1e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-07f781847087be9b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6285dc69fecfe350.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6d94b226482a6d7d.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e8376eecbbfdf930.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8ad8b843a34964ed.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-d224054b362d0f2b.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-84c201c4ea21bd1a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8fe047de1e9b63c6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
37482023-10-11T19:47:00.698Z Running `/home/build/.rustup/toolchains/1.72.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=db0620881e45a04b -C extra-filename=-db0620881e45a04b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e42993d6b57771df.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-17fb685b1d269b14.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-f4a788a6cd55a403.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-b3ac4b7f59a6b2a7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-66cde13e789a43c6.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-43976b1a20feb9b4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37492023-10-11T19:47:01.014Z Running `/home/build/.rustup/toolchains/1.72.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=00850d2fee572432 -C extra-filename=-00850d2fee572432 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e61d6aeb4d5bc5b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3f2a95cd4754ba4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-857640b9bbd51b9e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-0cd7c1614351d401.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-7d5b0c521a1c8140.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e1fef7b2fadf99bf.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-8b76d343d64c1004.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f21a7315af730f25.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-9ee51e801678138d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-801e0b4b14742694.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b2f6193eafb252b6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5d70a0dcf69bc55e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c0716d2143b26d1a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f2642e2c433d97f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ebfc7cabf556acc7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9a984b7ccb4224e3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-43976b1a20feb9b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ffad16269da917c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
37502023-10-11T19:47:01.245Z Running `/home/build/.rustup/toolchains/1.72.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=060fb7fc41469c24 -C extra-filename=-060fb7fc41469c24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f8f5bfc146078dff.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-66f56017f68fc5fa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bfefcfb0792b192a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7154084f6425dca.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b394447a4ba8bb7.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a5bb494e49e11848.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-de768ca8f2b3d0b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37512023-10-11T19:47:02.642Z Running `/home/build/.rustup/toolchains/1.72.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=323cd64bdbafdbb3 -C extra-filename=-323cd64bdbafdbb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e42993d6b57771df.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e61d6aeb4d5bc5b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ec34fd9c9d8b6fef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e94eb95fc1ce6fb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f72ef113186ac492.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5d70a0dcf69bc55e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-887403756b6adec5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-85d4451dffda6e9e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-d1f7b310295782f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8f8078b36750a27f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c4c0ee8f356931ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-5c4947e41eef3381.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-22d2e5808eee9062.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ffad16269da917c2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9c98e5f9828dc59f.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-59860d355065ad12.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37522023-10-11T19:47:06.554Z Running `/home/build/.rustup/toolchains/1.72.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=1091c132f86cce48 -C extra-filename=-1091c132f86cce48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e42993d6b57771df.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-17fb685b1d269b14.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-f4a788a6cd55a403.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-b3ac4b7f59a6b2a7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-43976b1a20feb9b4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37532023-10-11T19:47:10.244Z Running `/home/build/.rustup/toolchains/1.72.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=d989dc1a27d19e2b -C extra-filename=-d989dc1a27d19e2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b81dbd8e94407ea3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-8068ddbfa021534a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b02ff41e36379ccd.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c30307398ce35dec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5d70a0dcf69bc55e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ea0b627c9a739c90.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f2642e2c433d97f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-2b6e5b31ebe9ed51.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
37542023-10-11T19:47:17.519Z Running `/home/build/.rustup/toolchains/1.72.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=a7f8b30f90429553 -C extra-filename=-a7f8b30f90429553 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b81dbd8e94407ea3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-8068ddbfa021534a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b02ff41e36379ccd.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c30307398ce35dec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5d70a0dcf69bc55e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ea0b627c9a739c90.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f2642e2c433d97f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-2b6e5b31ebe9ed51.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
37552023-10-11T19:47:31.216Z Running `/home/build/.rustup/toolchains/1.72.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=a7ef934c44f3f739 -C extra-filename=-a7ef934c44f3f739 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7154084f6425dca.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-de768ca8f2b3d0b1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ea8dcc1dd42eca2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37562023-10-11T19:47:34.829Z Running `/home/build/.rustup/toolchains/1.72.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=cb665539a0ef8951 -C extra-filename=-cb665539a0ef8951 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f8f5bfc146078dff.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-66f56017f68fc5fa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bfefcfb0792b192a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7154084f6425dca.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b394447a4ba8bb7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-de768ca8f2b3d0b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37572023-10-11T19:47:44.875Z Running `/home/build/.rustup/toolchains/1.72.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=3425164615c22eb2 -C extra-filename=-3425164615c22eb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-0fe53bf5bbddeceb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4950bdf62f4a774e.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-4dfba58664faa014.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9128d2dc0579ac6c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-9ee51e801678138d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6f1b9fc73aa4b6db.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-466568a0799675d6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2fa1f391887f11f1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9a984b7ccb4224e3.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-931734a40429aaa2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c4c0ee8f356931ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
37582023-10-11T19:47:54.522Z Running `/home/build/.rustup/toolchains/1.72.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=085bdb6dfb630484 -C extra-filename=-085bdb6dfb630484 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-0fe53bf5bbddeceb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4950bdf62f4a774e.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-4dfba58664faa014.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9128d2dc0579ac6c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-9ee51e801678138d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-c88be40868ca8664.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6f1b9fc73aa4b6db.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-466568a0799675d6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2fa1f391887f11f1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9a984b7ccb4224e3.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-931734a40429aaa2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c4c0ee8f356931ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
37592023-10-11T19:47:58.341Z Running `/home/build/.rustup/toolchains/1.72.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=24572651dd5adcd3 -C extra-filename=-24572651dd5adcd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4950bdf62f4a774e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-c88be40868ca8664.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2fa1f391887f11f1.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-50faf66cf7252e3f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37602023-10-11T19:48:00.243Z Running `/home/build/.rustup/toolchains/1.72.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=8be4acfaecb64ef9 -C extra-filename=-8be4acfaecb64ef9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4950bdf62f4a774e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-c88be40868ca8664.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2fa1f391887f11f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
37612023-10-11T19:48:01.538Z Running `/home/build/.rustup/toolchains/1.72.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=7331b58bb4c974d2 -C extra-filename=-7331b58bb4c974d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4950bdf62f4a774e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-c88be40868ca8664.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-50faf66cf7252e3f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37622023-10-11T19:48:04.782Z Running `/home/build/.rustup/toolchains/1.72.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=a246a9f72c624ca8 -C extra-filename=-a246a9f72c624ca8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c995c62f4b185a16.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc67fb1af8d83a16.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2620c443db0e8bfa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bfefcfb0792b192a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6f2ff22c76bbc71b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f72ef113186ac492.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9b4cd1458b78d4c8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d44090c33ef25fd5.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-af0326da93a9a68c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -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-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37632023-10-11T19:48:05.073Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name producer --edition=2021 oximeter/producer/examples/producer.rs --error-format=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=25b58ec0bab632ca -C extra-filename=-25b58ec0bab632ca --out-dir /work/oxidecomputer/omicron/target/debug/examples -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-66f56017f68fc5fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7154084f6425dca.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ff0be99b0a9c4ba7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37642023-10-11T19:48:05.262Z Running `/home/build/.rustup/toolchains/1.72.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=d82146a91f3a36de -C extra-filename=-d82146a91f3a36de --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f21a7315af730f25.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ffad16269da917c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9c98e5f9828dc59f.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37652023-10-11T19:48:09.726Z Running `/home/build/.rustup/toolchains/1.72.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=2a2964f0fe2d6655 -C extra-filename=-2a2964f0fe2d6655 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e1fef7b2fadf99bf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ffad16269da917c2.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37662023-10-11T19:48:09.779Z Running `/home/build/.rustup/toolchains/1.72.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=0c2f84d2279227c3 -C extra-filename=-0c2f84d2279227c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-8068ddbfa021534a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b02ff41e36379ccd.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c30307398ce35dec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5d70a0dcf69bc55e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ea0b627c9a739c90.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f2642e2c433d97f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-2b6e5b31ebe9ed51.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
37672023-10-11T19:48:12.916Z Running `/home/build/.rustup/toolchains/1.72.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=964839c234a68434 -C extra-filename=-964839c234a68434 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b2f6193eafb252b6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f2642e2c433d97f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
37682023-10-11T19:48:17.666Z Running `/home/build/.rustup/toolchains/1.72.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=02761e2385653ac5 -C extra-filename=-02761e2385653ac5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f21a7315af730f25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ffad16269da917c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37692023-10-11T19:48:19.526Z Running `/home/build/.rustup/toolchains/1.72.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=793d0c584cc8d30b -C extra-filename=-793d0c584cc8d30b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f2642e2c433d97f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
37702023-10-11T19:48:23.628Z Running `/home/build/.rustup/toolchains/1.72.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=2c8fac1a0192b245 -C extra-filename=-2c8fac1a0192b245 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f21a7315af730f25.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37712023-10-11T19:48:25.804Z Running `/home/build/.rustup/toolchains/1.72.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=a3208f2358d00fc8 -C extra-filename=-a3208f2358d00fc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e1fef7b2fadf99bf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e94eb95fc1ce6fb1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-e557bab9cf92bc00.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-5fdeba5095a92741.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f2642e2c433d97f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-e08aeceaa1b02ae6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
37722023-10-11T19:48:26.360Z Running `/home/build/.rustup/toolchains/1.72.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=bef8befc02075012 -C extra-filename=-bef8befc02075012 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-8015374a30bd2aaf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e1fef7b2fadf99bf.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-9488bdfbf39687ac.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-f39fdcd8aadddafe.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-66f56017f68fc5fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-74f1363bbc03f909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f0e7a5fea6e2588c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out`
37732023-10-11T19:48:27.421Z Running `/home/build/.rustup/toolchains/1.72.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=47649e4c368fc0c0 -C extra-filename=-47649e4c368fc0c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-66f56017f68fc5fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7154084f6425dca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37742023-10-11T19:48:28.907Z Running `/home/build/.rustup/toolchains/1.72.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"' -C metadata=3ab8b93398d54534 -C extra-filename=-3ab8b93398d54534 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7154084f6425dca.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37752023-10-11T19:48:30.623Z Running `/home/build/.rustup/toolchains/1.72.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=98859be92d68ba53 -C extra-filename=-98859be92d68ba53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-e34ace3cae01a413.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-89fbc6e9413c9530.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7154084f6425dca.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0743453071f85bf0.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-fab957e1aa05dc1e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-dc3a1a6de352d027.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37762023-10-11T19:48:32.263Z Running `/home/build/.rustup/toolchains/1.72.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=b3cfc908457404ed -C extra-filename=-b3cfc908457404ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7154084f6425dca.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ea8dcc1dd42eca2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37772023-10-11T19:48:36.356Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
37782023-10-11T19:48:36.360Z Running `/home/build/.rustup/toolchains/1.72.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=25c7db762e7c89b6 -C extra-filename=-25c7db762e7c89b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f8f5bfc146078dff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4f64b99a251c91b7.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37792023-10-11T19:48:39.505Z Running `/home/build/.rustup/toolchains/1.72.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=53d3c86b4507da93 -C extra-filename=-53d3c86b4507da93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c30307398ce35dec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ea0b627c9a739c90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37802023-10-11T19:48:44.879Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name backoff_print --edition=2021 common/examples/backoff-print.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=f2884936630ee0fb -C extra-filename=-f2884936630ee0fb --out-dir /work/oxidecomputer/omicron/target/debug/examples -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-ef9fd683995629ad.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-df7874c19879351a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9b4cd1458b78d4c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5d70a0dcf69bc55e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ebfc7cabf556acc7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-444f0032c5c7ec16.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37812023-10-11T19:48:47.748Z Running `/home/build/.rustup/toolchains/1.72.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=99517d0d5fadcc68 -C extra-filename=-99517d0d5fadcc68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-e34ace3cae01a413.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-89fbc6e9413c9530.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0743453071f85bf0.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-fab957e1aa05dc1e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-dc3a1a6de352d027.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37822023-10-11T19:48:55.716Z Running `/home/build/.rustup/toolchains/1.72.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=a953c49c19c2319a -C extra-filename=-a953c49c19c2319a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-da1689334baf8704.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-10b5060236e3aacf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-848b3c132e6d7a6e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-fe8ac60f010f5864.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-cc6301101d5f8452.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-098c27be3dd0f029.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4f64b99a251c91b7.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bb3a215837416d39.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37832023-10-11T19:48:56.008Z Running `/home/build/.rustup/toolchains/1.72.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=d7b48ab645543f76 -C extra-filename=-d7b48ab645543f76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-da1689334baf8704.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-10b5060236e3aacf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-848b3c132e6d7a6e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-fe8ac60f010f5864.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-cc6301101d5f8452.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-098c27be3dd0f029.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4f64b99a251c91b7.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bb3a215837416d39.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37842023-10-11T19:48:56.067Z Running `/home/build/.rustup/toolchains/1.72.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=456f67325423e280 -C extra-filename=-456f67325423e280 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-10b5060236e3aacf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-848b3c132e6d7a6e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-fe8ac60f010f5864.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-cc6301101d5f8452.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-098c27be3dd0f029.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4f64b99a251c91b7.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bb3a215837416d39.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37852023-10-11T19:48:57.753Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc_key_value --edition=2021 ipcc-key-value/src/lib.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=7a2121fcc5bc2fe0 -C extra-filename=-7a2121fcc5bc2fe0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5d70a0dcf69bc55e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ebfc7cabf556acc7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37862023-10-11T19:49:08.824Z Running `/home/build/.rustup/toolchains/1.72.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=8a29993ea0dea49e -C extra-filename=-8a29993ea0dea49e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-da1689334baf8704.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-10b5060236e3aacf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-848b3c132e6d7a6e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-fe8ac60f010f5864.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-cc6301101d5f8452.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-098c27be3dd0f029.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4f64b99a251c91b7.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bb3a215837416d39.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37872023-10-11T19:49:12.444Z Running `/home/build/.rustup/toolchains/1.72.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=520e378bb5786e15 -C extra-filename=-520e378bb5786e15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e61d6aeb4d5bc5b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-2f523a89f6109928.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-341650d0d43c4e45.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-1a03d81885b79d46.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c0716d2143b26d1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-48e1d0a17c120e44.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-06f0968db49a577c.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
37882023-10-11T19:49:15.901Z Running `/home/build/.rustup/toolchains/1.72.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=9bde35dc21909bb8 -C extra-filename=-9bde35dc21909bb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e61d6aeb4d5bc5b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3f2a95cd4754ba4e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-afee5f4e0d082cdb.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e94eb95fc1ce6fb1.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-0eb5e9b7e5ea9c91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9a984b7ccb4224e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37892023-10-11T19:49:24.085Z Running `/home/build/.rustup/toolchains/1.72.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=55a85a90b0bfa1e0 -C extra-filename=-55a85a90b0bfa1e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-da1689334baf8704.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-10b5060236e3aacf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-848b3c132e6d7a6e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-098c27be3dd0f029.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4f64b99a251c91b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37902023-10-11T19:49:24.095Z Running `/home/build/.rustup/toolchains/1.72.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=22006cadf278aba6 -C extra-filename=-22006cadf278aba6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-0cd7c1614351d401.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-7361b1a016d3615a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-60975c2e10be68af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37912023-10-11T19:49:38.716Z Running `/home/build/.rustup/toolchains/1.72.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=e09908915886ad27 -C extra-filename=-e09908915886ad27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-da1689334baf8704.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-10b5060236e3aacf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-848b3c132e6d7a6e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-fe8ac60f010f5864.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-cc6301101d5f8452.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-098c27be3dd0f029.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4f64b99a251c91b7.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bb3a215837416d39.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37922023-10-11T19:49:39.910Z Running `/home/build/.rustup/toolchains/1.72.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=db37fc3282f29409 -C extra-filename=-db37fc3282f29409 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-bc35e723c6ffa3bb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-22f0e92716fd3dd8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-503ab657e54ee27f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-60975c2e10be68af.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-353c2dc91b54d196.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-444f0032c5c7ec16.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ea8dcc1dd42eca2a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37932023-10-11T19:49:47.934Z Running `/home/build/.rustup/toolchains/1.72.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=11726b29d71bad60 -C extra-filename=-11726b29d71bad60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-ef9fd683995629ad.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-10b5060236e3aacf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f72ef113186ac492.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9b4cd1458b78d4c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-af0326da93a9a68c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37942023-10-11T19:49:58.252Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
37952023-10-11T19:49:58.345Z Running `/home/build/.rustup/toolchains/1.72.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=3347bef64ca891bd -C extra-filename=-3347bef64ca891bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37962023-10-11T19:49:59.408Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine_basic --edition=2021 update-engine/examples/update-engine-basic/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=95847031f78ad4cd -C extra-filename=-95847031f78ad4cd --out-dir /work/oxidecomputer/omicron/target/debug/examples -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e61d6aeb4d5bc5b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3f2a95cd4754ba4e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-afee5f4e0d082cdb.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e94eb95fc1ce6fb1.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-0eb5e9b7e5ea9c91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9a984b7ccb4224e3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ffad16269da917c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37972023-10-11T19:50:10.057Z Running `/home/build/.rustup/toolchains/1.72.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=7a622528419d50d2 -C extra-filename=-7a622528419d50d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-da1689334baf8704.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-10b5060236e3aacf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-848b3c132e6d7a6e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-fe8ac60f010f5864.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-cc6301101d5f8452.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-098c27be3dd0f029.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4f64b99a251c91b7.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bb3a215837416d39.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37982023-10-11T19:50:11.427Z Running `/home/build/.rustup/toolchains/1.72.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=7719209bf18a836f -C extra-filename=-7719209bf18a836f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
37992023-10-11T19:50:17.373Z Running `/home/build/.rustup/toolchains/1.72.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=3c75a1d49b540047 -C extra-filename=-3c75a1d49b540047 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a342014da38febe9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ffad16269da917c2.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
38002023-10-11T19:50:21.137Z Running `/home/build/.rustup/toolchains/1.72.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=ab17187a9385584f -C extra-filename=-ab17187a9385584f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
38012023-10-11T19:50:23.175Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38022023-10-11T19:50:23.179Z Running `/home/build/.rustup/toolchains/1.72.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=ec210fe18ac6dc50 -C extra-filename=-ec210fe18ac6dc50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a342014da38febe9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4950bdf62f4a774e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-ac912fd9900c024b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-931734a40429aaa2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
38032023-10-11T19:50:24.979Z Running `/home/build/.rustup/toolchains/1.72.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=7fd874bf01e9b454 -C extra-filename=-7fd874bf01e9b454 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-da1689334baf8704.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-10b5060236e3aacf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-848b3c132e6d7a6e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-fe8ac60f010f5864.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-cc6301101d5f8452.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-098c27be3dd0f029.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4f64b99a251c91b7.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bb3a215837416d39.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
38042023-10-11T19:50:25.090Z Running `/home/build/.rustup/toolchains/1.72.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=1dd551b72707135f -C extra-filename=-1dd551b72707135f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f72ef113186ac492.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
38052023-10-11T19:50:25.769Z Running `/home/build/.rustup/toolchains/1.72.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=305cea9449be0a37 -C extra-filename=-305cea9449be0a37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
38062023-10-11T19:50:30.982Z Running `/home/build/.rustup/toolchains/1.72.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=2b72bbbfed026fa7 -C extra-filename=-2b72bbbfed026fa7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-da1689334baf8704.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-10b5060236e3aacf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-848b3c132e6d7a6e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-fe8ac60f010f5864.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-cc6301101d5f8452.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-098c27be3dd0f029.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4f64b99a251c91b7.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bb3a215837416d39.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
38072023-10-11T19:50:33.594Z Running `/home/build/.rustup/toolchains/1.72.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"' -C metadata=fc040a8945e2e288 -C extra-filename=-fc040a8945e2e288 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-bb8a67a696c4b83a.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-76900858d9cbc63e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-998ea3655c179ff9.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-6048a61c9000ae68.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ca5d824de68c04e4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
38082023-10-11T19:50:37.815Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2d3e6c5c17a1a1ba -C extra-filename=-2d3e6c5c17a1a1ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3a5afedd99d72085.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-85fd41845ae77d4b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9556f23b67ded22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-28cf5e0554ad3063.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ded4f589be821bf7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0a682483932714c3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8a76605271155f73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-512ed9aa6de41068.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-0746e8ce2e275537.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3597f5a8537e47e.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-3db4ae3ef2893dc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
38092023-10-11T19:50:43.601Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb415e314f2c652f -C extra-filename=-fb415e314f2c652f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3a5afedd99d72085.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-85fd41845ae77d4b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9556f23b67ded22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-28cf5e0554ad3063.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ded4f589be821bf7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0a682483932714c3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8a76605271155f73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-512ed9aa6de41068.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-0746e8ce2e275537.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3597f5a8537e47e.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-3db4ae3ef2893dc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
38102023-10-11T19:50:51.019Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bb659cf29b55426f -C extra-filename=-bb659cf29b55426f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3a5afedd99d72085.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-85fd41845ae77d4b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9556f23b67ded22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-28cf5e0554ad3063.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ded4f589be821bf7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0a682483932714c3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8a76605271155f73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-512ed9aa6de41068.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-0746e8ce2e275537.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3597f5a8537e47e.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-3db4ae3ef2893dc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
38112023-10-11T19:50:51.696Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d02342b09f629d92 -C extra-filename=-d02342b09f629d92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3a5afedd99d72085.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-85fd41845ae77d4b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9556f23b67ded22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-28cf5e0554ad3063.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ded4f589be821bf7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0a682483932714c3.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8a76605271155f73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-512ed9aa6de41068.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-0746e8ce2e275537.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3597f5a8537e47e.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-3db4ae3ef2893dc4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
38122023-10-11T19:50:54.781Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
38132023-10-11T19:50:54.794Z Running `/home/build/.rustup/toolchains/1.72.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=ac0f4a2835ef5c1f -C extra-filename=-ac0f4a2835ef5c1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-341650d0d43c4e45.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
38142023-10-11T19:50:55.844Z Running `/home/build/.rustup/toolchains/1.72.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=fc0b3350e48900f6 -C extra-filename=-fc0b3350e48900f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-ef9fd683995629ad.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-df7874c19879351a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9b4cd1458b78d4c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5d70a0dcf69bc55e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ebfc7cabf556acc7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-444f0032c5c7ec16.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
38152023-10-11T19:50:59.039Z Running `/home/build/.rustup/toolchains/1.72.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=5c99103f3ee73a4b -C extra-filename=-5c99103f3ee73a4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b2f6193eafb252b6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
38162023-10-11T19:51:02.475Z Running `/home/build/.rustup/toolchains/1.72.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=96e0fa0b3d383e27 -C extra-filename=-96e0fa0b3d383e27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
38172023-10-11T19:51:04.295Z Running `/home/build/.rustup/toolchains/1.72.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=8f0cd063fda5b517 -C extra-filename=-8f0cd063fda5b517 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
38182023-10-11T19:51:13.147Z Running `/home/build/.rustup/toolchains/1.72.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=9af7e85a87549ca5 -C extra-filename=-9af7e85a87549ca5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-432d5da849165976.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-b49c740b72a584c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-4968267b13c43711.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
38192023-10-11T19:51:15.074Z Running `/home/build/.rustup/toolchains/1.72.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=ebb805a9bed95a06 -C extra-filename=-ebb805a9bed95a06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4f64b99a251c91b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
38202023-10-11T19:51:17.572Z Running `/home/build/.rustup/toolchains/1.72.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=f14d8a7dab9b5b46 -C extra-filename=-f14d8a7dab9b5b46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
38212023-10-11T19:51:18.681Z Running `/home/build/.rustup/toolchains/1.72.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=1e72146698d9a02a -C extra-filename=-1e72146698d9a02a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-53195d35c8f0bc6d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
38222023-10-11T19:51:20.036Z Running `/home/build/.rustup/toolchains/1.72.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=5d1a0329fdc8a294 -C extra-filename=-5d1a0329fdc8a294 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-53195d35c8f0bc6d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
38232023-10-11T19:51:21.322Z Running `/home/build/.rustup/toolchains/1.72.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=d42282a6ca090dab -C extra-filename=-d42282a6ca090dab --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-53195d35c8f0bc6d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-94122bad152a8b2c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib`
38242023-10-11T19:51:44.785Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.15.2+1.6.4/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=ec7b5a0408a3a061 -C extra-filename=-ec7b5a0408a3a061 --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-b1078066b701b737.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-35e6a17569446c55.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
38252023-10-11T19:51:45.108Z Compiling git2 v0.17.2
38262023-10-11T19:51:45.125Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=704f832c9b6cf2dd -C extra-filename=-704f832c9b6cf2dd --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-237bfdbc957aefc2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-ec7b5a0408a3a061.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/usr/lib/amd64`
38272023-10-11T19:51:51.762Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.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 --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' -C metadata=d10879a5c0fd7417 -C extra-filename=-d10879a5c0fd7417 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-704f832c9b6cf2dd.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a8217c8e972a0c2f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-80d16594467ebc43.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/usr/lib/amd64 --cfg stable --cfg msrv`
38282023-10-11T19:51:55.930Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
38292023-10-11T19:51:55.965Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/20273bc/common/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=b1c9eda71329b747 -C extra-filename=-b1c9eda71329b747 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-b1c9eda71329b747 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-d10879a5c0fd7417.rlib --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/usr/lib/amd64`
38302023-10-11T19:51:57.544Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-b1c9eda71329b747/build-script-build`
38312023-10-11T19:51:58.129Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/20273bc/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=6d0433b8cf287e7e -C extra-filename=-6d0433b8cf287e7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-146357f6ef611eef.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-cffe6746fbb1208e.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-4261ab6c3ca24398.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-00c5fdd0b096d370.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-2e26653f4c9bc306.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-3c30e262128fcf8f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-58dc6fbc49c86966.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-83af9e4a046913b0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --extern workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libworkspace_hack-2d1e82e684dcd839.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
38322023-10-11T19:51:58.600Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/20273bc/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3b6e8eba2db5949e -C extra-filename=-3b6e8eba2db5949e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-b7dad78e10e2d8bd.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-e2d9ddb832a7f051.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-88b92fb0d37ef97a.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-59c97ed400ba404a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-e9beb5dc0bba18e8.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8ad8b843a34964ed.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8a76605271155f73.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c4c34aa0e7a33bf2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bd6b937bf77c27f.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-23b0efe43f00c753.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --extern workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libworkspace_hack-ac452840d2d58339.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
38332023-10-11T19:51:59.513Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
38342023-10-11T19:52:01.318Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_protocol --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/20273bc/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0b7c285eda7c9b94 -C extra-filename=-0b7c285eda7c9b94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-80e950208a1c11dd.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-3b6e8eba2db5949e.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-3601e16433f2ad36.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8fe047de1e9b63c6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --extern workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libworkspace_hack-ac452840d2d58339.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
38352023-10-11T19:52:01.330Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_protocol --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/20273bc/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5106ca457a07a2df -C extra-filename=-5106ca457a07a2df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-6d0433b8cf287e7e.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-a3badb27cc5ccab4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c4c0ee8f356931ff.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --extern workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libworkspace_hack-2d1e82e684dcd839.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64`
38362023-10-11T19:52:03.246Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/20273bc/upstairs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2cc47985dfaa2fa4 -C extra-filename=-2cc47985dfaa2fa4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes_gcm_siv=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm_siv-e2710b17fc1ec0d0.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-8a8229ee5ddbd344.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-0387c06b36fce6df.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-3b6e8eba2db5949e.rmeta --extern crucible_protocol=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_protocol-0b7c285eda7c9b94.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-28cf5e0554ad3063.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-14057c32aaca57b1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7038fd600189ce64.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b553441fea7b41a1.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-afa64ea416ca6b19.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-41eb75ae05dd33a0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rmeta --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-506308780fdbe2f1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8ad8b843a34964ed.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c4c34aa0e7a33bf2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8fe047de1e9b63c6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bd6b937bf77c27f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a21da4229f0887c1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f1c8302ac6175740.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --extern workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libworkspace_hack-ac452840d2d58339.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
38372023-10-11T19:52:06.672Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/20273bc/upstairs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=df6809ad70dce719 -C extra-filename=-df6809ad70dce719 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes_gcm_siv=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm_siv-8fbcc5a8edaee510.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-8a8229ee5ddbd344.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c84cbd559eae016a.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-6d0433b8cf287e7e.rmeta --extern crucible_protocol=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_protocol-5106ca457a07a2df.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-26ddbb2f438a5030.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7abc2328405b41fb.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56cc987fbb6bc896.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-32fcdf0bfbf4bd3f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-5eabb5c7a332b5f6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-12adbac498b5722e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-3c30e262128fcf8f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c4c0ee8f356931ff.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-58dc6fbc49c86966.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-35c96b580c9578f1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ea8dcc1dd42eca2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --extern workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libworkspace_hack-2d1e82e684dcd839.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
38382023-10-11T19:52:21.483Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
38392023-10-11T19:52:21.490Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/901b710/lib/propolis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crucible"' --cfg 'feature="crucible-client-types"' --cfg 'feature="crucible-full"' --cfg 'feature="nexus-client"' --cfg 'feature="oximeter"' -C metadata=e99525b913fd9c8c -C extra-filename=-e99525b913fd9c8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-bb8a67a696c4b83a.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern bitstruct=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct-d60025ed0d78031b.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rmeta --extern crucible=/work/oxidecomputer/omicron/target/debug/deps/libcrucible-df6809ad70dce719.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c84cbd559eae016a.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-0fc9d076f59b397b.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-5030ec565d15b283.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3d35ad85ba5b1ba8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56cc987fbb6bc896.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-28a7ac1691eca32d.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-5b7761f5afa10af9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-a8b552d56cedba39.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ea8dcc1dd42eca2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-0a327f72dcc165b4.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
38402023-10-11T19:52:28.119Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/901b710/lib/propolis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crucible"' --cfg 'feature="crucible-client-types"' --cfg 'feature="crucible-full"' --cfg 'feature="nexus-client"' --cfg 'feature="oximeter"' -C metadata=f3a4b75a270c0f7f -C extra-filename=-f3a4b75a270c0f7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-ad86bdb8d140b9e1.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1486aaee3f323cc1.rmeta --extern bitstruct=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct-bb79c8054bd9dd9d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d55331612fb42c01.rmeta --extern crucible=/work/oxidecomputer/omicron/target/debug/deps/libcrucible-2cc47985dfaa2fa4.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-0387c06b36fce6df.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-0856baaeba928b11.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-9d2e0359d709204c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3e77a832e95b1454.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b553441fea7b41a1.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-5402a71a9b556272.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-af0bd25f42d3c9dd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-47be508dcfcfa82e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f1c8302ac6175740.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-c2dbc89ddb4f63b3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
38412023-10-11T19:52:41.185Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
38422023-10-11T19:52:41.192Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/901b710/crates/cpuid-profile-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0fca066d81a1da1a -C extra-filename=-0fca066d81a1da1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-e99525b913fd9c8c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
38432023-10-11T19:52:41.939Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
38442023-10-11T19:52:41.947Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/901b710/crates/propolis-server-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7bcca93b8f03e31c -C extra-filename=-7bcca93b8f03e31c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpuid_profile_config=/work/oxidecomputer/omicron/target/debug/deps/libcpuid_profile_config-0fca066d81a1da1a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
38452023-10-11T19:52:43.216Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
38462023-10-11T19:52:43.227Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/901b710/bin/propolis-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 --cfg 'feature="mock-only"' -C metadata=c11e177febeebf10 -C extra-filename=-c11e177febeebf10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-146357f6ef611eef.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern bit_field=/work/oxidecomputer/omicron/target/debug/deps/libbit_field-e951acd70516eeb8.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-40ca70e57e9b8103.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-23286d2a23822630.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c84cbd559eae016a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-5030ec565d15b283.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-858d29911a3a35af.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3d35ad85ba5b1ba8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7abc2328405b41fb.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56cc987fbb6bc896.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-32fcdf0bfbf4bd3f.rmeta --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-e99525b913fd9c8c.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0c3291aadf9a52bb.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-7bcca93b8f03e31c.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-5b7761f5afa10af9.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-118ac254ebefcc62.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-2e26653f4c9bc306.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c1cbe4ce655d2651.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c4c0ee8f356931ff.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ea8dcc1dd42eca2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
38472023-10-11T19:52:48.437Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38482023-10-11T19:52:48.442Z Running `/home/build/.rustup/toolchains/1.72.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=a8b913ca5b14e3a0 -C extra-filename=-a8b913ca5b14e3a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b81dbd8e94407ea3.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2bc9705312c0fc16.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3f2a95cd4754ba4e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c78830710c4306f4.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c84cbd559eae016a.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-857640b9bbd51b9e.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b02ff41e36379ccd.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-da1689334baf8704.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-10b5060236e3aacf.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-08d9f266c5a429dc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a342014da38febe9.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8843785b0a7a5bf7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e1fef7b2fadf99bf.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f8f5bfc146078dff.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-9488bdfbf39687ac.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-66f56017f68fc5fa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-998ea3655c179ff9.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-6048a61c9000ae68.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7154084f6425dca.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ff0be99b0a9c4ba7.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0c3291aadf9a52bb.rmeta --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-c11e177febeebf10.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ea0b627c9a739c90.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d44090c33ef25fd5.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f2642e2c433d97f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f0e7a5fea6e2588c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-931734a40429aaa2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ea8dcc1dd42eca2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ca5d824de68c04e4.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38492023-10-11T19:52:48.986Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/901b710/crates/cpuid-profile-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dd84f2fc9414a7a6 -C extra-filename=-dd84f2fc9414a7a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-f3a4b75a270c0f7f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
38502023-10-11T19:52:49.618Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/901b710/crates/propolis-server-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b49dfecd4a91edfe -C extra-filename=-b49dfecd4a91edfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpuid_profile_config=/work/oxidecomputer/omicron/target/debug/deps/libcpuid_profile_config-dd84f2fc9414a7a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
38512023-10-11T19:52:50.932Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/901b710/bin/propolis-server/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mock-only"' -C metadata=8cfca72537d114a5 -C extra-filename=-8cfca72537d114a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-b7dad78e10e2d8bd.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern bit_field=/work/oxidecomputer/omicron/target/debug/deps/libbit_field-37facc953fec2bbb.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-6d24d4dfec88b70d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3a5afedd99d72085.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-d61a7d73c89ead88.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-0387c06b36fce6df.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-28cf5e0554ad3063.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-9d2e0359d709204c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2e50d0eb0b488db5.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-d493873b267bfd17.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3e77a832e95b1454.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7038fd600189ce64.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b553441fea7b41a1.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-afa64ea416ca6b19.rmeta --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-f3a4b75a270c0f7f.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1439134a11f157db.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-b49dfecd4a91edfe.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-af0bd25f42d3c9dd.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-d33fa3901706b9ff.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-e9beb5dc0bba18e8.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8ad8b843a34964ed.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ae2a5054a1d7bf59.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-8fe047de1e9b63c6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f1c8302ac6175740.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
38522023-10-11T19:53:00.176Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0e6b4bf29da283f0 -C extra-filename=-0e6b4bf29da283f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-80e950208a1c11dd.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-ddd6626de276559b.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b810bee233c3ab94.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-49bd9147963abcac.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-6b8192d000b57438.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3a5afedd99d72085.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-98637b68b829102e.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-0387c06b36fce6df.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-38d3510328c335a1.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b02ff41e36379ccd.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-85fd41845ae77d4b.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9556f23b67ded22.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a96f06457ab15c5b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-28cf5e0554ad3063.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1ab7ff61e7c67f66.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-758681621baba069.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-fadeb72e52d23892.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-d0e0c93bd1b683a8.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f301cda9fe6e97b9.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-430798413d843673.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b070c0a3528fb68a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cb36e5c59a0b7276.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-beac87b83c853bed.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-57281d6929f54642.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-8dc9c30533ce8069.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a098fd1ec96f7131.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-004780c3fc84ceca.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-25394cd073bf56d7.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1439134a11f157db.rmeta --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-8cfca72537d114a5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b140ce5f5777630f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb082566839689a5.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-706e19417276ef97.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8ad8b843a34964ed.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8c2788b0ba3be2ad.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-939f759098d4e6b9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6e6f546ac8b61af6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-84c201c4ea21bd1a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f1c8302ac6175740.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bee6a10ac3b8f7c2.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38532023-10-11T19:53:20.057Z Running `/home/build/.rustup/toolchains/1.72.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=86407dc288215dcf -C extra-filename=-86407dc288215dcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b81dbd8e94407ea3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2bc9705312c0fc16.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3f2a95cd4754ba4e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c78830710c4306f4.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c84cbd559eae016a.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-857640b9bbd51b9e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b02ff41e36379ccd.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-da1689334baf8704.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-10b5060236e3aacf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-08d9f266c5a429dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a342014da38febe9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8843785b0a7a5bf7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e1fef7b2fadf99bf.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f8f5bfc146078dff.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-9488bdfbf39687ac.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-66f56017f68fc5fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-998ea3655c179ff9.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-6048a61c9000ae68.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7154084f6425dca.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ff0be99b0a9c4ba7.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0c3291aadf9a52bb.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-c11e177febeebf10.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-60975c2e10be68af.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-74f1363bbc03f909.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ea0b627c9a739c90.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d44090c33ef25fd5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f2642e2c433d97f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f0e7a5fea6e2588c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-931734a40429aaa2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ea8dcc1dd42eca2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ca5d824de68c04e4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38542023-10-11T19:53:37.771Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38552023-10-11T19:53:37.794Z Running `/home/build/.rustup/toolchains/1.72.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=5fa29d9ccc5f35f0 -C extra-filename=-5fa29d9ccc5f35f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c78830710c4306f4.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-da1689334baf8704.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-10b5060236e3aacf.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-503ab657e54ee27f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f8f5bfc146078dff.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2c843c6a27913dd2.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1ca43acd7780afa6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bfefcfb0792b192a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f72ef113186ac492.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a8b913ca5b14e3a0.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7154084f6425dca.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b394447a4ba8bb7.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a5bb494e49e11848.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ff0be99b0a9c4ba7.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9b4cd1458b78d4c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-098c27be3dd0f029.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4f64b99a251c91b7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38562023-10-11T19:53:51.782Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="omicron-dev"' -C metadata=395bae3c7f3b0a7b -C extra-filename=-395bae3c7f3b0a7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-49bd9147963abcac.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-98637b68b829102e.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-85fd41845ae77d4b.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9556f23b67ded22.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-28cf5e0554ad3063.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a861a660c7a0b850.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2e50d0eb0b488db5.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-430798413d843673.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cd5ca373e34fc15b.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2305129f24813075.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-56bae44a50d5df45.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ab5f61cfc4c875f5.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0e6b4bf29da283f0.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-95f1eb51aa206194.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a098fd1ec96f7131.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f1079be0fdc37e41.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9030f9eeeafa3536.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-004780c3fc84ceca.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9cea5704743a276f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8a76605271155f73.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-0746e8ce2e275537.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3597f5a8537e47e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38572023-10-11T19:54:56.505Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=58f49fb6bac2c6f4 -C extra-filename=-58f49fb6bac2c6f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-80e950208a1c11dd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-ddd6626de276559b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b810bee233c3ab94.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-49bd9147963abcac.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-6b8192d000b57438.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3a5afedd99d72085.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-98637b68b829102e.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-0387c06b36fce6df.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-38d3510328c335a1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b02ff41e36379ccd.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-85fd41845ae77d4b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9556f23b67ded22.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a96f06457ab15c5b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-28cf5e0554ad3063.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1ab7ff61e7c67f66.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-758681621baba069.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-fadeb72e52d23892.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-d0e0c93bd1b683a8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f301cda9fe6e97b9.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-430798413d843673.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b070c0a3528fb68a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cb36e5c59a0b7276.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-beac87b83c853bed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0e6b4bf29da283f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-57281d6929f54642.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-8dc9c30533ce8069.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a098fd1ec96f7131.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-004780c3fc84ceca.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-25394cd073bf56d7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1439134a11f157db.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-8cfca72537d114a5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b140ce5f5777630f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb082566839689a5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-706e19417276ef97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8ad8b843a34964ed.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8c2788b0ba3be2ad.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-939f759098d4e6b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6e6f546ac8b61af6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-84c201c4ea21bd1a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f1c8302ac6175740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bee6a10ac3b8f7c2.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38582023-10-11T19:54:56.571Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1332f2fc3c79089a -C extra-filename=-1332f2fc3c79089a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-80e950208a1c11dd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-ddd6626de276559b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b810bee233c3ab94.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-49bd9147963abcac.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-6b8192d000b57438.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3a5afedd99d72085.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-98637b68b829102e.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-0387c06b36fce6df.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-38d3510328c335a1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b02ff41e36379ccd.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-85fd41845ae77d4b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9556f23b67ded22.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a96f06457ab15c5b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-28cf5e0554ad3063.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1ab7ff61e7c67f66.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-758681621baba069.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-fadeb72e52d23892.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-d0e0c93bd1b683a8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f301cda9fe6e97b9.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-430798413d843673.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b070c0a3528fb68a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cb36e5c59a0b7276.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-beac87b83c853bed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0e6b4bf29da283f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-57281d6929f54642.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-8dc9c30533ce8069.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a098fd1ec96f7131.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-004780c3fc84ceca.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-25394cd073bf56d7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1439134a11f157db.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-8cfca72537d114a5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b140ce5f5777630f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb082566839689a5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-706e19417276ef97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8ad8b843a34964ed.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8c2788b0ba3be2ad.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-939f759098d4e6b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6e6f546ac8b61af6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-84c201c4ea21bd1a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f1c8302ac6175740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bee6a10ac3b8f7c2.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38592023-10-11T19:54:56.676Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e26037d38850ee52 -C extra-filename=-e26037d38850ee52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-80e950208a1c11dd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-ddd6626de276559b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b810bee233c3ab94.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-49bd9147963abcac.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-6b8192d000b57438.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3a5afedd99d72085.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-98637b68b829102e.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-0387c06b36fce6df.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-38d3510328c335a1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b02ff41e36379ccd.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-85fd41845ae77d4b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9556f23b67ded22.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a96f06457ab15c5b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-28cf5e0554ad3063.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1ab7ff61e7c67f66.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-758681621baba069.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-fadeb72e52d23892.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-d0e0c93bd1b683a8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f301cda9fe6e97b9.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-430798413d843673.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b070c0a3528fb68a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cb36e5c59a0b7276.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-beac87b83c853bed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0e6b4bf29da283f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-57281d6929f54642.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-8dc9c30533ce8069.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a098fd1ec96f7131.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-004780c3fc84ceca.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-25394cd073bf56d7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1439134a11f157db.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-8cfca72537d114a5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b140ce5f5777630f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb082566839689a5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-706e19417276ef97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8ad8b843a34964ed.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8c2788b0ba3be2ad.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-939f759098d4e6b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6e6f546ac8b61af6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-84c201c4ea21bd1a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f1c8302ac6175740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bee6a10ac3b8f7c2.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38602023-10-11T19:54:58.089Z Running `/home/build/.rustup/toolchains/1.72.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=545c7ebc8d9e71d3 -C extra-filename=-545c7ebc8d9e71d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-aaa96eb9cfc62742.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-6ec89e492c03fab1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3f2a95cd4754ba4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f36c218727b12596.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-b49c740b72a584c4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c78830710c4306f4.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e820acb45a769613.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc67fb1af8d83a16.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-da1689334baf8704.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-10b5060236e3aacf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-08d9f266c5a429dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-aa6a11cde66cd576.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a342014da38febe9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4950bdf62f4a774e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9128d2dc0579ac6c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-503ab657e54ee27f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-df6575baa3019aad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-8885849ac3328b0b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f8f5bfc146078dff.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-dc6619d449496518.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2c843c6a27913dd2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2620c443db0e8bfa.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1ca43acd7780afa6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5fa29d9ccc5f35f0.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e569be1877fcb197.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bfefcfb0792b192a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f72ef113186ac492.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a8b913ca5b14e3a0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-cc204b2ec6970340.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-1cbe7ef2a29268f7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7154084f6425dca.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b394447a4ba8bb7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-de768ca8f2b3d0b1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e96696cea18cf27.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ff0be99b0a9c4ba7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9b4cd1458b78d4c8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b2f6193eafb252b6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0c3291aadf9a52bb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-60975c2e10be68af.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-353c2dc91b54d196.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-ae6597b034cda5ab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-c3da5786693aff56.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d44090c33ef25fd5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-af0326da93a9a68c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1f045818cf0b0aea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-444f0032c5c7ec16.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-48e1d0a17c120e44.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4f64b99a251c91b7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ea8dcc1dd42eca2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -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-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38612023-10-11T19:54:59.204Z Running `/home/build/.rustup/toolchains/1.72.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=3038bcf8dd983719 -C extra-filename=-3038bcf8dd983719 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b81dbd8e94407ea3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2bc9705312c0fc16.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3f2a95cd4754ba4e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c78830710c4306f4.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c84cbd559eae016a.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-857640b9bbd51b9e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b02ff41e36379ccd.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-da1689334baf8704.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-10b5060236e3aacf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-08d9f266c5a429dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a342014da38febe9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8843785b0a7a5bf7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e1fef7b2fadf99bf.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f8f5bfc146078dff.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-9488bdfbf39687ac.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-66f56017f68fc5fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a8b913ca5b14e3a0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-998ea3655c179ff9.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-6048a61c9000ae68.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7154084f6425dca.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ff0be99b0a9c4ba7.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0c3291aadf9a52bb.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-c11e177febeebf10.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-60975c2e10be68af.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-74f1363bbc03f909.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ea0b627c9a739c90.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d44090c33ef25fd5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f2642e2c433d97f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f0e7a5fea6e2588c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-931734a40429aaa2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ea8dcc1dd42eca2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ca5d824de68c04e4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38622023-10-11T19:55:16.013Z Running `/home/build/.rustup/toolchains/1.72.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=72f4d54125285a6f -C extra-filename=-72f4d54125285a6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-aaa96eb9cfc62742.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-80c0a61bd78c4ac7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-6ec89e492c03fab1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f36c218727b12596.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c995c62f4b185a16.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc67fb1af8d83a16.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-0289e42561ff514a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-503ab657e54ee27f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-8885849ac3328b0b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f8f5bfc146078dff.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-dc6619d449496518.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2620c443db0e8bfa.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5fa29d9ccc5f35f0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bfefcfb0792b192a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f72ef113186ac492.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a8b913ca5b14e3a0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-cc204b2ec6970340.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7154084f6425dca.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-60975c2e10be68af.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-353c2dc91b54d196.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-ae6597b034cda5ab.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d44090c33ef25fd5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-af0326da93a9a68c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1f045818cf0b0aea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-444f0032c5c7ec16.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ea8dcc1dd42eca2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -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-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38632023-10-11T19:55:33.978Z Running `/home/build/.rustup/toolchains/1.72.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=e8eef0596c9672ff -C extra-filename=-e8eef0596c9672ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b81dbd8e94407ea3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2bc9705312c0fc16.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3f2a95cd4754ba4e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c78830710c4306f4.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c84cbd559eae016a.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-857640b9bbd51b9e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b02ff41e36379ccd.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-da1689334baf8704.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-10b5060236e3aacf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-08d9f266c5a429dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a342014da38febe9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8843785b0a7a5bf7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e1fef7b2fadf99bf.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f8f5bfc146078dff.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-9488bdfbf39687ac.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-66f56017f68fc5fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a8b913ca5b14e3a0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-998ea3655c179ff9.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-6048a61c9000ae68.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7154084f6425dca.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ff0be99b0a9c4ba7.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0c3291aadf9a52bb.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-c11e177febeebf10.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-60975c2e10be68af.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-74f1363bbc03f909.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ea0b627c9a739c90.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d44090c33ef25fd5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f2642e2c433d97f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f0e7a5fea6e2588c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-931734a40429aaa2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ea8dcc1dd42eca2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ca5d824de68c04e4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38642023-10-11T19:55:38.354Z Running `/home/build/.rustup/toolchains/1.72.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=7d14e31df25256d1 -C extra-filename=-7d14e31df25256d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b81dbd8e94407ea3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2bc9705312c0fc16.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3f2a95cd4754ba4e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c78830710c4306f4.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c84cbd559eae016a.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-857640b9bbd51b9e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b02ff41e36379ccd.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-da1689334baf8704.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-10b5060236e3aacf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-08d9f266c5a429dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a342014da38febe9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8843785b0a7a5bf7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e1fef7b2fadf99bf.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f8f5bfc146078dff.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-9488bdfbf39687ac.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-66f56017f68fc5fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a8b913ca5b14e3a0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-998ea3655c179ff9.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-6048a61c9000ae68.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7154084f6425dca.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ff0be99b0a9c4ba7.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0c3291aadf9a52bb.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-c11e177febeebf10.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-60975c2e10be68af.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-74f1363bbc03f909.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ea0b627c9a739c90.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d44090c33ef25fd5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f2642e2c433d97f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f0e7a5fea6e2588c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-931734a40429aaa2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ea8dcc1dd42eca2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ca5d824de68c04e4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38652023-10-11T19:55:40.180Z Running `/home/build/.rustup/toolchains/1.72.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=6a99198b844af024 -C extra-filename=-6a99198b844af024 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b81dbd8e94407ea3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2bc9705312c0fc16.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3f2a95cd4754ba4e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c78830710c4306f4.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c84cbd559eae016a.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-857640b9bbd51b9e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b02ff41e36379ccd.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-da1689334baf8704.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-10b5060236e3aacf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-08d9f266c5a429dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a342014da38febe9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8843785b0a7a5bf7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e1fef7b2fadf99bf.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f8f5bfc146078dff.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-9488bdfbf39687ac.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-66f56017f68fc5fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a8b913ca5b14e3a0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-998ea3655c179ff9.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-6048a61c9000ae68.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7154084f6425dca.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ff0be99b0a9c4ba7.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0c3291aadf9a52bb.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-c11e177febeebf10.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-60975c2e10be68af.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-74f1363bbc03f909.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ea0b627c9a739c90.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d44090c33ef25fd5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f2642e2c433d97f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f0e7a5fea6e2588c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-931734a40429aaa2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ea8dcc1dd42eca2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ca5d824de68c04e4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38662023-10-11T19:55:41.086Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d511e9256d6a57fd -C extra-filename=-d511e9256d6a57fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d2888d1226a49068.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-cfbc234e96ea11d8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-6b8192d000b57438.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3a5afedd99d72085.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-3ef8cf9b839d8aed.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-98637b68b829102e.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-271c7867f63cac76.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9556f23b67ded22.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a96f06457ab15c5b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-28cf5e0554ad3063.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-fec6e3b780c2401a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-758681621baba069.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a861a660c7a0b850.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2e50d0eb0b488db5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-430798413d843673.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b070c0a3528fb68a.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-84f920f39e21a911.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-16db6350c3462ed0.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cd5ca373e34fc15b.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-7f22b1c9295a2831.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2305129f24813075.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-56bae44a50d5df45.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-da8655259cdd9f1b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ab5f61cfc4c875f5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b1fb1598afc8ccf3.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-bc499487ad0da46c.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-fdd2274653ed9a70.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a098fd1ec96f7131.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f1079be0fdc37e41.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-848952abc2e1b807.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8f2efe935e261412.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-004780c3fc84ceca.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9cea5704743a276f.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-56cb22da76603b2b.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1439134a11f157db.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a157337a24dcb7f3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5325d6d9b9946615.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fc95e4a2244edb97.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb082566839689a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8ad8b843a34964ed.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-be68d50f84fc23be.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8a76605271155f73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-22070346dc4d0a8f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aad05e1fd3bf39c4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3597f5a8537e47e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f1c8302ac6175740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38672023-10-11T19:55:42.750Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9c821089548af405 -C extra-filename=-9c821089548af405 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d2888d1226a49068.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f517da13a8b686da.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-cfbc234e96ea11d8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-6b8192d000b57438.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3a5afedd99d72085.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-3ef8cf9b839d8aed.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-98637b68b829102e.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-271c7867f63cac76.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9556f23b67ded22.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a96f06457ab15c5b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-28cf5e0554ad3063.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-fec6e3b780c2401a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-758681621baba069.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a861a660c7a0b850.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2e50d0eb0b488db5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-430798413d843673.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b070c0a3528fb68a.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-84f920f39e21a911.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-16db6350c3462ed0.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cd5ca373e34fc15b.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-7f22b1c9295a2831.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2305129f24813075.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-56bae44a50d5df45.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-da8655259cdd9f1b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ab5f61cfc4c875f5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-b1fb1598afc8ccf3.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-bc499487ad0da46c.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-fdd2274653ed9a70.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a098fd1ec96f7131.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f1079be0fdc37e41.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-848952abc2e1b807.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8f2efe935e261412.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-004780c3fc84ceca.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9cea5704743a276f.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-56cb22da76603b2b.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1439134a11f157db.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-53468acc871f04b9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a157337a24dcb7f3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-204da2220179eacd.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-9f1588ba728336af.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5325d6d9b9946615.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fc95e4a2244edb97.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-03279f3963da07ab.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cac88240aa85082d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d53ae567819b1cbb.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-fb082566839689a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8ad8b843a34964ed.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3b04669f947404a4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-be68d50f84fc23be.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-8a76605271155f73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-22070346dc4d0a8f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-aad05e1fd3bf39c4.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e3597f5a8537e47e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f1c8302ac6175740.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-8feda38df80fddc6.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/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-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38682023-10-11T19:55:45.862Z Running `/home/build/.rustup/toolchains/1.72.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c2e659e4ca5c1ca3 -C extra-filename=-c2e659e4ca5c1ca3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6f7a908a904e9351.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3a5afedd99d72085.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-28cf5e0554ad3063.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5f93be5bbb0f5415.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f63942a4da221d34.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5562be14128d98f1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-63f81b35d4dc5fb3.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2305129f24813075.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-395bae3c7f3b0a7b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9e41dd6e666d5baf.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-da8655259cdd9f1b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0e6b4bf29da283f0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-95f1eb51aa206194.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-820b1905e991485b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f7837217f3794298.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6d94b226482a6d7d.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-e8376eecbbfdf930.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-177a217a9636be85.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-22070346dc4d0a8f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38692023-10-11T19:55:58.020Z Running `/home/build/.rustup/toolchains/1.72.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=6c42bf70eb85c957 -C extra-filename=-6c42bf70eb85c957 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-aaa96eb9cfc62742.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-6ec89e492c03fab1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3f2a95cd4754ba4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f36c218727b12596.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-b49c740b72a584c4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c78830710c4306f4.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e820acb45a769613.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc67fb1af8d83a16.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-da1689334baf8704.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-10b5060236e3aacf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-08d9f266c5a429dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-aa6a11cde66cd576.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a342014da38febe9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4950bdf62f4a774e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9128d2dc0579ac6c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-503ab657e54ee27f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-df6575baa3019aad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-8885849ac3328b0b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f8f5bfc146078dff.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-dc6619d449496518.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2c843c6a27913dd2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2620c443db0e8bfa.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1ca43acd7780afa6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5fa29d9ccc5f35f0.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e569be1877fcb197.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bfefcfb0792b192a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7f3262d947dc56be.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f72ef113186ac492.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a8b913ca5b14e3a0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-cc204b2ec6970340.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-1cbe7ef2a29268f7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7154084f6425dca.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b394447a4ba8bb7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-de768ca8f2b3d0b1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e96696cea18cf27.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ff0be99b0a9c4ba7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9b4cd1458b78d4c8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b2f6193eafb252b6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0c3291aadf9a52bb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-60975c2e10be68af.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-353c2dc91b54d196.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-ae6597b034cda5ab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-c3da5786693aff56.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d44090c33ef25fd5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-af0326da93a9a68c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1f045818cf0b0aea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-444f0032c5c7ec16.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-48e1d0a17c120e44.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4f64b99a251c91b7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ea8dcc1dd42eca2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -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-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38702023-10-11T19:55:58.024Z Running `/home/build/.rustup/toolchains/1.72.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=8c7002403729de15 -C extra-filename=-8c7002403729de15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-aaa96eb9cfc62742.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc67fb1af8d83a16.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a342014da38febe9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4950bdf62f4a774e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9128d2dc0579ac6c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f8f5bfc146078dff.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-66f56017f68fc5fa.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-dc6619d449496518.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2c843c6a27913dd2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5fa29d9ccc5f35f0.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e569be1877fcb197.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bfefcfb0792b192a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7f3262d947dc56be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b394447a4ba8bb7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d44090c33ef25fd5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-54d87168552e9855.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8f8078b36750a27f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -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-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38712023-10-11T19:56:01.392Z Running `/home/build/.rustup/toolchains/1.72.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=11a1bfd0eb0b9fc9 -C extra-filename=-11a1bfd0eb0b9fc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4950bdf62f4a774e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9128d2dc0579ac6c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1ca43acd7780afa6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5fa29d9ccc5f35f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7f3262d947dc56be.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a8b913ca5b14e3a0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-1cbe7ef2a29268f7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-60975c2e10be68af.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6f1b9fc73aa4b6db.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-466568a0799675d6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-444f0032c5c7ec16.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38722023-10-11T19:56:05.448Z Running `/home/build/.rustup/toolchains/1.72.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=d525394ce8255e4d -C extra-filename=-d525394ce8255e4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-aaa96eb9cfc62742.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-6ec89e492c03fab1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3f2a95cd4754ba4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f36c218727b12596.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-b49c740b72a584c4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c78830710c4306f4.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e820acb45a769613.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc67fb1af8d83a16.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-da1689334baf8704.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-10b5060236e3aacf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-08d9f266c5a429dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-aa6a11cde66cd576.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a342014da38febe9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4950bdf62f4a774e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9128d2dc0579ac6c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-503ab657e54ee27f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-df6575baa3019aad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-8885849ac3328b0b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f8f5bfc146078dff.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-dc6619d449496518.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2c843c6a27913dd2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2620c443db0e8bfa.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1ca43acd7780afa6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5fa29d9ccc5f35f0.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e569be1877fcb197.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bfefcfb0792b192a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7f3262d947dc56be.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f72ef113186ac492.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a8b913ca5b14e3a0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-cc204b2ec6970340.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-1cbe7ef2a29268f7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7154084f6425dca.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b394447a4ba8bb7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-de768ca8f2b3d0b1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e96696cea18cf27.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ff0be99b0a9c4ba7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9b4cd1458b78d4c8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b2f6193eafb252b6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0c3291aadf9a52bb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-60975c2e10be68af.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-353c2dc91b54d196.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-ae6597b034cda5ab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-c3da5786693aff56.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d44090c33ef25fd5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-af0326da93a9a68c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1f045818cf0b0aea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-444f0032c5c7ec16.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-48e1d0a17c120e44.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4f64b99a251c91b7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ea8dcc1dd42eca2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -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-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38732023-10-11T19:56:06.832Z Running `/home/build/.rustup/toolchains/1.72.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=e2225cd4f6e5a50f -C extra-filename=-e2225cd4f6e5a50f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-aaa96eb9cfc62742.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc67fb1af8d83a16.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a342014da38febe9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4950bdf62f4a774e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9128d2dc0579ac6c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f8f5bfc146078dff.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-66f56017f68fc5fa.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-dc6619d449496518.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2c843c6a27913dd2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5fa29d9ccc5f35f0.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e569be1877fcb197.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bfefcfb0792b192a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7f3262d947dc56be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b394447a4ba8bb7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d44090c33ef25fd5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-54d87168552e9855.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8f8078b36750a27f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -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-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38742023-10-11T19:56:08.860Z Running `/home/build/.rustup/toolchains/1.72.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=a89627d38805ca5c -C extra-filename=-a89627d38805ca5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4950bdf62f4a774e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9128d2dc0579ac6c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1ca43acd7780afa6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5fa29d9ccc5f35f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7f3262d947dc56be.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a8b913ca5b14e3a0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-1cbe7ef2a29268f7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-60975c2e10be68af.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6f1b9fc73aa4b6db.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-466568a0799675d6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-444f0032c5c7ec16.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38752023-10-11T19:56:10.007Z Running `/home/build/.rustup/toolchains/1.72.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=d9bed84092cd7251 -C extra-filename=-d9bed84092cd7251 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-aaa96eb9cfc62742.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-6ec89e492c03fab1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3f2a95cd4754ba4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f36c218727b12596.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-b49c740b72a584c4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c78830710c4306f4.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e820acb45a769613.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc67fb1af8d83a16.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-da1689334baf8704.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-10b5060236e3aacf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-08d9f266c5a429dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-aa6a11cde66cd576.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a342014da38febe9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4950bdf62f4a774e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9128d2dc0579ac6c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-503ab657e54ee27f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-df6575baa3019aad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-8885849ac3328b0b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f8f5bfc146078dff.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-dc6619d449496518.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2c843c6a27913dd2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2620c443db0e8bfa.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1ca43acd7780afa6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5fa29d9ccc5f35f0.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e569be1877fcb197.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bfefcfb0792b192a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7f3262d947dc56be.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f72ef113186ac492.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a8b913ca5b14e3a0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-cc204b2ec6970340.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-1cbe7ef2a29268f7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7154084f6425dca.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b394447a4ba8bb7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-de768ca8f2b3d0b1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e96696cea18cf27.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ff0be99b0a9c4ba7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9b4cd1458b78d4c8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b2f6193eafb252b6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0c3291aadf9a52bb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-60975c2e10be68af.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-353c2dc91b54d196.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-ae6597b034cda5ab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-c3da5786693aff56.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d44090c33ef25fd5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-af0326da93a9a68c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1f045818cf0b0aea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-444f0032c5c7ec16.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-48e1d0a17c120e44.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4f64b99a251c91b7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ea8dcc1dd42eca2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -D warnings -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-3a9eefe523799152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out -L native=/usr/lib/amd64`
38762023-10-11T20:07:14.491Z Finished test [unoptimized + debuginfo] target(s) in 36m 43s
38772023-10-11T20:07:14.860Z Executable `/work/oxidecomputer/omicron/target/debug/deps/authz_macros-1e72146698d9a02a`
38782023-10-11T20:07:14.871Z Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstore-0c2f84d2279227c3`
38792023-10-11T20:07:14.874Z Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_learner-d989dc1a27d19e2b`
38802023-10-11T20:07:14.877Z Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_rack_coordinator-a7f8b30f90429553`
38812023-10-11T20:07:14.880Z Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstrap_agent_client-793d0c584cc8d30b`
38822023-10-11T20:07:14.883Z Executable `/work/oxidecomputer/omicron/target/debug/deps/caboose_util-ac0f4a2835ef5c1f`
38832023-10-11T20:07:14.886Z Executable `/work/oxidecomputer/omicron/target/debug/deps/crdb_seed-3347bef64ca891bd`
38842023-10-11T20:07:14.890Z Executable `/work/oxidecomputer/omicron/target/debug/deps/db_macros-d42282a6ca090dab`
38852023-10-11T20:07:14.895Z Executable `/work/oxidecomputer/omicron/target/debug/deps/ddm_admin_client-964839c234a68434`
38862023-10-11T20:07:14.900Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-456f67325423e280`
38872023-10-11T20:07:14.904Z Executable `/work/oxidecomputer/omicron/target/debug/deps/apigen-2b72bbbfed026fa7`
38882023-10-11T20:07:14.912Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_db_dump-d7b48ab645543f76`
38892023-10-11T20:07:14.918Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-8a29993ea0dea49e`
38902023-10-11T20:07:14.923Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dnsadm-a953c49c19c2319a`
38912023-10-11T20:07:14.927Z Executable `/work/oxidecomputer/omicron/target/debug/deps/basic_test-7a622528419d50d2`
38922023-10-11T20:07:14.936Z Executable `/work/oxidecomputer/omicron/target/debug/deps/commands_test-7fd874bf01e9b454`
38932023-10-11T20:07:14.948Z Executable `/work/oxidecomputer/omicron/target/debug/deps/openapi_test-e09908915886ad27`
38942023-10-11T20:07:14.962Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_service_client-f14d8a7dab9b5b46`
38952023-10-11T20:07:14.974Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dpd_client-5c99103f3ee73a4b`
38962023-10-11T20:07:14.987Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_cli-ec210fe18ac6dc50`
38972023-10-11T20:07:14.997Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_client-8f0cd063fda5b517`
38982023-10-11T20:07:15.006Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_test_utils-8be4acfaecb64ef9`
38992023-10-11T20:07:15.015Z Executable `/work/oxidecomputer/omicron/target/debug/deps/illumos_utils-fc040a8945e2e288`
39002023-10-11T20:07:15.023Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-00850d2fee572432`
39012023-10-11T20:07:15.033Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-61dacb5022862aad`
39022023-10-11T20:07:15.041Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifact_client-02761e2385653ac5`
39032023-10-11T20:07:15.049Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-2c8fac1a0192b245`
39042023-10-11T20:07:15.058Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-6a79ad2efa38f918`
39052023-10-11T20:07:15.066Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-afb72beeebc316ef`
39062023-10-11T20:07:15.074Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_common-2a2964f0fe2d6655`
39072023-10-11T20:07:15.084Z Executable `/work/oxidecomputer/omicron/target/debug/deps/internal_dns-55a85a90b0bfa1e0`
39082023-10-11T20:07:15.090Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dnswait-25c7db762e7c89b6`
39092023-10-11T20:07:15.101Z Executable `/work/oxidecomputer/omicron/target/debug/deps/ipcc_key_value-7a2121fcc5bc2fe0`
39102023-10-11T20:07:15.111Z Executable `/work/oxidecomputer/omicron/target/debug/deps/key_manager-53d3c86b4507da93`
39112023-10-11T20:07:15.121Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_client-1dd551b72707135f`
39122023-10-11T20:07:15.134Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_model-a246a9f72c624ca8`
39132023-10-11T20:07:15.148Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_queries-72f4d54125285a6f`
39142023-10-11T20:07:15.163Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_defaults-7719209bf18a836f`
39152023-10-11T20:07:15.181Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_types-11726b29d71bad60`
39162023-10-11T20:07:15.193Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_certificates-22006cadf278aba6`
39172023-10-11T20:07:15.206Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_common-fc0b3350e48900f6`
39182023-10-11T20:07:15.228Z Executable `/work/oxidecomputer/omicron/target/debug/deps/thing_flinger-f3c021414b32b4a5`
39192023-10-11T20:07:15.245Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_dev-11a1bfd0eb0b9fc9`
39202023-10-11T20:07:15.677Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_omicron_dev-a89627d38805ca5c`
39212023-10-11T20:07:15.690Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_gateway-3425164615c22eb2`
39222023-10-11T20:07:15.708Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mgs-085bdb6dfb630484`
39232023-10-11T20:07:15.721Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-7ccd1b15a60d23f7`
39242023-10-11T20:07:15.727Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-545c7ebc8d9e71d3`
39252023-10-11T20:07:15.733Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus-d9bed84092cd7251`
39262023-10-11T20:07:15.736Z Executable `/work/oxidecomputer/omicron/target/debug/deps/schema_updater-d525394ce8255e4d`
39272023-10-11T20:07:15.740Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-6c42bf70eb85c957`
39282023-10-11T20:07:15.743Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omdb-8c7002403729de15`
39292023-10-11T20:07:15.751Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all_output-e2225cd4f6e5a50f`
39302023-10-11T20:07:15.754Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-a3208f2358d00fc8`
39312023-10-11T20:07:15.758Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-8e0a23694204e801`
39322023-10-11T20:07:15.762Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_passwords-9af7e85a87549ca5`
39332023-10-11T20:07:15.766Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_rpaths-96e0fa0b3d383e27`
39342023-10-11T20:07:15.770Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_sled_agent-86407dc288215dcf`
39352023-10-11T20:07:15.774Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent-e8eef0596c9672ff`
39362023-10-11T20:07:15.778Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_sim-7d14e31df25256d1`
39372023-10-11T20:07:15.783Z Executable `/work/oxidecomputer/omicron/target/debug/deps/zone_bundle-6a99198b844af024`
39382023-10-11T20:07:15.788Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-3038bcf8dd983719`
39392023-10-11T20:07:15.797Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_test_utils-db37fc3282f29409`
39402023-10-11T20:07:15.804Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxide_client-ebb805a9bed95a06`
39412023-10-11T20:07:15.812Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-99517d0d5fadcc68`
39422023-10-11T20:07:15.821Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_compilation-98859be92d68ba53`
39432023-10-11T20:07:15.825Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_client-ab17187a9385584f`
39442023-10-11T20:07:15.829Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_collector-cb665539a0ef8951`
39452023-10-11T20:07:16.249Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-060fb7fc41469c24`
39462023-10-11T20:07:16.261Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_commands-70109b39e4d7e754`
39472023-10-11T20:07:16.276Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_db-b3cfc908457404ed`
39482023-10-11T20:07:16.702Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxdb-a7ef934c44f3f739`
39492023-10-11T20:07:16.712Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_instruments-3ab8b93398d54534`
39502023-10-11T20:07:17.132Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_macro_impl-5d1a0329fdc8a294`
39512023-10-11T20:07:17.142Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_producer-47649e4c368fc0c0`
39522023-10-11T20:07:17.149Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_client-305cea9449be0a37`
39532023-10-11T20:07:17.161Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_hardware-bef8befc02075012`
39542023-10-11T20:07:17.177Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-7331b58bb4c974d2`
39552023-10-11T20:07:17.195Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-24572651dd5adcd3`
39562023-10-11T20:07:18.069Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-1091c132f86cce48`
39572023-10-11T20:07:19.308Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-db0620881e45a04b`
39582023-10-11T20:07:19.323Z Executable `/work/oxidecomputer/omicron/target/debug/deps/integration_tests-89dddfa1264437c1`
39592023-10-11T20:07:19.334Z Executable `/work/oxidecomputer/omicron/target/debug/deps/manifest_tests-806124349a4b39f7`
39602023-10-11T20:07:19.346Z
39612023-10-11T20:07:19.357Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous_lib-520e378bb5786e15`
39622023-10-11T20:07:19.369Z ##### ###### #### #####
39632023-10-11T20:07:19.389Z Executable `/work/oxidecomputer/omicron/target/debug/deps/update_engine-9bde35dc21909bb8`
39642023-10-11T20:07:19.404Z # # # #
39652023-10-11T20:07:19.417Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-323cd64bdbafdbb3`
39662023-10-11T20:07:19.428Z # ##### #### #
39672023-10-11T20:07:19.439Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-1cfbcab389e8b1d0`
39682023-10-11T20:07:19.450Z # # # #
39692023-10-11T20:07:19.460Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-8d89e77cf834356e`
39702023-10-11T20:07:19.470Z # # # # #
39712023-10-11T20:07:19.479Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_common-3c75a1d49b540047`
39722023-10-11T20:07:19.488Z # ###### #### #
39732023-10-11T20:07:19.500Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-bee38b4b62095d76`
39742023-10-11T20:07:19.512Z
39752023-10-11T20:07:19.525Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-ade359553d489eaa`
39762023-10-11T20:07:19.539Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg_server-7027e9361b514037`
39772023-10-11T20:07:19.555Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-94bffcefe3cd9ca0`
39782023-10-11T20:07:19.574Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-48fabeef6f9a9b72`
39792023-10-11T20:07:19.584Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-23949e28187998d6`
39802023-10-11T20:07:19.595Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd_client-d82146a91f3a36de`
39812023-10-11T20:07:19.648Z Executable `/work/oxidecomputer/omicron/target/debug/deps/xtask-80c4f2626ef6668e`
39822023-10-11T20:07:19.672Z
39832023-10-11T20:07:20.098Zreal 36:43.895060145
39842023-10-11T20:07:20.122Zuser 3:33:04.631058608
39852023-10-11T20:07:20.146Zsys 25:42.947541213
39862023-10-11T20:07:20.175Ztrap 10.904147983
39872023-10-11T20:07:20.604Ztflt 3.974218716
39882023-10-11T20:07:20.616Zdflt 18.957045861
39892023-10-11T20:07:20.632Zkflt 0.101812677
39902023-10-11T20:07:20.656Zlock 6:58:39.616587198
39912023-10-11T20:07:21.095Zslp 12:41:49.810610207
39922023-10-11T20:07:21.117Zlat 7:08.393618238
39932023-10-11T20:07:21.138Zstop 8:45.429984682
39942023-10-11T20:07:21.160Z Downloading crates ...
39952023-10-11T20:07:21.172Z Downloaded fuchsia-cprng v0.1.1
39962023-10-11T20:07:21.197Z Downloaded ed25519 v2.2.2
39972023-10-11T20:07:21.211Z Downloaded android_system_properties v0.1.5
39982023-10-11T20:07:21.237Z Downloaded android-tzdata v0.1.1
39992023-10-11T20:07:21.253Z Downloaded wasm-bindgen-backend v0.2.87
40002023-10-11T20:07:21.677Z Downloaded hermit-abi v0.3.2
40012023-10-11T20:07:21.693Z Downloaded option-ext v0.2.0
40022023-10-11T20:07:21.750Z Downloaded rand_chacha v0.2.2
40032023-10-11T20:07:21.766Z Downloaded russh-cryptovec v0.7.0
40042023-10-11T20:07:21.771Z Downloaded errno-dragonfly v0.1.2
40052023-10-11T20:07:21.779Z Downloaded windows-targets v0.42.2
40062023-10-11T20:07:21.788Z Downloaded iana-time-zone-haiku v0.1.2
40072023-10-11T20:07:21.797Z Downloaded rdrand v0.4.0
40082023-10-11T20:07:21.812Z Downloaded md5 v0.7.0
40092023-10-11T20:07:21.820Z Downloaded wasm-bindgen-shared v0.2.87
40102023-10-11T20:07:21.828Z Downloaded windows-targets v0.48.5
40112023-10-11T20:07:21.835Z Downloaded blowfish v0.9.1
40122023-10-11T20:07:21.842Z Downloaded getrandom v0.1.16
40132023-10-11T20:07:21.854Z Downloaded pbkdf2 v0.11.0
40142023-10-11T20:07:21.863Z Downloaded critical-section v1.1.2
40152023-10-11T20:07:21.872Z Downloaded rand_hc v0.2.0
40162023-10-11T20:07:21.881Z Downloaded pbkdf2 v0.12.2
40172023-10-11T20:07:21.890Z Downloaded crossterm_winapi v0.9.1
40182023-10-11T20:07:21.899Z Downloaded rand_core v0.4.2
40192023-10-11T20:07:21.912Z Downloaded atomic-polyfill v0.1.11
40202023-10-11T20:07:21.929Z Downloaded valuable v0.1.0
40212023-10-11T20:07:21.942Z Downloaded password-hash v0.4.2
40222023-10-11T20:07:21.962Z Downloaded cbc v0.1.2
40232023-10-11T20:07:21.976Z Downloaded hermit-abi v0.1.19
40242023-10-11T20:07:21.999Z Downloaded rand_core v0.3.1
40252023-10-11T20:07:22.040Z Downloaded redox_users v0.4.3
40262023-10-11T20:07:22.051Z Downloaded winapi-util v0.1.5
40272023-10-11T20:07:22.061Z Downloaded redox_syscall v0.2.16
40282023-10-11T20:07:22.072Z Downloaded redox_syscall v0.3.5
40292023-10-11T20:07:22.080Z Downloaded russh-keys v0.38.0
40302023-10-11T20:07:22.085Z Downloaded dirs-sys v0.4.1
40312023-10-11T20:07:22.090Z Downloaded anstyle-wincon v2.1.0
40322023-10-11T20:07:22.102Z Downloaded encode_unicode v0.3.6
40332023-10-11T20:07:22.109Z Downloaded core-foundation v0.9.3
40342023-10-11T20:07:22.119Z Downloaded wasm-bindgen-macro-support v0.2.87
40352023-10-11T20:07:22.130Z Downloaded wasm-bindgen-macro v0.2.87
40362023-10-11T20:07:22.147Z Downloaded fs2 v0.4.3
40372023-10-11T20:07:22.167Z Downloaded ipconfig v0.3.2
40382023-10-11T20:07:23.126Z Downloaded rand_core v0.5.1
40392023-10-11T20:07:23.137Z Downloaded core-foundation-sys v0.8.4
40402023-10-11T20:07:23.146Z Downloaded schannel v0.1.22
40412023-10-11T20:07:23.158Z Downloaded wasi v0.9.0+wasi-snapshot-preview1
40422023-10-11T20:07:23.167Z Downloaded winreg v0.50.0
40432023-10-11T20:07:23.178Z Downloaded security-framework-sys v2.9.1
40442023-10-11T20:07:23.598Z Downloaded dirs v5.0.1
40452023-10-11T20:07:23.614Z Downloaded ghash v0.5.0
40462023-10-11T20:07:24.026Z Downloaded bcrypt-pbkdf v0.10.0
40472023-10-11T20:07:24.030Z Downloaded wasm-bindgen-futures v0.4.37
40482023-10-11T20:07:24.032Z Downloaded wasi v0.11.0+wasi-snapshot-preview1
40492023-10-11T20:07:24.036Z Downloaded wasm-streams v0.3.0
40502023-10-11T20:07:24.040Z Downloaded js-sys v0.3.64
40512023-10-11T20:07:24.044Z Downloaded widestring v1.0.2
40522023-10-11T20:07:24.048Z Downloaded security-framework v2.9.2
40532023-10-11T20:07:24.065Z Downloaded russh v0.38.0
40542023-10-11T20:07:24.090Z Downloaded ed25519-dalek v2.0.0
40552023-10-11T20:07:24.114Z Downloaded bumpalo v3.13.0
40562023-10-11T20:07:24.120Z Downloaded rand v0.7.3
40572023-10-11T20:07:24.124Z Downloaded aes-gcm v0.10.2
40582023-10-11T20:07:24.128Z Downloaded wasm-bindgen v0.2.87
40592023-10-11T20:07:24.134Z Downloaded windows_aarch64_gnullvm v0.42.2
40602023-10-11T20:07:24.144Z Downloaded windows_x86_64_gnullvm v0.42.2
40612023-10-11T20:07:24.157Z Downloaded windows_x86_64_gnullvm v0.48.5
40622023-10-11T20:07:24.577Z Downloaded windows_aarch64_gnullvm v0.48.5
40632023-10-11T20:07:24.589Z Downloaded fiat-crypto v0.2.1
40642023-10-11T20:07:24.596Z Downloaded windows_aarch64_msvc v0.42.2
40652023-10-11T20:07:24.604Z Downloaded windows_x86_64_gnu v0.42.2
40662023-10-11T20:07:24.616Z Downloaded windows_x86_64_msvc v0.42.2
40672023-10-11T20:07:24.622Z Downloaded web-sys v0.3.64
40682023-10-11T20:07:24.629Z Downloaded windows_i686_gnu v0.42.2
40692023-10-11T20:07:24.646Z Downloaded windows_i686_msvc v0.42.2
40702023-10-11T20:07:24.657Z Downloaded windows_x86_64_gnu v0.48.5
40712023-10-11T20:07:24.666Z Downloaded windows_x86_64_msvc v0.48.5
40722023-10-11T20:07:24.675Z Downloaded windows_i686_msvc v0.48.5
40732023-10-11T20:07:24.682Z Downloaded windows_i686_gnu v0.48.5
40742023-10-11T20:07:24.723Z Downloaded windows_aarch64_msvc v0.48.5
40752023-10-11T20:07:24.735Z Downloaded linux-raw-sys v0.3.8
40762023-10-11T20:07:24.748Z Downloaded linux-raw-sys v0.4.5
40772023-10-11T20:07:25.167Z Downloaded winapi v0.3.9
40782023-10-11T20:07:25.177Z Downloaded windows-sys v0.48.0
40792023-10-11T20:07:25.185Z Downloaded windows-sys v0.45.0
40802023-10-11T20:07:25.194Z Downloaded winapi-i686-pc-windows-gnu v0.4.0
40812023-10-11T20:07:25.209Z Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
40822023-10-11T20:07:25.227Z Downloaded windows v0.48.0
40832023-10-11T20:07:25.243Zinfo: experimental features enabled: setup-scripts
40842023-10-11T20:07:25.256Z Finished test [unoptimized + debuginfo] target(s) in 1.66s
40852023-10-11T20:07:26.317Z Starting 910 tests across 97 binaries (4 skipped)
40862023-10-11T20:07:26.325Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed
40872023-10-11T20:07:27.435Z Compiling unicode-ident v1.0.12
40882023-10-11T20:07:27.444Z Compiling cfg-if v1.0.0
40892023-10-11T20:07:27.469Z Compiling once_cell v1.18.0
40902023-10-11T20:07:27.473Z Compiling libc v0.2.148
40912023-10-11T20:07:27.476Z Compiling serde_json v1.0.107
40922023-10-11T20:07:27.479Z Compiling getrandom v0.2.10
40932023-10-11T20:07:27.488Z Compiling memchr v2.6.3
40942023-10-11T20:07:27.492Z Compiling generic-array v0.14.7
40952023-10-11T20:07:27.509Z Compiling itoa v1.0.9
40962023-10-11T20:07:27.702Z Compiling log v0.4.20
40972023-10-11T20:07:27.863Z Compiling proc-macro2 v1.0.67
40982023-10-11T20:07:27.975Z Compiling ryu v1.0.15
40992023-10-11T20:07:28.225Z Compiling scopeguard v1.2.0
41002023-10-11T20:07:28.239Z Compiling libm v0.2.7
41012023-10-11T20:07:28.431Z Compiling lock_api v0.4.10
41022023-10-11T20:07:28.441Z Compiling smallvec v1.11.0
41032023-10-11T20:07:28.460Z Compiling byteorder v1.4.3
41042023-10-11T20:07:29.090Z Compiling quote v1.0.33
41052023-10-11T20:07:29.155Z Compiling ahash v0.8.3
41062023-10-11T20:07:29.215Z Compiling pin-project-lite v0.2.13
41072023-10-11T20:07:29.397Z Compiling jobserver v0.1.26
41082023-10-11T20:07:30.232Z Compiling syn v2.0.32
41092023-10-11T20:07:30.256Z Compiling syn v1.0.109
41102023-10-11T20:07:30.275Z Compiling cc v1.0.83
41112023-10-11T20:07:30.280Z Compiling num-traits v0.2.16
41122023-10-11T20:07:30.286Z Compiling parking_lot_core v0.9.8
41132023-10-11T20:07:30.704Z Compiling rand_core v0.6.4
41142023-10-11T20:07:30.736Z Compiling heck v0.4.1
41152023-10-11T20:07:32.528Z Compiling parking_lot v0.12.1
41162023-10-11T20:07:32.618Z Compiling fnv v1.0.7
41172023-10-11T20:07:32.633Z Compiling typenum v1.16.0
41182023-10-11T20:07:32.650Z Compiling iana-time-zone v0.1.57
41192023-10-11T20:07:32.657Z Compiling futures-core v0.3.28
41202023-10-11T20:07:32.668Z Compiling ucd-trie v0.1.6
41212023-10-11T20:07:32.675Z Compiling signal-hook-registry v1.4.1
41222023-10-11T20:07:32.737Z Compiling mio v0.8.8
41232023-10-11T20:07:33.177Z Compiling socket2 v0.5.3
41242023-10-11T20:07:33.181Z Compiling num_cpus v1.16.0
41252023-10-11T20:07:33.219Z Compiling futures-sink v0.3.28
41262023-10-11T20:07:33.465Z Compiling spin v0.5.2
41272023-10-11T20:07:33.739Z Compiling tinyvec_macros v0.1.1
41282023-10-11T20:07:33.761Z Compiling dyn-clone v1.0.13
41292023-10-11T20:07:33.854Z Compiling tinyvec v1.6.0
41302023-10-11T20:07:33.886Z Compiling futures-channel v0.3.28
41312023-10-11T20:07:34.063Z Compiling slab v0.4.9
41322023-10-11T20:07:34.134Z Compiling futures-task v0.3.28
41332023-10-11T20:07:34.917Z Compiling time-core v0.1.1
41342023-10-11T20:07:34.976Z Compiling futures-io v0.3.28
41352023-10-11T20:07:35.022Z Compiling pin-utils v0.1.0
41362023-10-11T20:07:35.071Z Compiling allocator-api2 v0.2.16
41372023-10-11T20:07:35.516Z Compiling ring v0.16.20
41382023-10-11T20:07:35.520Z Compiling openssl-sys v0.9.93
41392023-10-11T20:07:35.524Z Compiling time-macros v0.2.13
41402023-10-11T20:07:35.530Z Compiling hashbrown v0.13.2
41412023-10-11T20:07:35.935Z Compiling hashbrown v0.14.0
41422023-10-11T20:07:36.599Z Compiling unicode-normalization v0.1.22
41432023-10-11T20:07:36.842Z Compiling aho-corasick v1.0.4
41442023-10-11T20:07:36.855Z Compiling openssl v0.10.57
41452023-10-11T20:07:36.887Z Compiling native-tls v0.2.11
41462023-10-11T20:07:36.924Z Compiling tracing-core v0.1.31
41472023-10-11T20:07:37.877Z Compiling equivalent v1.0.1
41482023-10-11T20:07:38.049Z Compiling unicode-bidi v0.3.13
41492023-10-11T20:07:38.459Z Compiling regex-syntax v0.7.5
41502023-10-11T20:07:39.078Z Compiling subtle v2.5.0
41512023-10-11T20:07:39.581Z Compiling const-oid v0.9.5
41522023-10-11T20:07:40.067Z Compiling ppv-lite86 v0.2.17
41532023-10-11T20:07:40.737Z Compiling bzip2-sys v0.1.11+1.0.8
41542023-10-11T20:07:40.743Z Compiling rustls v0.21.7
41552023-10-11T20:07:40.749Z Compiling ahash v0.7.6
41562023-10-11T20:07:41.183Z Compiling base64 v0.21.4
41572023-10-11T20:07:41.415Z Compiling rand_chacha v0.3.1
41582023-10-11T20:07:41.682Z Compiling strsim v0.10.0
41592023-10-11T20:07:42.383Z Compiling untrusted v0.7.1
41602023-10-11T20:07:42.884Z Compiling rand v0.8.5
41612023-10-11T20:07:42.966Z Compiling serde_derive_internals v0.26.0
41622023-10-11T20:07:43.556Z Compiling synstructure v0.12.6
41632023-10-11T20:07:44.982Z Compiling regex-automata v0.3.8
41642023-10-11T20:07:46.762Z Compiling hashbrown v0.12.3
41652023-10-11T20:07:47.894Z Compiling thread-id v4.2.0
41662023-10-11T20:07:48.570Z Compiling num-bigint v0.4.4
41672023-10-11T20:07:48.623Z Compiling percent-encoding v2.3.0
41682023-10-11T20:07:48.638Z Compiling bitflags v1.3.2
41692023-10-11T20:07:48.749Z Compiling unicode-width v0.1.10
41702023-10-11T20:07:48.778Z Compiling foreign-types-shared v0.1.1
41712023-10-11T20:07:48.867Z Compiling openssl-probe v0.1.5
41722023-10-11T20:07:48.972Z Compiling foreign-types v0.3.2
41732023-10-11T20:07:49.310Z Compiling backtrace v0.3.69
41742023-10-11T20:07:49.968Z Compiling errno v0.3.2
41752023-10-11T20:07:50.077Z Compiling try-lock v0.2.4
41762023-10-11T20:07:50.268Z Compiling adler v1.0.2
41772023-10-11T20:07:50.312Z Compiling siphasher v0.3.11
41782023-10-11T20:07:50.516Z Compiling miniz_oxide v0.7.1
41792023-10-11T20:07:50.643Z Compiling want v0.3.1
41802023-10-11T20:07:51.023Z Compiling form_urlencoded v1.2.0
41812023-10-11T20:07:51.108Z Compiling sct v0.7.0
41822023-10-11T20:07:51.496Z Compiling rustls-webpki v0.101.4
41832023-10-11T20:07:51.599Z Compiling lazy_static v1.4.0
41842023-10-11T20:07:51.624Z Compiling io-lifetimes v1.0.11
41852023-10-11T20:07:51.779Z Compiling httparse v1.8.0
41862023-10-11T20:07:52.067Z Compiling socket2 v0.4.9
41872023-10-11T20:07:52.322Z Compiling serde_derive v1.0.188
41882023-10-11T20:07:52.913Z Compiling zeroize_derive v1.4.2
41892023-10-11T20:07:52.988Z Compiling thiserror-impl v1.0.49
41902023-10-11T20:07:53.289Z Compiling tokio-macros v2.1.0
41912023-10-11T20:07:53.352Z Compiling futures-macro v0.3.28
41922023-10-11T20:07:53.653Z Compiling tracing-attributes v0.1.26
41932023-10-11T20:07:54.544Z Compiling schemars_derive v0.8.13
41942023-10-11T20:07:55.496Z Compiling zeroize v1.6.0
41952023-10-11T20:07:56.849Z Compiling openssl-macros v0.1.1
41962023-10-11T20:07:57.975Z Compiling thiserror v1.0.49
41972023-10-11T20:07:58.188Z Compiling pest v2.7.2
41982023-10-11T20:07:58.202Z Compiling zerocopy-derive v0.2.0
41992023-10-11T20:07:58.396Z Compiling crypto-common v0.1.6
42002023-10-11T20:07:58.735Z Compiling futures-util v0.3.28
42012023-10-11T20:07:59.485Z Compiling tracing v0.1.37
42022023-10-11T20:08:00.168Z Compiling block-buffer v0.10.4
42032023-10-11T20:08:00.554Z Compiling digest v0.10.7
42042023-10-11T20:08:01.282Z Compiling regex v1.9.5
42052023-10-11T20:08:01.412Z Compiling async-trait v0.1.73
42062023-10-11T20:08:01.427Z Compiling zerocopy v0.3.0
42072023-10-11T20:08:02.252Z Compiling hubpack_derive v0.1.1
42082023-10-11T20:08:02.765Z Compiling pest_meta v2.7.2
42092023-10-11T20:08:03.017Z Compiling dof v0.1.5
42102023-10-11T20:08:03.141Z Compiling zerocopy-derive v0.6.3
42112023-10-11T20:08:03.789Z Compiling utf8parse v0.2.1
42122023-10-11T20:08:04.062Z Compiling httpdate v1.0.3
42132023-10-11T20:08:04.413Z Compiling anstyle v1.0.2
42142023-10-11T20:08:04.780Z Compiling tower-service v0.3.2
42152023-10-11T20:08:04.970Z Compiling pest_generator v2.7.2
42162023-10-11T20:08:05.168Z Compiling cpufeatures v0.2.9
42172023-10-11T20:08:05.307Z Compiling sha2 v0.10.7
42182023-10-11T20:08:05.670Z Compiling serde v1.0.188
42192023-10-11T20:08:06.638Z Compiling anstyle-parse v0.2.1
42202023-10-11T20:08:06.717Z Compiling md-5 v0.10.5
42212023-10-11T20:08:07.114Z Compiling hmac v0.12.1
42222023-10-11T20:08:07.451Z Compiling rustix v0.37.23
42232023-10-11T20:08:09.227Z Compiling diesel_table_macro_syntax v0.1.0
42242023-10-11T20:08:09.597Z Compiling rustls-pemfile v1.0.3
42252023-10-11T20:08:09.814Z Compiling idna v0.4.0
42262023-10-11T20:08:10.121Z Compiling stringprep v0.1.3
42272023-10-11T20:08:10.175Z Compiling pest_derive v2.7.2
42282023-10-11T20:08:14.098Z Compiling regress v0.7.1
42292023-10-11T20:08:14.280Z Compiling dtrace-parser v0.1.14
42302023-10-11T20:08:14.352Z Compiling num-integer v0.1.45
42312023-10-11T20:08:14.853Z Compiling hash32 v0.2.1
42322023-10-11T20:08:14.981Z Compiling spin v0.9.8
42332023-10-11T20:08:15.126Z Compiling stable_deref_trait v1.2.0
42342023-10-11T20:08:15.296Z Compiling gimli v0.28.0
42352023-10-11T20:08:15.401Z Compiling fallible-iterator v0.2.0
42362023-10-11T20:08:15.506Z Compiling colorchoice v1.0.0
42372023-10-11T20:08:15.580Z Compiling anstyle-query v1.0.0
42382023-10-11T20:08:15.591Z Compiling anstream v0.5.0
42392023-10-11T20:08:15.613Z Compiling time v0.3.27
42402023-10-11T20:08:15.654Z Compiling url v2.4.1
42412023-10-11T20:08:15.659Z Compiling terminal_size v0.2.6
42422023-10-11T20:08:16.392Z Compiling bytes v1.5.0
42432023-10-11T20:08:18.426Z Compiling uuid v1.4.1
42442023-10-11T20:08:18.542Z Compiling chrono v0.4.31
42452023-10-11T20:08:20.218Z Compiling tokio v1.32.0
42462023-10-11T20:08:21.479Z Compiling http v0.2.9
42472023-10-11T20:08:24.382Z Compiling schemars v0.8.13
42482023-10-11T20:08:24.799Z Compiling semver v1.0.18
42492023-10-11T20:08:24.955Z Compiling rustc_version v0.4.0
42502023-10-11T20:08:25.304Z Compiling indexmap v2.0.0
42512023-10-11T20:08:25.450Z Compiling bitflags v2.4.0
42522023-10-11T20:08:25.948Z Compiling heapless v0.7.16
42532023-10-11T20:08:27.255Z Compiling usdt-impl v0.3.5
42542023-10-11T20:08:27.438Z Compiling serde_tokenstream v0.1.7
42552023-10-11T20:08:27.623Z Compiling indexmap v1.9.3
42562023-10-11T20:08:29.235Z Compiling http-body v0.4.5
42572023-10-11T20:08:29.824Z Compiling serde_tokenstream v0.2.0
42582023-10-11T20:08:30.340Z Compiling usdt-macro v0.3.5
42592023-10-11T20:08:30.769Z Compiling usdt-attr-macro v0.3.5
42602023-10-11T20:08:30.794Z Compiling openapiv3 v1.0.3
42612023-10-11T20:08:32.394Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
42622023-10-11T20:08:33.463Z Compiling tokio-util v0.7.8
42632023-10-11T20:08:35.830Z Compiling h2 v0.3.21
42642023-10-11T20:08:36.789Z Compiling tokio-rustls v0.24.1
42652023-10-11T20:08:40.556Z Compiling tokio-native-tls v0.3.1
42662023-10-11T20:08:41.034Z Compiling addr2line v0.21.0
42672023-10-11T20:08:42.050Z Compiling postgres-protocol v0.6.6
42682023-10-11T20:08:42.581Z Compiling serde_spanned v0.6.3
42692023-10-11T20:08:42.927Z Compiling toml_datetime v0.6.3
42702023-10-11T20:08:43.313Z Compiling rustls-native-certs v0.6.3
42712023-10-11T20:08:43.610Z Compiling diesel_derives v2.1.1
42722023-10-11T20:08:43.682Z Compiling block-padding v0.3.3
42732023-10-11T20:08:43.913Z Compiling enum-as-inner v0.5.1
42742023-10-11T20:08:44.478Z Compiling clap_derive v4.4.2
42752023-10-11T20:08:44.489Z Compiling serde_repr v0.1.16
42762023-10-11T20:08:45.700Z Compiling phf_shared v0.11.2
42772023-10-11T20:08:46.083Z Compiling crc32fast v1.3.2
42782023-10-11T20:08:46.382Z Compiling scheduled-thread-pool v0.2.7
42792023-10-11T20:08:46.630Z Compiling object v0.32.1
42802023-10-11T20:08:47.152Z Compiling clap_lex v0.5.1
42812023-10-11T20:08:47.864Z Compiling hyper v0.14.27
42822023-10-11T20:08:52.536Z Compiling managed v0.8.0
42832023-10-11T20:08:53.014Z Compiling rustc-demangle v0.1.23
42842023-10-11T20:08:53.114Z Compiling winnow v0.5.15
42852023-10-11T20:08:53.962Z Compiling deranged v0.3.8
42862023-10-11T20:08:54.447Z Compiling matches v0.1.10
42872023-10-11T20:08:54.593Z Compiling regex-automata v0.1.10
42882023-10-11T20:08:55.403Z Compiling num_threads v0.1.6
42892023-10-11T20:08:55.593Z Compiling tap v1.0.1
42902023-10-11T20:08:56.286Z Compiling bit-vec v0.6.3
42912023-10-11T20:08:56.392Z Compiling ipnet v2.8.0
42922023-10-11T20:08:56.590Z Compiling either v1.9.0
42932023-10-11T20:08:57.138Z Compiling itertools v0.10.5
42942023-10-11T20:08:58.518Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
42952023-10-11T20:08:59.446Z Compiling toml_edit v0.19.15
42962023-10-11T20:09:02.017Z Compiling hyper-tls v0.5.0
42972023-10-11T20:09:02.209Z Compiling hyper-rustls v0.24.1
42982023-10-11T20:09:02.610Z Compiling wyz v0.5.1
42992023-10-11T20:09:03.304Z Compiling bstr v0.2.17
43002023-10-11T20:09:03.340Z Compiling idna v0.2.3
43012023-10-11T20:09:04.608Z Compiling smoltcp v0.9.1
43022023-10-11T20:09:05.906Z Compiling clap_builder v4.4.2
43032023-10-11T20:09:06.162Z Compiling r2d2 v0.8.10
43042023-10-11T20:09:06.675Z Compiling flate2 v1.0.27
43052023-10-11T20:09:06.696Z Compiling phf v0.11.2
43062023-10-11T20:09:06.773Z Compiling inout v0.1.3
43072023-10-11T20:09:07.177Z Compiling postgres-types v0.2.6
43082023-10-11T20:09:07.861Z Compiling ipnetwork v0.20.0
43092023-10-11T20:09:07.979Z Compiling serde_urlencoded v0.7.1
43102023-10-11T20:09:08.201Z Compiling hubpack v0.1.2
43112023-10-11T20:09:08.297Z Compiling futures-executor v0.3.28
43122023-10-11T20:09:08.861Z Compiling zerocopy v0.6.3
43132023-10-11T20:09:08.920Z Compiling memoffset v0.9.0
43142023-10-11T20:09:09.114Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
43152023-10-11T20:09:09.118Z Compiling phf_shared v0.10.0
43162023-10-11T20:09:09.121Z Compiling radium v0.7.0
43172023-10-11T20:09:10.012Z Compiling crossbeam-utils v0.8.16
43182023-10-11T20:09:10.097Z Compiling float-cmp v0.9.0
43192023-10-11T20:09:10.121Z Compiling encoding_rs v0.8.33
43202023-10-11T20:09:10.140Z Compiling static_assertions v1.1.0
43212023-10-11T20:09:10.162Z Compiling funty v2.0.0
43222023-10-11T20:09:10.183Z Compiling whoami v1.4.1
43232023-10-11T20:09:10.217Z Compiling webpki-roots v0.25.2
43242023-10-11T20:09:10.480Z Compiling normalize-line-endings v0.3.0
43252023-10-11T20:09:10.681Z Compiling predicates-core v1.0.6
43262023-10-11T20:09:10.904Z Compiling fixedbitset v0.4.2
43272023-10-11T20:09:11.262Z Compiling precomputed-hash v0.1.1
43282023-10-11T20:09:11.268Z Compiling data-encoding v2.4.0
43292023-10-11T20:09:11.358Z Compiling unicode-segmentation v1.10.1
43302023-10-11T20:09:11.469Z Compiling smawk v0.3.1
43312023-10-11T20:09:11.582Z Compiling mime v0.3.17
43322023-10-11T20:09:11.795Z Compiling unicode-linebreak v0.1.5
43332023-10-11T20:09:12.477Z Compiling new_debug_unreachable v1.0.4
43342023-10-11T20:09:12.628Z Compiling difflib v0.4.0
43352023-10-11T20:09:12.653Z Compiling string_cache v0.8.7
43362023-10-11T20:09:13.223Z Compiling yasna v0.5.2
43372023-10-11T20:09:13.277Z Compiling similar v2.2.1
43382023-10-11T20:09:13.330Z Compiling predicates v3.0.3
43392023-10-11T20:09:14.174Z Compiling reqwest v0.11.20
43402023-10-11T20:09:14.838Z Compiling textwrap v0.16.0
43412023-10-11T20:09:15.738Z Compiling trust-dns-proto v0.22.0
43422023-10-11T20:09:15.867Z Compiling clap v4.4.3
43432023-10-11T20:09:16.072Z Compiling bitvec v1.0.1
43442023-10-11T20:09:17.122Z Compiling petgraph v0.6.4
43452023-10-11T20:09:17.655Z Compiling crossbeam-epoch v0.9.15
43462023-10-11T20:09:17.658Z Compiling tokio-postgres v0.7.10
43472023-10-11T20:09:17.990Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
43482023-10-11T20:09:19.663Z Compiling diesel v2.1.1
43492023-10-11T20:09:20.273Z Compiling futures v0.3.28
43502023-10-11T20:09:20.474Z Compiling cipher v0.4.4
43512023-10-11T20:09:21.727Z Compiling toml v0.7.8
43522023-10-11T20:09:23.935Z Compiling anyhow v1.0.75
43532023-10-11T20:09:23.958Z Compiling bit-set v0.5.3
43542023-10-11T20:09:24.545Z Compiling tokio-stream v0.1.14
43552023-10-11T20:09:24.974Z Compiling usdt v0.3.5
43562023-10-11T20:09:24.988Z Compiling rustix v0.38.9
43572023-10-11T20:09:25.003Z Compiling hex v0.4.3
43582023-10-11T20:09:25.750Z Compiling num-iter v0.1.43
43592023-10-11T20:09:26.079Z Compiling signature v2.1.0
43602023-10-11T20:09:26.205Z Compiling bstr v1.6.0
43612023-10-11T20:09:26.838Z Compiling console v0.15.7
43622023-10-11T20:09:27.327Z Compiling slog v2.7.0
43632023-10-11T20:09:27.417Z Compiling lalrpop-util v0.19.12
43642023-10-11T20:09:27.976Z Compiling darling_core v0.20.3
43652023-10-11T20:09:37.256Z Compiling darling_macro v0.20.3
43662023-10-11T20:09:37.272Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
43672023-10-11T20:09:38.042Z Compiling structmeta-derive v0.1.6
43682023-10-11T20:09:38.239Z Compiling getopts v0.2.21
43692023-10-11T20:09:42.621Z Compiling structmeta v0.1.6
43702023-10-11T20:09:46.401Z Compiling serde_yaml v0.9.25
43712023-10-11T20:09:46.482Z Compiling darling v0.20.3
43722023-10-11T20:09:46.497Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
43732023-10-11T20:09:46.557Z Compiling camino v1.1.6
43742023-10-11T20:09:47.031Z Compiling slog-json v2.6.1
43752023-10-11T20:09:48.725Z Compiling sha1 v0.10.5
43762023-10-11T20:09:49.279Z Compiling async-stream-impl v0.3.5
43772023-10-11T20:09:49.442Z Compiling regex-syntax v0.6.29
43782023-10-11T20:09:50.301Z Compiling tempfile v3.8.0
43792023-10-11T20:09:51.553Z Compiling async-stream v0.3.5
43802023-10-11T20:09:54.143Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
43812023-10-11T20:09:58.366Z Compiling slog-term v2.9.0
43822023-10-11T20:09:59.120Z Compiling parse-display-derive v0.7.0
43832023-10-11T20:09:59.498Z Compiling slog-bunyan v2.4.0
43842023-10-11T20:10:00.092Z Compiling strum_macros v0.25.2
43852023-10-11T20:10:01.063Z Compiling serde_with_macros v2.3.3
43862023-10-11T20:10:05.390Z Compiling multer v2.1.0
43872023-10-11T20:10:05.926Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
43882023-10-11T20:10:06.738Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
43892023-10-11T20:10:07.157Z Compiling serde_path_to_error v0.1.14
43902023-10-11T20:10:08.292Z Compiling backoff v0.4.0
43912023-10-11T20:10:08.413Z Compiling strum v0.25.0
43922023-10-11T20:10:09.861Z Compiling parse-display v0.7.0
43932023-10-11T20:10:09.961Z Compiling serde_with v2.3.3
43942023-10-11T20:10:09.985Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
43952023-10-11T20:10:10.000Z Compiling headers-core v0.2.0
43962023-10-11T20:10:10.019Z Compiling macaddr v1.0.1
43972023-10-11T20:10:10.038Z Compiling headers v0.3.9
43982023-10-11T20:10:10.046Z Compiling rcgen v0.10.0
43992023-10-11T20:10:10.208Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
44002023-10-11T20:10:10.511Z Compiling atomicwrites v0.4.1
44012023-10-11T20:10:11.089Z Compiling camino-tempfile v1.0.2
44022023-10-11T20:10:15.219Z Compiling bzip2 v0.4.4
44032023-10-11T20:10:15.616Z Compiling zip v0.6.6
44042023-10-11T20:10:19.432Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
44052023-10-11T20:10:24.526Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
44062023-10-11T20:10:26.749Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
44072023-10-11T20:10:45.241Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
44082023-10-11T20:10:55.089Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44092023-10-11T20:10:57.822Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
44102023-10-11T20:11:10.525Z Finished dev [unoptimized + debuginfo] target(s) in 3m 40s
44112023-10-11T20:11:10.692Z Running `target/debug/crdb-seed`
44122023-10-11T20:11:11.900ZOct 11 20:11:07.333 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpfOC8y4
44132023-10-11T20:11:12.006ZOct 11 20:11:07.333 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base/.tmp1Qu54T,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpfOC8y4/listen-url
44142023-10-11T20:11:15.851ZOct 11 20:11:07.333 INFO cockroach environment: BUILDOMAT_JOB_ID=01HCG35Q2PSSZAY25HVV96HRX8 BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CI=true GITHUB_BRANCH=sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir GITHUB_REF=refs/heads/sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=6200e35e697b068e2105c6b265d7eb8b09b3b2f5 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-6c88eea63fdf040f/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-74e17e90917a5587/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out:/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-env6i581G NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out:/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=e8caa8b8-db74-481d-8432-031f05b24014 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 PWD=/work/oxidecomputer/omicron RUSTDOCFLAGS=-D warnings RUSTFLAGS=-D warnings RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.72.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
44152023-10-11T20:11:16.254ZOct 11 20:11:09.712 INFO cockroach pid: 5701
44162023-10-11T20:11:16.645ZOct 11 20:11:09.712 INFO cockroach listen URL: postgresql://root@[::1]:63383/omicron?sslmode=disable
44172023-10-11T20:11:16.665ZOct 11 20:11:09.712 INFO cockroach: populating
44182023-10-11T20:11:16.781ZOct 11 20:11:11.602 INFO cockroach: populated
44192023-10-11T20:11:17.351ZOct 11 20:11:14.519 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base/d1ba374dbebabd657d7c0f463246957408a61b7be601d8672f73d04363c591a2.tar`
44202023-10-11T20:11:17.464Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed
44212023-10-11T20:11:17.505Z PASS [ 0.049s] authz-macros::proc-macro/authz-macros test_authz_dump
44222023-10-11T20:11:17.773Z PASS [ 0.043s] bootstore schemes::tests::hello_roundtrip
44232023-10-11T20:11:17.979Z PASS [ 0.033s] bootstore schemes::v0::share_pkg::tests::create_packages
44242023-10-11T20:11:18.009Z PASS [ 0.033s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
44252023-10-11T20:11:18.031Z PASS [ 0.039s] bootstore trust_quorum::rack_secret::tests::create_and_verify
44262023-10-11T20:11:18.470Z PASS [ 0.034s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_for_enums
44272023-10-11T20:11:18.486Z PASS [ 0.029s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
44282023-10-11T20:11:18.959Z PASS [ 0.035s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
44292023-10-11T20:11:18.996Z PASS [ 0.035s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_without_table_name
44302023-10-11T20:11:19.013Z PASS [ 0.029s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_minimal_example_compiles
44312023-10-11T20:11:19.050Z PASS [ 0.254s] dns-server storage::test::test_update_interrupted
44322023-10-11T20:11:19.084Z PASS [ 0.261s] dns-server storage::test::test_update_in_progress
44332023-10-11T20:11:19.129Z PASS [ 0.283s] dns-server storage::test::test_update_basic
44342023-10-11T20:11:19.172Z PASS [ 0.665s] dns-server::basic_test a_crud
44352023-10-11T20:11:19.257Z PASS [ 0.525s] dns-server::basic_test empty_record
44362023-10-11T20:11:19.307Z PASS [ 0.517s] dns-server::basic_test multi_record_crud
44372023-10-11T20:11:19.367Z PASS [ 0.549s] dns-server::basic_test aaaa_crud
44382023-10-11T20:11:19.407Z PASS [ 1.139s] bootstore schemes::v0::peer::tests::network_config
44392023-10-11T20:11:19.895Z PASS [ 0.458s] dns-server::basic_test name_contains_zone
44402023-10-11T20:11:20.005Z PASS [ 0.370s] dns-server::basic_test nxdomain
44412023-10-11T20:11:20.077Z PASS [ 0.407s] dns-server::basic_test servfail
44422023-10-11T20:11:20.136Z PASS [ 0.400s] dns-server::basic_test srv_crud
44432023-10-11T20:11:20.568Z PASS [ 0.059s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
44442023-10-11T20:11:20.987Z PASS [ 0.022s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
44452023-10-11T20:11:21.015Z PASS [ 0.044s] illumos-utils destructor::test::test_destructor_bad_close
44462023-10-11T20:11:21.043Z PASS [ 0.059s] illumos-utils destructor::test::test_delayed_delete
44472023-10-11T20:11:21.059Z PASS [ 0.041s] illumos-utils link::test::test_allocate
44482023-10-11T20:11:21.484Z PASS [ 0.040s] illumos-utils link::test::test_allocate_within_scopes
44492023-10-11T20:11:22.301Z PASS [ 0.207s] dns-server::openapi_test test_dns_server_openapi
44502023-10-11T20:11:22.324Z PASS [ 0.028s] illumos-utils running_zone::tests::test_is_oxide_smf_log_file
44512023-10-11T20:11:22.349Z PASS [ 1.445s] bootstore schemes::v0::peer::tests::basic_3_nodes
44522023-10-11T20:11:22.360Z PASS [ 0.036s] illumos-utils running_zone::camino_starts_with_behaviour
44532023-10-11T20:11:22.379Z PASS [ 0.030s] illumos-utils running_zone::tests::test_is_oxide_smf_service
44542023-10-11T20:11:22.409Z PASS [ 0.030s] illumos-utils zone::tests::test_parse_ip_network
44552023-10-11T20:11:22.423Z PASS [ 0.032s] illumos-utils zpool::test::test_parse_bad_zpool_names
44562023-10-11T20:11:22.433Z PASS [ 0.033s] illumos-utils zpool::test::test_parse_external_zpool_name
44572023-10-11T20:11:22.443Z PASS [ 0.030s] illumos-utils zpool::test::test_parse_internal_zpool_name
44582023-10-11T20:11:22.454Z PASS [ 0.028s] illumos-utils zpool::test::test_parse_zpool
44592023-10-11T20:11:22.469Z PASS [ 0.030s] illumos-utils zpool::test::test_parse_zpool_missing_column
44602023-10-11T20:11:22.477Z PASS [ 0.028s] illumos-utils zpool::test::test_parse_zpool_name_json
44612023-10-11T20:11:22.508Z PASS [ 0.040s] illumos-utils zpool::test::test_zpool_name_regex
44622023-10-11T20:11:22.518Z PASS [ 0.250s] installinator block_size_writer::tests::proptest_block_writer
44632023-10-11T20:11:22.529Z PASS [ 0.038s] internal-dns config::test::display_hosts
44642023-10-11T20:11:22.566Z PASS [ 0.031s] internal-dns config::test::display_srv_service
44652023-10-11T20:11:22.611Z PASS [ 0.040s] internal-dns config::test::test_builder_errors
44662023-10-11T20:11:22.636Z PASS [ 0.335s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi
44672023-10-11T20:11:22.654Z PASS [ 0.597s] illumos-utils destructor::test::test_delayed_delete_with_error
44682023-10-11T20:11:22.672Z PASS [ 0.058s] internal-dns config::test::test_builder_output
44692023-10-11T20:11:22.785Z PASS [ 0.463s] internal-dns resolver::test::lookup_nonexistent_record_fails
44702023-10-11T20:11:22.790Z PASS [ 0.528s] internal-dns resolver::test::insert_and_lookup_one_record
44712023-10-11T20:11:22.800Z PASS [ 0.785s] internal-dns resolver::test::insert_and_lookup_multiple_records
44722023-10-11T20:11:22.806Z PASS [ 0.719s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client
44732023-10-11T20:11:22.813Z PASS [ 0.872s] internal-dns resolver::test::resolver_can_access_backup_dns_server
44742023-10-11T20:11:22.820Z PASS [ 0.034s] ipcc-key-value tests::deserialize_fixed_value
44752023-10-11T20:11:22.825Z PASS [ 0.104s] ipcc-key-value tests::installinator_image_id_round_trip
44762023-10-11T20:11:22.829Z PASS [ 0.757s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets
44772023-10-11T20:11:22.837Z PASS [ 0.043s] ipcc-key-value tests::serialized_size
44782023-10-11T20:11:22.845Z PASS [ 0.052s] key-manager tests::different_disks_produce_different_keys
44792023-10-11T20:11:22.912Z PASS [ 0.036s] key-manager tests::different_ikm_produces_different_keys
44802023-10-11T20:11:22.918Z PASS [ 0.033s] key-manager tests::disk_encryption_key_epoch_0
44812023-10-11T20:11:22.925Z PASS [ 0.032s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
44822023-10-11T20:11:22.934Z PASS [ 0.030s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
44832023-10-11T20:11:25.387Z PASS [ 0.040s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
44842023-10-11T20:11:25.583Z PASS [ 0.033s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
44852023-10-11T20:11:26.052Z PASS [ 0.031s] nexus-db-model semver_version::test::test_to_from_sortable_string
44862023-10-11T20:11:26.112Z PASS [ 0.031s] nexus-db-model tests::test_ip_subnet_check_requestable_address
44872023-10-11T20:11:26.301Z PASS [ 0.124s] nexus-db-model device_auth::test::test_generate_user_code
44882023-10-11T20:11:26.363Z PASS [ 0.029s] nexus-db-model tests::test_ipv6_net_random_subnet
44892023-10-11T20:11:26.617Z PASS [ 0.521s] internal-dns resolver::test::update_record
44902023-10-11T20:11:26.802Z PASS [ 0.035s] nexus-db-model tests::test_roles_database_strings
44912023-10-11T20:11:26.901Z PASS [ 0.050s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers
44922023-10-11T20:11:26.931Z PASS [ 0.054s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers
44932023-10-11T20:11:27.871Z PASS [ 0.083s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
44942023-10-11T20:11:28.034Z PASS [ 0.044s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie
44952023-10-11T20:11:28.919Z PASS [ 0.046s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers
44962023-10-11T20:11:28.932Z PASS [ 0.045s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name
44972023-10-11T20:11:29.369Z PASS [ 0.039s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies
44982023-10-11T20:11:29.387Z PASS [ 0.051s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie
44992023-10-11T20:11:29.402Z PASS [ 0.078s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle
45002023-10-11T20:11:29.406Z PASS [ 0.096s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute
45012023-10-11T20:11:29.410Z PASS [ 0.050s] nexus-db-queries authn::external::session_cookie::test::test_get_token
45022023-10-11T20:11:29.417Z PASS [ 0.046s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present
45032023-10-11T20:11:29.427Z PASS [ 0.052s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header
45042023-10-11T20:11:29.851Z PASS [ 0.048s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie
45052023-10-11T20:11:29.865Z PASS [ 0.045s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie
45062023-10-11T20:11:29.877Z PASS [ 0.047s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value
45072023-10-11T20:11:29.892Z PASS [ 0.046s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error
45082023-10-11T20:11:29.902Z PASS [ 0.044s] nexus-db-queries authn::external::spoof::test::test_make_header_value
45092023-10-11T20:11:29.911Z PASS [ 0.064s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie
45102023-10-11T20:11:29.989Z PASS [ 0.048s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw
45112023-10-11T20:11:30.009Z PASS [ 0.049s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids
45122023-10-11T20:11:30.028Z PASS [ 0.043s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing
45132023-10-11T20:11:30.054Z PASS [ 0.055s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid
45142023-10-11T20:11:30.074Z PASS [ 0.048s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values
45152023-10-11T20:11:30.092Z PASS [ 0.051s] nexus-db-queries authn::external::test::test_authn_sequence
45162023-10-11T20:11:30.106Z PASS [ 0.045s] nexus-db-queries authn::external::token::test::test_make_header_value
45172023-10-11T20:11:30.121Z PASS [ 0.047s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8
45182023-10-11T20:11:30.141Z PASS [ 0.046s] nexus-db-queries authn::external::token::test::test_token_header_missing
45192023-10-11T20:11:30.161Z PASS [ 0.049s] nexus-db-queries authn::external::token::test::test_token_header_valid
45202023-10-11T20:11:30.178Z PASS [ 0.049s] nexus-db-queries authn::test::test_internal_users
45212023-10-11T20:11:30.199Z PASS [ 0.053s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes
45222023-10-11T20:11:30.210Z PASS [ 4.506s] dns-server::commands_test test_dnsadm
45232023-10-11T20:11:30.274Z PASS [ 7.777s] nexus-db-queries authz::context::test::test_unregistered_resource
45242023-10-11T20:11:30.328Z PASS [ 7.315s] nexus-db-queries context::test::test_background_context
45252023-10-11T20:11:30.355Z PASS [ 13.209s] installinator write::tests::proptest_write_artifact
45262023-10-11T20:11:35.729Z PASS [ 17.886s] installinator mock_peers::tests::proptest_fetch_artifact
45272023-10-11T20:11:36.257Z PASS [ 9.717s] nexus-db-queries context::test::test_child_context
45282023-10-11T20:11:37.641Z PASS [ 17.870s] nexus-db-queries authz::policy_test::test_conferred_roles
45292023-10-11T20:11:38.384Z PASS [ 9.694s] nexus-db-queries context::test::test_test_context
45302023-10-11T20:11:38.410Z PASS [ 7.943s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
45312023-10-11T20:11:41.466Z PASS [ 7.515s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
45322023-10-11T20:11:43.486Z PASS [ 7.259s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
45332023-10-11T20:11:44.633Z PASS [ 7.951s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
45342023-10-11T20:11:45.449Z PASS [ 8.230s] nexus-db-queries db::collection_attach::test::test_attach_once
45352023-10-11T20:11:46.170Z PASS [ 8.963s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
45362023-10-11T20:11:46.241Z PASS [ 0.066s] nexus-db-queries db::collection_attach::test::test_verify_query
45372023-10-11T20:11:49.182Z PASS [ 7.719s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
45382023-10-11T20:11:51.510Z PASS [ 8.027s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
45392023-10-11T20:11:52.503Z PASS [ 7.738s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
45402023-10-11T20:11:53.898Z PASS [ 7.931s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
45412023-10-11T20:11:54.026Z PASS [ 7.782s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
45422023-10-11T20:11:56.352Z PASS [ 7.175s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
45432023-10-11T20:11:56.412Z PASS [ 0.059s] nexus-db-queries db::collection_detach::test::test_verify_query
45442023-10-11T20:11:58.898Z PASS [ 7.366s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
45452023-10-11T20:12:00.313Z PASS [ 7.971s] nexus-db-queries db::collection_detach::test::test_detach_once
45462023-10-11T20:12:01.233Z PASS [ 7.858s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
45472023-10-11T20:12:02.240Z PASS [ 8.197s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
45482023-10-11T20:12:06.600Z PASS [ 7.838s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
45492023-10-11T20:12:06.704Z PASS [ 7.621s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
45502023-10-11T20:12:07.952Z PASS [ 7.539s] nexus-db-queries db::collection_detach_many::test::test_detach_many
45512023-10-11T20:12:08.796Z PASS [ 7.103s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
45522023-10-11T20:12:08.931Z PASS [ 0.051s] nexus-db-queries db::collection_detach_many::test::test_verify_query
45532023-10-11T20:12:09.820Z PASS [ 7.175s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
45542023-10-11T20:12:09.845Z PASS [ 50.795s] nexus-db-queries authz::policy_test::test_iam_roles_behavior
45552023-10-11T20:12:09.863Z PASS [ 0.054s] nexus-db-queries db::collection_insert::test::test_verify_query
45562023-10-11T20:12:10.558Z PASS [ 6.302s] nexus-db-queries db::collection_detach_many::test::test_detach_once
45572023-10-11T20:12:12.033Z PASS [ 5.522s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
45582023-10-11T20:12:12.087Z PASS [ 0.053s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
45592023-10-11T20:12:13.498Z PASS [ 5.604s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
45602023-10-11T20:12:13.669Z PASS [ 5.214s] nexus-db-queries db::collection_insert::test::test_collection_not_present
45612023-10-11T20:12:14.578Z SLOW [> 60.000s] bootstore::v0-fsm-proptest-learner run
45622023-10-11T20:12:14.664Z SLOW [> 60.000s] bootstore::v0-fsm-proptest-rack-coordinator run
45632023-10-11T20:12:14.740Z PASS [ 5.280s] nexus-db-queries db::collection_insert::test::test_collection_present
45642023-10-11T20:12:15.280Z PASS [ 5.598s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
45652023-10-11T20:12:15.706Z PASS [ 5.082s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
45662023-10-11T20:12:19.507Z PASS [ 7.434s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
45672023-10-11T20:12:21.433Z PASS [ 7.830s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
45682023-10-11T20:12:23.024Z PASS [ 8.356s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
45692023-10-11T20:12:23.117Z PASS [ 9.661s] nexus-db-queries db::datastore::dns::test::test_dns_update
45702023-10-11T20:12:23.141Z PASS [ 7.853s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
45712023-10-11T20:12:23.166Z PASS [ 7.482s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
45722023-10-11T20:12:27.038Z PASS [ 7.527s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
45732023-10-11T20:12:28.444Z PASS [ 73.868s] bootstore::v0-fsm-proptest-learner run
45742023-10-11T20:12:29.404Z PASS [ 7.963s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_delete_reupsert_new_sled
45752023-10-11T20:12:30.885Z PASS [ 7.858s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_disks
45762023-10-11T20:12:30.965Z PASS [ 7.848s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_reupsert_new_sled
45772023-10-11T20:12:31.083Z PASS [ 7.967s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_uuid_idempotent
45782023-10-11T20:12:31.114Z PASS [ 7.989s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_same_uuid_idempotent
45792023-10-11T20:12:31.152Z PASS [ 0.064s] nexus-db-queries db::datastore::region::test::test_extent_count
45802023-10-11T20:12:40.456Z PASS [ 8.345s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
45812023-10-11T20:12:41.290Z PASS [ 7.621s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
45822023-10-11T20:12:41.551Z PASS [ 8.390s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
45832023-10-11T20:12:41.866Z PASS [ 7.556s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
45842023-10-11T20:12:41.971Z PASS [ 7.985s] nexus-db-queries db::datastore::test::test_component_update_conflict
45852023-10-11T20:12:42.166Z PASS [ 9.023s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
45862023-10-11T20:12:42.264Z PASS [ 9.215s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
45872023-10-11T20:12:43.164Z PASS [ 7.264s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
45882023-10-11T20:12:43.185Z PASS [ 7.105s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
45892023-10-11T20:12:43.802Z PASS [ 88.809s] bootstore::v0-fsm-proptest-rack-coordinator run
45902023-10-11T20:12:44.396Z PASS [ 5.267s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
45912023-10-11T20:12:45.892Z PASS [ 8.096s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
45922023-10-11T20:12:46.158Z PASS [ 7.491s] nexus-db-queries db::datastore::test::test_project_creation
45932023-10-11T20:12:48.108Z PASS [ 7.674s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
45942023-10-11T20:12:52.524Z PASS [ 9.932s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
45952023-10-11T20:12:52.834Z PASS [ 7.699s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
45962023-10-11T20:12:53.307Z PASS [ 9.757s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
45972023-10-11T20:12:53.691Z PASS [ 10.143s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
45982023-10-11T20:12:53.906Z PASS [ 7.612s] nexus-db-queries db::datastore::test::test_service_upsert_and_list
45992023-10-11T20:12:58.642Z PASS [ 10.521s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
46002023-10-11T20:12:59.009Z PASS [ 7.298s] nexus-db-queries db::datastore::test::test_session_methods
46012023-10-11T20:12:59.114Z PASS [ 0.049s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data
46022023-10-11T20:12:59.472Z PASS [ 0.048s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid
46032023-10-11T20:12:59.768Z PASS [ 5.027s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
46042023-10-11T20:12:59.973Z PASS [ 0.049s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid
46052023-10-11T20:13:00.209Z PASS [ 0.049s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid
46062023-10-11T20:13:03.306Z PASS [ 9.426s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
46072023-10-11T20:13:03.755Z PASS [ 6.599s] nexus-db-queries db::datastore::test::test_ssh_keys
46082023-10-11T20:13:06.171Z PASS [ 5.193s] nexus-db-queries db::explain::test::test_explain_async
46092023-10-11T20:13:06.423Z PASS [ 6.777s] nexus-db-queries db::datastore::test::test_system_update_conflict
46102023-10-11T20:13:06.499Z PASS [ 5.357s] nexus-db-queries db::explain::test::test_explain_full_table_scan
46112023-10-11T20:13:07.017Z PASS [ 6.831s] nexus-db-queries db::datastore::test::test_table_scan
46122023-10-11T20:13:07.691Z PASS [ 5.911s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
46132023-10-11T20:13:07.831Z PASS [ 5.825s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
46142023-10-11T20:13:08.036Z PASS [ 6.960s] nexus-db-queries db::lookup::test::test_lookup
46152023-10-11T20:13:08.475Z PASS [ 5.468s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
46162023-10-11T20:13:09.064Z PASS [ 5.936s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
46172023-10-11T20:13:09.143Z PASS [ 7.586s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
46182023-10-11T20:13:09.339Z PASS [ 7.566s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
46192023-10-11T20:13:09.520Z PASS [ 8.377s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_is_idempotent
46202023-10-11T20:13:09.784Z PASS [ 7.919s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_out_of_range
46212023-10-11T20:13:09.959Z PASS [ 7.939s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent
46222023-10-11T20:13:10.202Z PASS [ 7.173s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
46232023-10-11T20:13:10.617Z PASS [ 0.062s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
46242023-10-11T20:13:10.747Z PASS [ 7.634s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent_even_when_full
46252023-10-11T20:13:11.873Z PASS [ 6.953s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
46262023-10-11T20:13:15.236Z PASS [ 7.946s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_for_service
46272023-10-11T20:13:15.625Z PASS [ 7.787s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
46282023-10-11T20:13:16.559Z PASS [ 7.606s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
46292023-10-11T20:13:16.619Z PASS [ 7.875s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
46302023-10-11T20:13:17.247Z PASS [ 7.598s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
46312023-10-11T20:13:18.059Z PASS [ 7.947s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
46322023-10-11T20:13:18.095Z PASS [ 9.022s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
46332023-10-11T20:13:18.998Z PASS [ 7.152s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
46342023-10-11T20:13:22.859Z PASS [ 7.252s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
46352023-10-11T20:13:22.871Z PASS [ 7.639s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
46362023-10-11T20:13:22.908Z PASS [ 0.033s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset
46372023-10-11T20:13:24.092Z PASS [ 7.478s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
46382023-10-11T20:13:24.418Z PASS [ 7.861s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
46392023-10-11T20:13:24.884Z PASS [ 7.646s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
46402023-10-11T20:13:25.391Z PASS [ 7.753s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
46412023-10-11T20:13:25.723Z PASS [ 7.618s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
46422023-10-11T20:13:25.760Z PASS [ 0.042s] nexus-defaults tests::test_random_vpc_ipv6_prefix
46432023-10-11T20:13:25.804Z PASS [ 0.050s] nexus-types external_api::shared::test::test_policy_parsing
46442023-10-11T20:13:26.006Z PASS [ 0.202s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
46452023-10-11T20:13:26.074Z PASS [ 0.069s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
46462023-10-11T20:13:26.166Z PASS [ 0.091s] omicron-certificates tests::test_cert_extended_key_usage
46472023-10-11T20:13:26.259Z PASS [ 0.083s] omicron-certificates tests::test_common_name_is_validated
46482023-10-11T20:13:26.344Z PASS [ 0.088s] omicron-certificates tests::test_subject_alternate_names_are_validated
46492023-10-11T20:13:26.418Z PASS [ 0.068s] omicron-common address::test::test_dns_subnets
46502023-10-11T20:13:26.495Z PASS [ 7.424s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
46512023-10-11T20:13:26.522Z PASS [ 0.046s] omicron-common address::test::test_ip_range_checks_non_decreasing
46522023-10-11T20:13:26.537Z PASS [ 0.049s] omicron-common address::test::test_ip_range_enum_deserialization
46532023-10-11T20:13:26.554Z PASS [ 0.042s] omicron-common address::test::test_ip_range_iter
46542023-10-11T20:13:26.566Z PASS [ 0.053s] omicron-common address::test::test_ip_range_try_from
46552023-10-11T20:13:26.574Z PASS [ 0.041s] omicron-common address::test::test_ipv6_subnet_deserialize
46562023-10-11T20:13:26.581Z PASS [ 0.032s] omicron-common address::test::test_sled_address
46572023-10-11T20:13:26.588Z PASS [ 0.033s] omicron-common api::external::error::test::test_bail_unless
46582023-10-11T20:13:26.606Z PASS [ 0.035s] omicron-common api::external::error::test::test_context
46592023-10-11T20:13:26.617Z PASS [ 0.039s] omicron-common api::external::http_pagination::test::test_pagination_examples
46602023-10-11T20:13:26.631Z PASS [ 0.040s] omicron-common api::external::http_pagination::test::test_pagination_schemas
46612023-10-11T20:13:26.696Z PASS [ 0.088s] omicron-common api::external::http_pagination::test::test_scan_by_id
46622023-10-11T20:13:26.716Z PASS [ 0.071s] omicron-common api::external::http_pagination::test::test_scan_by_name
46632023-10-11T20:13:26.746Z PASS [ 0.050s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
46642023-10-11T20:13:27.192Z PASS [ 0.051s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
46652023-10-11T20:13:27.230Z PASS [ 0.055s] omicron-common api::external::test::test_bytecount
46662023-10-11T20:13:27.661Z PASS [ 0.098s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
46672023-10-11T20:13:27.675Z PASS [ 0.042s] omicron-common api::external::test::test_bytecount_display
46682023-10-11T20:13:27.690Z PASS [ 0.051s] omicron-common api::external::test::test_digest
46692023-10-11T20:13:27.699Z PASS [ 0.052s] omicron-common api::external::test::test_firewall_deserialization
46702023-10-11T20:13:27.704Z PASS [ 0.054s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
46712023-10-11T20:13:27.716Z PASS [ 0.053s] omicron-common api::external::test::test_firewall_rule_target_parse
46722023-10-11T20:13:27.725Z PASS [ 0.030s] omicron-common api::external::test::test_ip_port_range_from_str
46732023-10-11T20:13:27.738Z PASS [ 0.041s] omicron-common api::external::test::test_ip_port_range_into_str
46742023-10-11T20:13:27.758Z PASS [ 0.051s] omicron-common api::external::test::test_ipnet_first_last_address
46752023-10-11T20:13:27.764Z PASS [ 0.040s] omicron-common api::external::test::test_ipnet_serde
46762023-10-11T20:13:27.776Z PASS [ 0.033s] omicron-common api::external::test::test_ipv4_net_operations
46772023-10-11T20:13:27.790Z PASS [ 0.039s] omicron-common api::external::test::test_ipv6_net_operations
46782023-10-11T20:13:27.802Z PASS [ 0.047s] omicron-common api::external::test::test_mac_system_iterator
46792023-10-11T20:13:27.813Z PASS [ 0.053s] omicron-common api::external::test::test_mac_to_int_conversions
46802023-10-11T20:13:27.834Z PASS [ 0.055s] omicron-common api::external::test::test_macaddr
46812023-10-11T20:13:27.850Z PASS [ 0.049s] omicron-common api::external::test::test_name_parse
46822023-10-11T20:13:27.887Z PASS [ 0.037s] omicron-common api::external::test::test_name_parse_from_param
46832023-10-11T20:13:27.902Z PASS [ 0.031s] omicron-common api::external::test::test_resource_name_parse
46842023-10-11T20:13:28.328Z PASS [ 0.042s] omicron-common api::external::test::test_role_name_parse
46852023-10-11T20:13:28.340Z PASS [ 0.053s] omicron-common api::external::test::test_route_destination_parse
46862023-10-11T20:13:28.758Z PASS [ 0.051s] omicron-common api::external::test::test_route_target_parse
46872023-10-11T20:13:28.768Z PASS [ 0.042s] omicron-common api::external::test::test_semver_serialize
46882023-10-11T20:13:28.780Z PASS [ 0.040s] omicron-common api::external::test::test_semver_validation
46892023-10-11T20:13:28.801Z PASS [ 0.040s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
46902023-10-11T20:13:28.819Z PASS [ 0.074s] omicron-common ledger::test::test_commit_handles_write_failures
46912023-10-11T20:13:28.838Z PASS [ 0.071s] omicron-common ledger::test::test_create_default_ledger
46922023-10-11T20:13:28.844Z PASS [ 0.045s] omicron-common ledger::test::test_create_ledger_reads_from_storage
46932023-10-11T20:13:28.849Z PASS [ 0.042s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
46942023-10-11T20:13:28.855Z PASS [ 0.038s] omicron-common nexus_config::test::test_bad_authn_schemes
46952023-10-11T20:13:28.860Z PASS [ 0.037s] omicron-common nexus_config::test::test_config_bad_toml
46962023-10-11T20:13:28.866Z PASS [ 0.030s] omicron-common nexus_config::test::test_config_empty
46972023-10-11T20:13:28.870Z PASS [ 0.030s] omicron-common nexus_config::test::test_config_nonexistent
46982023-10-11T20:13:28.876Z PASS [ 0.030s] omicron-common nexus_config::test::test_deployment_config_schema
46992023-10-11T20:13:28.888Z PASS [ 0.032s] omicron-common nexus_config::test::test_invalid_ipv4_prefix_tunable
47002023-10-11T20:13:28.895Z PASS [ 0.035s] omicron-common nexus_config::test::test_valid
47012023-10-11T20:13:28.902Z PASS [ 0.052s] omicron-common nexus_config::test::test_repo_configs_are_valid
47022023-10-11T20:13:28.909Z PASS [ 0.029s] omicron-common postgres_config::test::test_bad_url
47032023-10-11T20:13:28.915Z PASS [ 0.026s] omicron-common postgres_config::test::test_example_url
47042023-10-11T20:13:28.921Z PASS [ 0.023s] omicron-common update::tests::serde_artifact_kind
47052023-10-11T20:13:28.928Z PASS [ 0.418s] omicron-dev::test_omicron_dev test_cert_create
47062023-10-11T20:13:29.776Z PASS [ 5.368s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query
47072023-10-11T20:13:29.786Z PASS [ 5.685s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
47082023-10-11T20:13:29.882Z PASS [ 0.114s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd
47092023-10-11T20:13:29.904Z PASS [ 0.123s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args
47102023-10-11T20:13:30.069Z PASS [ 0.180s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args
47112023-10-11T20:13:30.112Z PASS [ 0.193s] omicron-dev::test_omicron_dev test_omicron_dev_no_args
47122023-10-11T20:13:30.151Z PASS [ 0.053s] omicron-gateway management_switch::location_map::tests::test_config_validation
47132023-10-11T20:13:30.197Z PASS [ 0.052s] omicron-gateway management_switch::location_map::tests::test_resolve_location
47142023-10-11T20:13:30.398Z PASS [ 7.530s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
47152023-10-11T20:13:30.467Z PASS [ 5.584s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered
47162023-10-11T20:13:30.617Z PASS [ 0.344s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled
47172023-10-11T20:13:30.761Z PASS [ 7.746s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
47182023-10-11T20:13:30.765Z PASS [ 0.364s] omicron-gateway::test_all integration_tests::component_list::component_list
47192023-10-11T20:13:30.834Z PASS [ 5.397s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
47202023-10-11T20:13:30.878Z PASS [ 0.280s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
47212023-10-11T20:13:35.748Z PASS [ 0.542s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
47222023-10-11T20:13:36.243Z PASS [ 3.372s] omicron-dev::test_omicron_dev test_db_killed
47232023-10-11T20:13:36.522Z PASS [ 0.450s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
47242023-10-11T20:13:39.116Z PASS [ 11.054s] omicron-dev::test_omicron_dev test_db_run
47252023-10-11T20:13:58.434Z PASS [ 26.489s] omicron-dev::test_omicron_dev test_run_all
47262023-10-11T20:13:58.555Z PASS [ 25.830s] omicron-nexus app::background::dns_servers::test::test_basic
47272023-10-11T20:14:00.091Z PASS [ 0.134s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
47282023-10-11T20:14:00.517Z PASS [ 26.519s] omicron-nexus app::background::common::test::test_driver_basic
47292023-10-11T20:14:03.854Z PASS [ 0.109s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
47302023-10-11T20:14:04.082Z PASS [ 0.064s] omicron-nexus app::external_endpoints::test::test_no_endpoint
47312023-10-11T20:14:04.516Z PASS [ 0.071s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
47322023-10-11T20:14:04.628Z PASS [ 26.654s] omicron-nexus app::background::dns_propagation::test::test_basic
47332023-10-11T20:14:04.962Z PASS [ 26.878s] omicron-nexus app::background::dns_config::test::test_basic
47342023-10-11T20:14:05.119Z PASS [ 1.269s] omicron-nexus app::external_endpoints::test::test_authority
47352023-10-11T20:14:05.823Z PASS [ 26.940s] omicron-nexus app::background::external_endpoints::test::test_basic
47362023-10-11T20:14:06.030Z PASS [ 27.873s] omicron-nexus app::background::common::test::test_activation_in_progress
47372023-10-11T20:14:06.333Z PASS [ 20.583s] omicron-nexus app::background::init::test::test_dns_propagation_basic
47382023-10-11T20:14:07.188Z PASS [ 10.103s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
47392023-10-11T20:14:22.906Z PASS [ 24.429s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
47402023-10-11T20:14:23.841Z PASS [ 25.073s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
47412023-10-11T20:14:24.250Z PASS [ 26.424s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
47422023-10-11T20:14:24.707Z PASS [ 26.364s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
47432023-10-11T20:14:33.294Z PASS [ 31.106s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
47442023-10-11T20:14:33.945Z PASS [ 31.533s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
47452023-10-11T20:14:53.197Z PASS [ 29.495s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
47462023-10-11T20:14:54.163Z PASS [ 29.677s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
47472023-10-11T20:14:55.473Z PASS [ 31.330s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
47482023-10-11T20:14:55.938Z PASS [ 33.663s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
47492023-10-11T20:14:56.604Z PASS [ 27.411s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
47502023-10-11T20:14:59.695Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
47512023-10-11T20:15:07.093Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
47522023-10-11T20:15:18.613Z PASS [ 21.920s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
47532023-10-11T20:15:24.406Z PASS [ 29.629s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
47542023-10-11T20:15:24.748Z PASS [ 27.546s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
47552023-10-11T20:15:25.037Z PASS [ 28.920s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
47562023-10-11T20:15:29.641Z PASS [ 0.139s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
47572023-10-11T20:15:30.684Z PASS [ 31.306s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
47582023-10-11T20:15:30.783Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
47592023-10-11T20:15:30.988Z PASS [ 62.230s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
47602023-10-11T20:15:50.807Z PASS [ 18.932s] omicron-nexus app::sagas::test_saga::test_saga_stuck
47612023-10-11T20:15:50.967Z PASS [ 27.080s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
47622023-10-11T20:15:57.897Z PASS [ 29.890s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
47632023-10-11T20:15:59.796Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
47642023-10-11T20:16:03.484Z PASS [ 36.123s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
47652023-10-11T20:16:07.520Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
47662023-10-11T20:16:13.021Z PASS [ 22.717s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
47672023-10-11T20:16:14.315Z PASS [ 20.032s] omicron-nexus app::update::tests::test_populate_mock_system_updates
47682023-10-11T20:16:19.338Z PASS [ 28.573s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
47692023-10-11T20:16:19.412Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
47702023-10-11T20:16:23.733Z PASS [ 19.434s] omicron-nexus app::update::tests::test_semver_max
47712023-10-11T20:16:23.749Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
47722023-10-11T20:16:24.008Z PASS [ 144.299s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
47732023-10-11T20:16:24.053Z PASS [ 0.064s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
47742023-10-11T20:16:24.512Z PASS [ 0.061s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
47752023-10-11T20:16:24.532Z PASS [ 0.068s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
47762023-10-11T20:16:24.537Z PASS [ 0.069s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
47772023-10-11T20:16:24.556Z PASS [ 0.063s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
47782023-10-11T20:16:24.575Z PASS [ 0.060s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
47792023-10-11T20:16:24.581Z PASS [ 0.063s] omicron-nexus external_api::console_api::test::test_relative_uri
47802023-10-11T20:16:24.587Z PASS [ 0.133s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy
47812023-10-11T20:16:32.526Z PASS [ 9.749s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
47822023-10-11T20:16:33.493Z PASS [ 20.685s] omicron-nexus app::update::tests::test_system_updates
47832023-10-11T20:16:34.025Z PASS [ 20.953s] omicron-nexus app::update::tests::test_update_deployments
47842023-10-11T20:16:34.367Z PASS [ 147.274s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
47852023-10-11T20:16:38.896Z PASS [ 20.491s] omicron-nexus app::update::tests::test_updateable_components
47862023-10-11T20:16:40.132Z PASS [ 0.129s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
47872023-10-11T20:16:42.912Z PASS [ 8.889s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
47882023-10-11T20:16:43.362Z PASS [ 9.000s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
47892023-10-11T20:16:51.493Z PASS [ 18.802s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
47902023-10-11T20:16:52.348Z PASS [ 18.512s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
47912023-10-11T20:17:00.019Z PASS [ 21.004s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
47922023-10-11T20:17:05.688Z PASS [ 20.249s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
47932023-10-11T20:17:06.232Z PASS [ 20.524s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
47942023-10-11T20:17:11.373Z PASS [ 20.056s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
47952023-10-11T20:17:12.905Z PASS [ 20.905s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
47962023-10-11T20:17:18.792Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
47972023-10-11T20:17:21.546Z PASS [ 19.592s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
47982023-10-11T20:17:22.649Z PASS [ 19.058s] omicron-nexus::test_all integration_tests::basic::test_ping
47992023-10-11T20:17:23.272Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
48002023-10-11T20:17:25.897Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
48012023-10-11T20:17:26.195Z PASS [ 122.469s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
48022023-10-11T20:17:33.595Z PASS [ 28.967s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
48032023-10-11T20:17:33.837Z PASS [ 20.219s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
48042023-10-11T20:17:36.396Z PASS [ 70.026s] omicron-nexus populate::test::test_populators
48052023-10-11T20:17:39.929Z PASS [ 20.209s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
48062023-10-11T20:17:42.852Z PASS [ 20.625s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
48072023-10-11T20:17:43.445Z PASS [ 0.410s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
48082023-10-11T20:17:43.469Z PASS [ 0.167s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
48092023-10-11T20:17:43.624Z PASS [ 0.147s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
48102023-10-11T20:17:44.647Z PASS [ 1.053s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi
48112023-10-11T20:17:45.137Z PASS [ 0.404s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal
48122023-10-11T20:17:45.448Z PASS [ 20.132s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
48132023-10-11T20:17:46.611Z PASS [ 35.232s] omicron-nexus::test_all integration_tests::basic::test_projects_list
48142023-10-11T20:17:53.676Z PASS [ 20.812s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
48152023-10-11T20:17:56.175Z PASS [ 21.336s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
48162023-10-11T20:17:56.227Z PASS [ 23.089s] omicron-nexus::test_all integration_tests::certificates::test_crud
48172023-10-11T20:18:06.080Z PASS [ 20.651s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
48182023-10-11T20:18:06.089Z PASS [ 20.339s] omicron-nexus::test_all integration_tests::console_api::test_assets
48192023-10-11T20:18:06.800Z PASS [ 20.157s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
48202023-10-11T20:18:10.432Z PASS [ 30.620s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
48212023-10-11T20:18:18.946Z PASS [ 19.810s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
48222023-10-11T20:18:19.467Z PASS [ 24.752s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
48232023-10-11T20:18:19.578Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
48242023-10-11T20:18:26.048Z PASS [ 28.348s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
48252023-10-11T20:18:26.758Z PASS [ 21.080s] omicron-nexus::test_all integration_tests::console_api::test_session_me
48262023-10-11T20:18:27.078Z PASS [ 21.077s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
48272023-10-11T20:18:33.221Z PASS [ 20.335s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
48282023-10-11T20:18:33.918Z PASS [ 26.895s] omicron-nexus::test_all integration_tests::console_api::test_sessions
48292023-10-11T20:18:37.893Z PASS [ 21.857s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
48302023-10-11T20:18:44.372Z PASS [ 25.955s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
48312023-10-11T20:18:53.387Z PASS [ 26.554s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
48322023-10-11T20:18:53.523Z PASS [ 26.783s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
48332023-10-11T20:18:56.625Z PASS [ 25.780s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
48342023-10-11T20:18:57.356Z PASS [ 23.696s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
48352023-10-11T20:19:01.806Z PASS [ 37.511s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
48362023-10-11T20:19:18.677Z PASS [ 37.927s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
48372023-10-11T20:19:18.982Z PASS [ 24.831s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
48382023-10-11T20:19:19.299Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
48392023-10-11T20:19:21.619Z PASS [ 22.889s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
48402023-10-11T20:19:22.987Z PASS [ 26.339s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
48412023-10-11T20:19:24.230Z PASS [ 22.372s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
48422023-10-11T20:19:36.551Z PASS [ 52.134s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
48432023-10-11T20:19:39.006Z PASS [ 45.613s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
48442023-10-11T20:19:40.457Z PASS [ 24.237s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
48452023-10-11T20:19:41.335Z PASS [ 22.829s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
48462023-10-11T20:19:49.982Z PASS [ 25.537s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
48472023-10-11T20:19:50.526Z PASS [ 30.266s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
48482023-10-11T20:20:04.398Z PASS [ 41.513s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
48492023-10-11T20:20:04.937Z PASS [ 23.704s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_content_length
48502023-10-11T20:20:05.044Z PASS [ 24.971s] omicron-nexus::test_all integration_tests::images::test_image_create
48512023-10-11T20:20:06.751Z PASS [ 30.247s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
48522023-10-11T20:20:07.519Z PASS [ 28.512s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
48532023-10-11T20:20:13.385Z PASS [ 23.686s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_image_size
48542023-10-11T20:20:15.401Z PASS [ 24.878s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_url
48552023-10-11T20:20:18.939Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
48562023-10-11T20:20:30.770Z PASS [ 26.329s] omicron-nexus::test_all integration_tests::images::test_image_create_url_404
48572023-10-11T20:20:32.993Z PASS [ 27.979s] omicron-nexus::test_all integration_tests::images::test_image_promotion
48582023-10-11T20:20:33.151Z PASS [ 25.642s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
48592023-10-11T20:20:33.497Z PASS [ 314.987s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
48602023-10-11T20:20:33.589Z PASS [ 26.848s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
48612023-10-11T20:20:38.266Z PASS [ 22.882s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
48622023-10-11T20:20:38.819Z PASS [ 33.517s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
48632023-10-11T20:20:39.054Z PASS [ 8.233s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
48642023-10-11T20:20:40.154Z PASS [ 26.695s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
48652023-10-11T20:20:41.703Z PASS [ 8.719s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
48662023-10-11T20:20:45.509Z PASS [ 10.546s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
48672023-10-11T20:20:45.721Z PASS [ 10.558s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
48682023-10-11T20:20:59.061Z PASS [ 25.426s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
48692023-10-11T20:21:03.515Z PASS [ 19.816s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
48702023-10-11T20:21:12.649Z PASS [ 29.991s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
48712023-10-11T20:21:13.620Z PASS [ 28.855s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
48722023-10-11T20:21:13.747Z PASS [ 28.559s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
48732023-10-11T20:21:15.013Z PASS [ 34.946s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
48742023-10-11T20:21:24.239Z PASS [ 44.799s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
48752023-10-11T20:21:29.235Z PASS [ 50.974s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
48762023-10-11T20:21:30.332Z PASS [ 26.811s] omicron-nexus::test_all integration_tests::instances::test_instance_access
48772023-10-11T20:21:43.916Z PASS [ 33.872s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
48782023-10-11T20:21:44.122Z PASS [ 28.047s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
48792023-10-11T20:21:46.271Z PASS [ 35.680s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
48802023-10-11T20:21:47.760Z PASS [ 35.142s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
48812023-10-11T20:22:00.216Z PASS [ 32.101s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
48822023-10-11T20:22:00.874Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
48832023-10-11T20:22:07.647Z PASS [ 38.401s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
48842023-10-11T20:22:15.416Z PASS [ 33.147s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
48852023-10-11T20:22:18.286Z PASS [ 32.041s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
48862023-10-11T20:22:18.911Z PASS [ 48.579s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
48872023-10-11T20:22:19.582Z PASS [ 36.097s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p
48882023-10-11T20:22:25.479Z PASS [ 37.724s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
48892023-10-11T20:22:25.800Z PASS [ 86.762s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
48902023-10-11T20:22:32.811Z PASS [ 25.172s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
48912023-10-11T20:22:36.681Z PASS [ 40.827s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
48922023-10-11T20:22:43.089Z PASS [ 24.810s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
48932023-10-11T20:22:45.815Z PASS [ 26.651s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
48942023-10-11T20:22:46.919Z PASS [ 21.442s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
48952023-10-11T20:22:47.836Z PASS [ 28.920s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
48962023-10-11T20:22:52.847Z PASS [ 37.432s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
48972023-10-11T20:23:02.993Z PASS [ 27.396s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
48982023-10-11T20:23:04.358Z PASS [ 20.212s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
48992023-10-11T20:23:06.368Z PASS [ 40.566s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
49002023-10-11T20:23:06.826Z PASS [ 21.018s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
49012023-10-11T20:23:09.007Z PASS [ 32.331s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
49022023-10-11T20:23:09.043Z PASS [ 21.225s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
49032023-10-11T20:23:09.091Z PASS [ 22.167s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
49042023-10-11T20:23:15.110Z PASS [ 22.247s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
49052023-10-11T20:23:25.387Z PASS [ 22.085s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
49062023-10-11T20:23:26.881Z PASS [ 20.543s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
49072023-10-11T20:23:28.403Z PASS [ 21.174s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
49082023-10-11T20:23:28.524Z PASS [ 19.521s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_with_silo
49092023-10-11T20:23:30.347Z PASS [ 30.124s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_usable_by_project
49102023-10-11T20:23:32.138Z PASS [ 22.634s] omicron-nexus::test_all integration_tests::loopback_address::test_anycast_loopback_address_basic_crud
49112023-10-11T20:23:38.556Z PASS [ 23.445s] omicron-nexus::test_all integration_tests::loopback_address::test_loopback_address_basic_crud
49122023-10-11T20:23:38.924Z PASS [ 29.826s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
49132023-10-11T20:23:47.056Z PASS [ 20.174s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
49142023-10-11T20:24:09.286Z PASS [ 26.804s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
49152023-10-11T20:24:09.650Z PASS [ 23.930s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
49162023-10-11T20:24:10.399Z PASS [ 24.107s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
49172023-10-11T20:24:10.778Z PASS [ 24.327s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
49182023-10-11T20:24:11.361Z PASS [ 35.929s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
49192023-10-11T20:24:20.502Z PASS [ 24.431s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
49202023-10-11T20:24:21.459Z PASS [ 51.136s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
49212023-10-11T20:24:25.438Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_metrics
49222023-10-11T20:24:31.831Z PASS [ 66.384s] omicron-nexus::test_all integration_tests::metrics::test_metrics
49232023-10-11T20:24:52.644Z PASS [ 31.024s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
49242023-10-11T20:24:53.250Z PASS [ 49.698s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
49252023-10-11T20:24:53.777Z PASS [ 49.967s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
49262023-10-11T20:24:54.123Z PASS [ 42.240s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
49272023-10-11T20:24:54.631Z PASS [ 24.013s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
49282023-10-11T20:24:54.674Z PASS [ 32.155s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
49292023-10-11T20:24:55.059Z PASS [ 50.942s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
49302023-10-11T20:25:05.252Z PASS [ 33.490s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_from_url
49312023-10-11T20:25:07.861Z PASS [ 22.343s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
49322023-10-11T20:25:11.381Z PASS [ 25.907s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
49332023-10-11T20:25:13.846Z PASS [ 21.613s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
49342023-10-11T20:25:19.293Z PASS [ 25.713s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
49352023-10-11T20:25:27.119Z PASS [ 51.646s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
49362023-10-11T20:25:30.972Z PASS [ 53.812s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
49372023-10-11T20:25:31.916Z PASS [ 24.136s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
49382023-10-11T20:25:33.093Z PASS [ 19.243s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
49392023-10-11T20:25:34.911Z PASS [ 23.532s] omicron-nexus::test_all integration_tests::projects::test_projects
49402023-10-11T20:25:38.477Z PASS [ 33.217s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
49412023-10-11T20:25:38.974Z PASS [ 19.189s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
49422023-10-11T20:25:44.771Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
49432023-10-11T20:25:48.760Z PASS [ 21.639s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
49442023-10-11T20:25:48.914Z PASS [ 0.152s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
49452023-10-11T20:25:49.046Z PASS [ 0.132s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
49462023-10-11T20:25:49.182Z PASS [ 0.135s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
49472023-10-11T20:25:49.341Z PASS [ 0.140s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
49482023-10-11T20:25:49.472Z PASS [ 0.156s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
49492023-10-11T20:25:52.028Z PASS [ 21.468s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
49502023-10-11T20:25:54.113Z PASS [ 20.901s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
49512023-10-11T20:25:55.543Z PASS [ 23.634s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
49522023-10-11T20:25:56.177Z PASS [ 71.411s] omicron-nexus::test_all integration_tests::password_login::test_local_users
49532023-10-11T20:25:56.518Z PASS [ 21.608s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
49542023-10-11T20:26:06.176Z PASS [ 23.226s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
49552023-10-11T20:26:06.532Z PASS [ 25.443s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes
49562023-10-11T20:26:12.806Z PASS [ 22.346s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
49572023-10-11T20:26:13.111Z PASS [ 0.131s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
49582023-10-11T20:26:13.186Z PASS [ 0.087s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_with_xml_comment
49592023-10-11T20:26:13.358Z PASS [ 0.123s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
49602023-10-11T20:26:14.582Z PASS [ 22.554s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
49612023-10-11T20:26:15.366Z PASS [ 21.379s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
49622023-10-11T20:26:16.569Z PASS [ 21.019s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
49632023-10-11T20:26:16.914Z PASS [ 20.736s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
49642023-10-11T20:26:17.491Z PASS [ 20.966s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
49652023-10-11T20:26:24.311Z PASS [ 22.611s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
49662023-10-11T20:26:25.248Z PASS [ 21.325s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
49672023-10-11T20:26:28.331Z PASS [ 11.417s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
49682023-10-11T20:26:28.506Z PASS [ 11.018s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
49692023-10-11T20:26:32.026Z PASS [ 19.864s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
49702023-10-11T20:26:34.124Z PASS [ 19.533s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
49712023-10-11T20:26:35.344Z PASS [ 10.624s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
49722023-10-11T20:26:35.376Z PASS [ 19.708s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
49732023-10-11T20:26:35.405Z PASS [ 10.102s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
49742023-10-11T20:26:36.275Z PASS [ 19.706s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
49752023-10-11T20:26:37.575Z PASS [ 5.538s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
49762023-10-11T20:26:39.066Z PASS [ 10.738s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
49772023-10-11T20:26:48.284Z PASS [ 12.452s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
49782023-10-11T20:26:51.411Z PASS [ 17.297s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
49792023-10-11T20:26:53.947Z PASS [ 25.443s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
49802023-10-11T20:26:54.792Z PASS [ 19.427s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
49812023-10-11T20:26:56.597Z PASS [ 20.327s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
49822023-10-11T20:26:56.828Z PASS [ 19.253s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
49832023-10-11T20:26:57.868Z PASS [ 22.897s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
49842023-10-11T20:27:00.220Z PASS [ 21.146s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
49852023-10-11T20:27:08.570Z PASS [ 20.927s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
49862023-10-11T20:27:13.138Z PASS [ 21.725s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
49872023-10-11T20:27:16.419Z PASS [ 22.469s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
49882023-10-11T20:27:17.371Z PASS [ 21.772s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
49892023-10-11T20:27:18.067Z PASS [ 21.237s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
49902023-10-11T20:27:19.090Z PASS [ 21.233s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
49912023-10-11T20:27:21.226Z PASS [ 24.583s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
49922023-10-11T20:27:21.382Z PASS [ 21.171s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
49932023-10-11T20:27:31.815Z PASS [ 22.948s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
49942023-10-11T20:27:38.267Z PASS [ 21.668s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
49952023-10-11T20:27:38.835Z PASS [ 22.424s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
49962023-10-11T20:27:39.751Z PASS [ 21.701s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
49972023-10-11T20:27:41.007Z PASS [ 21.942s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
49982023-10-11T20:27:43.049Z PASS [ 21.139s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
49992023-10-11T20:27:43.068Z PASS [ 21.624s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
50002023-10-11T20:27:43.890Z PASS [ 30.747s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
50012023-10-11T20:27:58.058Z PASS [ 26.658s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
50022023-10-11T20:28:01.058Z PASS [ 20.059s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
50032023-10-11T20:28:01.792Z PASS [ 22.958s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
50042023-10-11T20:28:04.448Z PASS [ 21.647s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
50052023-10-11T20:28:09.852Z PASS [ 30.528s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
50062023-10-11T20:28:10.318Z PASS [ 25.049s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
50072023-10-11T20:28:11.187Z PASS [ 29.280s] omicron-nexus::test_all integration_tests::silos::test_silos
50082023-10-11T20:28:11.197Z PASS [ 27.368s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
50092023-10-11T20:28:21.856Z PASS [ 23.790s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
50102023-10-11T20:28:24.519Z PASS [ 20.076s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
50112023-10-11T20:28:30.241Z PASS [ 21.502s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
50122023-10-11T20:28:30.627Z PASS [ 21.591s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
50132023-10-11T20:28:32.478Z PASS [ 23.540s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
50142023-10-11T20:28:36.802Z PASS [ 35.742s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
50152023-10-11T20:28:39.131Z PASS [ 37.334s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
50162023-10-11T20:28:44.847Z PASS [ 34.868s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
50172023-10-11T20:28:50.966Z PASS [ 20.704s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
50182023-10-11T20:28:53.350Z PASS [ 28.820s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
50192023-10-11T20:28:54.994Z PASS [ 22.518s] omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
50202023-10-11T20:28:55.894Z PASS [ 19.094s] omicron-nexus::test_all integration_tests::system_updates::test_get_update
50212023-10-11T20:28:58.554Z PASS [ 19.424s] omicron-nexus::test_all integration_tests::system_updates::test_list_components
50222023-10-11T20:28:59.549Z PASS [ 0.995s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
50232023-10-11T20:29:02.988Z PASS [ 32.364s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
50242023-10-11T20:29:04.331Z PASS [ 19.576s] omicron-nexus::test_all integration_tests::system_updates::test_list_update_components
50252023-10-11T20:29:05.458Z PASS [ 43.612s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
50262023-10-11T20:29:11.316Z PASS [ 20.078s] omicron-nexus::test_all integration_tests::system_updates::test_list_updates
50272023-10-11T20:29:14.686Z PASS [ 21.336s] omicron-nexus::test_all integration_tests::system_updates::test_system_version
50282023-10-11T20:29:15.601Z PASS [ 20.546s] omicron-nexus::test_all integration_tests::system_updates::test_update_deployments
50292023-10-11T20:29:19.858Z PASS [ 20.318s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
50302023-10-11T20:29:23.717Z PASS [ 19.382s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
50312023-10-11T20:29:24.438Z PASS [ 21.449s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
50322023-10-11T20:29:35.668Z PASS [ 29.893s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
50332023-10-11T20:29:40.481Z PASS [ 20.619s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
50342023-10-11T20:29:44.266Z PASS [ 31.481s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
50352023-10-11T20:29:48.359Z PASS [ 33.676s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
50362023-10-11T20:29:49.062Z PASS [ 33.525s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
50372023-10-11T20:29:56.315Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
50382023-10-11T20:30:04.610Z PASS [ 40.894s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
50392023-10-11T20:30:05.085Z PASS [ 40.646s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
50402023-10-11T20:30:24.500Z PASS [ 49.144s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
50412023-10-11T20:30:25.872Z PASS [ 36.800s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
50422023-10-11T20:30:29.233Z PASS [ 48.747s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
50432023-10-11T20:30:31.378Z PASS [ 48.842s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
50442023-10-11T20:30:35.861Z PASS [ 99.963s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
50452023-10-11T20:30:36.014Z PASS [ 30.930s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
50462023-10-11T20:30:38.811Z PASS [ 50.448s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
50472023-10-11T20:30:39.757Z PASS [ 35.143s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
50482023-10-11T20:30:43.599Z PASS [ 19.080s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
50492023-10-11T20:30:45.429Z PASS [ 19.567s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
50502023-10-11T20:30:49.308Z PASS [ 20.070s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
50512023-10-11T20:30:51.268Z PASS [ 19.914s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
50522023-10-11T20:30:55.968Z PASS [ 20.103s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
50532023-10-11T20:30:56.500Z PASS [ 20.069s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
50542023-10-11T20:30:59.076Z PASS [ 20.224s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
50552023-10-11T20:31:00.221Z PASS [ 20.472s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
50562023-10-11T20:31:03.307Z PASS [ 19.733s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
50572023-10-11T20:31:05.952Z PASS [ 20.106s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
50582023-10-11T20:31:09.658Z PASS [ 19.953s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
50592023-10-11T20:31:13.388Z PASS [ 21.721s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
50602023-10-11T20:31:16.756Z PASS [ 20.798s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
50612023-10-11T20:31:16.823Z PASS [ 20.751s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
50622023-10-11T20:31:19.993Z PASS [ 20.964s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
50632023-10-11T20:31:21.258Z PASS [ 21.019s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
50642023-10-11T20:31:28.536Z PASS [ 25.229s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
50652023-10-11T20:31:32.678Z PASS [ 27.112s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers
50662023-10-11T20:31:36.414Z PASS [ 19.581s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_physical_disk_returns_not_found
50672023-10-11T20:31:39.506Z PASS [ 19.518s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_sled_returns_not_found
50682023-10-11T20:31:41.192Z PASS [ 0.066s] omicron-package dot::test::test_bad_dependency
50692023-10-11T20:31:41.208Z PASS [ 0.043s] omicron-package dot::test::test_dot_output
50702023-10-11T20:31:41.223Z PASS [ 30.658s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
50712023-10-11T20:31:41.656Z PASS [ 0.030s] omicron-passwords test::test_password_constraints
50722023-10-11T20:31:41.678Z PASS [ 3.952s] omicron-omdb::test_all_output test_omdb_usage_errors
50732023-10-11T20:31:41.693Z PASS [ 19.270s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_success
50742023-10-11T20:31:41.712Z PASS [ 0.066s] omicron-passwords test::test_stable
50752023-10-11T20:31:41.725Z PASS [ 0.033s] omicron-passwords test::test_weak_hashes
50762023-10-11T20:31:41.746Z PASS [ 0.034s] omicron-rpaths internal::tests::test_configure_from_path
50772023-10-11T20:31:41.768Z PASS [ 0.083s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
50782023-10-11T20:31:41.790Z PASS [ 0.030s] omicron-rpaths internal::tests::test_emit_rpath
50792023-10-11T20:31:41.809Z PASS [ 0.085s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
50802023-10-11T20:31:41.830Z PASS [ 0.076s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization
50812023-10-11T20:31:41.855Z PASS [ 0.051s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash
50822023-10-11T20:31:41.944Z PASS [ 28.024s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
50832023-10-11T20:31:42.382Z PASS [ 0.067s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
50842023-10-11T20:31:42.823Z PASS [ 0.079s] omicron-sled-agent bootstrap::server::tests::persistent_sled_agent_request_serialization
50852023-10-11T20:31:42.845Z PASS [ 0.060s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
50862023-10-11T20:31:42.872Z PASS [ 0.050s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
50872023-10-11T20:31:42.949Z PASS [ 0.053s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
50882023-10-11T20:31:42.964Z PASS [ 0.117s] omicron-sled-agent common::instance::test::migration_out_after_migration_in
50892023-10-11T20:31:43.601Z PASS [ 0.100s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
50902023-10-11T20:31:43.634Z PASS [ 0.054s] omicron-sled-agent common::instance::test::test_migration_ids_already_set
50912023-10-11T20:31:44.097Z PASS [ 0.070s] omicron-sled-agent config::test::test_smf_configs
50922023-10-11T20:31:44.120Z PASS [ 0.048s] omicron-sled-agent profile::tests::empty_profile
50932023-10-11T20:31:44.564Z PASS [ 0.049s] omicron-sled-agent profile::tests::test_instance
50942023-10-11T20:31:44.586Z PASS [ 0.049s] omicron-sled-agent profile::tests::test_multiple
50952023-10-11T20:31:45.018Z PASS [ 0.046s] omicron-sled-agent profile::tests::test_property
50962023-10-11T20:31:45.469Z PASS [ 0.044s] omicron-sled-agent profile::tests::test_property_group
50972023-10-11T20:31:45.956Z PASS [ 0.047s] omicron-sled-agent profile::tests::test_service
50982023-10-11T20:31:45.977Z PASS [ 0.049s] omicron-sled-agent profile::tests::test_service_property_group
50992023-10-11T20:31:46.003Z PASS [ 0.062s] omicron-sled-agent rack_setup::config::test::test_extra_certs
51002023-10-11T20:31:46.462Z PASS [ 0.052s] omicron-sled-agent rack_setup::config::test::test_subnets
51012023-10-11T20:31:46.933Z PASS [ 0.060s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
51022023-10-11T20:31:47.776Z PASS [ 0.069s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
51032023-10-11T20:31:47.831Z PASS [ 0.064s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
51042023-10-11T20:31:47.849Z PASS [ 0.062s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_schema
51052023-10-11T20:31:47.866Z PASS [ 0.055s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
51062023-10-11T20:31:48.300Z PASS [ 0.054s] omicron-sled-agent services::test::test_all_zone_requests_schema
51072023-10-11T20:31:48.737Z PASS [ 0.047s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
51082023-10-11T20:31:48.757Z PASS [ 0.418s] omicron-sled-agent services::test::test_ensure_service
51092023-10-11T20:31:49.208Z PASS [ 0.397s] omicron-sled-agent services::test::test_ensure_service_which_already_exists
51102023-10-11T20:31:49.648Z PASS [ 0.256s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot
51112023-10-11T20:31:50.488Z PASS [ 0.264s] omicron-sled-agent services::test::test_services_do_not_persist_without_config
51122023-10-11T20:31:50.521Z PASS [ 0.048s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
51132023-10-11T20:31:50.543Z PASS [ 0.052s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
51142023-10-11T20:31:50.561Z PASS [ 0.053s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
51152023-10-11T20:31:51.013Z PASS [ 0.050s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
51162023-10-11T20:31:51.033Z PASS [ 0.060s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
51172023-10-11T20:31:51.048Z PASS [ 0.055s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
51182023-10-11T20:31:51.064Z PASS [ 0.056s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
51192023-10-11T20:31:51.505Z PASS [ 0.064s] omicron-sled-agent storage::dataset::test::serialize_dataset_name
51202023-10-11T20:31:51.532Z PASS [ 0.066s] omicron-sled-agent updates::test::test_query_no_components
51212023-10-11T20:31:51.971Z PASS [ 0.061s] omicron-sled-agent updates::test::test_query_sled_agent_version
51222023-10-11T20:31:51.991Z PASS [ 0.064s] omicron-sled-agent updates::test::test_query_zone_version
51232023-10-11T20:31:52.022Z PASS [ 0.295s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
51242023-10-11T20:31:52.038Z PASS [ 3.605s] omicron-passwords test::test_reproducible
51252023-10-11T20:31:52.044Z PASS [ 0.581s] omicron-sled-agent zone_bundle::illumos_tests::test_context
51262023-10-11T20:31:52.053Z PASS [ 0.062s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
51272023-10-11T20:31:52.065Z PASS [ 1.082s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
51282023-10-11T20:31:52.082Z PASS [ 0.367s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
51292023-10-11T20:31:52.092Z PASS [ 0.088s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
51302023-10-11T20:31:52.101Z PASS [ 0.095s] omicron-sled-agent zone_bundle::tests::test_compare_bundles
51312023-10-11T20:31:52.110Z PASS [ 0.064s] omicron-sled-agent zone_bundle::tests::test_disk_usage
51322023-10-11T20:31:52.121Z PASS [ 0.050s] omicron-sled-agent zone_bundle::tests::test_priority_dimension
51332023-10-11T20:31:52.132Z PASS [ 0.046s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause
51342023-10-11T20:31:52.143Z PASS [ 0.039s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available
51352023-10-11T20:31:52.155Z PASS [ 0.330s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled
51362023-10-11T20:31:52.167Z PASS [ 0.118s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
51372023-10-11T20:31:52.183Z PASS [ 1.005s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
51382023-10-11T20:31:52.197Z PASS [ 28.095s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
51392023-10-11T20:31:52.265Z PASS [ 0.062s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
51402023-10-11T20:31:52.293Z PASS [ 0.227s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled
51412023-10-11T20:31:53.568Z PASS [ 0.035s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
51422023-10-11T20:31:53.647Z PASS [ 1.503s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
51432023-10-11T20:31:53.664Z PASS [ 0.273s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
51442023-10-11T20:31:53.685Z PASS [ 0.058s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port
51452023-10-11T20:31:53.710Z PASS [ 0.039s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout
51462023-10-11T20:31:53.732Z PASS [ 0.092s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write
51472023-10-11T20:31:54.168Z PASS [ 0.373s] omicron-test-utils dev::db::test::test_bad_cmd
51482023-10-11T20:31:54.185Z PASS [ 0.695s] omicron-test-utils dev::db::test::test_cmd_fails
51492023-10-11T20:31:54.205Z PASS [ 0.049s] omicron-test-utils dev::db::test::test_make_pg_config_fail
51502023-10-11T20:31:54.642Z PASS [ 0.409s] omicron-test-utils dev::db::test::test_database_start_hang
51512023-10-11T20:31:55.073Z PASS [ 0.045s] omicron-test-utils dev::db::test::test_make_pg_config_ok
51522023-10-11T20:31:55.095Z PASS [ 1.051s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
51532023-10-11T20:31:55.111Z PASS [ 0.099s] omicron-test-utils dev::db::test::test_process_exit_abnormal
51542023-10-11T20:31:55.128Z PASS [ 0.075s] omicron-test-utils dev::db::test::test_process_exit_normal
51552023-10-11T20:31:55.969Z LEAK [ 2.465s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
51562023-10-11T20:31:55.993Z PASS [ 0.049s] omicron-test-utils dev::db::test::test_starter_tmpdir
51572023-10-11T20:31:56.013Z PASS [ 0.051s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
51582023-10-11T20:31:56.033Z PASS [ 0.047s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
51592023-10-11T20:31:56.053Z PASS [ 0.043s] oximeter histogram::tests::test_bin_range
51602023-10-11T20:31:56.071Z PASS [ 0.037s] oximeter histogram::tests::test_bin_range_from
51612023-10-11T20:31:56.085Z PASS [ 0.038s] oximeter histogram::tests::test_bin_range_to
51622023-10-11T20:31:56.101Z PASS [ 0.040s] oximeter histogram::tests::test_ensure_finite
51632023-10-11T20:31:56.113Z PASS [ 0.039s] oximeter histogram::tests::test_foo
51642023-10-11T20:31:56.126Z PASS [ 0.059s] oximeter histogram::tests::test_histogram
51652023-10-11T20:31:56.140Z PASS [ 0.038s] oximeter histogram::tests::test_histogram_extreme_bins
51662023-10-11T20:31:56.157Z PASS [ 0.048s] oximeter histogram::tests::test_histogram_extreme_samples
51672023-10-11T20:31:56.176Z PASS [ 0.039s] oximeter histogram::tests::test_histogram_float_bins
51682023-10-11T20:31:56.204Z PASS [ 0.050s] oximeter histogram::tests::test_histogram_to_arrays
51692023-10-11T20:31:56.225Z PASS [ 0.043s] oximeter histogram::tests::test_histogram_unbounded_samples
51702023-10-11T20:31:56.251Z PASS [ 0.046s] oximeter histogram::tests::test_histogram_unsorted_bins
51712023-10-11T20:31:56.276Z PASS [ 0.041s] oximeter histogram::tests::test_histogram_with_bins
51722023-10-11T20:31:56.299Z PASS [ 9.556s] omicron-passwords test::test_compatible
51732023-10-11T20:31:56.732Z PASS [ 0.043s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins
51742023-10-11T20:31:57.181Z PASS [ 0.038s] oximeter histogram::tests::test_histogram_with_overlapping_bins
51752023-10-11T20:31:57.204Z PASS [ 0.041s] oximeter histogram::tests::test_log_linear_bins_all_representable
51762023-10-11T20:31:57.236Z PASS [ 0.032s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
51772023-10-11T20:31:57.254Z PASS [ 0.035s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
51782023-10-11T20:31:57.766Z PASS [ 0.036s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
51792023-10-11T20:31:57.787Z PASS [ 0.041s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
51802023-10-11T20:31:57.810Z PASS [ 0.040s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks
51812023-10-11T20:31:57.895Z PASS [ 0.038s] oximeter histogram::tests::test_log_linear_bins_small_bin_count
51822023-10-11T20:31:57.920Z PASS [ 0.037s] oximeter histogram::tests::test_span_decades
51832023-10-11T20:31:57.932Z PASS [ 0.039s] oximeter histogram::tests::test_span_decades_other_counts_f64
51842023-10-11T20:31:57.946Z PASS [ 0.039s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok
51852023-10-11T20:31:57.963Z PASS [ 0.035s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
51862023-10-11T20:31:57.981Z PASS [ 0.041s] oximeter traits::tests::test_metric_trait
51872023-10-11T20:31:58.000Z PASS [ 0.038s] oximeter traits::tests::test_producer_trait
51882023-10-11T20:31:58.432Z PASS [ 0.038s] oximeter traits::tests::test_target_trait
51892023-10-11T20:31:58.455Z PASS [ 0.034s] oximeter types::tests::test_cumulative_f64
51902023-10-11T20:31:58.475Z PASS [ 0.041s] oximeter types::tests::test_cumulative_i64
51912023-10-11T20:31:58.490Z PASS [ 0.041s] oximeter types::tests::test_datum
51922023-10-11T20:31:58.506Z PASS [ 0.040s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string
51932023-10-11T20:31:58.522Z PASS [ 0.039s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8
51942023-10-11T20:31:58.539Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8
51952023-10-11T20:31:58.562Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16
51962023-10-11T20:31:58.577Z PASS [ 0.046s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16
51972023-10-11T20:31:58.598Z PASS [ 0.048s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32
51982023-10-11T20:31:58.616Z PASS [ 0.039s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32
51992023-10-11T20:31:58.633Z PASS [ 0.038s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64
52002023-10-11T20:31:58.656Z PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64
52012023-10-11T20:31:58.679Z PASS [ 0.036s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid
52022023-10-11T20:31:58.701Z PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
52032023-10-11T20:31:58.720Z PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
52042023-10-11T20:31:58.737Z PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
52052023-10-11T20:31:58.756Z PASS [ 0.038s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
52062023-10-11T20:31:59.189Z PASS [ 0.065s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
52072023-10-11T20:31:59.210Z PASS [ 0.066s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
52082023-10-11T20:31:59.647Z PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
52092023-10-11T20:31:59.670Z PASS [ 0.049s] oximeter types::tests::test_measurement
52102023-10-11T20:31:59.697Z PASS [ 0.049s] oximeter types::tests::test_sample_struct
52112023-10-11T20:32:00.127Z PASS [ 0.055s] oximeter types::tests::test_verify_field_names
52122023-10-11T20:32:00.141Z PASS [ 0.364s] oximeter-collector::test_commands test_oximeter_no_args
52132023-10-11T20:32:00.178Z PASS [ 0.375s] oximeter-collector::test_commands test_oximeter_openapi
52142023-10-11T20:32:00.199Z PASS [ 0.261s] oximeter-db client::tests::test_bad_database_connection
52152023-10-11T20:32:00.640Z PASS [ 22.350s] omicron-omdb::test_all_output test_omdb_env_settings
52162023-10-11T20:32:00.673Z PASS [ 6.025s] omicron-test-utils dev::db::test::test_database_concurrent
52172023-10-11T20:32:00.694Z PASS [ 5.578s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
52182023-10-11T20:32:01.200Z PASS [ 1.440s] oximeter-db client::tests::test_build_client
52192023-10-11T20:32:01.224Z PASS [ 1.808s] oximeter-db client::tests::test_client_insert
52202023-10-11T20:32:01.253Z PASS [ 1.534s] oximeter-db client::tests::test_differentiate_by_timeseries_name
52212023-10-11T20:32:01.274Z PASS [ 2.139s] oximeter-db client::tests::test_client_select_timeseries_one
52222023-10-11T20:32:01.300Z PASS [ 1.586s] oximeter-db client::tests::test_field_record_count
52232023-10-11T20:32:01.324Z PASS [ 1.516s] oximeter-db client::tests::test_get_schema_no_new_values
52242023-10-11T20:32:01.351Z PASS [ 1.400s] oximeter-db client::tests::test_recall_field_value_bool
52252023-10-11T20:32:01.378Z PASS [ 1.852s] oximeter-db client::tests::test_list_timeseries
52262023-10-11T20:32:01.399Z PASS [ 1.723s] oximeter-db client::tests::test_recall_field_value_i16
52272023-10-11T20:32:01.425Z PASS [ 1.704s] oximeter-db client::tests::test_recall_field_value_i32
52282023-10-11T20:32:01.454Z PASS [ 1.612s] oximeter-db client::tests::test_recall_field_value_i64
52292023-10-11T20:32:01.479Z PASS [ 1.688s] oximeter-db client::tests::test_recall_field_value_i8
52302023-10-11T20:32:01.517Z PASS [ 1.623s] oximeter-db client::tests::test_recall_field_value_ipv4addr
52312023-10-11T20:32:01.536Z PASS [ 1.409s] oximeter-db client::tests::test_recall_field_value_u16
52322023-10-11T20:32:01.556Z PASS [ 1.575s] oximeter-db client::tests::test_recall_field_value_ipv6addr
52332023-10-11T20:32:01.993Z PASS [ 1.460s] oximeter-db client::tests::test_recall_field_value_string
52342023-10-11T20:32:02.010Z PASS [ 24.189s] omicron-omdb::test_all_output test_omdb_success_cases
52352023-10-11T20:32:02.053Z PASS [ 1.551s] oximeter-db client::tests::test_recall_field_value_u32
52362023-10-11T20:32:02.080Z PASS [ 1.632s] oximeter-db client::tests::test_recall_field_value_u64
52372023-10-11T20:32:02.101Z PASS [ 1.335s] oximeter-db client::tests::test_recall_field_value_uuid
52382023-10-11T20:32:02.125Z PASS [ 1.354s] oximeter-db client::tests::test_recall_field_value_u8
52392023-10-11T20:32:02.153Z PASS [ 1.350s] oximeter-db client::tests::test_recall_measurement_bool
52402023-10-11T20:32:02.190Z PASS [ 12.278s] omicron-test-utils dev::db::test::test_setup_database_default_dir
52412023-10-11T20:32:02.322Z PASS [ 1.300s] oximeter-db client::tests::test_recall_measurement_cumulative_i64
52422023-10-11T20:32:02.356Z PASS [ 1.278s] oximeter-db client::tests::test_recall_measurement_cumulative_u64
52432023-10-11T20:32:02.399Z PASS [ 1.274s] oximeter-db client::tests::test_recall_measurement_f32
52442023-10-11T20:32:02.840Z PASS [ 1.282s] oximeter-db client::tests::test_recall_measurement_f64
52452023-10-11T20:32:03.285Z PASS [ 1.314s] oximeter-db client::tests::test_recall_measurement_histogram_f64
52462023-10-11T20:32:03.313Z PASS [ 2.234s] oximeter-db client::tests::test_recall_measurement_cumulative_f64
52472023-10-11T20:32:03.404Z PASS [ 1.356s] oximeter-db client::tests::test_recall_measurement_histogram_i16
52482023-10-11T20:32:03.425Z PASS [ 1.480s] oximeter-db client::tests::test_recall_measurement_histogram_i64
52492023-10-11T20:32:03.466Z PASS [ 1.348s] oximeter-db client::tests::test_recall_measurement_histogram_u16
52502023-10-11T20:32:03.483Z PASS [ 1.634s] oximeter-db client::tests::test_recall_measurement_histogram_i32
52512023-10-11T20:32:03.500Z PASS [ 1.387s] oximeter-db client::tests::test_recall_measurement_histogram_i8
52522023-10-11T20:32:03.517Z PASS [ 1.364s] oximeter-db client::tests::test_recall_measurement_histogram_u32
52532023-10-11T20:32:03.954Z PASS [ 1.366s] oximeter-db client::tests::test_recall_measurement_histogram_u64
52542023-10-11T20:32:04.377Z PASS [ 20.172s] omicron-passwords test::test_smoke
52552023-10-11T20:32:04.390Z PASS [ 1.605s] oximeter-db client::tests::test_recall_measurement_histogram_u8
52562023-10-11T20:32:04.401Z PASS [ 1.187s] oximeter-db client::tests::test_recall_measurement_i16
52572023-10-11T20:32:04.414Z PASS [ 1.263s] oximeter-db client::tests::test_recall_measurement_i64
52582023-10-11T20:32:04.427Z PASS [ 1.273s] oximeter-db client::tests::test_recall_measurement_i32
52592023-10-11T20:32:04.504Z PASS [ 1.312s] oximeter-db client::tests::test_recall_measurement_i8
52602023-10-11T20:32:04.532Z PASS [ 1.262s] oximeter-db client::tests::test_recall_measurement_u16
52612023-10-11T20:32:04.560Z PASS [ 1.263s] oximeter-db client::tests::test_recall_measurement_u32
52622023-10-11T20:32:04.604Z PASS [ 1.378s] oximeter-db client::tests::test_recall_measurement_u64
52632023-10-11T20:32:05.039Z PASS [ 1.246s] oximeter-db client::tests::test_schema_mismatch
52642023-10-11T20:32:05.061Z PASS [ 1.496s] oximeter-db client::tests::test_recall_measurement_u8
52652023-10-11T20:32:05.085Z PASS [ 1.237s] oximeter-db client::tests::test_schema_update
52662023-10-11T20:32:05.111Z PASS [ 1.375s] oximeter-db client::tests::test_select_timeseries_with_all
52672023-10-11T20:32:05.130Z PASS [ 1.476s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
52682023-10-11T20:32:05.173Z PASS [ 0.035s] oximeter-db client::tests::test_unravel_index
52692023-10-11T20:32:05.611Z PASS [ 0.041s] oximeter-db model::tests::test_db_bool
52702023-10-11T20:32:05.630Z PASS [ 1.415s] oximeter-db client::tests::test_select_timeseries_with_select_one
52712023-10-11T20:32:07.310Z PASS [ 0.036s] oximeter-db model::tests::test_db_datum_type_conversion
52722023-10-11T20:32:07.327Z PASS [ 0.038s] oximeter-db model::tests::test_db_field_list_conversion
52732023-10-11T20:32:07.344Z PASS [ 0.035s] oximeter-db model::tests::test_db_field_type_conversion
52742023-10-11T20:32:07.781Z PASS [ 0.063s] oximeter-db model::tests::test_db_histogram
52752023-10-11T20:32:07.801Z PASS [ 0.048s] oximeter-db model::tests::test_histogram_to_arrays
52762023-10-11T20:32:07.917Z PASS [ 1.931s] oximeter-db client::tests::test_select_timeseries_with_order
52772023-10-11T20:32:08.363Z PASS [ 1.965s] oximeter-db client::tests::test_select_timeseries_with_limit
52782023-10-11T20:32:08.386Z PASS [ 0.036s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
52792023-10-11T20:32:08.408Z PASS [ 0.040s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
52802023-10-11T20:32:08.428Z PASS [ 0.039s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
52812023-10-11T20:32:08.443Z PASS [ 0.399s] oximeter-db model::tests::test_db_bool_bad
52822023-10-11T20:32:08.460Z PASS [ 0.034s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
52832023-10-11T20:32:08.478Z PASS [ 0.037s] oximeter-db model::tests::test_unroll_from_source
52842023-10-11T20:32:08.496Z PASS [ 0.036s] oximeter-db model::tests::test_unroll_measurement_row
52852023-10-11T20:32:08.518Z PASS [ 0.029s] oximeter-db query::tests::test_field_cmp
52862023-10-11T20:32:08.532Z PASS [ 0.032s] oximeter-db query::tests::test_field_selector_as_query
52872023-10-11T20:32:08.549Z PASS [ 0.032s] oximeter-db query::tests::test_field_value_as_db_str
52882023-10-11T20:32:08.575Z PASS [ 0.034s] oximeter-db query::tests::test_select_query_builder_from_parts
52892023-10-11T20:32:08.594Z PASS [ 0.063s] oximeter-db query::tests::test_select_query_builder_field_selectors
52902023-10-11T20:32:09.026Z PASS [ 0.220s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
52912023-10-11T20:32:09.462Z PASS [ 0.078s] oximeter-db query::tests::test_select_query_builder_filter_raw
52922023-10-11T20:32:09.489Z PASS [ 0.037s] oximeter-db query::tests::test_select_query_builder_limit_offset
52932023-10-11T20:32:09.506Z PASS [ 0.038s] oximeter-db query::tests::test_select_query_builder_no_fields
52942023-10-11T20:32:09.521Z PASS [ 0.058s] oximeter-db query::tests::test_select_query_builder_full
52952023-10-11T20:32:09.533Z PASS [ 0.036s] oximeter-db query::tests::test_select_query_builder_no_selectors
52962023-10-11T20:32:09.547Z PASS [ 0.033s] oximeter-db query::tests::test_time_range
52972023-10-11T20:32:09.562Z PASS [ 0.039s] oximeter-db tests::test_timeseries_name
52982023-10-11T20:32:09.574Z PASS [ 0.068s] oximeter-db query::tests::test_string_field_selector
52992023-10-11T20:32:09.590Z PASS [ 0.047s] oximeter-db tests::test_timeseries_name_from_str
53002023-10-11T20:32:09.607Z PASS [ 0.033s] oximeter-instruments http::tests::test_normalize_uri_path
53012023-10-11T20:32:09.638Z PASS [ 0.054s] oximeter-instruments http::tests::test_latency_tracker
53022023-10-11T20:32:09.661Z PASS [ 0.035s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
53032023-10-11T20:32:10.092Z PASS [ 0.027s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_by_field_name
53042023-10-11T20:32:10.109Z PASS [ 0.030s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
53052023-10-11T20:32:10.125Z PASS [ 0.029s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
53062023-10-11T20:32:10.147Z PASS [ 0.031s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
53072023-10-11T20:32:10.175Z PASS [ 0.036s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_annotated_field
53082023-10-11T20:32:10.207Z PASS [ 0.035s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_datum_field
53092023-10-11T20:32:10.235Z PASS [ 0.028s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_enum
53102023-10-11T20:32:10.265Z PASS [ 0.032s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_without_datum_field
53112023-10-11T20:32:10.293Z PASS [ 0.028s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target
53122023-10-11T20:32:10.305Z PASS [ 0.030s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_empty_struct
53132023-10-11T20:32:10.317Z PASS [ 0.031s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_enum
53142023-10-11T20:32:10.326Z PASS [ 0.031s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_unit_struct
53152023-10-11T20:32:10.339Z PASS [ 0.030s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_with_datum_field
53162023-10-11T20:32:10.349Z PASS [ 0.041s] sled-hardware disk::test::test_disk_paths
53172023-10-11T20:32:10.360Z PASS [ 0.043s] sled-hardware disk::test::test_partition_device_paths
53182023-10-11T20:32:10.374Z PASS [ 0.041s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
53192023-10-11T20:32:10.385Z PASS [ 0.053s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
53202023-10-11T20:32:10.404Z PASS [ 0.038s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
53212023-10-11T20:32:10.419Z PASS [ 0.036s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
53222023-10-11T20:32:10.432Z PASS [ 1.276s] oximeter-db client::tests::test_timeseries_schema_list
53232023-10-11T20:32:10.454Z PASS [ 0.048s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
53242023-10-11T20:32:10.993Z PASS [ 0.042s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
53252023-10-11T20:32:11.020Z PASS [ 0.036s] sled-hardware underlay::tests::test_mac_to_bootstrap_ip
53262023-10-11T20:32:11.049Z PASS [ 0.043s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
53272023-10-11T20:32:11.481Z PASS [ 0.039s] tufaceous-lib archive::tests::test_validate_path
53282023-10-11T20:32:11.497Z PASS [ 0.042s] tufaceous-lib key::tests::test_from_str
53292023-10-11T20:32:11.511Z PASS [ 1.279s] oximeter-db client::tests::test_unquoted_64bit_integers
53302023-10-11T20:32:11.524Z PASS [ 1.585s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
53312023-10-11T20:32:11.549Z PASS [ 0.124s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
53322023-10-11T20:32:11.567Z PASS [ 0.044s] update-engine engine::tests::error_exits_early
53332023-10-11T20:32:12.059Z PASS [ 0.039s] update-engine events::tests::progress_event_parse_unknown
53342023-10-11T20:32:12.064Z PASS [ 0.035s] update-engine events::tests::step_event_parse_unknown
53352023-10-11T20:32:12.076Z PASS [ 0.062s] wicket rack_setup::config_toml::tests::round_trip_nonempty_config
53362023-10-11T20:32:12.085Z PASS [ 1.654s] oximeter-db client::tests::test_select_timeseries_with_start_time
53372023-10-11T20:32:12.094Z PASS [ 0.254s] update-engine buffer::tests::test_buffer
53382023-10-11T20:32:12.106Z PASS [ 0.052s] wicketd installinator_progress::tests::test_states
53392023-10-11T20:32:12.118Z PASS [ 0.116s] wicketd artifacts::update_plan::tests::test_update_plan_from_artifacts
53402023-10-11T20:32:12.135Z PASS [ 0.202s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
53412023-10-11T20:32:12.155Z PASS [ 0.605s] tufaceous::integration-tests command_tests::test_init_and_add
53422023-10-11T20:32:12.178Z PASS [ 0.389s] wicketd::mod integration_tests::commands::test_wicketd_openapi
53432023-10-11T20:32:12.619Z PASS [ 0.800s] tufaceous::manifest-tests check_manifest::fake.toml
53442023-10-11T20:32:12.662Z PASS [ 0.968s] tufaceous::integration-tests command_tests::test_assemble_fake
53452023-10-11T20:32:13.184Z
53462023-10-11T20:32:14.265Z PASS [ 0.919s] wicketd artifacts::artifacts_with_plan::tests::test_extract_fake
53472023-10-11T20:32:14.284Z ##### #### #### ##### ###### #### #####
53482023-10-11T20:32:14.304Z PASS [ 1.144s] wicketd::mod integration_tests::inventory::test_inventory
53492023-10-11T20:32:14.328Z # # # # # # # # # #
53502023-10-11T20:32:14.355Z PASS [ 1.808s] wicketd::mod integration_tests::updates::test_update_races
53512023-10-11T20:32:15.209Z # # # # # # ##### #### #
53522023-10-11T20:32:15.225Z PASS [ 1.688s] wicketd::mod integration_tests::updates::test_updates
53532023-10-11T20:32:15.292Z # # # # # # # # #
53542023-10-11T20:32:15.726Z PASS [ 3.930s] wicketd::mod integration_tests::updates::test_installinator_fetch
53552023-10-11T20:32:16.581Z # # # # # # # # # # #
53562023-10-11T20:32:16.619Z------------
53572023-10-11T20:32:16.644Z ##### #### #### # ###### #### #
53582023-10-11T20:32:16.686Z Summary [1482.100s] 910 tests run: 910 passed (12 slow, 1 leaky), 4 skipped
53592023-10-11T20:32:16.732Z
53602023-10-11T20:32:17.157Z
53612023-10-11T20:32:17.169Zreal 24:53.460299786
53622023-10-11T20:32:17.182Zuser 2:22:32.632807794
53632023-10-11T20:32:17.194Zsys 32:49.403895353
53642023-10-11T20:32:17.208Ztrap 2:43.488519926
53652023-10-11T20:32:17.246Ztflt 19.834053984
53662023-10-11T20:32:17.259Zdflt 36.546549367
53672023-10-11T20:32:17.274Zkflt 0.196013286
53682023-10-11T20:32:17.289Zlock 484:41:28.981165432
53692023-10-11T20:32:17.303Zslp 26:01:15.221257745
53702023-10-11T20:32:17.317Zlat 2:12:27.900935367
53712023-10-11T20:32:17.334Zstop 20:22.118061536
53722023-10-11T20:32:17.780Z Fresh unicode-ident v1.0.12
53732023-10-11T20:32:18.243Z Fresh cfg-if v1.0.0
53742023-10-11T20:32:18.258Z Fresh version_check v0.9.4
53752023-10-11T20:32:18.277Z Fresh autocfg v1.1.0
53762023-10-11T20:32:18.299Z Fresh once_cell v1.18.0
53772023-10-11T20:32:18.320Z Fresh proc-macro2 v1.0.67
53782023-10-11T20:32:18.347Z Fresh memchr v2.6.3
53792023-10-11T20:32:18.369Z Fresh log v0.4.20
53802023-10-11T20:32:18.798Z Fresh itoa v1.0.9
53812023-10-11T20:32:19.223Z Fresh scopeguard v1.2.0
53822023-10-11T20:32:19.236Z Fresh quote v1.0.33
53832023-10-11T20:32:19.249Z Fresh libc v0.2.148
53842023-10-11T20:32:19.262Z Fresh smallvec v1.11.0
53852023-10-11T20:32:19.273Z Fresh syn v2.0.32
53862023-10-11T20:32:19.289Z Fresh getrandom v0.2.10
53872023-10-11T20:32:19.307Z Fresh syn v1.0.109
53882023-10-11T20:32:19.325Z Fresh jobserver v0.1.26
53892023-10-11T20:32:19.340Z Fresh serde_derive v1.0.188
53902023-10-11T20:32:19.366Z Fresh lock_api v0.4.10
53912023-10-11T20:32:19.376Z Fresh libm v0.2.7
53922023-10-11T20:32:20.643Z Fresh parking_lot_core v0.9.8
53932023-10-11T20:32:21.110Z Fresh cc v1.0.83
53942023-10-11T20:32:21.153Z Fresh ryu v1.0.15
53952023-10-11T20:32:21.235Z Fresh rand_core v0.6.4
53962023-10-11T20:32:21.369Z Fresh serde v1.0.188
53972023-10-11T20:32:21.448Z Fresh num-traits v0.2.16
53982023-10-11T20:32:21.577Z Fresh parking_lot v0.12.1
53992023-10-11T20:32:22.010Z Fresh thiserror-impl v1.0.49
54002023-10-11T20:32:22.454Z Fresh spin v0.5.2
54012023-10-11T20:32:22.507Z Fresh pin-project-lite v0.2.13
54022023-10-11T20:32:22.549Z Fresh bytes v1.5.0
54032023-10-11T20:32:22.571Z Fresh thiserror v1.0.49
54042023-10-11T20:32:23.010Z Fresh zeroize_derive v1.4.2
54052023-10-11T20:32:23.038Z Fresh signal-hook-registry v1.4.1
54062023-10-11T20:32:23.059Z Fresh num_cpus v1.16.0
54072023-10-11T20:32:23.090Z Fresh mio v0.8.8
54082023-10-11T20:32:23.142Z Fresh ahash v0.8.3
54092023-10-11T20:32:23.168Z Fresh zeroize v1.6.0
54102023-10-11T20:32:23.187Z Fresh bitflags v2.4.0
54112023-10-11T20:32:23.215Z Fresh fnv v1.0.7
54122023-10-11T20:32:23.239Z Fresh pkg-config v0.3.27
54132023-10-11T20:32:23.260Z Fresh tokio-macros v2.1.0
54142023-10-11T20:32:23.684Z Fresh socket2 v0.5.3
54152023-10-11T20:32:24.132Z Fresh futures-core v0.3.28
54162023-10-11T20:32:24.152Z Fresh tokio v1.32.0
54172023-10-11T20:32:24.163Z Fresh allocator-api2 v0.2.16
54182023-10-11T20:32:24.609Z Fresh byteorder v1.4.3
54192023-10-11T20:32:24.635Z Fresh futures-sink v0.3.28
54202023-10-11T20:32:25.093Z Fresh iana-time-zone v0.1.57
54212023-10-11T20:32:25.122Z Fresh hashbrown v0.14.0
54222023-10-11T20:32:25.136Z Fresh chrono v0.4.31
54232023-10-11T20:32:25.154Z Fresh pin-utils v0.1.0
54242023-10-11T20:32:25.600Z Fresh typenum v1.16.0
54252023-10-11T20:32:26.035Z Fresh heck v0.4.1
54262023-10-11T20:32:26.051Z Fresh futures-macro v0.3.28
54272023-10-11T20:32:26.075Z Fresh equivalent v1.0.1
54282023-10-11T20:32:26.102Z Fresh generic-array v0.14.7
54292023-10-11T20:32:26.183Z Fresh futures-task v0.3.28
54302023-10-11T20:32:26.199Z Fresh futures-channel v0.3.28
54312023-10-11T20:32:26.231Z Fresh slab v0.4.9
54322023-10-11T20:32:26.261Z Fresh futures-io v0.3.28
54332023-10-11T20:32:26.279Z Fresh indexmap v2.0.0
54342023-10-11T20:32:26.291Z Fresh lazy_static v1.4.0
54352023-10-11T20:32:26.299Z Fresh futures-util v0.3.28
54362023-10-11T20:32:26.308Z Fresh uuid v1.4.1
54372023-10-11T20:32:26.316Z Fresh tinyvec_macros v0.1.1
54382023-10-11T20:32:26.324Z Fresh subtle v2.5.0
54392023-10-11T20:32:26.329Z Fresh crypto-common v0.1.6
54402023-10-11T20:32:26.335Z Fresh vcpkg v0.2.15
54412023-10-11T20:32:26.342Z Fresh unicode-bidi v0.3.13
54422023-10-11T20:32:26.358Z Fresh aho-corasick v1.0.4
54432023-10-11T20:32:26.365Z Fresh tinyvec v1.6.0
54442023-10-11T20:32:26.380Z Fresh regex-syntax v0.7.5
54452023-10-11T20:32:26.390Z Fresh percent-encoding v2.3.0
54462023-10-11T20:32:26.401Z Fresh serde_derive_internals v0.26.0
54472023-10-11T20:32:26.414Z Fresh const-oid v0.9.5
54482023-10-11T20:32:26.425Z Fresh dyn-clone v1.0.13
54492023-10-11T20:32:26.445Z Fresh unicode-normalization v0.1.22
54502023-10-11T20:32:26.467Z Fresh regex-automata v0.3.8
54512023-10-11T20:32:26.480Z Fresh ppv-lite86 v0.2.17
54522023-10-11T20:32:26.497Z Fresh schemars_derive v0.8.13
54532023-10-11T20:32:26.515Z Fresh form_urlencoded v1.2.0
54542023-10-11T20:32:26.527Z Fresh rand_chacha v0.3.1
54552023-10-11T20:32:26.945Z Fresh regex v1.9.5
54562023-10-11T20:32:26.960Z Fresh http v0.2.9
54572023-10-11T20:32:26.974Z Fresh tracing-attributes v0.1.26
54582023-10-11T20:32:26.986Z Fresh tracing-core v0.1.31
54592023-10-11T20:32:27.000Z Fresh rand v0.8.5
54602023-10-11T20:32:27.024Z Fresh ahash v0.7.6
54612023-10-11T20:32:27.038Z Fresh tracing v0.1.37
54622023-10-11T20:32:27.053Z Fresh base64 v0.21.4
54632023-10-11T20:32:27.086Z Fresh idna v0.4.0
54642023-10-11T20:32:27.106Z Fresh block-buffer v0.10.4
54652023-10-11T20:32:27.130Z Fresh bitflags v1.3.2
54662023-10-11T20:32:27.636Z Fresh hashbrown v0.12.3
54672023-10-11T20:32:28.083Z Fresh url v2.4.1
54682023-10-11T20:32:28.708Z Fresh digest v0.10.7
54692023-10-11T20:32:28.730Z Fresh unicode-width v0.1.10
54702023-10-11T20:32:28.752Z Fresh serde_spanned v0.6.3
54712023-10-11T20:32:28.776Z Fresh toml_datetime v0.6.3
54722023-10-11T20:32:28.799Z Fresh indexmap v1.9.3
54732023-10-11T20:32:28.821Z Fresh errno v0.3.2
54742023-10-11T20:32:29.299Z Fresh winnow v0.5.15
54752023-10-11T20:32:29.333Z Fresh tokio-util v0.7.8
54762023-10-11T20:32:29.373Z Fresh semver v1.0.18
54772023-10-11T20:32:29.405Z Fresh httparse v1.8.0
54782023-10-11T20:32:29.520Z Fresh ucd-trie v0.1.6
54792023-10-11T20:32:29.557Z Fresh toml_edit v0.19.15
54802023-10-11T20:32:29.624Z Fresh socket2 v0.4.9
54812023-10-11T20:32:29.671Z Fresh untrusted v0.7.1
54822023-10-11T20:32:29.709Z Fresh pest v2.7.2
54832023-10-11T20:32:29.772Z Fresh ring v0.16.20
54842023-10-11T20:32:30.229Z Fresh httpdate v1.0.3
54852023-10-11T20:32:30.266Z Fresh unicode-xid v0.2.4
54862023-10-11T20:32:30.301Z Fresh try-lock v0.2.4
54872023-10-11T20:32:30.332Z Fresh h2 v0.3.21
54882023-10-11T20:32:30.347Z Fresh http-body v0.4.5
54892023-10-11T20:32:30.374Z Fresh want v0.3.1
54902023-10-11T20:32:30.518Z Fresh cpufeatures v0.2.9
54912023-10-11T20:32:30.662Z Fresh tower-service v0.3.2
54922023-10-11T20:32:30.691Z Fresh foreign-types-shared v0.1.1
54932023-10-11T20:32:31.149Z Fresh openssl-probe v0.1.5
54942023-10-11T20:32:31.196Z Fresh openssl-sys v0.9.93
54952023-10-11T20:32:31.221Z Fresh hyper v0.14.27
54962023-10-11T20:32:31.247Z Fresh rustix v0.38.9
54972023-10-11T20:32:31.721Z Fresh foreign-types v0.3.2
54982023-10-11T20:32:31.765Z Fresh openssl-macros v0.1.1
54992023-10-11T20:32:31.780Z Fresh either v1.9.0
55002023-10-11T20:32:32.250Z Fresh mime v0.3.17
55012023-10-11T20:32:32.276Z Fresh openssl v0.10.57
55022023-10-11T20:32:32.361Z Fresh sct v0.7.0
55032023-10-11T20:32:32.433Z Fresh rustls-webpki v0.101.4
55042023-10-11T20:32:32.478Z Fresh ipnet v2.8.0
55052023-10-11T20:32:32.495Z Fresh adler v1.0.2
55062023-10-11T20:32:32.952Z Fresh rustls v0.21.7
55072023-10-11T20:32:32.986Z Fresh rustls-pemfile v1.0.3
55082023-10-11T20:32:33.420Z Fresh time-core v0.1.1
55092023-10-11T20:32:33.910Z Fresh serde_urlencoded v0.7.1
55102023-10-11T20:32:33.945Z Fresh encoding_rs v0.8.33
55112023-10-11T20:32:33.968Z Fresh serde_json v1.0.107
55122023-10-11T20:32:34.051Z Fresh miniz_oxide v0.7.1
55132023-10-11T20:32:34.068Z Fresh tokio-rustls v0.24.1
55142023-10-11T20:32:34.096Z Fresh native-tls v0.2.11
55152023-10-11T20:32:34.129Z Fresh time-macros v0.2.13
55162023-10-11T20:32:34.144Z Fresh num_threads v0.1.6
55172023-10-11T20:32:34.242Z Fresh deranged v0.3.8
55182023-10-11T20:32:34.339Z Fresh rustls-native-certs v0.6.3
55192023-10-11T20:32:34.396Z Fresh tokio-native-tls v0.3.1
55202023-10-11T20:32:34.852Z Fresh time v0.3.27
55212023-10-11T20:32:34.895Z Fresh strsim v0.10.0
55222023-10-11T20:32:35.325Z Fresh hyper-rustls v0.24.1
55232023-10-11T20:32:35.350Z Fresh hashbrown v0.13.2
55242023-10-11T20:32:35.409Z Fresh webpki-roots v0.25.2
55252023-10-11T20:32:35.838Z Fresh hyper-tls v0.5.0
55262023-10-11T20:32:35.854Z Fresh siphasher v0.3.11
55272023-10-11T20:32:35.873Z Fresh synstructure v0.12.6
55282023-10-11T20:32:36.298Z Fresh pest_meta v2.7.2
55292023-10-11T20:32:36.318Z Fresh gimli v0.28.0
55302023-10-11T20:32:36.343Z Fresh crossbeam-utils v0.8.16
55312023-10-11T20:32:36.365Z Fresh addr2line v0.21.0
55322023-10-11T20:32:36.381Z Fresh slog v2.7.0
55332023-10-11T20:32:36.398Z Fresh pest_generator v2.7.2
55342023-10-11T20:32:36.414Z Fresh zerocopy-derive v0.2.0
55352023-10-11T20:32:36.446Z Fresh object v0.32.1
55362023-10-11T20:32:36.504Z Fresh rustc-demangle v0.1.23
55372023-10-11T20:32:36.940Z Fresh pest_derive v2.7.2
55382023-10-11T20:32:36.958Z Fresh zerocopy v0.3.0
55392023-10-11T20:32:36.974Z Fresh futures-executor v0.3.28
55402023-10-11T20:32:36.988Z Fresh async-trait v0.1.73
55412023-10-11T20:32:37.007Z Fresh backtrace v0.3.69
55422023-10-11T20:32:37.027Z Fresh dof v0.1.5
55432023-10-11T20:32:37.045Z Fresh dtrace-parser v0.1.14
55442023-10-11T20:32:37.519Z Fresh thread-id v4.2.0
55452023-10-11T20:32:37.993Z Fresh serde_tokenstream v0.1.7
55462023-10-11T20:32:38.046Z Fresh anyhow v1.0.75
55472023-10-11T20:32:38.057Z Fresh rustc_version v0.4.0
55482023-10-11T20:32:38.072Z Fresh hex v0.4.3
55492023-10-11T20:32:38.087Z Fresh phf_shared v0.11.2
55502023-10-11T20:32:38.104Z Fresh futures v0.3.28
55512023-10-11T20:32:38.116Z Fresh sha2 v0.10.7
55522023-10-11T20:32:38.140Z Fresh toml v0.7.8
55532023-10-11T20:32:38.161Z Fresh usdt-attr-macro v0.3.5
55542023-10-11T20:32:38.583Z Fresh usdt-macro v0.3.5
55552023-10-11T20:32:38.597Z Fresh hmac v0.12.1
55562023-10-11T20:32:38.615Z Fresh fallible-iterator v0.2.0
55572023-10-11T20:32:38.664Z Fresh spin v0.9.8
55582023-10-11T20:32:39.152Z Fresh console v0.15.7
55592023-10-11T20:32:39.247Z Fresh schemars v0.8.13
55602023-10-11T20:32:39.306Z Fresh md-5 v0.10.5
55612023-10-11T20:32:39.529Z Fresh stringprep v0.1.3
55622023-10-11T20:32:39.598Z Fresh itertools v0.10.5
55632023-10-11T20:32:40.027Z Fresh utf8parse v0.2.1
55642023-10-11T20:32:40.478Z Fresh phf v0.11.2
55652023-10-11T20:32:40.494Z Fresh block-padding v0.3.3
55662023-10-11T20:32:40.956Z Fresh postgres-protocol v0.6.6
55672023-10-11T20:32:42.202Z Fresh whoami v1.4.1
55682023-10-11T20:32:42.432Z Fresh static_assertions v1.1.0
55692023-10-11T20:32:42.452Z Fresh inout v0.1.3
55702023-10-11T20:32:42.659Z Fresh crc32fast v1.3.2
55712023-10-11T20:32:42.978Z Fresh io-lifetimes v1.0.11
55722023-10-11T20:32:43.397Z Fresh num-integer v0.1.45
55732023-10-11T20:32:43.860Z Fresh zerocopy-derive v0.6.3
55742023-10-11T20:32:43.912Z Fresh unicode-segmentation v1.10.1
55752023-10-11T20:32:44.012Z Fresh anstyle v1.0.2
55762023-10-11T20:32:44.042Z Fresh cipher v0.4.4
55772023-10-11T20:32:44.132Z Fresh flate2 v1.0.27
55782023-10-11T20:32:44.195Z Fresh rustix v0.37.23
55792023-10-11T20:32:44.234Z Fresh zerocopy v0.6.3
55802023-10-11T20:32:44.681Z Fresh bit-vec v0.6.3
55812023-10-11T20:32:44.709Z Fresh data-encoding v2.4.0
55822023-10-11T20:32:44.731Z Fresh anstyle-parse v0.2.1
55832023-10-11T20:32:44.751Z Fresh colorchoice v1.0.0
55842023-10-11T20:32:45.182Z Fresh anstyle-query v1.0.0
55852023-10-11T20:32:45.611Z Fresh terminal_size v0.2.6
55862023-10-11T20:32:45.625Z Fresh clap_lex v0.5.1
55872023-10-11T20:32:45.638Z Fresh tap v1.0.1
55882023-10-11T20:32:45.653Z Fresh anstream v0.5.0
55892023-10-11T20:32:45.679Z Fresh managed v0.8.0
55902023-10-11T20:32:45.702Z Fresh wyz v0.5.1
55912023-10-11T20:32:45.747Z Fresh memoffset v0.9.0
55922023-10-11T20:32:46.187Z Fresh bit-set v0.5.3
55932023-10-11T20:32:46.617Z Fresh radium v0.7.0
55942023-10-11T20:32:46.620Z Fresh clap_builder v4.4.2
55952023-10-11T20:32:46.626Z Fresh phf_shared v0.10.0
55962023-10-11T20:32:46.630Z Fresh clap_derive v4.4.2
55972023-10-11T20:32:46.636Z Fresh matches v0.1.10
55982023-10-11T20:32:46.648Z Fresh precomputed-hash v0.1.1
55992023-10-11T20:32:47.067Z Fresh fixedbitset v0.4.2
56002023-10-11T20:32:47.072Z Fresh funty v2.0.0
56012023-10-11T20:32:47.086Z Fresh new_debug_unreachable v1.0.4
56022023-10-11T20:32:47.518Z Fresh petgraph v0.6.4
56032023-10-11T20:32:47.535Z Fresh clap v4.4.3
56042023-10-11T20:32:47.960Z Fresh idna v0.2.3
56052023-10-11T20:32:48.022Z Fresh num-iter v0.1.43
56062023-10-11T20:32:48.050Z Fresh crossbeam-epoch v0.9.15
56072023-10-11T20:32:48.072Z Fresh enum-as-inner v0.5.1
56082023-10-11T20:32:48.498Z Fresh string_cache v0.8.7
56092023-10-11T20:32:48.516Z Fresh bitvec v1.0.1
56102023-10-11T20:32:48.537Z Fresh serde_tokenstream v0.2.0
56112023-10-11T20:32:48.553Z Fresh trust-dns-proto v0.22.0
56122023-10-11T20:32:48.574Z Fresh scheduled-thread-pool v0.2.7
56132023-10-11T20:32:48.592Z Fresh diesel_table_macro_syntax v0.1.0
56142023-10-11T20:32:48.612Z Fresh lalrpop-util v0.19.12
56152023-10-11T20:32:48.630Z Fresh predicates-core v1.0.6
56162023-10-11T20:32:49.062Z Fresh regex-automata v0.1.10
56172023-10-11T20:32:49.084Z Fresh r2d2 v0.8.10
56182023-10-11T20:32:49.506Z Fresh bstr v0.2.17
56192023-10-11T20:32:49.512Z Fresh bzip2-sys v0.1.11+1.0.8
56202023-10-11T20:32:49.517Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
56212023-10-11T20:32:49.523Z Fresh diesel_derives v2.1.1
56222023-10-11T20:32:49.530Z Fresh signature v2.1.0
56232023-10-11T20:32:49.537Z Fresh hash32 v0.2.1
56242023-10-11T20:32:49.543Z Fresh float-cmp v0.9.0
56252023-10-11T20:32:49.549Z Fresh normalize-line-endings v0.3.0
56262023-10-11T20:32:49.556Z Fresh difflib v0.4.0
56272023-10-11T20:32:49.565Z Fresh smawk v0.3.1
56282023-10-11T20:32:49.575Z Fresh unicode-linebreak v0.1.5
56292023-10-11T20:32:49.588Z Fresh stable_deref_trait v1.2.0
56302023-10-11T20:32:49.621Z Fresh bzip2 v0.4.4
56312023-10-11T20:32:49.676Z Fresh textwrap v0.16.0
56322023-10-11T20:32:49.696Z Fresh heapless v0.7.16
56332023-10-11T20:32:49.711Z Fresh usdt-impl v0.3.5
56342023-10-11T20:32:49.742Z Fresh reqwest v0.11.20
56352023-10-11T20:32:49.763Z Fresh openapiv3 v1.0.3
56362023-10-11T20:32:50.604Z Fresh bstr v1.6.0
56372023-10-11T20:32:50.635Z Fresh hubpack_derive v0.1.1
56382023-10-11T20:32:50.669Z Fresh hubpack v0.1.2
56392023-10-11T20:32:50.700Z Fresh smoltcp v0.9.1
56402023-10-11T20:32:50.719Z Fresh num-bigint v0.4.4
56412023-10-11T20:32:50.748Z Fresh zip v0.6.6
56422023-10-11T20:32:50.768Z Fresh similar v2.2.1
56432023-10-11T20:32:50.788Z Fresh regress v0.7.1
56442023-10-11T20:32:50.810Z Fresh serde_repr v0.1.16
56452023-10-11T20:32:50.832Z Fresh yasna v0.5.2
56462023-10-11T20:32:50.852Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
56472023-10-11T20:32:50.871Z Fresh predicates v3.0.3
56482023-10-11T20:32:50.897Z Fresh usdt v0.3.5
56492023-10-11T20:32:50.994Z Fresh tokio-stream v0.1.14
56502023-10-11T20:32:51.018Z Fresh typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
56512023-10-11T20:32:51.451Z Fresh ipnetwork v0.20.0
56522023-10-11T20:32:51.882Z Fresh getopts v0.2.21
56532023-10-11T20:32:52.313Z Fresh unsafe-libyaml v0.2.9
56542023-10-11T20:32:52.334Z Fresh postgres-types v0.2.6
56552023-10-11T20:32:52.353Z Fresh serde_yaml v0.9.25
56562023-10-11T20:32:52.838Z Fresh ident_case v1.0.1
56572023-10-11T20:32:53.268Z Fresh tokio-postgres v0.7.10
56582023-10-11T20:32:53.324Z Fresh fastrand v2.0.0
56592023-10-11T20:32:53.346Z Fresh typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
56602023-10-11T20:32:53.368Z Fresh rustversion v1.0.14
56612023-10-11T20:32:53.405Z Fresh tempfile v3.8.0
56622023-10-11T20:32:53.425Z Fresh atty v0.2.14
56632023-10-11T20:32:53.440Z Fresh dirs-sys-next v0.1.2
56642023-10-11T20:32:53.453Z Fresh typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
56652023-10-11T20:32:53.890Z Fresh progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
56662023-10-11T20:32:55.136Z Fresh dirs-next v2.0.0
56672023-10-11T20:32:55.146Z Fresh progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
56682023-10-11T20:32:55.162Z Fresh crossbeam-channel v0.5.8
56692023-10-11T20:32:55.528Z Fresh match_cfg v0.1.0
56702023-10-11T20:32:55.559Z Fresh regex-syntax v0.6.29
56712023-10-11T20:32:56.014Z Fresh darling_core v0.20.3
56722023-10-11T20:32:56.026Z Fresh sha1 v0.10.5
56732023-10-11T20:32:56.049Z Fresh term v0.7.0
56742023-10-11T20:32:56.532Z Fresh hostname v0.3.1
56752023-10-11T20:32:56.565Z Fresh darling_macro v0.20.3
56762023-10-11T20:32:56.583Z Fresh strum_macros v0.25.2
56772023-10-11T20:32:56.602Z Fresh diesel v2.1.1
56782023-10-11T20:32:57.033Z Fresh thread_local v1.1.7
56792023-10-11T20:32:57.047Z Fresh darling v0.20.3
56802023-10-11T20:32:57.059Z Fresh strum v0.25.0
56812023-10-11T20:32:57.076Z Fresh instant v0.1.12
56822023-10-11T20:32:57.095Z Fresh take_mut v0.2.2
56832023-10-11T20:32:58.503Z Fresh slog-term v2.9.0
56842023-10-11T20:32:58.528Z Fresh slog-json v2.6.1
56852023-10-11T20:32:58.659Z Fresh serde_with_macros v2.3.3
56862023-10-11T20:32:58.713Z Fresh slog-bunyan v2.4.0
56872023-10-11T20:32:58.740Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
56882023-10-11T20:32:58.769Z Fresh structmeta-derive v0.1.6
56892023-10-11T20:32:58.784Z Fresh slog-async v2.8.0
56902023-10-11T20:32:59.205Z Fresh paste v1.0.14
56912023-10-11T20:32:59.229Z Fresh serde_with v2.3.3
56922023-10-11T20:32:59.661Z Fresh structmeta v0.1.6
56932023-10-11T20:32:59.680Z Fresh async-stream-impl v0.3.5
56942023-10-11T20:32:59.701Z Fresh camino v1.1.6
56952023-10-11T20:32:59.799Z Fresh atomic-waker v1.1.1
56962023-10-11T20:32:59.815Z Fresh debug-ignore v1.0.5
56972023-10-11T20:32:59.830Z Fresh multer v2.1.0
56982023-10-11T20:32:59.843Z Fresh async-stream v0.3.5
56992023-10-11T20:32:59.860Z Fresh dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
57002023-10-11T20:32:59.875Z Fresh serde_path_to_error v0.1.14
57012023-10-11T20:32:59.895Z Fresh waitgroup v0.1.2
57022023-10-11T20:32:59.913Z Fresh parse-display-derive v0.7.0
57032023-10-11T20:32:59.958Z Fresh backoff v0.4.0
57042023-10-11T20:32:59.983Z Fresh serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
57052023-10-11T20:33:00.008Z Fresh macaddr v1.0.1
57062023-10-11T20:33:00.056Z Fresh quick-error v1.2.3
57072023-10-11T20:33:00.929Z Fresh wait-timeout v0.2.0
57082023-10-11T20:33:00.935Z Fresh rand_xorshift v0.3.0
57092023-10-11T20:33:00.944Z Fresh dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
57102023-10-11T20:33:00.958Z Fresh parse-display v0.7.0
57112023-10-11T20:33:00.978Z Fresh rusty-fork v0.3.0
57122023-10-11T20:33:00.996Z Fresh unarray v0.1.4
57132023-10-11T20:33:01.014Z Fresh test-strategy v0.2.1
57142023-10-11T20:33:01.029Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
57152023-10-11T20:33:01.047Z Fresh base64ct v1.6.0
57162023-10-11T20:33:01.067Z Fresh is-terminal v0.4.9
57172023-10-11T20:33:01.082Z Fresh proptest v1.2.0
57182023-10-11T20:33:01.510Z Fresh proc-macro-crate v1.3.1
57192023-10-11T20:33:01.535Z Fresh password-hash v0.5.0
57202023-10-11T20:33:02.013Z Fresh blake2 v0.10.6
57212023-10-11T20:33:02.048Z Fresh filetime v0.2.22
57222023-10-11T20:33:02.093Z Fresh xattr v1.0.1
57232023-10-11T20:33:02.129Z Fresh argon2 v0.5.2
57242023-10-11T20:33:02.590Z Fresh tar v0.4.40
57252023-10-11T20:33:02.667Z Fresh num_enum_derive v0.5.11
57262023-10-11T20:33:02.686Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
57272023-10-11T20:33:02.709Z Fresh proc-macro-error-attr v1.0.4
57282023-10-11T20:33:02.732Z Fresh num_enum v0.5.11
57292023-10-11T20:33:02.752Z Fresh postcard-cobs v0.1.5-pre
57302023-10-11T20:33:02.778Z Fresh base64 v0.13.1
57312023-10-11T20:33:03.219Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
57322023-10-11T20:33:03.242Z Fresh proc-macro-error v1.0.4
57332023-10-11T20:33:03.285Z Fresh postcard v0.7.3
57342023-10-11T20:33:03.308Z Fresh smoltcp v0.8.2
57352023-10-11T20:33:03.744Z Fresh foreign-types-macros v0.2.3
57362023-10-11T20:33:03.766Z Fresh cfg-if v0.1.10
57372023-10-11T20:33:04.206Z Fresh foreign-types-shared v0.3.1
57382023-10-11T20:33:04.228Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
57392023-10-11T20:33:04.252Z Fresh termtree v0.4.1
57402023-10-11T20:33:04.289Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
57412023-10-11T20:33:04.324Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
57422023-10-11T20:33:04.350Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
57432023-10-11T20:33:04.380Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
57442023-10-11T20:33:04.408Z Fresh foreign-types v0.5.0
57452023-10-11T20:33:04.844Z Fresh predicates-tree v1.0.9
57462023-10-11T20:33:05.267Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
57472023-10-11T20:33:05.699Z Fresh cstr-argument v0.1.2
57482023-10-11T20:33:05.709Z Fresh pretty-hex v0.2.1
57492023-10-11T20:33:05.723Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
57502023-10-11T20:33:05.751Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
57512023-10-11T20:33:05.767Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
57522023-10-11T20:33:05.776Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
57532023-10-11T20:33:05.786Z Fresh colored v2.0.4
57542023-10-11T20:33:05.797Z Fresh zone_cfg_derive v0.2.0
57552023-10-11T20:33:05.806Z Fresh predicates v2.1.5
57562023-10-11T20:33:05.815Z Fresh mockall_derive v0.11.4
57572023-10-11T20:33:05.823Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
57582023-10-11T20:33:05.835Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
57592023-10-11T20:33:05.850Z Fresh downcast v0.11.0
57602023-10-11T20:33:05.854Z Fresh same-file v1.0.6
57612023-10-11T20:33:05.859Z Fresh fragile v2.0.0
57622023-10-11T20:33:05.864Z Fresh termcolor v1.2.0
57632023-10-11T20:33:05.869Z Fresh zone v0.2.0
57642023-10-11T20:33:05.877Z Fresh smf v0.2.2
57652023-10-11T20:33:05.882Z Fresh mockall v0.11.4
57662023-10-11T20:33:05.886Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
57672023-10-11T20:33:05.892Z Fresh walkdir v2.4.0
57682023-10-11T20:33:05.898Z Fresh pem v1.1.1
57692023-10-11T20:33:05.902Z Fresh camino-tempfile v1.0.2
57702023-10-11T20:33:05.924Z Fresh linked-hash-map v0.5.6
57712023-10-11T20:33:05.932Z Fresh lru-cache v0.1.2
57722023-10-11T20:33:05.946Z Fresh half v1.8.2
57732023-10-11T20:33:05.958Z Fresh ciborium-io v0.2.1
57742023-10-11T20:33:05.970Z Fresh slog-dtrace v0.2.3
57752023-10-11T20:33:05.978Z Fresh cancel-safe-futures v0.1.2
57762023-10-11T20:33:05.984Z Fresh ciborium-ll v0.2.1
57772023-10-11T20:33:05.991Z Fresh itertools v0.11.0
57782023-10-11T20:33:06.006Z Fresh headers-core v0.2.0
57792023-10-11T20:33:06.023Z Fresh pem-rfc7468 v0.7.0
57802023-10-11T20:33:06.035Z Fresh toml v0.5.11
57812023-10-11T20:33:06.048Z Fresh workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
57822023-10-11T20:33:06.061Z Fresh ciborium v0.2.1
57832023-10-11T20:33:06.072Z Fresh headers v0.3.9
57842023-10-11T20:33:06.089Z Fresh der_derive v0.7.2
57852023-10-11T20:33:06.105Z Fresh flagset v0.4.3
57862023-10-11T20:33:06.121Z Fresh hkdf v0.12.3
57872023-10-11T20:33:06.135Z Fresh rcgen v0.10.0
57882023-10-11T20:33:06.147Z Fresh der v0.7.8
57892023-10-11T20:33:06.164Z Fresh atomicwrites v0.4.1
57902023-10-11T20:33:06.595Z Fresh heck v0.3.3
57912023-10-11T20:33:06.621Z Fresh semver-parser v0.10.2
57922023-10-11T20:33:06.634Z Fresh textwrap v0.11.0
57932023-10-11T20:33:06.646Z Fresh subprocess v0.2.9
57942023-10-11T20:33:06.659Z Fresh strsim v0.8.0
57952023-10-11T20:33:06.679Z Fresh memoffset v0.7.1
57962023-10-11T20:33:06.702Z Fresh spki v0.7.2
57972023-10-11T20:33:06.717Z Fresh vec_map v0.8.2
57982023-10-11T20:33:06.732Z Fresh ansi_term v0.12.1
57992023-10-11T20:33:06.752Z Fresh keccak v0.1.4
58002023-10-11T20:33:06.787Z Fresh clap v2.34.0
58012023-10-11T20:33:06.807Z Fresh sha3 v0.10.8
58022023-10-11T20:33:06.827Z Fresh structopt-derive v0.4.18
58032023-10-11T20:33:06.845Z Fresh semver v0.11.0
58042023-10-11T20:33:07.279Z Fresh secrecy v0.8.0
58052023-10-11T20:33:07.317Z Fresh crc-catalog v2.2.0
58062023-10-11T20:33:07.380Z Fresh home v0.5.5
58072023-10-11T20:33:07.413Z Fresh maybe-uninit v2.0.0
58082023-10-11T20:33:07.465Z Fresh toolchain_find v0.2.0
58092023-10-11T20:33:07.478Z Fresh crc v3.0.1
58102023-10-11T20:33:07.488Z Fresh structopt v0.3.26
58112023-10-11T20:33:07.499Z Fresh libefi-sys v0.1.0
58122023-10-11T20:33:07.502Z Fresh pkcs8 v0.10.2
58132023-10-11T20:33:07.506Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
58142023-10-11T20:33:07.512Z Fresh resolv-conf v0.7.0
58152023-10-11T20:33:07.516Z Fresh packed_struct_codegen v0.10.1
58162023-10-11T20:33:07.521Z Fresh derive-where v1.2.5
58172023-10-11T20:33:07.527Z Fresh linear-map v1.2.0
58182023-10-11T20:33:07.543Z Fresh arc-swap v1.6.0
58192023-10-11T20:33:07.550Z Fresh nodrop v0.1.14
58202023-10-11T20:33:07.566Z Fresh packed_struct v0.10.1
58212023-10-11T20:33:07.581Z Fresh tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
58222023-10-11T20:33:07.596Z Fresh slog-scope v4.4.0
58232023-10-11T20:33:07.611Z Fresh array-init v0.0.4
58242023-10-11T20:33:07.626Z Fresh trust-dns-resolver v0.22.0
58252023-10-11T20:33:07.662Z Fresh num-bigint-dig v0.8.4
58262023-10-11T20:33:07.682Z Fresh pkcs1 v0.7.5
58272023-10-11T20:33:07.700Z Fresh rustfmt-wrapper v0.2.0
58282023-10-11T20:33:07.719Z Fresh signal-hook v0.3.17
58292023-10-11T20:33:08.143Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
58302023-10-11T20:33:08.164Z Fresh smallvec v0.6.14
58312023-10-11T20:33:08.173Z Fresh progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
58322023-10-11T20:33:08.189Z Fresh glob v0.3.1
58332023-10-11T20:33:08.211Z Fresh bitfield v0.14.0
58342023-10-11T20:33:08.230Z Fresh utf-8 v0.7.6
58352023-10-11T20:33:08.245Z Fresh slog-stdlog v4.1.1
58362023-10-11T20:33:08.259Z Fresh progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
58372023-10-11T20:33:08.274Z Fresh serde-hex v0.1.0
58382023-10-11T20:33:08.292Z Fresh lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
58392023-10-11T20:33:08.308Z Fresh rsa v0.9.2
58402023-10-11T20:33:08.329Z Fresh num-rational v0.4.1
58412023-10-11T20:33:09.141Z Fresh doc-comment v0.3.3
58422023-10-11T20:33:09.223Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
58432023-10-11T20:33:09.237Z Fresh x509-cert v0.2.4
58442023-10-11T20:33:09.252Z Fresh env_logger v0.10.0
58452023-10-11T20:33:09.265Z Fresh ron v0.8.1
58462023-10-11T20:33:09.283Z Fresh num-complex v0.4.4
58472023-10-11T20:33:09.343Z Fresh humantime v2.1.0
58482023-10-11T20:33:09.363Z Fresh crc-any v2.4.3
58492023-10-11T20:33:09.383Z Fresh num v0.4.1
58502023-10-11T20:33:09.399Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
58512023-10-11T20:33:09.838Z Fresh slog-envlogger v2.2.0
58522023-10-11T20:33:11.924Z Fresh libz-sys v1.1.12
58532023-10-11T20:33:11.955Z Fresh object v0.30.4
58542023-10-11T20:33:11.966Z Fresh lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
58552023-10-11T20:33:11.981Z Fresh fxhash v0.2.1
58562023-10-11T20:33:12.814Z
58572023-10-11T20:33:13.645Z Fresh path-slash v0.1.5
58582023-10-11T20:33:15.415Zrunning 5 tests
58592023-10-11T20:33:15.441Z Fresh semver v0.1.20
58602023-10-11T20:33:15.525Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 25) ... ignored
58612023-10-11T20:33:15.558Z Fresh libgit2-sys v0.15.2+1.6.4
58622023-10-11T20:33:15.594Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 44) ... ignored
58632023-10-11T20:33:16.447Z Fresh universal-hash v0.5.1
58642023-10-11T20:33:16.461Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 57) ... ignored
58652023-10-11T20:33:16.473Z Fresh hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b)
58662023-10-11T20:33:16.482Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 74) ... ignored
58672023-10-11T20:33:16.494Z Fresh rustc_version v0.1.7
58682023-10-11T20:33:16.507Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 89) ... ignored
58692023-10-11T20:33:16.516Z Fresh snafu-derive v0.7.5
58702023-10-11T20:33:16.525Z
58712023-10-11T20:33:16.533Z Fresh convert_case v0.4.0
58722023-10-11T20:33:16.542Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s
58732023-10-11T20:33:16.558Z Fresh opaque-debug v0.3.0
58742023-10-11T20:33:16.581Z
58752023-10-11T20:33:16.590Z Fresh git2 v0.17.2
58762023-10-11T20:33:16.605Z Fresh derive_more v0.99.17
58772023-10-11T20:33:16.620Z Fresh snafu v0.7.5
58782023-10-11T20:33:17.857Z Fresh api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
58792023-10-11T20:33:17.894Z Fresh vergen v8.2.4
58802023-10-11T20:33:17.907Z Fresh newline-converter v0.3.0
58812023-10-11T20:33:17.921Z Fresh omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
58822023-10-11T20:33:17.938Z Fresh aead v0.5.2
58832023-10-11T20:33:18.366Z Fresh expectorate v1.1.0
58842023-10-11T20:33:18.394Z Fresh libsqlite3-sys v0.26.0
58852023-10-11T20:33:19.666Z Fresh newtype_derive v0.1.6
58862023-10-11T20:33:20.092Z Fresh buf-list v1.0.3
58872023-10-11T20:33:20.101Z Fresh tungstenite v0.18.0
58882023-10-11T20:33:20.113Z Fresh crossbeam-deque v0.8.3
58892023-10-11T20:33:20.122Z Fresh toml_edit v0.20.0
58902023-10-11T20:33:20.137Z Fresh hashlink v0.8.3
58912023-10-11T20:33:20.147Z Fresh fallible-streaming-iterator v0.1.9
58922023-10-11T20:33:20.163Z Fresh display-error-chain v0.1.1
58932023-10-11T20:33:20.181Z Fresh tokio-tungstenite v0.18.0
58942023-10-11T20:33:20.197Z Fresh toml v0.8.0
58952023-10-11T20:33:20.621Z
58962023-10-11T20:33:20.643Z Fresh steno v0.4.0
58972023-10-11T20:33:21.475Zrunning 0 tests
58982023-10-11T20:33:21.488Z Fresh rayon-core v1.11.0
58992023-10-11T20:33:21.505Z
59002023-10-11T20:33:21.522Z Fresh rusqlite v0.29.0
59012023-10-11T20:33:21.946Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59022023-10-11T20:33:21.963Z Fresh nix v0.26.2
59032023-10-11T20:33:22.390Z
59042023-10-11T20:33:22.410Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
59052023-10-11T20:33:22.430Z Fresh omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
59062023-10-11T20:33:22.451Z Fresh num_enum_derive v0.7.0
59072023-10-11T20:33:24.144Z Fresh twox-hash v1.6.3
59082023-10-11T20:33:24.166Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
59092023-10-11T20:33:24.199Z Fresh path-dedot v3.1.0
59102023-10-11T20:33:24.214Z Fresh diff v0.1.13
59112023-10-11T20:33:24.228Z Fresh path-absolutize v3.1.0
59122023-10-11T20:33:24.241Z Fresh num_enum v0.7.0
59132023-10-11T20:33:24.254Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
59142023-10-11T20:33:24.275Z Fresh nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
59152023-10-11T20:33:24.712Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
59162023-10-11T20:33:25.139Z Fresh platforms v3.0.2
59172023-10-11T20:33:25.578Z Fresh crunchy v0.2.2
59182023-10-11T20:33:25.608Z Fresh rayon v1.7.0
59192023-10-11T20:33:25.623Z Fresh polyval v0.6.1
59202023-10-11T20:33:25.643Z Fresh darling_core v0.14.4
59212023-10-11T20:33:26.069Z Fresh globset v0.4.13
59222023-10-11T20:33:26.088Z Fresh aes v0.8.3
59232023-10-11T20:33:26.103Z Fresh ctr v0.9.2
59242023-10-11T20:33:26.115Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
59252023-10-11T20:33:26.132Z Fresh olpc-cjson v0.1.3
59262023-10-11T20:33:26.971Z Fresh bincode v1.3.3
59272023-10-11T20:33:26.988Z Fresh serde_plain v1.0.2
59282023-10-11T20:33:27.002Z Fresh nibble_vec v0.1.0
59292023-10-11T20:33:27.028Z Fresh signature v1.6.4
59302023-10-11T20:33:27.049Z Fresh endian-type v0.1.2
59312023-10-11T20:33:27.068Z Fresh minimal-lexical v0.2.1
59322023-10-11T20:33:27.500Z Fresh tough v0.12.5
59332023-10-11T20:33:27.547Z Fresh crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
59342023-10-11T20:33:27.981Z Fresh ed25519 v1.5.3
59352023-10-11T20:33:27.999Z Fresh radix_trie v0.2.1
59362023-10-11T20:33:28.018Z Fresh nom v7.1.3
59372023-10-11T20:33:28.047Z Fresh aes-gcm-siv v0.11.1
59382023-10-11T20:33:28.070Z Fresh darling_macro v0.14.4
59392023-10-11T20:33:28.086Z Fresh parking_lot_core v0.8.6
59402023-10-11T20:33:28.099Z Fresh oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
59412023-10-11T20:33:28.115Z Fresh tiny-keccak v2.0.2
59422023-10-11T20:33:28.128Z Fresh unicase v2.7.0
59432023-10-11T20:33:28.142Z Fresh env_logger v0.9.3
59442023-10-11T20:33:28.587Z Fresh ascii-canvas v3.0.0
59452023-10-11T20:33:28.607Z Fresh ff v0.13.0
59462023-10-11T20:33:28.611Z Fresh bitstruct_derive v0.1.0
59472023-10-11T20:33:28.617Z Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
59482023-10-11T20:33:28.627Z Fresh async-recursion v1.0.5
59492023-10-11T20:33:28.639Z Fresh viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
59502023-10-11T20:33:28.653Z Fresh ena v0.14.2
59512023-10-11T20:33:28.667Z Fresh libloading v0.7.4
59522023-10-11T20:33:28.699Z Fresh ringbuffer v0.15.0
59532023-10-11T20:33:28.718Z Fresh ascii v1.1.0
59542023-10-11T20:33:28.733Z Fresh lalrpop v0.19.12
59552023-10-11T20:33:29.155Z Fresh viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
59562023-10-11T20:33:29.588Z Fresh bitstruct v0.1.1
59572023-10-11T20:33:29.610Z Fresh rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
59582023-10-11T20:33:29.627Z Fresh crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
59592023-10-11T20:33:29.641Z Fresh group v0.13.0
59602023-10-11T20:33:29.655Z Fresh clang-sys v1.6.1
59612023-10-11T20:33:29.670Z Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
59622023-10-11T20:33:29.684Z Fresh cexpr v0.6.0
59632023-10-11T20:33:29.697Z Fresh darling v0.14.4
59642023-10-11T20:33:29.708Z Fresh salty v0.2.0
59652023-10-11T20:33:29.722Z Fresh parking_lot v0.11.2
59662023-10-11T20:33:29.735Z Fresh trust-dns-client v0.22.0
59672023-10-11T20:33:29.750Z Fresh erased-serde v0.3.30
59682023-10-11T20:33:29.759Z Fresh prettyplease v0.2.12
59692023-10-11T20:33:29.764Z Fresh tungstenite v0.20.1
59702023-10-11T20:33:29.769Z Fresh signal-hook-mio v0.2.3
59712023-10-11T20:33:29.775Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
59722023-10-11T20:33:29.781Z Fresh nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
59732023-10-11T20:33:29.786Z Fresh dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
59742023-10-11T20:33:29.798Z Fresh which v4.4.0
59752023-10-11T20:33:29.809Z Fresh crypto-bigint v0.5.2
59762023-10-11T20:33:29.820Z Fresh serde-big-array v0.4.1
59772023-10-11T20:33:29.825Z Fresh serde-big-array v0.5.1
59782023-10-11T20:33:29.831Z Fresh serde_arrays v0.1.0
59792023-10-11T20:33:29.837Z Fresh thiserror-impl-no-std v2.0.2
59802023-10-11T20:33:29.842Z Fresh curve25519-dalek-derive v0.1.0
59812023-10-11T20:33:29.847Z Fresh num-derive v0.4.0
59822023-10-11T20:33:29.854Z Fresh rustc-hash v1.1.0
59832023-10-11T20:33:29.862Z Fresh shlex v1.1.0
59842023-10-11T20:33:29.868Z Fresh peeking_take_while v0.1.2
59852023-10-11T20:33:29.873Z Fresh lazycell v1.3.0
59862023-10-11T20:33:29.881Z Fresh base16ct v0.2.0
59872023-10-11T20:33:29.886Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
59882023-10-11T20:33:29.895Z Fresh thiserror-no-std v2.0.2
59892023-10-11T20:33:29.905Z Fresh elliptic-curve v0.13.5
59902023-10-11T20:33:29.917Z Fresh bindgen v0.65.1
59912023-10-11T20:33:29.926Z Fresh sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
59922023-10-11T20:33:29.935Z Fresh curve25519-dalek v4.1.0
59932023-10-11T20:33:29.948Z Fresh propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
59942023-10-11T20:33:29.959Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
59952023-10-11T20:33:29.970Z Fresh tokio-tungstenite v0.20.1
59962023-10-11T20:33:29.979Z Fresh sled v0.34.7
59972023-10-11T20:33:29.989Z Fresh derive_builder_core v0.12.0
59982023-10-11T20:33:30.001Z Fresh trust-dns-server v0.22.1
59992023-10-11T20:33:30.010Z Fresh portable-atomic v1.4.3
60002023-10-11T20:33:30.021Z Fresh poly1305 v0.8.0
60012023-10-11T20:33:30.035Z Fresh signal-hook-tokio v0.3.1
60022023-10-11T20:33:30.045Z Fresh chacha20 v0.9.1
60032023-10-11T20:33:30.056Z Fresh bytesize v1.3.0
60042023-10-11T20:33:30.069Z Fresh ref-cast-impl v1.0.20
60052023-10-11T20:33:30.082Z Fresh pretty-hex v0.3.0
60062023-10-11T20:33:30.172Z Fresh fs-err v2.9.0
60072023-10-11T20:33:30.193Z Fresh corncobs v0.1.3
60082023-10-11T20:33:30.208Z Fresh number_prefix v0.4.0
60092023-10-11T20:33:30.224Z Fresh chacha20poly1305 v0.10.1
60102023-10-11T20:33:30.237Z Fresh ref-cast v1.0.20
60112023-10-11T20:33:30.256Z Fresh indicatif v0.17.6
60122023-10-11T20:33:30.283Z Fresh sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
60132023-10-11T20:33:31.138Z Fresh derive_builder_macro v0.12.0
60142023-10-11T20:33:31.226Z Fresh mime_guess v2.0.4
60152023-10-11T20:33:31.671Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
60162023-10-11T20:33:31.685Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
60172023-10-11T20:33:31.700Z Fresh vsss-rs v3.3.1
60182023-10-11T20:33:31.725Z Fresh dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
60192023-10-11T20:33:31.775Z Fresh strum_macros v0.24.3
60202023-10-11T20:33:32.199Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4)
60212023-10-11T20:33:32.210Z Fresh const_format_proc_macros v0.2.31
60222023-10-11T20:33:32.219Z Fresh indoc v1.0.9
60232023-10-11T20:33:32.230Z Fresh internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
60242023-10-11T20:33:32.323Z Fresh const_format v0.2.31
60252023-10-11T20:33:32.747Z Fresh polar-core v0.26.4
60262023-10-11T20:33:33.201Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
60272023-10-11T20:33:33.213Z Fresh derive_builder v0.12.0
60282023-10-11T20:33:33.227Z Fresh libxml v0.3.3
60292023-10-11T20:33:33.245Z
60302023-10-11T20:33:33.266Z Fresh crossterm v0.27.0
60312023-10-11T20:33:33.290Zrunning 0 tests
60322023-10-11T20:33:33.723Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
60332023-10-11T20:33:33.736Z
60342023-10-11T20:33:33.749Z Fresh ron v0.7.1
60352023-10-11T20:33:33.762Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60362023-10-11T20:33:33.777Z Fresh bb8 v0.8.1
60372023-10-11T20:33:33.793Z
60382023-10-11T20:33:33.807Z Fresh quick-xml v0.23.1
60392023-10-11T20:33:33.823Z Fresh oso-derive v0.26.4
60402023-10-11T20:33:33.838Z Fresh impl-trait-for-tuples v0.2.2
60412023-10-11T20:33:33.912Z Fresh bit_field v0.10.2
60422023-10-11T20:33:33.923Z Fresh maplit v1.0.2
60432023-10-11T20:33:33.940Z Fresh http-range v0.1.5
60442023-10-11T20:33:33.957Z Fresh assert_matches v1.5.0
60452023-10-11T20:33:33.968Z Fresh indoc v2.0.3
60462023-10-11T20:33:34.036Z Fresh cassowary v0.3.0
60472023-10-11T20:33:34.056Z Fresh samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
60482023-10-11T20:33:34.074Z Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=da04c087f835a51e0441addb19c5ef4986e1fcf2#da04c087)
60492023-10-11T20:33:34.087Z Fresh oso v0.26.4
60502023-10-11T20:33:34.145Z Fresh propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
60512023-10-11T20:33:34.570Z Fresh hyper-staticfile v0.9.5
60522023-10-11T20:33:34.586Z Fresh ratatui v0.23.0
60532023-10-11T20:33:34.603Z Fresh diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
60542023-10-11T20:33:34.644Z Fresh cookie v0.16.2
60552023-10-11T20:33:35.089Z Fresh vte_generate_state_changes v0.1.1
60562023-10-11T20:33:35.098Z Fresh rtoolbox v0.0.1
60572023-10-11T20:33:35.119Z Fresh plotters-backend v0.3.5
60582023-10-11T20:33:35.128Z Fresh os_str_bytes v6.5.1
60592023-10-11T20:33:35.141Z Fresh owo-colors v3.5.0
60602023-10-11T20:33:35.156Z Fresh plotters-svg v0.3.5
60612023-10-11T20:33:35.170Z Fresh vte v0.11.1
60622023-10-11T20:33:35.184Z Fresh rpassword v7.2.0
60632023-10-11T20:33:35.200Z Fresh tui-tree-widget v0.13.0
60642023-10-11T20:33:35.218Z Fresh clap_lex v0.2.4
60652023-10-11T20:33:35.659Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
60662023-10-11T20:33:35.678Z Fresh clap_derive v3.2.25
60672023-10-11T20:33:35.696Z Fresh shell-words v1.1.0
60682023-10-11T20:33:36.117Z Fresh cast v0.3.0
60692023-10-11T20:33:36.173Z Fresh clap v3.2.25
60702023-10-11T20:33:36.679Z Fresh strip-ansi-escapes v0.2.0
60712023-10-11T20:33:36.706Z Fresh plotters v0.3.5
60722023-10-11T20:33:36.718Z Fresh crossterm v0.26.1
60732023-10-11T20:33:36.738Z Fresh criterion-plot v0.5.0
60742023-10-11T20:33:36.745Z Fresh tinytemplate v1.2.1
60752023-10-11T20:33:36.753Z
60762023-10-11T20:33:36.761Z Fresh fd-lock v3.0.13
60772023-10-11T20:33:36.786Zrunning 3 tests
60782023-10-11T20:33:36.804Z Fresh dashmap v5.5.1
60792023-10-11T20:33:37.233Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 28) ... ignored
60802023-10-11T20:33:37.249Z Fresh threadpool v1.8.1
60812023-10-11T20:33:37.273Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 48) ... ignored
60822023-10-11T20:33:37.289Z Fresh pin-project-internal v1.1.3
60832023-10-11T20:33:37.330Ztest nexus/db-macros/src/lib.rs - subquery_target (line 127) ... ignored
60842023-10-11T20:33:37.360Z Fresh serial_test_derive v0.10.0
60852023-10-11T20:33:38.851Z
60862023-10-11T20:33:39.294Z Fresh nanorand v0.7.0
60872023-10-11T20:33:39.410Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
60882023-10-11T20:33:39.482Z Fresh relative-path v1.9.0
60892023-10-11T20:33:39.921Z
60902023-10-11T20:33:40.374Z Fresh anes v0.1.6
60912023-10-11T20:33:40.829Z
60922023-10-11T20:33:40.852Z Fresh arrayref v0.3.7
60932023-10-11T20:33:40.875Zrunning 0 tests
60942023-10-11T20:33:40.896Z Fresh arrayvec v0.7.4
60952023-10-11T20:33:40.920Z
60962023-10-11T20:33:40.934Z Fresh yansi v0.5.1
60972023-10-11T20:33:40.952Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60982023-10-11T20:33:40.968Z Fresh constant_time_eq v0.2.6
60992023-10-11T20:33:40.985Z
61002023-10-11T20:33:41.014Z Fresh oorandom v11.1.3
61012023-10-11T20:33:41.043Z
61022023-10-11T20:33:41.468Z Fresh nu-ansi-term v0.49.0
61032023-10-11T20:33:41.484Zrunning 0 tests
61042023-10-11T20:33:41.501Z Fresh flume v0.11.0
61052023-10-11T20:33:41.558Z
61062023-10-11T20:33:41.583Z Fresh rstest_macros v0.18.2
61072023-10-11T20:33:41.590Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61082023-10-11T20:33:41.599Z Fresh blake2b_simd v1.0.1
61092023-10-11T20:33:41.606Z
61102023-10-11T20:33:41.616Z Fresh pretty_assertions v1.4.0
61112023-10-11T20:33:41.624Z Fresh serial_test v0.10.0
61122023-10-11T20:33:41.634Z Fresh reedline v0.23.0
61132023-10-11T20:33:41.643Z Fresh criterion v0.5.1
61142023-10-11T20:33:41.653Z Fresh libtest-mimic v0.5.2
61152023-10-11T20:33:41.667Z Fresh pin-project v1.1.3
61162023-10-11T20:33:41.678Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
61172023-10-11T20:33:41.688Z Fresh assert_cmd v2.0.12
61182023-10-11T20:33:41.724Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
61192023-10-11T20:33:41.747Z Fresh omicron-zone-package v0.8.3
61202023-10-11T20:33:41.763Z Fresh fatfs v0.3.6
61212023-10-11T20:33:42.195Z Fresh basic-toml v0.1.4
61222023-10-11T20:33:42.714Z Fresh rand v0.4.6
61232023-10-11T20:33:43.142Z Fresh remove_dir_all v0.5.3
61242023-10-11T20:33:43.151Z Fresh futures-timer v3.0.2
61252023-10-11T20:33:43.169Z Fresh constant_time_eq v0.3.0
61262023-10-11T20:33:43.179Z Fresh topological-sort v0.2.2
61272023-10-11T20:33:43.193Z Fresh trybuild v1.0.85
61282023-10-11T20:33:43.626Z Fresh partial-io v0.5.4
61292023-10-11T20:33:43.646Z Fresh datatest-stable v0.1.3
61302023-10-11T20:33:44.073Z Fresh tempdir v0.3.7
61312023-10-11T20:33:44.087Z Fresh rust-argon2 v1.0.1
61322023-10-11T20:33:44.100Z Fresh rstest v0.18.2
61332023-10-11T20:33:44.115Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
61342023-10-11T20:33:44.129Z Fresh httptest v0.15.4
61352023-10-11T20:33:44.142Z Fresh similar-asserts v1.5.0
61362023-10-11T20:33:44.161Z Fresh approx v0.5.1
61372023-10-11T20:33:44.182Z Fresh hex-literal v0.4.1
61382023-10-11T20:33:44.606Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
61392023-10-11T20:33:44.619Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
61402023-10-11T20:33:44.634Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
61412023-10-11T20:33:44.649Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
61422023-10-11T20:33:44.664Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
61432023-10-11T20:33:44.686Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
61442023-10-11T20:33:44.706Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
61452023-10-11T20:33:44.731Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
61462023-10-11T20:33:44.750Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
61472023-10-11T20:33:44.765Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
61482023-10-11T20:33:44.790Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
61492023-10-11T20:33:44.811Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
61502023-10-11T20:33:44.825Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
61512023-10-11T20:33:44.919Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
61522023-10-11T20:33:44.937Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
61532023-10-11T20:33:45.367Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
61542023-10-11T20:33:45.381Z Fresh installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
61552023-10-11T20:33:45.390Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
61562023-10-11T20:33:45.405Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
61572023-10-11T20:33:45.841Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
61582023-10-11T20:33:46.269Z Fresh installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
61592023-10-11T20:33:46.698Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
61602023-10-11T20:33:46.724Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
61612023-10-11T20:33:47.150Z Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
61622023-10-11T20:33:47.169Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
61632023-10-11T20:33:47.194Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
61642023-10-11T20:33:47.210Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
61652023-10-11T20:33:47.231Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
61662023-10-11T20:33:47.257Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
61672023-10-11T20:33:47.277Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
61682023-10-11T20:33:47.297Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
61692023-10-11T20:33:47.317Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
61702023-10-11T20:33:47.843Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
61712023-10-11T20:33:47.857Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
61722023-10-11T20:33:47.870Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
61732023-10-11T20:33:47.896Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
61742023-10-11T20:33:47.919Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
61752023-10-11T20:33:47.943Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
61762023-10-11T20:33:47.960Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
61772023-10-11T20:33:48.395Z Fresh ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
61782023-10-11T20:33:48.413Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
61792023-10-11T20:33:48.427Z Fresh ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
61802023-10-11T20:33:48.444Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
61812023-10-11T20:33:48.459Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
61822023-10-11T20:33:48.473Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
61832023-10-11T20:33:48.485Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
61842023-10-11T20:33:48.498Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
61852023-10-11T20:33:48.514Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
61862023-10-11T20:33:48.530Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
61872023-10-11T20:33:48.546Z
61882023-10-11T20:33:48.564Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
61892023-10-11T20:33:48.582Zrunning 0 tests
61902023-10-11T20:33:48.598Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
61912023-10-11T20:33:48.620Z
61922023-10-11T20:33:49.047Z Finished test [unoptimized + debuginfo] target(s) in 57.38s
61932023-10-11T20:33:49.061Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61942023-10-11T20:33:49.082Z Doc-tests authz-macros
61952023-10-11T20:33:49.096Z
61962023-10-11T20:33:49.110Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-80c0a61bd78c4ac7.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-53195d35c8f0bc6d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
61972023-10-11T20:33:49.126Z
61982023-10-11T20:33:49.140Z Doc-tests bootstore
61992023-10-11T20:33:49.164Zrunning 0 tests
62002023-10-11T20:33:49.186Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b81dbd8e94407ea3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-8068ddbfa021534a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b02ff41e36379ccd.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c30307398ce35dec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5d70a0dcf69bc55e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ea0b627c9a739c90.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f2642e2c433d97f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-2b6e5b31ebe9ed51.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
62012023-10-11T20:33:49.615Z
62022023-10-11T20:33:49.639Z Doc-tests bootstrap-agent-client
62032023-10-11T20:33:49.653Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62042023-10-11T20:33:49.659Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2bc9705312c0fc16.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f2642e2c433d97f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
62052023-10-11T20:33:49.667Z
62062023-10-11T20:33:49.674Z Doc-tests db-macros
62072023-10-11T20:33:49.682Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c995c62f4b185a16.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-53195d35c8f0bc6d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-94122bad152a8b2c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
62082023-10-11T20:33:49.690Z Doc-tests ddm-admin-client
62092023-10-11T20:33:49.703Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-857640b9bbd51b9e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b2f6193eafb252b6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f2642e2c433d97f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib -C embed-bitcode=no -D warnings --error-format human`
62102023-10-11T20:33:49.718Z Doc-tests dns-server
62112023-10-11T20:33:49.738Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-da1689334baf8704.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-10b5060236e3aacf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-848b3c132e6d7a6e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-fe8ac60f010f5864.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-cc6301101d5f8452.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-098c27be3dd0f029.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4f64b99a251c91b7.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bb3a215837416d39.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
62122023-10-11T20:33:49.757Z Doc-tests dns-service-client
62132023-10-11T20:33:49.780Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-10b5060236e3aacf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
62142023-10-11T20:33:49.794Z Doc-tests dpd-client
62152023-10-11T20:33:49.813Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-08d9f266c5a429dc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b2f6193eafb252b6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
62162023-10-11T20:33:49.833Z Doc-tests gateway-client
62172023-10-11T20:33:50.265Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a342014da38febe9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
62182023-10-11T20:33:50.330Z
62192023-10-11T20:33:50.347Z Doc-tests gateway-test-utils
62202023-10-11T20:33:50.767Zrunning 0 tests
62212023-10-11T20:33:50.785Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4950bdf62f4a774e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9128d2dc0579ac6c.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-c88be40868ca8664.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2fa1f391887f11f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
62222023-10-11T20:33:51.217Z
62232023-10-11T20:33:51.240Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62242023-10-11T20:33:51.668Z
62252023-10-11T20:33:52.110Z Doc-tests illumos-utils
62262023-10-11T20:33:52.124Z
62272023-10-11T20:33:52.131Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-bb8a67a696c4b83a.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-d0b5a9931f42a80a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e1fef7b2fadf99bf.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-76900858d9cbc63e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-998ea3655c179ff9.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-6048a61c9000ae68.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ca5d824de68c04e4.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' -D warnings --error-format human`
62282023-10-11T20:33:52.144Zrunning 0 tests
62292023-10-11T20:33:52.151Z
62302023-10-11T20:33:52.160Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62312023-10-11T20:33:52.170Z
62322023-10-11T20:33:52.183Z
62332023-10-11T20:33:52.616Zrunning 0 tests
62342023-10-11T20:33:52.632Z
62352023-10-11T20:33:52.643Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62362023-10-11T20:33:52.655Z
62372023-10-11T20:33:52.742Z Doc-tests installinator
62382023-10-11T20:33:52.771Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e61d6aeb4d5bc5b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3f2a95cd4754ba4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-857640b9bbd51b9e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-0cd7c1614351d401.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-7d5b0c521a1c8140.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e1fef7b2fadf99bf.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-054b2bf1d3cadf17.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-8b76d343d64c1004.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f21a7315af730f25.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-9ee51e801678138d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-801e0b4b14742694.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b2f6193eafb252b6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5d70a0dcf69bc55e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c0716d2143b26d1a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f2642e2c433d97f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ebfc7cabf556acc7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9a984b7ccb4224e3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-43976b1a20feb9b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ffad16269da917c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
62392023-10-11T20:33:53.193Z
62402023-10-11T20:33:53.201Zrunning 0 tests
62412023-10-11T20:33:53.211Z
62422023-10-11T20:33:53.220Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62432023-10-11T20:33:53.231Z
62442023-10-11T20:33:53.247Z Doc-tests installinator-artifact-client
62452023-10-11T20:33:53.264Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-8b76d343d64c1004.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f21a7315af730f25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ffad16269da917c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
62462023-10-11T20:33:53.278Z
62472023-10-11T20:33:53.286Zrunning 0 tests
62482023-10-11T20:33:53.299Z
62492023-10-11T20:33:53.315Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62502023-10-11T20:33:53.337Z
62512023-10-11T20:33:53.756Z Doc-tests installinator-artifactd
62522023-10-11T20:33:54.186Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-0cbfffc2dab275e3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f21a7315af730f25.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
62532023-10-11T20:33:54.202Z
62542023-10-11T20:33:54.219Zrunning 0 tests
62552023-10-11T20:33:54.723Z
62562023-10-11T20:33:54.755Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62572023-10-11T20:33:54.781Z
62582023-10-11T20:33:54.800Z Doc-tests installinator-common
62592023-10-11T20:33:54.831Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e1fef7b2fadf99bf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f21a7315af730f25.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ffad16269da917c2.rlib -C embed-bitcode=no -D warnings --error-format human`
62602023-10-11T20:33:54.862Z
62612023-10-11T20:33:54.885Zrunning 0 tests
62622023-10-11T20:33:54.903Z
62632023-10-11T20:33:54.919Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62642023-10-11T20:33:55.759Z
62652023-10-11T20:33:55.774Z Doc-tests internal-dns
62662023-10-11T20:33:55.787Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-da1689334baf8704.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-10b5060236e3aacf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f8f5bfc146078dff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-848b3c132e6d7a6e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-098c27be3dd0f029.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4f64b99a251c91b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
62672023-10-11T20:33:56.706Z
62682023-10-11T20:33:56.904Zrunning 0 tests
62692023-10-11T20:33:56.919Z
62702023-10-11T20:33:56.941Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62712023-10-11T20:33:56.956Z
62722023-10-11T20:33:57.021Z Doc-tests ipcc-key-value
62732023-10-11T20:33:57.513Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ipcc_key_value --test ipcc-key-value/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc-key-value -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-9ee51e801678138d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5d70a0dcf69bc55e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ebfc7cabf556acc7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
62742023-10-11T20:33:57.654Z
62752023-10-11T20:33:57.681Zrunning 0 tests
62762023-10-11T20:33:58.112Z
62772023-10-11T20:33:58.547Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62782023-10-11T20:33:58.561Z
62792023-10-11T20:33:58.574Z Doc-tests key-manager
62802023-10-11T20:33:58.588Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c30307398ce35dec.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-9488bdfbf39687ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ea0b627c9a739c90.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -C embed-bitcode=no -D warnings --error-format human`
62812023-10-11T20:33:59.012Z
62822023-10-11T20:33:59.024Zrunning 0 tests
62832023-10-11T20:33:59.031Z
62842023-10-11T20:33:59.038Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62852023-10-11T20:33:59.047Z
62862023-10-11T20:33:59.067Z Doc-tests nexus-client
62872023-10-11T20:33:59.076Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-66f56017f68fc5fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f72ef113186ac492.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
62882023-10-11T20:33:59.157Z
62892023-10-11T20:33:59.581Zrunning 0 tests
62902023-10-11T20:34:00.006Z
62912023-10-11T20:34:00.022Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62922023-10-11T20:34:00.040Z
62932023-10-11T20:34:00.054Z Doc-tests nexus-db-model
62942023-10-11T20:34:00.070Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c995c62f4b185a16.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc67fb1af8d83a16.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-dc6619d449496518.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2620c443db0e8bfa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bfefcfb0792b192a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6f2ff22c76bbc71b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f72ef113186ac492.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9b4cd1458b78d4c8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d44090c33ef25fd5.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-af0326da93a9a68c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
62952023-10-11T20:34:09.480Z
62962023-10-11T20:34:09.495Zrunning 2 tests
62972023-10-11T20:34:11.989Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
62982023-10-11T20:34:12.011Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
62992023-10-11T20:34:12.033Z
63002023-10-11T20:34:12.049Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.51s
63012023-10-11T20:34:12.477Z
63022023-10-11T20:34:12.494Z Doc-tests nexus-db-queries
63032023-10-11T20:34:13.406Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-aaa96eb9cfc62742.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-80c0a61bd78c4ac7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-6ec89e492c03fab1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f36c218727b12596.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c995c62f4b185a16.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc67fb1af8d83a16.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-0289e42561ff514a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-503ab657e54ee27f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-8885849ac3328b0b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f8f5bfc146078dff.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-dc6619d449496518.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2c843c6a27913dd2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2620c443db0e8bfa.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5fa29d9ccc5f35f0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bfefcfb0792b192a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f72ef113186ac492.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a8b913ca5b14e3a0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-cc204b2ec6970340.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7154084f6425dca.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-60975c2e10be68af.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-353c2dc91b54d196.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-ae6597b034cda5ab.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d44090c33ef25fd5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-af0326da93a9a68c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1f045818cf0b0aea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-444f0032c5c7ec16.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ea8dcc1dd42eca2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
63042023-10-11T20:34:15.241Z
63052023-10-11T20:34:15.268Zrunning 1 test
63062023-10-11T20:34:15.288Ztest nexus/db-queries/src/db/alias.rs - db::alias::ExpressionAlias (line 20) ... ignored
63072023-10-11T20:34:15.423Z
63082023-10-11T20:34:15.444Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
63092023-10-11T20:34:17.126Z
63102023-10-11T20:34:17.144Z Doc-tests nexus-defaults
63112023-10-11T20:34:17.163Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2620c443db0e8bfa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib -C embed-bitcode=no -D warnings --error-format human`
63122023-10-11T20:34:17.178Z
63132023-10-11T20:34:17.200Zrunning 0 tests
63142023-10-11T20:34:17.215Z
63152023-10-11T20:34:17.685Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63162023-10-11T20:34:17.785Z
63172023-10-11T20:34:18.227Z Doc-tests nexus-types
63182023-10-11T20:34:18.736Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-ef9fd683995629ad.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-10b5060236e3aacf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bfefcfb0792b192a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f72ef113186ac492.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9b4cd1458b78d4c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-af0326da93a9a68c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
63192023-10-11T20:34:18.846Z
63202023-10-11T20:34:18.884Zrunning 0 tests
63212023-10-11T20:34:18.912Z
63222023-10-11T20:34:18.936Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63232023-10-11T20:34:18.962Z
63242023-10-11T20:34:19.396Z Doc-tests omicron-certificates
63252023-10-11T20:34:20.639Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-0cd7c1614351d401.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-7361b1a016d3615a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6f2ff22c76bbc71b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-60975c2e10be68af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib -C embed-bitcode=no -D warnings --error-format human`
63262023-10-11T20:34:21.079Z
63272023-10-11T20:34:21.103Zrunning 0 tests
63282023-10-11T20:34:21.127Z
63292023-10-11T20:34:21.148Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63302023-10-11T20:34:21.576Z
63312023-10-11T20:34:21.601Z Doc-tests omicron-common
63322023-10-11T20:34:21.632Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-ef9fd683995629ad.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-df7874c19879351a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9b4cd1458b78d4c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5d70a0dcf69bc55e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ebfc7cabf556acc7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-444f0032c5c7ec16.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -D warnings --error-format human`
63332023-10-11T20:34:21.818Z
63342023-10-11T20:34:21.831Zrunning 2 tests
63352023-10-11T20:34:22.265Ztest common/src/lib.rs - FileKv (line 57) ... ignored
63362023-10-11T20:34:30.808Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 456) ... ok
63372023-10-11T20:34:30.836Z
63382023-10-11T20:34:30.853Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 8.58s
63392023-10-11T20:34:31.275Z
63402023-10-11T20:34:32.515Z Doc-tests omicron-gateway
63412023-10-11T20:34:32.557Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-0fe53bf5bbddeceb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4950bdf62f4a774e.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-4dfba58664faa014.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9128d2dc0579ac6c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-9ee51e801678138d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-c88be40868ca8664.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6f1b9fc73aa4b6db.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-466568a0799675d6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2fa1f391887f11f1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9a984b7ccb4224e3.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-931734a40429aaa2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c4c0ee8f356931ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
63422023-10-11T20:34:32.574Z
63432023-10-11T20:34:32.594Zrunning 0 tests
63442023-10-11T20:34:33.028Z
63452023-10-11T20:34:35.888Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63462023-10-11T20:34:35.905Z
63472023-10-11T20:34:35.945Z Doc-tests omicron-nexus
63482023-10-11T20:34:36.623Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-aaa96eb9cfc62742.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-6ec89e492c03fab1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3f2a95cd4754ba4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f36c218727b12596.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-b49c740b72a584c4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c78830710c4306f4.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e820acb45a769613.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc67fb1af8d83a16.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-da1689334baf8704.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-10b5060236e3aacf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-08d9f266c5a429dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-aa6a11cde66cd576.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a342014da38febe9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4950bdf62f4a774e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9128d2dc0579ac6c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-503ab657e54ee27f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-df6575baa3019aad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-8885849ac3328b0b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f8f5bfc146078dff.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-dc6619d449496518.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2c843c6a27913dd2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2620c443db0e8bfa.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1ca43acd7780afa6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5fa29d9ccc5f35f0.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e569be1877fcb197.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bfefcfb0792b192a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7f3262d947dc56be.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f72ef113186ac492.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a8b913ca5b14e3a0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8c07526d368c44e5.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-0d9a196b096a38cf.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-cc204b2ec6970340.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-1cbe7ef2a29268f7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7154084f6425dca.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b394447a4ba8bb7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-de768ca8f2b3d0b1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e96696cea18cf27.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ff0be99b0a9c4ba7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9b4cd1458b78d4c8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b2f6193eafb252b6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0c3291aadf9a52bb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-60975c2e10be68af.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-353c2dc91b54d196.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-ae6597b034cda5ab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-c3da5786693aff56.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d44090c33ef25fd5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-af0326da93a9a68c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1f045818cf0b0aea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-444f0032c5c7ec16.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-48e1d0a17c120e44.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4f64b99a251c91b7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ea8dcc1dd42eca2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
63492023-10-11T20:34:36.642Z
63502023-10-11T20:34:36.658Zrunning 5 tests
63512023-10-11T20:34:36.677Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 226) ... ignored
63522023-10-11T20:34:39.008Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 568) ... ok
63532023-10-11T20:34:39.026Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 640) ... ok
63542023-10-11T20:34:39.037Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 546) ... ok
63552023-10-11T20:34:39.045Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 610) ... ok
63562023-10-11T20:34:39.056Z
63572023-10-11T20:34:39.069Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.19s
63582023-10-11T20:34:39.511Z
63592023-10-11T20:34:39.526Z Doc-tests omicron-package
63602023-10-11T20:34:39.544Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e1fef7b2fadf99bf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e94eb95fc1ce6fb1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-b1780dd8c51da215.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-e557bab9cf92bc00.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-5fdeba5095a92741.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f2642e2c433d97f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-e08aeceaa1b02ae6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rlib -C embed-bitcode=no -D warnings --error-format human`
63612023-10-11T20:34:39.557Z
63622023-10-11T20:34:39.573Zrunning 0 tests
63632023-10-11T20:34:39.589Z
63642023-10-11T20:34:39.613Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63652023-10-11T20:34:39.644Z
63662023-10-11T20:34:39.674Z Doc-tests omicron-passwords
63672023-10-11T20:34:39.684Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-432d5da849165976.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-b49c740b72a584c4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f72ef113186ac492.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-4968267b13c43711.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib -C embed-bitcode=no -D warnings --error-format human`
63682023-10-11T20:34:39.700Z
63692023-10-11T20:34:39.722Zrunning 0 tests
63702023-10-11T20:34:40.157Z
63712023-10-11T20:34:40.174Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63722023-10-11T20:34:40.185Z
63732023-10-11T20:34:40.200Z Doc-tests omicron-rpaths
63742023-10-11T20:34:40.218Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d00c604ca81239a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib -C embed-bitcode=no -D warnings --error-format human`
63752023-10-11T20:34:40.646Z
63762023-10-11T20:34:40.656Zrunning 0 tests
63772023-10-11T20:34:40.672Z
63782023-10-11T20:34:40.710Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63792023-10-11T20:34:40.725Z
63802023-10-11T20:34:41.149Z Doc-tests omicron-sled-agent
63812023-10-11T20:34:41.169Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b81dbd8e94407ea3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2bc9705312c0fc16.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3f2a95cd4754ba4e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c78830710c4306f4.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c84cbd559eae016a.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-857640b9bbd51b9e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b02ff41e36379ccd.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-da1689334baf8704.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-10b5060236e3aacf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-08d9f266c5a429dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a342014da38febe9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-8843785b0a7a5bf7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e1fef7b2fadf99bf.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f8f5bfc146078dff.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-9488bdfbf39687ac.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-66f56017f68fc5fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a8b913ca5b14e3a0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-998ea3655c179ff9.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-6048a61c9000ae68.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7154084f6425dca.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ff0be99b0a9c4ba7.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0c3291aadf9a52bb.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-c11e177febeebf10.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-60975c2e10be68af.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-74f1363bbc03f909.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ea0b627c9a739c90.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d44090c33ef25fd5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f2642e2c433d97f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f0e7a5fea6e2588c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-931734a40429aaa2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ea8dcc1dd42eca2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ca5d824de68c04e4.rlib -C embed-bitcode=no -D warnings --error-format human`
63822023-10-11T20:34:44.077Z
63832023-10-11T20:34:44.120Zrunning 0 tests
63842023-10-11T20:34:44.152Z
63852023-10-11T20:34:44.174Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63862023-10-11T20:34:44.211Z
63872023-10-11T20:34:44.657Z Doc-tests omicron-test-utils
63882023-10-11T20:34:44.682Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-bc35e723c6ffa3bb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-22f0e92716fd3dd8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-503ab657e54ee27f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-60975c2e10be68af.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-353c2dc91b54d196.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-444f0032c5c7ec16.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ea8dcc1dd42eca2a.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' -D warnings --error-format human`
63892023-10-11T20:34:45.166Z
63902023-10-11T20:34:45.194Zrunning 0 tests
63912023-10-11T20:34:45.220Z
63922023-10-11T20:34:45.655Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63932023-10-11T20:34:45.671Z
63942023-10-11T20:34:45.696Z Doc-tests oxide-client
63952023-10-11T20:34:45.709Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7153363a1fac6343.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-1cbe7ef2a29268f7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4f64b99a251c91b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
63962023-10-11T20:34:51.136Z
63972023-10-11T20:34:51.164Zrunning 150 tests
63982023-10-11T20:34:51.198Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
63992023-10-11T20:34:51.215Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
64002023-10-11T20:34:51.232Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
64012023-10-11T20:34:51.251Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
64022023-10-11T20:34:51.275Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
64032023-10-11T20:34:51.301Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
64042023-10-11T20:34:51.318Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_import_blocks_from_url (line 26) ... ignored
64052023-10-11T20:34:51.335Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
64062023-10-11T20:34:51.352Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
64072023-10-11T20:34:51.374Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
64082023-10-11T20:34:51.473Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
64092023-10-11T20:34:51.491Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
64102023-10-11T20:34:51.514Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
64112023-10-11T20:34:51.584Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
64122023-10-11T20:34:52.029Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
64132023-10-11T20:34:52.067Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
64142023-10-11T20:34:52.418Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
64152023-10-11T20:34:52.744Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
64162023-10-11T20:34:52.936Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
64172023-10-11T20:34:53.048Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
64182023-10-11T20:34:53.179Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
64192023-10-11T20:34:53.638Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
64202023-10-11T20:34:53.678Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
64212023-10-11T20:34:53.697Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
64222023-10-11T20:34:53.728Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
64232023-10-11T20:34:54.162Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
64242023-10-11T20:34:54.208Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
64252023-10-11T20:34:54.226Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored
64262023-10-11T20:34:54.251Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
64272023-10-11T20:34:54.284Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
64282023-10-11T20:34:54.304Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
64292023-10-11T20:34:54.322Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
64302023-10-11T20:34:55.585Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
64312023-10-11T20:34:55.608Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
64322023-10-11T20:34:55.651Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
64332023-10-11T20:34:55.702Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
64342023-10-11T20:34:55.718Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
64352023-10-11T20:34:55.729Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
64362023-10-11T20:34:56.444Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
64372023-10-11T20:34:56.513Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
64382023-10-11T20:34:56.603Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
64392023-10-11T20:34:56.670Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 30) ... ignored
64402023-10-11T20:34:56.771Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
64412023-10-11T20:34:56.973Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
64422023-10-11T20:34:57.437Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
64432023-10-11T20:34:58.136Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
64442023-10-11T20:34:58.157Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 27) ... ignored
64452023-10-11T20:34:58.178Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 25) ... ignored
64462023-10-11T20:34:58.239Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
64472023-10-11T20:34:58.253Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
64482023-10-11T20:34:58.285Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
64492023-10-11T20:34:58.297Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
64502023-10-11T20:34:58.769Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
64512023-10-11T20:34:58.791Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
64522023-10-11T20:34:58.807Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
64532023-10-11T20:34:58.829Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
64542023-10-11T20:34:59.267Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
64552023-10-11T20:34:59.309Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
64562023-10-11T20:34:59.338Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
64572023-10-11T20:34:59.348Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
64582023-10-11T20:34:59.380Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
64592023-10-11T20:34:59.425Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
64602023-10-11T20:34:59.884Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored
64612023-10-11T20:35:00.307Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
64622023-10-11T20:35:00.762Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored
64632023-10-11T20:35:00.789Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
64642023-10-11T20:35:00.820Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
64652023-10-11T20:35:01.356Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
64662023-10-11T20:35:01.515Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
64672023-10-11T20:35:01.589Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
64682023-10-11T20:35:01.636Z Doc-tests oximeter
64692023-10-11T20:35:01.669Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
64702023-10-11T20:35:02.152Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-e34ace3cae01a413.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-89fbc6e9413c9530.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7154084f6425dca.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0743453071f85bf0.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-fab957e1aa05dc1e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-dc3a1a6de352d027.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
64712023-10-11T20:35:02.271Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
64722023-10-11T20:35:02.453Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
64732023-10-11T20:35:02.901Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
64742023-10-11T20:35:02.939Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
64752023-10-11T20:35:03.018Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
64762023-10-11T20:35:03.078Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
64772023-10-11T20:35:03.110Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
64782023-10-11T20:35:03.123Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
64792023-10-11T20:35:03.139Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
64802023-10-11T20:35:03.160Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
64812023-10-11T20:35:03.178Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
64822023-10-11T20:35:03.206Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
64832023-10-11T20:35:03.233Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
64842023-10-11T20:35:03.255Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
64852023-10-11T20:35:03.693Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
64862023-10-11T20:35:03.710Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 30) ... ignored
64872023-10-11T20:35:04.157Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored
64882023-10-11T20:35:04.185Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored
64892023-10-11T20:35:04.627Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored
64902023-10-11T20:35:04.652Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 25) ... ignored
64912023-10-11T20:35:04.684Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored
64922023-10-11T20:35:04.702Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored
64932023-10-11T20:35:04.719Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 22) ... ignored
64942023-10-11T20:35:04.742Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored
64952023-10-11T20:35:04.760Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored
64962023-10-11T20:35:04.775Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored
64972023-10-11T20:35:05.240Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored
64982023-10-11T20:35:05.264Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored
64992023-10-11T20:35:08.582Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
65002023-10-11T20:35:09.052Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
65012023-10-11T20:35:09.085Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
65022023-10-11T20:35:09.351Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
65032023-10-11T20:35:09.389Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
65042023-10-11T20:35:09.444Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
65052023-10-11T20:35:09.460Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
65062023-10-11T20:35:09.514Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
65072023-10-11T20:35:09.546Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
65082023-10-11T20:35:09.575Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
65092023-10-11T20:35:09.626Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
65102023-10-11T20:35:09.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
65112023-10-11T20:35:09.790Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
65122023-10-11T20:35:09.802Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
65132023-10-11T20:35:09.939Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
65142023-10-11T20:35:10.034Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
65152023-10-11T20:35:10.111Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
65162023-10-11T20:35:10.209Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
65172023-10-11T20:35:10.245Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
65182023-10-11T20:35:10.262Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
65192023-10-11T20:35:10.293Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
65202023-10-11T20:35:10.316Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
65212023-10-11T20:35:10.748Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
65222023-10-11T20:35:11.184Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
65232023-10-11T20:35:11.198Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
65242023-10-11T20:35:11.262Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
65252023-10-11T20:35:13.484Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
65262023-10-11T20:35:13.913Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
65272023-10-11T20:35:13.924Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
65282023-10-11T20:35:13.930Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
65292023-10-11T20:35:13.935Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 26) ... ignored
65302023-10-11T20:35:13.942Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
65312023-10-11T20:35:14.081Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
65322023-10-11T20:35:14.159Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
65332023-10-11T20:35:14.178Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
65342023-10-11T20:35:14.191Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
65352023-10-11T20:35:14.208Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
65362023-10-11T20:35:14.220Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
65372023-10-11T20:35:14.238Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
65382023-10-11T20:35:14.651Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
65392023-10-11T20:35:14.655Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
65402023-10-11T20:35:14.727Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
65412023-10-11T20:35:15.167Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
65422023-10-11T20:35:15.192Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
65432023-10-11T20:35:15.223Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
65442023-10-11T20:35:15.647Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
65452023-10-11T20:35:15.682Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
65462023-10-11T20:35:15.723Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
65472023-10-11T20:35:15.857Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
65482023-10-11T20:35:16.284Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
65492023-10-11T20:35:16.706Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
65502023-10-11T20:35:16.723Z
65512023-10-11T20:35:17.162Ztest result: ok. 0 passed; 0 failed; 150 ignored; 0 measured; 0 filtered out; finished in 0.38s
65522023-10-11T20:35:17.183Z
65532023-10-11T20:35:17.206Z
65542023-10-11T20:35:17.640Zrunning 8 tests
65552023-10-11T20:35:17.651Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 138) - compile fail ... ok
65562023-10-11T20:35:17.659Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 65) - compile fail ... ok
65572023-10-11T20:35:17.670Ztest oximeter/oximeter/src/lib.rs - (line 24) ... ok
65582023-10-11T20:35:17.688Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 117) ... ok
65592023-10-11T20:35:17.709Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 39) ... ok
65602023-10-11T20:35:17.728Ztest oximeter/oximeter/src/traits.rs - traits::Producer (line 308) ... ok
65612023-10-11T20:35:17.758Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::span_decades (line 597) ... ok
65622023-10-11T20:35:18.449Z Doc-tests oximeter-client
65632023-10-11T20:35:18.464Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::with_bins (line 357) ... ok
65642023-10-11T20:35:18.487Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b394447a4ba8bb7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
65652023-10-11T20:35:18.512Z
65662023-10-11T20:35:18.534Z Doc-tests oximeter-collector
65672023-10-11T20:35:18.554Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 12.96s
65682023-10-11T20:35:18.582Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-f8f5bfc146078dff.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-66f56017f68fc5fa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-bfefcfb0792b192a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7154084f6425dca.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b394447a4ba8bb7.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a5bb494e49e11848.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-de768ca8f2b3d0b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
65692023-10-11T20:35:18.605Z
65702023-10-11T20:35:18.628Z Doc-tests oximeter-db
65712023-10-11T20:35:18.655Z
65722023-10-11T20:35:19.089Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7154084f6425dca.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-de768ca8f2b3d0b1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-b1c45f2103d94ced.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ea8dcc1dd42eca2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
65732023-10-11T20:35:19.520Zrunning 0 tests
65742023-10-11T20:35:19.538Z Doc-tests oximeter-instruments
65752023-10-11T20:35:19.553Z
65762023-10-11T20:35:19.576Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7154084f6425dca.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e96696cea18cf27.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' -D warnings --error-format human`
65772023-10-11T20:35:19.608Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65782023-10-11T20:35:19.621Z Doc-tests oximeter-macro-impl
65792023-10-11T20:35:19.645Z
65802023-10-11T20:35:19.668Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-53195d35c8f0bc6d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0743453071f85bf0.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
65812023-10-11T20:35:19.690Z
65822023-10-11T20:35:19.712Z Doc-tests oximeter-producer
65832023-10-11T20:35:19.735Zrunning 0 tests
65842023-10-11T20:35:19.756Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-66f56017f68fc5fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7154084f6425dca.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-ff0be99b0a9c4ba7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
65852023-10-11T20:35:19.783Z
65862023-10-11T20:35:19.807Z Doc-tests sled-agent-client
65872023-10-11T20:35:19.822Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65882023-10-11T20:35:19.833Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d44090c33ef25fd5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
65892023-10-11T20:35:19.852Z
65902023-10-11T20:35:20.303Z Doc-tests sled-hardware
65912023-10-11T20:35:20.321Z
65922023-10-11T20:35:20.343Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-8015374a30bd2aaf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e1fef7b2fadf99bf.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-9488bdfbf39687ac.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b1078066b701b737.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-f39fdcd8aadddafe.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-66f56017f68fc5fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-74f1363bbc03f909.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f2642e2c433d97f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f0e7a5fea6e2588c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
65932023-10-11T20:35:20.365Zrunning 0 tests
65942023-10-11T20:35:20.390Z Doc-tests sp-sim
65952023-10-11T20:35:20.820Z
65962023-10-11T20:35:20.838Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4950bdf62f4a774e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-c88be40868ca8664.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2fa1f391887f11f1.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-50faf66cf7252e3f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -C embed-bitcode=no -D warnings --error-format human`
65972023-10-11T20:35:20.870Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65982023-10-11T20:35:21.300Z Doc-tests tufaceous
65992023-10-11T20:35:21.409Z
66002023-10-11T20:35:21.436Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e42993d6b57771df.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-17fb685b1d269b14.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-f4a788a6cd55a403.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-b3ac4b7f59a6b2a7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-66cde13e789a43c6.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-43976b1a20feb9b4.rlib -C embed-bitcode=no -D warnings --error-format human`
66012023-10-11T20:35:21.457Z
66022023-10-11T20:35:21.880Z Doc-tests tufaceous-lib
66032023-10-11T20:35:21.906Zrunning 0 tests
66042023-10-11T20:35:21.930Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e61d6aeb4d5bc5b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-2f523a89f6109928.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-341650d0d43c4e45.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ab830bac25aeb8d2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-1a03d81885b79d46.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c0716d2143b26d1a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-48e1d0a17c120e44.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-43976b1a20feb9b4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-06f0968db49a577c.rlib -C embed-bitcode=no -D warnings --error-format human`
66052023-10-11T20:35:21.951Z
66062023-10-11T20:35:21.981Z Doc-tests update-engine
66072023-10-11T20:35:22.007Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66082023-10-11T20:35:22.030Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e61d6aeb4d5bc5b5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-3f2a95cd4754ba4e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-afee5f4e0d082cdb.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e94eb95fc1ce6fb1.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-0eb5e9b7e5ea9c91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9a984b7ccb4224e3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ffad16269da917c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib -C embed-bitcode=no -D warnings --error-format human`
66092023-10-11T20:35:22.055Z
66102023-10-11T20:35:22.069Z Doc-tests wicket
66112023-10-11T20:35:22.079Z
66122023-10-11T20:35:22.088Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e42993d6b57771df.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e61d6aeb4d5bc5b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ec34fd9c9d8b6fef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e94eb95fc1ce6fb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f72ef113186ac492.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5d70a0dcf69bc55e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-887403756b6adec5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-85d4451dffda6e9e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-93b3f34f41f42e9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-d1f7b310295782f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b689d07862d4a167.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8f8078b36750a27f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c4c0ee8f356931ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-5c4947e41eef3381.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-22d2e5808eee9062.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ffad16269da917c2.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-42a7d9322d0e3c7a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9c98e5f9828dc59f.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-59860d355065ad12.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -C embed-bitcode=no -D warnings --error-format human`
66132023-10-11T20:35:22.097Zrunning 0 tests
66142023-10-11T20:35:22.111Z Doc-tests wicket-common
66152023-10-11T20:35:22.126Z
66162023-10-11T20:35:22.134Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a342014da38febe9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ffad16269da917c2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9c98e5f9828dc59f.rlib -C embed-bitcode=no -D warnings --error-format human`
66172023-10-11T20:35:22.139Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66182023-10-11T20:35:22.144Z Doc-tests wicket-dbg
66192023-10-11T20:35:22.160Z
66202023-10-11T20:35:22.170Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ec34fd9c9d8b6fef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-887403756b6adec5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-d7c4031c7a18c67e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-744c3487f23412ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e8efd9c0a4de7641.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-42a7d9322d0e3c7a.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-d6214499ea78a272.rlib -C embed-bitcode=no -D warnings --error-format human`
66212023-10-11T20:35:22.181Z
66222023-10-11T20:35:22.198Z Doc-tests wicketd
66232023-10-11T20:35:22.212Zrunning 0 tests
66242023-10-11T20:35:22.224Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-476b9f9fc2bea332.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5e1b7200ff6e80bb.so --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2bc9705312c0fc16.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e024817691b4c70e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fbf08c0ef7c0545b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-857640b9bbd51b9e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-0cd7c1614351d401.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-08d9f266c5a429dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-34de9634700f8df8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-decbf46d6bb489f5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ce48581fbc14b01d.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e4eb515ef1d89410.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-36b42b905a61e708.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a342014da38febe9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-4950bdf62f4a774e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9128d2dc0579ac6c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-341650d0d43c4e45.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b943de2f630e40d4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e1fef7b2fadf99bf.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-054b2bf1d3cadf17.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-8b76d343d64c1004.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-0cbfffc2dab275e3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f21a7315af730f25.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6f2ff22c76bbc71b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b582a29afc1974ff.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f72ef113186ac492.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-77c8059016a8cac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-d9a57dc6e53177fd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-13e7af6295bc6792.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8f6e08fe2063ba60.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c0716d2143b26d1a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f2642e2c433d97f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c47baff4d4f7fc3a.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-b0f602d340a23de7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3d4ed7085fff63b9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f49480703b44d645.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cd14d3678e914467.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9a984b7ccb4224e3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-c4c0ee8f356931ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-48e1d0a17c120e44.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-4f64b99a251c91b7.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-66cde13e789a43c6.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-43976b1a20feb9b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ffad16269da917c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9c98e5f9828dc59f.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-7fab90361f12590b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-59860d355065ad12.rlib -C embed-bitcode=no -D warnings --error-format human`
66252023-10-11T20:35:22.233Z
66262023-10-11T20:35:22.247Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66272023-10-11T20:35:22.256Z
66282023-10-11T20:35:22.266Z Doc-tests wicketd-client
66292023-10-11T20:35:22.272Z
66302023-10-11T20:35:22.285Z Running `/home/build/.rustup/toolchains/1.72.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 native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-edfc071a8662c2dd/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c6ac2b73de5bab5f/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3a9eefe523799152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-90f02ad9d4473dcd/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f21a7315af730f25.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a0ff337055286e07.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a2b58f22ede0d44c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d455a35af0f0084c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-57e771b746f5426e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b4705153aef9e52f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-663a5cad5f3b1ff5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ffad16269da917c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e5efa5ff78491fa8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9c98e5f9828dc59f.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-59860d355065ad12.rlib -C embed-bitcode=no -D warnings --error-format human`
66312023-10-11T20:35:22.701Zrunning 0 tests
66322023-10-11T20:35:22.716Z
66332023-10-11T20:35:22.721Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66342023-10-11T20:35:22.730Z
66352023-10-11T20:35:22.737Z
66362023-10-11T20:35:22.742Zrunning 0 tests
66372023-10-11T20:35:22.747Z
66382023-10-11T20:35:22.752Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66392023-10-11T20:35:22.758Z
66402023-10-11T20:35:22.764Z
66412023-10-11T20:35:22.782Zrunning 0 tests
66422023-10-11T20:35:22.787Z
66432023-10-11T20:35:22.792Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66442023-10-11T20:35:22.799Z
66452023-10-11T20:35:22.808Z
66462023-10-11T20:35:22.819Zrunning 0 tests
66472023-10-11T20:35:22.833Z
66482023-10-11T20:35:22.842Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66492023-10-11T20:35:22.880Z
66502023-10-11T20:35:22.893Z
66512023-10-11T20:35:22.905Zrunning 0 tests
66522023-10-11T20:35:22.916Z
66532023-10-11T20:35:22.936Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66542023-10-11T20:35:22.971Z
66552023-10-11T20:35:23.396Z
66562023-10-11T20:35:23.414Zrunning 3 tests
66572023-10-11T20:35:23.441Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
66582023-10-11T20:35:23.455Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
66592023-10-11T20:35:23.577Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
66602023-10-11T20:35:23.587Z
66612023-10-11T20:35:23.598Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
66622023-10-11T20:35:23.609Z
66632023-10-11T20:35:23.622Z
66642023-10-11T20:35:23.638Z
66652023-10-11T20:35:24.063Zrunning 0 tests
66662023-10-11T20:35:24.109Zreal 3:12.553066525
66672023-10-11T20:35:24.147Z
66682023-10-11T20:35:24.169Zuser 1:58.606437253
66692023-10-11T20:35:24.191Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66702023-10-11T20:35:24.210Zsys 36.927854892
66712023-10-11T20:35:24.224Z
66722023-10-11T20:35:24.238Ztrap 0.022095310
66732023-10-11T20:35:24.254Z
66742023-10-11T20:35:24.267Ztflt 0.786442258
66752023-10-11T20:35:24.277Zrunning 0 tests
66762023-10-11T20:35:24.289Zdflt 4.432618557
66772023-10-11T20:35:24.299Z
66782023-10-11T20:35:24.313Zkflt 0.106102872
66792023-10-11T20:35:24.323Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66802023-10-11T20:35:24.332Zlock 1:40.407824625
66812023-10-11T20:35:24.341Z
66822023-10-11T20:35:24.354Zslp 14:38.262021627
66832023-10-11T20:35:24.368Z
66842023-10-11T20:35:24.383Zlat 0.871594130
66852023-10-11T20:35:24.402Zrunning 0 tests
66862023-10-11T20:35:24.419Zstop 2.397280748
66872023-10-11T20:35:24.437Z
66882023-10-11T20:35:24.453Zfiles in /var/tmp/omicron_tmp (none expected on success):
66892023-10-11T20:35:24.472Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66902023-10-11T20:35:24.482Z
66912023-10-11T20:35:24.929Z
66922023-10-11T20:35:25.356Zrunning 0 tests
66932023-10-11T20:35:25.373Z
66942023-10-11T20:35:25.392Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66952023-10-11T20:35:25.407Z
66962023-10-11T20:35:25.422Z
66972023-10-11T20:35:25.439Zrunning 0 tests
66982023-10-11T20:35:25.456Z
66992023-10-11T20:35:25.474Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67002023-10-11T20:35:25.494Z
67012023-10-11T20:35:25.526Z164673 11 drwxr-xr-x 2 build build 2 Oct 11 20:35 /var/tmp/omicron_tmp
67022023-10-11T20:35:25.545Zprocess exited: duration 4102994 ms, exit code 0
 
67032023-10-11T20:35:26.002Zfound 0 output files